.comments ul {
    list-style: none;
}

.comments ul:first-child {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.comment {
    padding: 0.5em 0;
}

.comment .comment-avatar, .comment-content {
    float: left;
}

.comment-avatar {
    width: 65px;
    height: 65px;
}

.comment-content {
    margin-left: 15px;
}

#comment-text {
    height: 100px;
}

.comment-avatar img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.comment-name {
    font-weight: bold;
    font-size: 13px;
}

.comment-date {
    margin-left: 10px;
}

.comment-date, .comment-reply {
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
}

#cancel-comment-reply-link {
    cursor: pointer;
}

.comment-date:hover, .comment-reply:hover {
    text-decoration: none;
}

.comment-reply-title {
    border-top: 4px solid #1a1a1a;
    margin-bottom: 25px;
    font-size: 25px;
    margin-top: 25px;
    padding-top: 25px;
}

.comment-reply-title small a {
    border: 0;
    float: right;
    font-size: 30px;
    text-decoration: none;
}

.comment-reply {

}

/*#btn-submit{*/
    /*color:red !important;*/
/*}*/

.blog-post-comment .blog-comment-item.reply-item{margin-right: 20px;width: calc(100% - 20px);}
.blog-post-comment .blog-comment-item.reply-item.reply-item-1{margin-right: 40px;width: calc(100% - 40px);}
.blog-post-comment .blog-comment-item.reply-item.reply-item-2{margin-right: 80px;width: calc(100% - 80px);}
.blog-post-comment .blog-comment-item.reply-item.reply-item-3{margin-right: 120px;width: calc(100% - 120px);}
.blog-post-comment .blog-comment-item.reply-item.reply-item-4{margin-right: 160px;width: calc(100% - 160px);}
.blog-post-comment .blog-comment-item.reply-item.reply-item-5{margin-right: 200px;width: calc(100% - 200px);}
.blog-post-comment .blog-comment-item.reply-item.reply-item-6{margin-right: 240px;width: calc(100% - 240px);}
.blog-post-comment .blog-comment-item.reply-item.reply-item-7{margin-right: 280px;width: calc(100% - 280px);}

@media (max-width: 767px) {
    .blog-post-comment .blog-comment-item.reply-item {width: 100% !important;margin-right: 0 !important;}
}

.blog-post-comment .blog-comment-item .img-circle{width: 149px; height: 50px;}
.blog-post-comment .blog-comment-item.reply-item.reply-item-1 .img-circle{width: 144px; /*height: 144px;*/}
.blog-post-comment .blog-comment-item.reply-item.reply-item-2 .img-circle{width: 139px; /*height: 139px;*/}
.blog-post-comment .blog-comment-item.reply-item.reply-item-3 .img-circle{width: 134px; /*height: 134px;*/}
.blog-post-comment .blog-comment-item.reply-item.reply-item-4 .img-circle{width: 129px; /*height: 129px;*/}
.blog-post-comment .blog-comment-item.reply-item.reply-item-5 .img-circle{width: 124px; /*height: 124px;*/}
.blog-post-comment .blog-comment-item.reply-item.reply-item-6 .img-circle{width: 119px; /*height: 119px;*/}
.blog-post-comment .blog-comment-item.reply-item.reply-item-7 .img-circle{width: 114px; /*height: 114px;*/}

a.comment-reply{color:#fff !important;}

#reply_title{display: none;}
#reply_title{
    color: #722c2c;
}
#reply_title button{
    border: none;
    float: left;
    background: transparent;
    cursor: pointer;
    color: #722c2c;
}