/*
* ==== START Comments Template ====
*/

#comments ol.comment-list {
    padding-left: 0;
}

#comments ol li {
    list-style: none;
    margin-bottom: 25px;
}

#comments ol li:last-child {
    margin-bottom: 25px;
}

#comments ol li .avatar{
    display: block;
    float: left;
    margin-right: 10px;
    width: 65px;
    height: 65px;
}

#comments ol li .avatar img {
    border: 3px solid;
}

#comments ol li .date{
    display: block;
}

#comments ol li .information{
    display: table;
    height: 65px;
}

#comments ol li .information .date {
    font-size: 10px;
    letter-spacing: 1px;
    margin-top: 10px;
    text-transform: uppercase;
}

#comments ol li .information .user-info {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}

#comments ol li .information .user-info .is_author {
    font-size: 9px!important;
    padding: 4px 10px 3px 9px;
    text-transform: uppercase;
    line-height: 22px;
    font-weight: bold;
    text-rendering: optimizeLegibility;
    border: 2px solid;
    margin-left: 5px;
}

#comments ol li .content{
    border: 1px solid;
    margin-top: 14px;
    min-height: 116px;
    padding: 35px 12px 45px 12px;
    line-height: 24px;
}

#comments ol li .content .reply_link{
    display: inline-block;
    position: absolute;
    right: 12px;
    bottom: 15px;
}

#commentform input:not([type=submit]){
    height: 44px;
    width: 100%;
    border: 1px solid;
    padding: 0 15px;
    border-radius: 0;
    -webkit-appearance: none;
}

#commentform label {
    display: block;
    font-size: 13px;
    color: #a4a4a4;
    margin-bottom: 7px;
    text-transform: uppercase;
    font-weight: 500;
}

#commentform .comment-form-comment {
    clear: both;
    margin-top: 15px;
    margin-bottom: 15px;
}

#commentform .comment-form-comment #comment {
    border: 1px solid;
    width: 100%;
    resize: none;
    padding: 10px 15px;
    max-height: 135px;
    border-radius: 0;
    -webkit-appearance: none;
}

#commentform .form-submit {
    text-align: right;
    margin-bottom: 20px;
}

#commentform #submit{
    text-transform: uppercase;
}

#comment-nav-below .nav-previous{
    text-align: left;
}

#comment-nav-below .nav-next{
    text-align: right;
}

.comment-reply-link {
    padding: 6px 15px;
}

#commentform #submit,
.comment-reply-link{
    font-size: 11px !important;
}

#commentform #submit {
    padding: 6px 31px;
}

#comments .comments-title:after,
#respond .comment-reply-title:after {
    border-bottom: 2px solid;
    content: "";
    display: block;
    width: 50px;
    margin-bottom: 40px;
    margin-top: 18px;
}

#respond #wp-social-login-connect-options {
    padding: 10px 0;
    margin-bottom: 25px;
}

/*
* ==== END Comments Template ====
*/