/*comments*/
#comments {
    background: #fff;
    margin-bottom: 20px;
    padding-top: 40px;
}

#comments .comments-title {
    padding-bottom: 25px;
    font-size: 16px;
}

#comments .comments-title small {
    color: #6a6a6a;
    margin-left: 8px;
    font-weight: 300;
    font-size: 12px;
}

#comments .comment-list {
    margin-bottom: 50px;
}

#comments .comment-list li {margin-bottom: 20px;background: #F6F7F8;padding: 30px;}

#comments .comment-list li .comment-body {
    position: relative;
}

#comments .comment-list li .comment-body .comment-meta {
    position: relative;
    height: 40px;
    margin-bottom: 10px;
}

#comments .comment-list li .comment-body .comment-meta .comment-author {
}

#comments .comment-list li .comment-body .comment-meta .comment-author img {
    border-radius: 50%;
}

#comments .comment-list li .comment-body .comment-meta .comment-author .fn {
    position: absolute;
    left: 56px;
    text-transform: uppercase;
    top: 3px;
    font-size: 13px;
    color: #6a6a6a;
    font-weight: inherit;
}

#comments .comment-list li .comment-body .comment-meta .comment-author .says {
    display: none;
}

#comments .comment-list li .comment-body .comment-meta .comment-metadata {
    position: absolute;
    left: 56px;
    top: 25px;
    font-size: 12px;
    color: #717171;
}

#comments .comment-list li .comment-body .comment-meta .comment-metadata a {
    color: #717171;
    font-weight: 300;
}

#comments .comment-list li .comment-body .comment-meta .comment-awaiting-moderation {
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 12px;
    color: #afafaf;
    font-weight: 300;
}

#comments .comment-list li .comment-body .comment-meta .comment-metadata a time {
}

#comments .comment-list li .comment-body .comment-meta .comment-metadata .edit-link {
}

#comments .comment-list li .comment-body .comment-meta .comment-metadata .edit-link .comment-edit-link {
}

#comments .comment-list li .comment-body .comment-content {
    position: relative;
    padding: 0px 20px 1px 56px;
}

#comments .comment-list li .comment-body .comment-content:before {
    content: '';
    border: 5px solid;
    border-color: transparent transparent #f1f1f1;
    position: absolute;
    top: -10px;
    left: 15px;
}

#comments .comment-list li .comment-body .comment-content p {
    line-height: 24px;
    margin-bottom: 0px;
}

#comments .comment-list li .comment-body .reply {
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 12px;
}

#comments .comment-list li .comment-body .reply a.comment-reply-link {
    color: #333;
    font-weight: 300;
}

#comments .comment-list li ol.children {
    margin-left: 20px;
    border-left: 1px solid #d5d5d5;
}

#comments .comment-list li ol.children li{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#comments .comment-list li .comment-respond{
    padding: 30px 0px 0px 0px;
}

#comments .comment-reply-title {
    font-size: 16px;
}

#comments .comment-reply-title small {
    margin-left: 10px;
    font-size: 12px;
}

#comments .comment-reply-title small a {
    color: #717171;
    font-weight: 300;
}

#comments form.comment-form {
    display: table;
    width: 100%;
    background: #F6F7F8;
    padding: 20px;
}

#comments form.comment-form .logged-in-as {
    display: none;
}

#comments form.comment-form .logged-in-as a {
    border-bottom: 1px solid #848484;
}

#comments form.comment-form .comment-notes {
}

#comments form.comment-form p input {
    width: 100%;
    background-color: #fff;
    border: none;
    color: #636363;
    border-radius: 4px;
    padding: 10px;
}

#comments form.comment-form .comment-form-comment {
    margin: 0px 0px 10px 0px;
}

#comments form.comment-form .comment-form-comment label {
    display: none;
}

#comments form.comment-form .comment-form-comment textarea {
    width: 100%;
    height: 102px;
    background-color: #fff;
    border: none;
    padding: 20px;
    color: #5f5e5e;
    font-weight: 300;
    border-radius: 4px;
}

#comments form.comment-form .comment-form-author {
    position: relative;
}


#comments form.comment-form .comment-form-email {
    position: relative;
}


#comments form.comment-form .comment-form-url {
    display: none;
    position: relative;
}


#comments form.comment-form .comment-form-cookies-consent {
    display: none
}

#comments form.comment-form .form-submit {
    width: 100%;
}

#comments form.comment-form .form-submit .submit {
    width: 130px;
    padding: 10px 8px;
    float: right;
    background: #4270f5;
    color: #fff;
    border-radius: 4px;
}

#comments form.comment-form .form-submit .submit:hover {
    background-color: #4270f5;
    color: #fff;
}

#comments .navigation {
    margin-bottom: 30px;
}

#comments .screen-reader-text {
    display: none;
}

#comments .nav-links {
    text-align: center;
}

#comments .nav-links .page-numbers {
    padding: 0px 5px;
}

#comments .nav-links .current {
    font-size: 20px;
    text-decoration: underline;
}

.butterBar {
    width: 100%;
    position: fixed;
    text-align: center;
    z-index: 9999;
    top: 0px;
}

.butterBar-message {
    background: #4598ff;
    color: #fff;
    font-size: 12px;
    padding: 12px 25px;
    margin-bottom: 0px;
    margin-top: 0px;
}

#comments .layoutSingleColumn .comment-respond {
}

#comments .layoutSingleColumn .comment-respond .comment-reply-title {
    font-size: 16px;
    margin-bottom: 15px;
}

.logged-in #comments .layoutSingleColumn .comment-respond {
    text-align: left;
}

#comments .comment-respond .must-log-in {
    color: #333;
    margin-bottom: 0px;
    font-weight: 300;
}

#comments .comment-respond .must-log-in a {
    margin-left: 4px;
    border-bottom: 1px solid #9e9d9d;
}

@media (max-width: 768px) {
    #comments .comment-list li ol.children {
        margin-left:0px;
    }

    #comments form.comment-form .comment-form-author {
        width: 100%;
        float: left;
        margin: 0px 0px 5px 0px;
    }

    #comments form.comment-form .comment-form-email {
        width: 100%;
        float: left;
        margin: 0px 0px 5px 0px;
    }

    #comments form.comment-form .comment-form-url {
        width: 100%;
        float: left;
        margin: 0px 0px 5px 0px;
    }

    #comments form.comment-form .form-submit .submit {
        width: 100%;
    }

    #comments .comment-list li .comment-body .reply {
        display: block;
    }
}
}
