/*
Theme Name: Onepress child
Template: onepress
Author: Child Theme Configurator

Version: 1.0.1747803033
Updated: 2025-05-21 07:50:33

*/

body  {
    font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Open Sans", sans-serif;

}
body .cc-revoke, .cc-window{
    font-family: "Open Sans", sans-serif;

}
.page-header .page-title.policy-title{
    letter-spacing: 0;
}
.policy-block {
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding: 32px 0 96px;
}
.policy-block table ul{
    margin: 0;
    display: flex;
    gap: 0;
    flex-direction: column;
}
.policy-block table ul li {
    margin: 0;
}
.policy-block table td {
    padding:  24px 12px;
    color: #333;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.policy-block table tr td:first-child {
    font-weight: 700;
}

.policy-block__item p {
    color: #333;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin: 0;
}
.policy-block__item .description{
    font-size: 20px;
}
.policy-block__item .text{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.policy-block__item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.policy-block__item .title {
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 37.5px */
    text-transform: uppercase;
    margin: 0;
}

.policy-block__item p:not(.description) {
    padding-left: 64px;
}

.policy-block.policy-block--cookies p{
    padding-left: 0 !important;
}

body .cc-window.cc-floating{
    padding: 16px 24px;
    max-width: 953px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    border-radius: 12px;
    box-shadow: 4px 4px 32px 0px rgba(0, 0, 0, 0.12);
    bottom: 40px;
    right: 40px;
}

.cc-message{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0 !important;
}

.cc-dismiss{
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: block;
    padding: 12px 24px;
}
.cc-link{
    display: none;
}

.footer-copyright{
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.footer-copyright .copyright{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 15.4px */
}
.footer-copyright__privacy{
    display: flex;
    gap: 24px;
}
.footer-copyright__privacy a{
    color: #81D742 !important;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 15.4px */
}
.features-title{
    color: #8f8f8f;
    font-size: 1rem;
    font-weight: 500;
}
@media screen and (max-width: 991px) and (min-width: 800px) {
    .h-on-top.is-transparent #hero .container .hero__content {
        margin-top: 0;
    }

    .hero-slideshow-wrapper.hero-slideshow-fullscreen {
        height: 862px !important;
    }
}

@media screen and (max-width: 991px) {
    .policy-block__item .text{
        display: none;
    }
    .policy-block__item .title{
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
    }
    .policy-block__item .title:after{
        content: '❮';
        display: block;
        transform: rotate(-90deg);
        font-size: 20px;
        font-weight: 400;
        transition: 0.4s;
    }
    .policy-block__item .title.active:after{
        transform: rotate(90deg);
    }

    .policy-block{
        padding: 48px 0 64px;
        gap: 32px;
    }

    .policy-block__item .title{
        font-size: 20px;
    }
    .policy-block__item .description{
        font-size: 18px;
    }
    .policy-block__item p:not(.description){
        padding-left: 24px;
    }

    .policy-block__item .text p:not(:last-child){
        margin-bottom: 16px;
    }
    .policy-block table td{
        font-size: 14px;
    }

}

@media screen and (max-width: 576px) {
    .policy-block table tr td:first-child{
        width: 138px;
    }
    .container{
        padding-left: 20px;
        padding-right: 20px;
    }

    .cc-dismiss {
        width: 100%;
        max-width: 100%;
        font-size: 14px;
    }
    body .cc-window.cc-floating {
        flex-direction: column;
        margin: 10px;
        gap: 24px;
        bottom: 0;
        right: 0;
    }

    .cc-compliance {
        width: 100%;
    }

    .footer-copyright{
        flex-direction: column-reverse;
        gap: 24px;
    }
    .footer-copyright .copyright{

    }
    .footer-copyright__privacy{
        flex-direction: column;
        gap: 12px;
    }
    .footer-copyright__privacy a{

    }
}
