.comments-heading {
    font-family: 'Open Sans';
    font-size: 32px;
    font-weight: 400;
    line-height: 110%;
    color: #194F6E;
    margin-bottom: 16px;
}

.comments-author {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 140%;
    color: #194F6E;
}

.comments-text {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: #252525;
}

.comments-date-time {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    color: #A5A4AD;
    margin-bottom: 15px;
}

.tax-comment-content-header {
    margin-bottom: 15px;
}

.reply-heading {
    font-family: 'Open Sans';
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    color: #194F6E;
    margin-bottom: 5px;
}

.reply-caption {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    color: #A5A4AD;
    margin-bottom: 15px;
}

.reply-btn {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    color: #4CAF50;
}

.reply-btn:hover {
    cursor: pointer;
}

.comments-form-wrapper {
    width: 100%;
    margin-bottom: 15px;
}

.comments-form-wrapper .show-comments {
    display: inline-block;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    color: #4CAF50;
    border: 1px solid #4CAF50;
    border-radius: 4px;
    padding: 8px 15px;
}

.comments-form-wrapper .show-comments span {
    padding-right: 7px;
}

.comments-form-wrapper .show-comments:hover {
    cursor: pointer;
}

.comment-form {
    margin: 15px 0;
    width: 100%;
    background-color: #F5F5F5;
    padding: 15px;
    display: none;
}

.comment-form label {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    color: #A5A4AD;
    margin-bottom: 5px;
}

.comment-form .fieldset {
    margin-bottom: 10px;
}

.comment-form .fieldset + .brand-btn {
    margin-top: 20px;
}

.comment-form input,
.comment-form input[type="text"],
.comment-form input[type="number"],
.comment-form input[type="email"],
.comment-form textarea {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    color: #252525;
    background-color: #FFFFFF;
    border: 1px solid #A5A4AD !important;
    border-radius: 6px;
}

.comment-form .brand-btn {
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    color: #ffffff;
    letter-spacing: 0;
    padding: 10px 20px;
}

.stars-rating-wrapper {
    width: 100px;
    float: right;
}

.stars-rating {
    margin-top: 6.5px;
    width: 97.5px;
    height: 16px;
    overflow-x: hidden;
    background: url('/wp-content/themes/ascension/assets/images/empty_stars.svg') no-repeat;
}

.stars-rating-colorized {
    margin-bottom: 10px;
    border: none !important;
    background: url('/wp-content/themes/ascension/assets/images/colorized_stars.svg') no-repeat;
}

.stars-rating_inner {
    height: 15px;
    display: block;
    background: url('/wp-content/themes/ascension/assets/images/active_stars.svg') no-repeat;
    overflow-x: hidden;
}

.stars-rating-colorized .stars-rating_inner {
    background: url('/wp-content/themes/ascension/assets/images/colorized_active_stars.svg') no-repeat;
}

.input-error {
    font-size: 12px;
    color: #ff0000;
}

.after-comment-msg {
    font-size: 14px;
    padding: 10px 0;
}

/*
.fa-caret-down,
.fa-caret-up {
    position: relative;
}

.fa-caret-down:before,
.fa-caret-up:before {
    content: ' ';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #4CAF50;

}

.fa-caret-down:before {
    transform: rotate(-92deg);
}

.fa-caret-up:before {
    transform: rotate(92deg);
}
*/

.tax-comments {
    background-color: #F5F5F5;
    margin-bottom: 15px;
    padding: 15px;
}

.tax-comments .comment-body {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.tax-comments .comments-text {
    width: 100%;
    margin-bottom: 15px;
    order: 2;
}

.tax-comments .comments-date-time {
    order: 1;
}

.tax-comments .tax-comments-item:not(:last-of-type) {
    margin-bottom: 20px;
}

.reply-item {
    margin-top: 15px;
    margin-left: 15px;
    border-left: 1px solid #4CAF50;
    border-bottom: 1px solid #4CAF50;
    padding-left: 15px;
    padding-bottom: 5px;
}

@media screen and (min-width: 575px) {
    .tax-comments .comment-body {
        flex-direction: row;
    }

    .tax-comments .comments-text {
        padding-right: 25px;
        order: 1;
    }

    .tax-comments .comments-date-time {
        flex: 0 0 170px;
        max-width: 170px;
        text-align: right;
        order: 2;
    }
}

.accordion {
    margin-bottom: 20px;
}

.accordion_name {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;
    color: #353535;
    margin-bottom: 14px;
    display: block;
}

.accordion .accordion_item {
    background: #F5F5F5;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    margin-top: 5px;
}

.accordion .accordion_item .accordion_item_title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #353535;
    padding: 15px 49px 15px 15px;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
}

.accordion .accordion_item .accordion_item_title::before {
    position: absolute;
    content: '';
    height: 12px;
    width: 19px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxOSAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMTY2NjMgMS4zMzMzM0w5LjQ5OTk2IDkuNjY2NjZMMTcuODMzMyAxLjMzMzMzIiBzdHJva2U9IiMzNTM1MzUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    top: 22px;
    right: 18px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.accordion .accordion_item .accordion_item_info {
    display: none;
    background: #F5F5F5;
    padding: 0 45px 15px 15px;
    border-radius: 0 0 5px 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #353535;
}

.accordion .accordion_item .accordion_item_info p:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
}

.accordion .accordion_item.active .accordion_item_title::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion .accordion_item.active .accordion_item_title {
 padding-bottom: 7px;
}
