/*!
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{
    background: #0c314d url(img/site-bg.png) repeat-y top !important;
    color: #031d30;
    font-family: Montserrat, sans-serif;
    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;
}


/*==================================================
>>>    HEADER        
==================================================*/
.main-navigation .primary-menu-container > ul > li.menu-item:first-child > a{
    background: url(img/menu-icon/1.svg) no-repeat 0;
    background-size: 18px;
    padding-left: 28px;
}
.main-navigation .primary-menu-container > ul > li.menu-item:nth-child(2) > a{
    background: url(img/menu-icon/2.svg) no-repeat 0;
    background-size: 18px;
    padding-left: 28px;
}
.main-navigation .primary-menu-container > ul > li.menu-item:nth-child(3) > a{
    background: url(img/menu-icon/3.svg) no-repeat 0;
    background-size: 18px;
    padding-left: 28px;
}
.main-navigation .primary-menu-container > ul > li.menu-item:nth-child(4) > a{
    background: url(img/menu-icon/4.svg) no-repeat 0;
    background-size: 18px;
    padding-left: 28px;
}
/*==================================================
>>>    FOOTER        
==================================================*/

.footer-widget-area hr{
    border-top: 1px solid hsla(0, 0%, 100%, .1);
    color: hsla(0, 0%, 100%, .5);
    font-size: 13px;
    margin-top: 40px;
    padding-top: 0;
    text-align: center;
}
#footer-navigation{
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    border-top: 1px solid hsla(0, 0%, 100%, .1);    
    padding: 15px 0;
}
.site-middle-footer-inner-wrap{
    padding-top: 0 !important;
    padding-bottom: 0!important;
}
.site-top-footer-inner-wrap{
    padding-bottom: 0!important;
}

.rank-math-list .rank-math-list-item{
    background: #031d30;
    border: 1px solid #14a0ff;
    border-radius: 6px;
    color: #fff;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 16px;
}


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

}



/*==================================================
>>>       POPUP     
==================================================*/
.nwm-hidden-mobile{
    max-width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    transform: translateY(190px);
    z-index: 999;
    background: #031D30;
    color: #fff;
    font-size: 22px;
    text-align: center;
}
.nwm-hidden-mobile .nwm-container{
    position : relative ;
}
.nwm-close{
    position: absolute;
    right: -40px;
    top: -20px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    display: block;
}
.nwm-close svg{
    fill: #000;
    width: 24px;
    position: relative;
    top: 5px;
}
.nwm-close svg path{
    fill: #000;
}
.nwm-hidden-mobile.active{
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    transform: translateY(0);
}
.nwm-hidden-mobile .widget_block{
    margin: 0 !important;
}
.nwm-hidden-mobile .wp-block-columns{
    align-items: center !important;
    margin: 0 !important;
    grid-gap: 70px;
    align-items: center;
    display: grid;
    grid-template-columns: max-content max-content 1fr max-content;
    position: relative;
}
.nwm-hidden-mobile .wp-block-button a{
    height: 52px;
    line-height: 52px;
    padding: 0 58px;
    text-transform: uppercase;
}
.nwm-hidden-mobile .wp-block-image{
    background: #232323;
    border-radius: 4px;
    padding: 4px 8px;
}
.nwm-hidden-mobile .wp-block-image img{
    height: 72px;
    max-width: 180px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
.nwm-hidden-mobile .rating_title {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
}
.nwm-hidden-mobile .rating_stars {
    background: url(img/star-icon.svg) no-repeat 0;
    background-size: auto;
    background-size: 18px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding-left: 20px;
}
.nwm-hidden-mobile .rating_stars span {
    font-size: 22px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .nwm-hidden-mobile .wrap{
        height: 130px;
    }
    .nwm-hidden-mobile .imgs img{
        max-width: 200px;
    }
    .nwm-hidden-mobile h3{
        line-height: 1;
    }
    .nwm-hidden-mobile .btn{
        font-size: 15px;
        flex: 0 0 130px;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .nwm-hidden-mobile .wrap{
        height: 130px;
    }
    .nwm-hidden-mobile .imgs img{
        max-width: 200px;
    }
    .nwm-hidden-mobile h3{
        line-height: 1;
    }
    .nwm-hidden-mobile .btn{
        font-size: 15px;
        flex: 0 0 130px;
    }
}

@media (max-width: 767px) {
    .nwm-hidden-mobile{
        bottom: -70px;
    }
    .nwm-hidden-mobile p{
        margin: 0;
    }
    .nwm-hidden-mobile .wp-block-columns {
        grid-column-gap: 16px;
        grid-row-gap: 10px;
        align-items: flex-start;
        grid-template-columns: 100px 1fr;
        font-size: 14px;
        padding: 20px 0;
    }
   .nwm-hidden-mobile .rating_title{
        margin-bottom: 0;
    }
    .nwm-hidden-mobile .wp-block-columns .wp-block-column:nth-child(1) img{
        width: 100%;
        height: 100%;
    }
    .nwm-hidden-mobile .wp-block-columns .wp-block-column:nth-child(2){
        grid-column: 2/3;
        grid-row: 1;
    }
    .nwm-hidden-mobile .wp-block-columns .wp-block-column:nth-child(3){
        grid-column: 2/3;
        grid-row: 2;
        margin-top: 0;
        text-align: left;
    }
    .nwm-hidden-mobile .wp-block-columns .wp-block-column:nth-child(4){
        grid-column: 1/3;
        grid-row: 3;
        text-align: center;
    }
    .nwm-close{
        top: -5px;
        right: 1px;
        z-index: 999;
    }
    .nwm-hidden-mobile .wp-block-button{
        width: 100%;
        padding: 0 20px;
    }
    .nwm-hidden-mobile .wp-block-button a{
        display: flex;
        justify-content: center;
    }

    .g-popup-block__rating{
        place-items: center;
        text-align: left;
        display: flex;
        gap: 6px;
    }
    .rating_title {
        font-size: 10px;
        margin-bottom: 0;
    }
    .rating_stars {
        font-size: 13px;
    }
    .rating_stars span {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .nwm-hidden-mobile h3{
        font-size: 18px !important;
    }
    .nwm-hidden-mobile .btn{
        padding: 12px 15px;
    }
    .nwm-hidden-mobile .imgs img{
        position: relative;
        left: -25px;
    }
}
/* Landscape phones and smaller */
@media (max-width: 480px) {

    .nwm-hidden-mobile .wrap{
        height: 130px;
    }
    .nwm-hidden-mobile .imgs img{
        max-width: 100px;
        position: relative;
        left: -10px;
    }
    .nwm-hidden-mobile h3{
        font-size: 22px !important;
        line-height: 1;
    }
    .nwm-hidden-mobile h5{
        font-size: 11px;
        margin: 0;
    }
    .nwm-hidden-mobile h5 span{
        font-size: 10px;
        border: 1px dashed #446084;
        padding: 4px 8px;
        border-radius: 0;
    }
    .nwm-hidden-mobile .btn{
        font-size: 12px;
        padding: 10px;
        position: absolute;
        bottom: 10px;
        right: 10px;
    }
}