/**
 * #.#   Comments
 *
 */

@media (min-width: 500px) {
    .single-post.et_full_width_page #comment-wrap {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
}

#commentform {
    padding-bottom: 25px;
    position: relative;
    overflow: hidden;
}

h1#comments,
h3#reply-title {
    font-weight: 500;
    color: #101010;
    padding-bottom: 0;
    position: relative;
}

h1#comments {
    margin-bottom: 25px;
}



.single .comment_area .comment-reply-link {
    padding: 3px 9px !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-radius: 0px;
    top: 0;
}


.comment #respond {
    margin-bottom: 25px;
}


#commentform input[type=email],
#commentform input[type=text],
#commentform input[type=url],
#commentform textarea {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.5;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: transparent !important;
    transition: all 0.3s, ease-in-out;
}

@media (min-width: 700px) {
    p.comment-form-author,
    p.comment-form-email,
    p.comment-form-url {
        width: 32%;
        float: left;
    }

    p.comment-form-author,
    p.comment-form-email {
        margin-right: 2%;
    }

    p.comment-form-author input,
    p.comment-form-email input,
    p.comment-form-url input {
        width: 100% !important;
        display: block;
    }
}

.comment_avatar img {
    width: 50px !important;
    height: 50px !important;
    object-fit: cover;
    border-radius: 50%;
    max-width: 100% !important;
}