/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.2.9
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
.entry-content-wrap{
	padding: 0 !important;
}
.nwm-container{
    max-width: 1260px;
    margin: auto;
}
body{
    
}
.wp-block-kadence-column{
    margin-bottom: 32px;
}
.nwm-container > .wp-block-group__inner-container{
    background: #fff;
    border-radius: 10px;    
    padding: 54px 30px;
}
.nwm-container.no-bg > .wp-block-group__inner-container{
    background:inherit;
}
.single-content address, .single-content figure, .single-content hr, .single-content p, .single-content table, .single-content pre, .single-content form, .single-content .wp-block-buttons, .single-content .wp-block-button, .single-content .wc-block-grid, .single-content .wp-block-kadence-advancedbtn, .single-content .wp-block-media-text, .single-content .wp-block-cover, .single-content .entry-content-asset, .single-content .wp-block-kadence-form, .single-content .wp-block-group, .single-content .wp-block-yoast-faq-block, .single-content .wp-block-yoast-how-to-block, .single-content .schema-faq-section, .single-content .wp-block-kadence-tableofcontents, .single-content .enlighter-default, .single-content .wp-block-kadence-iconlist, .single-content [class*=__inner-content]{
    margin-bottom: 1rem !important;
}

h2,.has-border{
    position : relative ;
}
h2:after,.has-border:after{
    content: "";
    border-bottom: 2px solid #205685;
    width: 10%;
    position: absolute;
    bottom: -3px;
    left: 0;
}
.wp-block-image.alignwide{
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 5px;
}
.wp-block-separator{
    border-top: 0;
}
/*-----------------------*\
    BUTTON
\*-----------------------*/
.header-html-inner{
    display: flex;
    gap: 10px;
}
.header-html-inner a,
.mobile-html-inner a{
    background: linear-gradient(to right, #535fd3, #454ea2);
    color: #fff;
    padding: 5px 25px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    border:1px solid #454ea2;
    text-decoration: none !important;
    transition: all .3s ease 0s;
    display: inline-block;
}
.header-html-inner a:hover,
.mobile-html-inner a:hover{
    background: #5f871f;
    border-color: #5f871f;
    transition: all .3s ease 0s;
    color: #fff;
}
.header-html-inner a:nth-child(2),
.mobile-html-inner a:nth-child(2){
    background: #368bc9;
    border-color: #368bc9;
}
.header-html-inner a:nth-child(2):hover,
.mobile-html-inner a:nth-child(2):hover{
    background: #266999;
    border-color: #266999;
}

/*-----------------------*\
    TABLE
\*-----------------------*/
.wp-block-table .has-fixed-layout{
    
}
.wp-block-table td, .wp-block-table th{
    border: none !important;
}
.wp-block-table {
    border: 1px solid #205685;
    border-radius: 10px;

}

.wp-block-table.is-style-stripes {
    border-bottom: 1px solid #205685
}

.wp-block-table.is-style-stripes table {
    border-collapse: inherit
}

.wp-block-table td,
.wp-block-table th {
    border: unset
}

.wp-block-table table {
    width: 99.6%;
    border-collapse: inherit;
    margin-left: 1px;
    margin: 0 !important;
}

.wp-block-table table thead {
    background-color: #1d2730;
    color: #fff;
    font-size: 19px
}

.wp-block-table table thead th {
    padding: 10px;
    border-left: 1px solid #fff;
}

.wp-block-table table thead th:first-child {
    border-left: none
}

.wp-block-table table tbody tr:last-child td {
    border-bottom: none
}

.wp-block-table table tbody td {
    padding: 10px;
    font-size: 14px
}

.wp-block-table table tbody td:not(:last-child) {
    border-right: 1px solid #205685 !important;
    padding: 10px;
    font-size: 14px
}

.wp-block-table table tbody tr:not(:last-child) {
    border-bottom: 1px solid #205685
}

.wp-block-table tbody tr:nth-child(odd) {
    background-color: #f0f0f0;
}
/*-----------------------*\
    OL
\*-----------------------*/
body ol{
    padding: 0 !important;
    margin: 30px 0;
    counter-reset: myCounter;
}
body ol li {
    list-style: none;
    
}
body ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: #fff;
    background: #205685;
    display: inline-block;
    text-align: center;
    margin: 5px 10px 5px 0;
    line-height: 19px;
    min-width: 19px;
    width: 19px;
    height: 19px;
    border-radius: 4px;
}
/*==================================================
>>>    HEADER        
==================================================*/
.mobile-html-inner a{

}
/*==================================================
>>>    FOOTER        
==================================================*/
.site-middle-footer-wrap .site-footer-row-container-inner{
    padding: 30px 0;
}
.site-middle-footer-inner-wrap{
    align-items: center;
    grid-template-columns: 350px minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) !important;
    padding: 30px 0;
}
.site-middle-footer-inner-wrap .widget{
    margin-bottom: 0 !important;
}
.site-middle-footer-inner-wrap ul{
    list-style: none;
    margin: 0;
}

.site-bottom-footer-wrap{
    border-top: 2px solid #205685;
}
.site-bottom-footer-inner-wrap{
    padding: 0 !important;
}
.footer-html-inner p{
    display: flex;
    align-items: center;
    color: #fff;
    gap: 20px;
}
.footer-html-inner img{
    max-width: 70px;
}
/*==================================================
>>>       ALLPAGE     
==================================================*/
.content-area{
    margin-top: 15px !important;
    margin-bottom: 0 !important;
    position : relative ;
}
.entry.single-entry {
    box-shadow: none;
}
.content-area:before{
    content: '';
    height: 1px;
    left: 0;
    right: 0;
    top: -8px;
    background: #e6e6e7;
    position: absolute;
}

.wp-block-kadence-accordion{
        margin: 40px 0 !important;
}
.wp-block-kadence-pane{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #205685;
    border-radius: 10px;
    padding: 31px 42px 31px 53px;
    margin-bottom: 15px;
    position: relative;
    line-height: 142%;
}
.kt-accordion-header-wrap button{
    border: none !important;
    background: inherit !important;
}
.kt-accordion-panel-inner{
    background: inherit !important;
}
/*-----------------------*\
    GIFT
\*-----------------------*/

@-webkit-keyframes scaleanim {
    0%,100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
}

@keyframes scaleanim {
    0%,100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
}
.gift-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 20px auto;
    min-width: 300px;
    max-width: 500px;
}

.gift-block::after {
    width: 100%;
    height: calc(100% - 30px);
    content: " ";
    position: absolute;
    bottom: 0;
    z-index: -1;
    border-radius: 10px;
    background-color: #2e2e2e;
    border: 3px solid #2f2f2f;
    outline: #e6e5e4 solid 1px;
    outline-offset: -8px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #1d2730;
    opacity: .6;
    -webkit-box-shadow: 0 17px 40px rgba(9,25,42,.36);
    box-shadow: 0 17px 40px rgba(9,25,42,.36)
}

.gift-block__icon {
    background-color: #1d2730;
    padding: 20px;
    border-radius: 67%;
    -webkit-animation: 4s infinite scaleanim;
    animation: 4s infinite scaleanim;
    -webkit-transition: .5s;
    transition: .5s
}

.gift-block__icon img {
    height: 42px;
    width: 42px;
    max-width: initial;
}
.gift-block__arrow-img {
    -webkit-animation: 2s steps(2) infinite stopsignal;
    animation: 2s steps(2) infinite stopsignal;
    max-width: initial;
}

.gift-block__arrow {
    position: relative;
    height: 50px;
}


.gift-block__arrow img:nth-child(2) {
    width: 80px;
    position: absolute;
    top: -8px;
    right: calc(50% - 40px);
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.gift-block__arrow img:nth-child(1) {
    width: 140px;
    position: absolute;
    top: 0;
    right: calc(50% - 70px)
}
@-webkit-keyframes stopsignal {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes stopsignal {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}


.gift-block__promocode {
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gift-block__promocode input {
    border: 1px solid #003b90;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 12px 0 0 12px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    width: 51%;
    padding: 7px 20px 6px;
    outline: 0;
    background-color: #fff
}

.gift-block__promocode a,.gift-block__promocode button {
    background-color: #1d2730;
    border: unset;
    border-radius: 0 12px 12px 0;
    height: 34px;
    width: 30%;
    -webkit-box-shadow: 0 0 50px #2a8047;
    box-shadow: 0 0 50px #2a8047;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 100px
}

.gift-block__body {
    padding: 20px 0;
    text-align: center
}

.gift-block__text {
    color: #fff;
    text-align: center;
    font-weight: bolder;
    font-size: 1.5rem
}

.gift-block__text p {
    margin: 5px 0;
    padding: 0 7px
}

.gift-block__numbers {
    font-weight: 900;
    font-size: 3rem
}

.gift-block__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px
}

.gift-block__button a {
    font-size: 1rem;
    background: #363;
    color: #fff;
    border: 0 solid #ffdf39;
    font-weight: 900;
        display: table;
    padding: 10px 55px 9px;
    border-radius: 10px;
    text-decoration: none !important;
    
}
.gift-block__button a:hover{
    background-color:#2b7abf;
    color: #fff;
}
/*-----------------------*\
    PROMOTION CODE
\*-----------------------*/
.promocode-mini {
    max-width: 280px;
    border: 1px solid #205685;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    margin: 20px 0;
    background: #fff
}

.promocode-mini__help {
    text-align: center
}

.promocode-mini__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.promocode-mini__body a {
    text-decoration: none
}

.promocode-mini__body button {
    padding: 0;
    margin: 0;
    border: unset
}

.promocode-mini__title {
    font-style: normal;
    font-size: 16px;
    line-height: 135%;
    text-align: center;
    font-weight: bolder;
    padding: 10px 0
}

.promocode-mini input {
    border: unset;
    text-align: center
}

.promocode-mini input,.promocode-mini__code {
    font-style: normal;
    font-size: 14.6524px;
    line-height: 125%;
    color: #000;
    outline: 1px dashed #7daa2f;
    outline-offset: -1px;
    height: 38px;
    width: 128px;
    border-radius: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: unset;
    font-weight: 900;
    position: relative;
    overflow: hidden
}

.promocode-mini input:before,.promocode-mini__code:before {
    content: " ";
    position: absolute;
    top: 9px;
    height: 7px;
    width: 37px;
    border: 17px solid transparent;
    border-right: 16px solid #7daa2f;
    -webkit-transform: rotateZ(343deg);
    transform: rotateZ(343deg);
    z-index: 20;
    -webkit-filter: brightness(.5);
    filter: brightness(.5)
}

.promocode-mini input:after,.promocode-mini__code:after {
    content: " ";
    position: absolute;
    background-color: #7daa2f;
    width: 105px;
    height: 40px;
    left: -8px;
    z-index: -1;
    -webkit-transform: skewX(16deg);
    transform: skewX(16deg)
}

.promocode-mini__code-sticker {
    content: "COPY";
    position: absolute;
    background-color: #7daa2f;
    color: #fff
}

.promocode-mini .button_bonus {
    font-style: normal;
    font-size: 14.6524px;
    line-height: 125%;
    border: unset;
    height: 40px;
    width: 120px;
    border-radius: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: unset;
    font-weight: 900;
    background: #7daa2f;
    border-color: #7daa2f;
}

.promocode-mini .promocode-block-ref {
    display: none
}
/*-----------------------*\
    HOW TO
\*-----------------------*/
#How-To{
    background-color: #f8f8fa;
    border: 1px solid #205685;
    border-radius: 10px;
    padding: 20px;
    margin: 35px 50px;
}
.howto__block_item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 100px;
    position: relative;
    border-bottom: 1px solid #ece7e7 !important;
    margin-bottom: 10px;
    max-width: 100%;
}
.howto__block_item:before{
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #ece7e7;
    left: -56px;
    top: 0;
}

.howto__block_item .kt-inside-inner-col > span {
    color: #fff;
    background-color: #205685;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    position: absolute;
    left: -70px;
    top: 0;
}
/*-----------------------*\
    REVIEW
\*-----------------------*/
.review-page{
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.review-page__logo{
    margin-bottom: 15px;
}
.review-page__logo div {
    border-radius: 15px;
    border: 1px solid #205685;
    margin-top: 13px;
    margin-right: 25px;
    width: 240px;
    height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
}
.review-page__logo div img {
    max-width: 200px;
    height: auto;
}
.review-page__rating {
    margin: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.review-page__rating div {
    margin-bottom: 30px;
    width: 151px;
    height: 24px;
    position: relative;
}
.rating__star .full {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(img/icon-big-star-2.png);
    position: absolute;
    background-size: 30px;
}
.mobile-app .rating__star .empty {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(img/icon-big-star-1.png);
    background-size: 30px;
}
/*-----------------------*\
    
\*-----------------------*/
.bk-point__pros{
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    border-color: #33b63c;
    padding: 40px 50px;
    position: relative;
    margin: 30px 0;
}
.bk-point__pros::before {
    content: url(img/hand-like.png);
    position: absolute;
    width: 65px;
    min-width: 65px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    top: -25px;
    left: -25px;
    background: #33b63c;
}
.bk-point__cons{
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    border-color: #e74b4b;
    padding: 40px 50px;
    position: relative;
    margin: 30px 0;
}
.bk-point__cons::before {
    content: url(img/hand-like.png);
    position: absolute;
    width: 65px;
    min-width: 65px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    top: -25px;
    left: -25px;
        background-color: #e74b4b;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
/*==================================================
>>>   SINGLE POST         
==================================================*/
body.single-post .content-container{
    background: #fff;
    border-radius: 10px;
    padding: 54px 30px;
}

/*==================================================
>>>   ARCHIVE        
==================================================*/
body.archive main.site-main header,
body.archive #archive-container article{
    background: #fff;
    border-radius: 10px;
    padding: 54px 30px;
}

/*==================================================
>>>       RESPONSIVE     
==================================================*/

/*-----------------------*\
    RESPONSIVE
\*-----------------------*/

/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .site-bottom-header-wrap .site-header-row-container-inner{
        background: #1D2730 !important;
        padding-bottom: 5px;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .site-bottom-header-wrap .site-header-row-container-inner{
        background: #1D2730 !important;
        padding-bottom: 5px;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    h1{
        font-size: 27px !important;
        line-height: 34px !important;
    }
    .content-style-boxed .content-bg:not(.loop-entry){
        margin-left: -10px !important;
        margin-right: -10px !important;
    }
    /*-----------------------*\
        HEADER
    \*-----------------------*/
    .site-bottom-header-wrap .site-header-row-container-inner{
        background: #1D2730 !important;
        padding-bottom: 5px;
    }
    /*-----------------------*\
        FOOTER
    \*-----------------------*/
    .site-middle-footer-inner-wrap{
        grid-template-columns:1fr !important;
        text-align: center;
    }
    .site-middle-footer-inner-wrap .wp-block-image img{
        margin: auto;
    }
    ul.wp-block-social-links{
        justify-content: center;
    }
    .footer-html-inner p{
        flex-direction: column;
        gap: 0;
    }
    /*-----------------------*\
        
    \*-----------------------*/
    #How-To{
        margin: 35px 0;
    }
    .howto__block_item{
        margin-left: 60px;
    }
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
    .mobile-html-inner a{
        font-size: 13px;
    }
}

