h2.comments-title {
    color: #464646;
    font-size: 24px;
    border-bottom: 2px solid #d7d7d7;
    padding: 10px 0 22px;
    margin-bottom: 20px;
}

ol.commentlist {
    padding-left: 0;
}

ol.commentlist, ol.commentlist ol {
    list-style: none;
}

header.comment-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

header.comment-meta .avatar-img {
    width: 48px;
    height: 48px;
    margin-right: 15px;
    border-radius: 100px;
}

.commentlist .qc-author-link {
    color: #1173b9;
    font-weight: bold;
    margin-right: 15px;
}

.commentlist .qc-comment-date {
    color: #707070;
    font-size: 15px;
}

.commentlist section.comment-content.comment {
    margin: 0 0 25px 70px;
    overflow: hidden;
}

.commentlist .comment-reply-link {
    border: 1px solid #007bc8;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .4px;
    display: inline-block;
    height: 32px;
    line-height: 29px;
    padding: 0 18px;
    color: #007bc8;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    background: #fff;
    z-index: 9;
}

.commentlist .reply {
    position: relative;
}

.commentlist .reply:after {
    content: '';
    height: 1px;
    width: 100%;
    background: #d7d7d7;
    display: block;
    position: absolute;
    top: 16px;
    bottom: 0;
    left: 95px;
}

.commentlist ol.children {
    padding-left: 70px;
}

.commentlist span.comment-awaiting-moderation {
    font-size: 14px;
    color: lightgray;
    margin-bottom: 12px;
    display: block;
}

#commentform .logged-in-as {
    color: #707070;
    font-size: 18px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

#commentform .p-logged a.logout {
    color: #137dc5;
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 0 15px;
    margin-left: 15px;
    border-left: 1px solid #d7d7d7;
}
#commentform .p-logged a.name {
    color: #1173b9;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
}

#commentform .p-logged a .avatar-img {
    width: 48px;
    height: 48px;
    border-radius: 100px;
    margin: 0 6px 0 6px;
}

#commentform textarea#comment {
    border-color: #d7d7d7;
    resize: none;
    padding: 21px 18px;
    width: 520px;
    height: 150px;
    max-width: 100%;
}

#commentform input#submit {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .4px;
    display: inline-block;
    height: 32px;
    line-height: 29px;
    padding: 0 23px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border: 1px solid #0072bc;
    background-color: #0072bc;
    color: #fff;
}

#comments #cancel-comment-reply-link {
    color: #137dc5;
    font-size: 16px;
    font-weight: normal;
    margin-left: 15px;
}

#comments #reply-title {
    font-size: 20px;
    color: #363636;
    margin-bottom: 20px;
}

#comments #respond {
    margin-top: 50px;
}


.comment-input {
    border: none;
    border-bottom: 1px solid #d7d7d7;
    outline: 0;
    font-size: 18px;
    overflow: hidden;
    height: 44px;
    line-height: 44px;
    width: 520px;
    max-width: 100%;
    margin-bottom: 8px !important;
}

.comment-input:focus {
    border-color: #0072bc
}

.comment-input:focus::-webkit-input-placeholder {
    color: #464646;
}
.comment-input:focus:-moz-placeholder {
    color: #464646;
}
.comment-input:focus::-moz-placeholder {
    color: #464646;
}
.comment-input:focus:-ms-input-placeholder {
    color: #464646;
}

p.comment-notes {
    font-size: 14px;
}

b, strong {
    font-weight: bold;
}

.form-group .g-recaptcha {
    display: flex;
    justify-content: center;
}



.wpcf7-captchac {
    margin: 5px 0 15px !important;
}