/* ------------------------------------------------------------------------- *
 *  Comments
/* ------------------------------------------------------------------------- */

#comments-title{
    font-size: 16px;
    line-height: 35px;
    vertical-align: middle;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #c2cbd3;
}

.commentlist{
    padding: 0;
}
.commentlist .comment{
    list-style: none;
}
.commentlist .comment-body{
   /* border-bottom: 1px solid #c2cbd3;
    border-left: 1px solid #c2cbd3; */
    padding: 10px 0;
    margin-bottom: 5px;
}
/*.commentlist .children{
    border-left: 1px dashed #c2cbd3;
}*/
.commentlist .comment-author{
    float: left;
    margin-right: 10px;
}
.commentlist .comment-avatar-wrap img{
    border-radius: 3px;
    vertical-align: top;
    width: 48px;
    height: 48px;
}
.children .comment-avatar-wrap img{
    width: 32px;
    height: 32px;
}

.comment-avatar-wrap{
    float: left;
    margin-right: 10px;
}
.comment-author .name{
    font-weight: bold;
    font-size: 13px;
}
.comment-author .coment-date{
    font-size: 12px;
    color: rgba(0,39,59,.35);
}
.commentlist .comment-metadata{
    float: right;
    text-align: right;
}
.comment-metadata a, .comment-metadata span{
    display: inline-block;
    margin-left: 10px;
}
.comment-metadata .not-approved-comment{
    font-size: 13px;
    color: rgba(0,39,59,.35);
}

.comment-metadata .edit-link{
    float: right;
}

.comment-content{
    font-size: 15px;
    line-height: normal;
    overflow: hidden;
}
.comment-text{
    float: none;
    clear: both;
    padding: 5px 0;
}
.comment-text p:last-child{
    margin-bottom: 0;
}
.comment-nav{
    color: rgba(0,39,59,.35);
    font-size: 13px;
}
.comment-nav a{
    color: rgba(0,39,59,.35);
    font-size: 13px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.comment-nav a:hover{
    color: rgba(0,39,59,1);
}

.comment-body .comment-meta{
   /* opacity: 0.5;*/
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.comment:hover > .comment-body .comment-meta{
   /* opacity: 1;*/
}
.comment-body .reply a{
    display: inline-block;
    font-size: 13px;
    padding: 2px 8px;
    border-left: 1px solid #c2cbd3;
    margin-right: -15px;

}
.comment-image.row{
    padding: 0 15px;
}
.wpm-comment-image-item{
    display: block;
    height: 150px;
    margin: 0 -10px 5px -10px;
    overflow: hidden;
    vertical-align: top;
    position: relative;
    background-position: center center;
    background-size:cover;
    background-repeat: no-repeat;
}
.wpm-comment-image-item:hover{
    opacity: 0.7;
}


/**/
.wpm-comment-form{
    padding: 20px 0;
}
.wpm-comment-form .info{
    overflow: hidden;
    padding: 0 0 15px;
}
.wpm-comment-form .info h4{
    float: left;
    margin: 0;
    padding: 0;
}
.wpm-comment-form .info a{
    display: inline-block;
    font-size: 12px;
    line-height: normal;
    vertical-align: middle;
    padding-left: 8px;
    margin-left: 20px;
    border-left: 1px solid #c2cbd3;
}
.wpm-comment-form textarea{
    width: 100%;
    height: 100px;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #c2cbd3;
}
.wpm-comment-form .wpm-button{
    height: auto;
    line-height: normal;
    padding: 6px 12px;
    border-radius: 3px;
}
/**/
.refresh-comments{
    font-weight: normal;
    font-size: 13px;
    cursor: pointer;
}