/*
Theme Name: Kazka
Theme URI: https://online-services.org.ua/
Description: Kazka theme
Author: VDZ
Author URI: https://online-services.org.ua/
Template: twentytwenty
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

.post-meta{
    display: none;
}
#vdz_faq{
    margin: 30px 0;
    padding: 15px;
    border-top: 1px solid #cd2653;
    border-bottom: 1px solid #cd2653;
}
#vdz_faq .vdz_faq_item_question{
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    max-width: 680px;
    justify-content: space-between;
    align-items: center;
    line-height: 1.65 !important;
    padding-bottom: 0 !important;
}
#vdz_faq .vdz_faq_item_question svg{
    transition: all linear 0.4s;
}
#vdz_faq .vdz_faq_item_question.open svg{
    transform: rotate(45deg);
}
#vdz_faq .vdz_faq_title{
    font-weight: 600;
    font-size: 1.5em;
    margin-bottom: 30px;
    color: #cd2653;
}
#vdz_faq .vdz_faq_item{
    margin-bottom: 10px;
}
#vdz_faq .vdz_faq_item_answer{
    margin: 15px 0;
    margin-left: 15px;
}

body.page #vdz_faq{
    margin-top: 80px;
}
@media only screen and (max-width: 767px) {
    body.post #vdz_faq,
    body.page #vdz_faq{
        margin-top: 30px;
    }
}
.archive-header h1{
    font-size: 2.5em;
}
.archive-header h2{
    font-size: 2em;
}
.section-inner.thin{
    max-width: 100%;
}


.vzv_show_more .vzv_sm_content {
    display: none; }
.vzv_show_more .vzv_sm_content.vzv_sm_content_show {
    display: block; }
.vzv_show_more .vzv_sm_btn {
    display: inline-block;
    cursor: pointer; }
.vzv_show_more .vzv_sm_btn.vzv_sm_btn_hide {
    display: none  !important; }