/* *Recapthca badge hide*/
.grecaptcha-badge {
    display: none !important;
}

/* Comments */
ul li.comment {
    background: none;
}

span.glyphicon {
    font-family: "Glyphicons Halflings" !important;
}

#comment-form .input-data {
    float: initial;
    display: inline;
    /*margin:0;*/

    width: 100%
}

@media screen and (max-width: 992px) {

    #comment-form .field-commentmodel-name, .field-commentmodel-email {
        width: 100%;
        margin-right: 0;
    }
}

.of-main-info > div {
    margin-bottom: 60px !important;
}

ul li.comment span:before {
    display: none;
}

.effect.newClass {
    height: auto;
    max-height: none;
}

.effect {
    overflow: hidden;
    position: relative;
    /*max-height: 155px;*/
    /* height: 155px;*/
    height: auto;
    letter-spacing: 0;
    font-size: 1em;
    color: #333;
}

.comment-form-container {
    margin: 10px;
}

.mb {
    display: none;
}

.md {
    display: none;
}

.comments {
    margin: 40px 0 40px 0;
}

.comments .control-label {
    display: inherit;
}

.comments .comments-list {
    list-style: none;
    padding: 0;
}

.comments .comment-author-avatar {
    float: left;
    width: 60px;
}

.comments .comment-details {
    padding-left: 90px;
}

.comments .comment-content {
    /*background: -webkit-linear-gradient(right left, #f8f8f8, #f3f3f3);*/
    /*background: -moz-linear-gradient(right left, #f8f8f8, #f3f3f3);*/
    /*background: -o-linear-gradient(right left, #f8f8f8, #f3f3f3);*/
    /*background: linear-gradient(to left right, #f8f8f8, #f3f3f3);*/
    /*-webkit-box-shadow: 0 0 3px #cccccc, inset 0 -1px 1px #e9e9e9, 0 1px 1px rgba(0, 0, 0, 0.12), inset 0 1px 1px white;*/
    /*-moz-box-shadow: 0 0 3px #cccccc, inset 0 -1px 1px #e9e9e9, 0 1px 1px rgba(0, 0, 0, 0.12), inset 0 1px 1px white;*/
    /*box-shadow: 0 0 3px #cccccc, inset 0 -1px 1px #e9e9e9, 0 1px 1px rgba(0, 0, 0, 0.12), inset 0 1px 1px white;*/
    /*padding: 20px;*/
    /*border-radius: 5px;*/
    /*border-top: 1px solid #e7e7e7;*/
    /*overflow: hidden;*/
    background: -webkit-linear-gradient(right left, #f89434, #f34402);
    background: -moz-linear-gradient(right left, #f8763a, #f8763a);
    background: -o-linear-gradient(right left, #f8763a, #f8763a);
    background: linear-gradient(to left right, #f8763a, #f8763a);
    -webkit-box-shadow: 0 0 3px #f8763a, inset 0 -1px 1px #f8763a, 0 1px 1px rgba(0, 0, 0, 0.12), inset 0 1px 1px white;
    -moz-box-shadow: 0 0 3px #f8763a, inset 0 -1px 1px #f8763a, 0 1px 1px rgba(0, 0, 0, 0.12), inset 0 1px 1px white;
    box-shadow: 0 0 3px #f8763a, inset 0 -1px 1px #f8763a, 0 1px 1px rgba(0, 0, 0, 0.12), inset 0 1px 1px white;
    padding: 20px;
    /*border-radius: 5px;*/
    border-top: 1px solid #f8763a;
    overflow: hidden;
}

.comments .comment-date {
    font-size: 14px;
    color: #979797;
    font-style: italic;
    font-weight: normal;
}

.comments .comment-author-name {
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 5px 0;
}

/* Apply on 2nd level comments list */
.comments-list .children {
    padding-left: 45px;
    border-left: 2px solid #dfdfdf;
    margin: 20px 0 0 0;
}

.comments-list .comment {
    position: relative;
    margin: 0 0 20px 0;
}

.comments-list .children .comment:after {
    content: "";
    position: absolute;
    left: -46px;
    top: 48px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #184780;
}

.comments-list .children .comment:before {
    content: "";
    position: absolute;
    left: -47px;
    top: 25px;
    width: 2px;
    height: 40px;
    background-color: #184780;
    border-bottom: 6px solid #f97f45;
    border-top: 6px solid #f94627;
}

.comments .comment-author-avatar img {
    border: 1px solid #e2131a;
}

.comments ul,
.comments ol {
    list-style-type: none;
}

.title-block .title-separator {
    background: url("../images/title-pattern.png");
    height: 5px;
    overflow: hidden;
    margin-top: 8px;
}

.title-block .h3-body-title {
    float: left;
    margin: 0 20px 20px 0;
}

.comment-action-buttons {
    float: right;
}

.comment-action-buttons a {
    font-weight: normal;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.63);
    padding: 5px;
}

.comment-action-buttons a:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.63);
}

.comment-action-buttons a:focus {
    outline: none;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.63);
}

.comment-box {
    margin-top: 15px;
}

.comment-box textarea {
    /*background: #fd6d37;*/
    vertical-align: middle;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    padding: 5px 6px 4px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
    border: 1px solid #c1c1c1;
    font-size: 13px;
    color: #333;
    line-height: 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: auto;
    border-radius: 0;
}

.comment-box .comment-box-partial .comment-submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 12px;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    border: 1px solid #008cc9;
    border-radius: 3px;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    white-space: nowrap;
    display: block;
    color: #fff !important;
    background: #008cc9 0 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 10px 0 0;
}

.comment-submit:focus {
    outline: none !important;
}

.comment-box .comment-box-partial .comment-submit:hover {
    background: #187BA7;
}

#cancel-reply {
    display: none;
    color: #008cc9;
}

#cancel-reply:hover {
    text-decoration: none;
    color: #187BA7;
}

@media screen and (max-width: 768px) {
    /*.effect{*/
    /*overflow: auto;*/
    /*}*/
    .mb {
        display: none;
    }

    .dt {
        display: none;
    }

    .md {
        display: block;
    }

    .comment-photo {
        display: none;
    }

    .comment-body .comment-details {
        padding: 5px;
    }
}

@media screen and (max-width: 568px) {
    .tab-comment {
        padding: 0 !important;
    }

    .comment-content,
    .comment {
        /*margin: 0!important;*/
        padding-left: 0 !important;
        /*padding: 0!important;*/
    }

    .comment-body .comment-details {
        padding: 0 !important;

    }

    .mb {
        display: block;
    }

    .dt {
        display: none;
    }

    .md {
        display: none;
    }

}

.overflow {
    max-height: 136px;

}

.expand {
    display: none;
    cursor: pointer;
}

.shownw {
    display: inline-block;
}

.hide-text {
    display: none;
}

