/*!
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: 30px !important;
}
.nwm-container{
    max-width: 1260px;
    margin: auto;
}
body{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 1.4;
}
.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;
}
/*-----------------------*\
    BUTTON
\*-----------------------*/
.header-html-inner{
    display: flex;
    gap: 20px;
}
.site-header .site-header__btn {
    background: linear-gradient(180deg, #57a0d8, #417aa6);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    height: 42px;
    line-height: 42px;
    text-decoration: none;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.site-header .site-header__btn.reg {
    background: linear-gradient(180deg, #91c538, #648626);
}
.site-header .site-header__btn a {
    color: #fff;
    display: block;
    padding: 0 32px;
    text-decoration: none !important;
}
.site-header .site-header__btn:hover {
    opacity: .86;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.wp-block-button a{
    background: linear-gradient(180deg, #91c538, #648626);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    height: 46px;
    line-height: 46px;
    text-decoration: none;
    padding: 0 20px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.wp-block-button a:hover{
    opacity: .86;
    background: linear-gradient(180deg, #91c538, #648626);
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

/*-----------------------*\
    CTA BLOCK
\*-----------------------*/
.cta-block{
    border: 1px solid #14a0ff;
    box-shadow: 0 4px 22px 0 rgba(0, 122, 204, .149);
    margin-bottom: 24px;
    padding: 25px 20px 12px;;
    border-radius: 10px;
    align-items: center !important;
    color: #031d30;
    font-size: 18px;
    font-weight: 500;
}
.cta-block figure{
    background: #dbe5ed;
    border-radius: 10px;
    display: flex;
    height: 120px;
    padding: 12px;
    place-content: center;
    place-items: center;
    width: 240px;
    margin: auto;
}
.cta-block h2{
    color: #031d30;
    font-size: 30px;
    font-weight: 600;
}
.cta-block h5{
    color: #031d30;
    font-size: 22px;
    font-weight: 500;
}
.cta-block .tested {
    align-items: center;
    background: rgba(0, 204, 180, .1);
    border: 1px solid #00ccb4;
    border-radius: 32px;
    display: flex;
    gap: 5px;
    line-height: 35px;
    height: 35px;
    padding: 6px 14px 6px 8px;
}
.cta-block .tested i {
    background: url(img/tested-icon.svg) no-repeat 50%;
    background-size: contain;
    display: block;
    height: 20px;
    width: 20px;
}
.cta-block .tested span {
    color: #00ccb4;
    font-size: 18px;
    font-weight: 500;
}
.promo-group{
    display: flex;
    gap: 20px;
}
.cta-block .wp-block-button{
    margin: 0 !important;
}
/*-----------------------*\
    
\*-----------------------*/
.hero-bonus-block {
    background-position: center;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    min-height: 260px;
    padding: 50px 24px 42px;
}
.hero-bonus-block .hero-bonus-block__line {
    grid-gap: 20px;
    align-items: center;
    display: grid;
    grid-template-columns: 150px 1fr;
    margin-bottom: 20px;
}
.hero-bonus-block .hero-bonus-block__text {
    color: #fff;
    font-size: 16px;
    line-height: 1.1;
    text-align: right;
}
.hero-bonus-block .hero-bonus-block__summ {
    color: #fff000;
    font-size: 56px;
    font-weight: 700;
    text-shadow: 0 0 32px #fff000;
        line-height: 1.3;
}
.hero-bonus-block .hero-bonus-block__text span {
    color: #fff000;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}
.hero-bonus-block .hero-bonus-block__link a {
    align-items: center;
    background: linear-gradient(180deg, #91c538, #648626);
    border-radius: 10px;
    color: #fff;
    display: inline-flex;
    gap: 8px;
    height: 46px;
    line-height: 44px;
    padding: 0 32px;
    text-decoration: none !important;
}
.hero-bonus-block .hero-bonus-block__link a i {
    background: url(img/bonus-icon.svg) no-repeat 50%;
    background-size: contain;
    display: inline-block;
    height: 24px;
    width: 24px;
}
/*-----------------------*\
    LIST
\*-----------------------*/
ul{
    list-style:none !important;
    padding: 0 !important;
}
.entry-content.single-content ul{
    grid-column-gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.entry-content.single-content ul li {
    font-weight: 500;
    padding-left: 24px;
    position: relative;
}
.entry-content.single-content ul li:not(:last-child) {
    margin-bottom: 12px;
}
.entry-content.single-content ul li:before {
    background: url(img/li-icon.svg) no-repeat 50%;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 16px;
}

.entry-content.single-content ol:not(.g-top-ol) {
    counter-reset: num;
    list-style-type: none;
    margin-bottom: 24px;
    margin-left: 42px;
}
.entry-content.single-content ol:not(.g-top-ol) li {
    margin: 0 0 32px;
    padding: 0;
    position: relative;
}
.entry-content.single-content ol:not(.g-top-ol) li:before {
    background: #e8f1fa;
    border: 1px solid #007acc;
    border-radius: 50%;
    color: #007acc;
    content: counter(num);
    counter-increment: num;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    height: 32px;
    left: -40px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: -5px;
    width: 32px;
}
.entry-content.single-content ol:not(.g-top-ol) li:not(:last-child):after {
    background: url(img/dashed-line-blue.svg) repeat-y top;
    content: "";
    display: inline-block;
    height: 100%;
    left: -24px;
    position: absolute;
    top: 32px;
    width: 1px;
}

/*-----------------------*\
    TABLE
\*-----------------------*/
.wp-block-table {
    margin-bottom: 42px;
}
.wp-block-table table {
    background: rgba(20, 160, 255, .1);
    border-collapse: collapse;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 24px;
    overflow: hidden;
    width: 100%;
}
.wp-block-table table tr td {
    font-weight: 400;
    padding: 16px 12px;
}
.wp-block-table table tr:nth-child(2n) {
    background: #fff;
}
.wp-block-table table tr td {
    font-weight: 400;
    padding: 16px 12px;
    border: none;
}


/*==================================================
>>>   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) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .kadence-svg-iconset svg path{
        fill: #fff;
    }
    .nwm-container:not(.no-bg) > .wp-block-group__inner-container{
        margin: 0 20px;
        padding: 24px 20px;
    }
    .nwm-container.no-bg > .wp-block-group__inner-container{
        padding: 24px 20px;
    }
    .entry-content.single-content ul{
        display: block;
    }
    .entry-content.single-content ol:not(.g-top-ol){
        padding-left: 0;
    }
    /*-----------------------*\
        
    \*-----------------------*/
    .hero-bonus-block {
        background: #031d30 !important;
        height: auto;
        min-height: 90px;
        padding: 32px 16px;
    }
    .hero-bonus-block .hero-bonus-block__line {
        display: block;
        text-align: center;
    }
    .hero-bonus-block .hero-bonus-block__text span {
        display: block;
        font-size: 22px;
    }
    .hero-bonus-block .hero-bonus-block__text {
        text-align: center;
    }
    .hero-bonus-block .hero-bonus-block__summ {
        font-size: 36px;
    }
    .hero-bonus-block .hero-bonus-block__link a {
        place-content: center;
        width: 100%;
    }

    /*-----------------------*\
        
    \*-----------------------*/
    .cta-block {
        display: block !important;
        padding: 24px 16px;
        text-align: center;
        font-size: 16px;
    }
    .cta-block h2{
        font-size: 20px;
        text-align: center;
    }
    .cta-block h5{
        font-size: 16px;
    }
    .cta-block .tested{
        margin: auto;
    }
    .promo-group {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0;
        margin-bottom: 10px;
    }
    .promo-group .title {
        font-size: 20px;
    }
    .promo-group .tested i {
        height: 12px;
        width: 12px;
    }
    .promo-group .tested span {
        font-size: 14px;
    }
}

/* Landscape phones and smaller */
@media (max-width: 480px) {

}

