/*......comment......*/
.comments-template{
}
.comment-form.focused .comment-fields,.comment-form.focused .comment-fields .input-textbox,.comment-form.focused .form-submit {
    display:-ms-flexbox;
    display:-webkit-box;
    display:-webkit-flex;
    display:flex
}

.comment-form.focused .form-submit {
    -ms-flex-direction:row-reverse;
    -webkit-flex-direction:row-reverse;
    flex-direction:row-reverse
}
.comment-form {
    position:relative
}
.comment-form .cptch_block,.countdown__box .counter:before{
    position:absolute
}
.comment-form {
    display:block;
    margin-top:5px;
    border:1px solid rgba(0,0,0,.1);
    padding:20px 30px;
}
.comment-form .comment-form_avatar {
    float:right
}
.comment-form .comment-form_avatar > i{
    font-size: 40px;
    color: #6b7074;
}
.comment-form .comment-form_avatar.logged-in-as .user-profile__link .avatar {
    display:inline-block;
    margin-left:10px
}
.comment-form .comment-form_avatar .icon-user {
    font-size:40px;
    color:#6b7074
}
.comment-form ._image,.comment-form ._name {
    display:none
}
.comment-form.logged-in.focused ._name {
    margin-right:15px
}
.comment-form.logged-in [class*=user] {
    display:none!important
}
.comment-form.logged-in ._image,.comment-form.logged-in .avatar {
    display:inline-block
}
.comment-form.logged-in .cptch_block,.comment-form.logged-in .input-textbox {
    display:none!important
}
.comment-form * {background-color: transparent;}
.comment-form .user-logout__link {
    display:none
}
.comment-form.focused {
    background-color:#fff;
    color:#6b7074
}
.comment-form.focused .comment-form_avatar.logged-in-as {
    float:none
}
.comment-form.focused ._image {
    margin-top:4px
}
.comment-form.focused * {
    background-color:#fff
}
.comment-form.focused [class*=user] {
    -webkit-transform:translateY(0)!important;
    -ms-transform:translateY(0)!important;
    transform:translateY(0)!important
}
.comment-form.focused .comment-form-comment {
    height:170px;
    margin-top:25px
}
.comment-form.focused .cptch_block,.comment-form.focused .user-profile__link ._name {
    display:inline-block
}
.comment-form.focused .user-logout__link {
    display:inline-block;
    margin-right:auto
}
.comment-form .cptch_block {
    display:none;
    bottom:0;
    right:30px;
    font-size:15px;
    color:#6b7074
}
.comment-form .cptch_block .cptch_input {
    border:1px solid rgba(0,0,0,.1);
    text-align:center;
    direction:ltr
}
.comment-form .cptch_block .cptch_reload_button_wrap {
    margin-right:5px
}
.comment-form .cptch_block .cptch_reload_button_wrap:before {
    font-size:20px;
    content:"\f079";
    color:#6b7074;
    font-family: 'FontAwesome';
    position: relative;
    top: 4px;
}
.comment-form .comment-fields {
    display:inline-block;
}
.comment-form .comment-fields [class*=user] {
    font-size:35px;
    padding-top:3px;
    color:#bec1c3;
    -webkit-transform:translateY(-4px);
    -ms-transform:translateY(-4px);
    transform:translateY(-4px);
    display:inline-block
}
.comment-form .comment-fields .input-textbox {
    display:none;
    font-size:14px;
    -ms-flex-positive:1;
    -webkit-flex-grow:1;
    flex-grow:1;
    margin-right:15px;
}
.comment-form .comment-fields .input-textbox>input {
    -ms-flex-positive:1;
    -webkit-flex-grow:1;
    flex-grow:1;
    line-height:35px;
    box-shadow: none;
    border: 1px solid rgba(0,0,0,.1);
}
.comment-form .comment-fields .input-textbox:last-child {
}
.comment-form .comment-form-comment {
    height:37px;
    width:calc(100% - 55px);
    display:inline-block;
    padding:5px 0 0;
}
.comment-form .comment-form-comment textarea.form-control {
    width:100%;
    border: 0;
    box-shadow: none;
    resize: none;
}
.comment-form .form-submit {
    display:none;
    padding-top:25px;
}
.comment-form.focused .comment-form-comment textarea.form-control{ border: 1px solid #ddd;}
.comment-form .form-submit input[type=submit] {
    padding:10px 35px;
    font-size:13px;
    outline:0;
    background-color:#fff;
    color:#6b7074;
    cursor:pointer;
    border-radius: 4px;
    color: #fff;
    transition: 0.3s;
    background: #ee264f;
    border: 1px solid #ee264f;
    font-weight: bold;
    font-size: 15px !important;
}
.comment-form .form-submit input[type="submit"]:hover{
    color: #fff;
    background: #28a745;
    border-color: #28a745;
}
/*..................*/
.post-module__comments .children{
    margin-right: 50px;
}
.post-module__comments .children > li{
    border-top: 1px solid #ddd;
    padding: 20px 0;
    margin-top: 0;
}
.comment-reply-title small a{
    color: #BE1011;   
}
.comment-reply-title > small{
    margin-right: 10px;
}
.comment-reply-title > small > a > i{
    margin-right: 5px;
}
/*..................*/
.comment-respond{
}
.module-title{padding: 30px 0;}
.module-title > .module-title__txt{border-bottom: 3px double #ddd;padding-bottom: 5px;}
.module-title > .module-title__txt:before{
}
.module-title > .module-title__txt > .bold heading{}
.module-title > .module-title__sep{}
.commentlist{}
.commentlist > .comment{border-bottom: 1px solid #dbdbdb;margin-top: 50px;}
.commentlist > .comment:first-of-type{
    margin-top: 0;
}
.commentlist > .comment:last-of-type{
    border-bottom: 0;
}
.commentlist > .comment > .comment-body{}
.commentlist > .comment > .comment-body > .comment-meta{color: #9ba4ab;font-size: 14px;font-weight: 700;margin-right: 0;position: relative;}
.commentlist > .comment > .comment-body > .comment-meta > img{margin: 0 15px 0 25px;width: 70px;height: 70px;display: inline-block;}
.commentlist > .comment > .comment-body > .comment-meta > .body{
    display: inline-block;
}
.commentlist > .comment > .comment-body > .comment-meta > .body:before{
    content: "";
    border-left: 1px solid #ddd;
    height: 70px;
    position: absolute;
    top: 0;
}
.commentlist > .comment > .comment-body > .comment-meta  ._item__user--name{font-weight: 700;color: #002e5a;margin-right: 10px;display: inline-block;}
.commentlist > .comment > .comment-body > .comment-meta ._item__user--name > span{}
.commentlist > .comment > .comment-body > .comment-meta ._item__user--date{}
.commentlist > .comment > .comment-body > .comment-meta  ._item__user--date > i{font-size: 15px;color: #BE1011;}
.commentlist > .comment > .comment-body > .comment-meta ._item__user--date > ._date{font-size: 12px;font-weight: 400;}
.commentlist ._item__user--like-reply{ margin-top: 15px;}
.commentlist ._item__user--like-reply > .check-handler{font-size: 18px;}
.commentlist ._item__user--like-reply > .check-handler > input{display: none;}
.commentlist ._item__user--like-reply > .check-handler > i{}
.commentlist ._item__user--like-reply > .check-handler > span{font-size: 14px;margin-left: 6px;padding-top: 4px;}
.commentlist ._item__user--like-reply > .comment-like-message{}
.commentlist ._item__user--like-reply > ._sepe{width: 1px;background-color: #9ba4ab;margin: 0 25px;}
.commentlist ._item__user--like-reply > ._btn{font-size: 18px;}
.commentlist ._item__user--like-reply > ._btn > a{color: #ee264f;}
.commentlist ._item__user--like-reply > ._btn > a > i{}
._item__comment{margin-right: 25px;padding: 15px 0;font-size: 15px;color: #6b7074;line-height: 30px;}
._item__comment > p{font-size: 15px;line-height: 25px;}
@media(max-width:768px){
    /*.......comment*/
    .comment-form .comment-form_avatar {
        float: none;
        margin-bottom: 10px;
        text-align: center;
    }
    .comment-form.focused .comment-fields, .comment-form.focused .comment-fields .input-textbox, .comment-form.focused .form-submit{
        display: -ms-block;
        display: -webkit-block;
        display: block;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .comment-form{
        padding: 10px;
    }
    .post-module__comments .children,
    .commentlist > .comment > .comment-body > .comment-meta > img,
    ._item__comment{
        margin-left: 0;
         margin-right: 0;
    }
    .commentlist > .comment > .comment-body > .comment-meta{
        margin-left: 0;
    }
    .commentlist > .comment > .comment-body > .comment-meta,
    .commentlist > .comment > .comment-body > .comment-meta ._item__user--date{
        display: block;
    }
    .commentlist ._item__user--like-reply {
        float: none !important;
        margin-top: 10px
    }
    .commentlist > .comment > .comment-body > .comment-meta > img{
        margin: auto auto 10px;
        display: block;
    }
    .commentlist > .comment{
        margin-top: 10px;
    }
    .commentlist{
        text-align: center;
    }
    .comment-form .comment-form-comment {
        width: calc(100%);
    }
    .comment-body > .comment-meta > .body:before {
        content: none !important;
    }
    /*..........*/
.comment-form .comment-form-comment textarea.form-control {
    font-size: 13px;
    text-align: center;
}

}