/*!
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;
}

.zoom-out{
    transition: all .3s ease 0s;
    cursor: pointer;
    overflow: hidden;
}
.zoom-out:hover img{
    transform: scale(1.1);
    transition: all .3s ease 0s;
}
.zoom-out img{
    width: 100%;
    transition: all .3s ease 0s;
}
.full-width figure{
    width: 100%;
}
.full-width img{
    width: 100% !important;
    object-fit: cover;
}
/*-----------------------*\
    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;
}


/*-----------------------*\
    
\*-----------------------*/
.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;
}


/*-----------------------*\
    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        
==================================================*/
.header-html-inner .btn,
.mobile-html-inner .btn{
    color: #ffffff;
    background-color: #92680E;
    padding: 10px 20px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none !important;
    transition:all 0.3s ease 0s;
    font-size: 17px;
    text-transform: uppercase;
}
.header-html-inner .btn:hover,
.mobile-html-inner .btn:hover{
    color: #fc8b00;
    background-color: #fff;
    border-color: #fc8b00;
    transition:all 0.3s ease 0s;
}
/*.kadence-sticky-header .site-header-row-container-inner{
    background: #000 !important;
}*/
/*==================================================
>>>    FOOTER        
==================================================*/

#footer-navigation{
    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;
}

.footer-html-inner{
    font-size: 15px;
}


/*==================================================
>>>       HOME     
==================================================*/
body .content-area{
    margin-top: 0;
    margin-bottom: 0;
}
.hero-block .wp-block-image img{
    border-radius: 36px;
    transition:all 0.3s ease 0s;
    border: 3px solid #fff;
    cursor: pointer;
}
.hero-block .wp-block-image img:hover{
    transform: scale(1.1);
    transition-duration: 0.8s;
    border-color: #fc6e02;
}
.hero-block h2,
.hero-block h3{
    color: #fff !important;
}
.img-with-heading{
    display: flex;
    gap: 20%;
    align-items: center;
}
.img-with-heading.no-margin{
    gap: 20px;
}

.play-now-block .wp-block-image img{
    transition:all 0.3s ease 0s;
}
.play-now-block .wp-block-image:hover img{
    transform: scale(1.1);
    transition:all 0.3s ease 0s;
}
.play-now-block .wp-block-kadence-column{
    transition:all 0.3s ease 0s;
}
.play-now-block.has-bg .wp-block-kadence-column:hover{
    background: #090323;
    transition:all 0.3s ease 0s;
}
.play-now-block h3{
    color: #FC6E02;
    border-width: 2px;
    border-radius: 9px;
    border-style: solid;
    border-color: #fff;
    font-size: 15px;
    padding: 5px 24px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: max-content;
}
/*==================================================
>>>       PAGE     
==================================================*/
.cta-sport .wp-block-kadence-column{
    box-shadow: 7px 14px 17px 2px rgba(255, 255, 255, 0.5);
}
.cta-sport .kt-inside-inner-col{
    position : relative ;
    text-align: center;
    overflow: hidden;
    -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-sport .wp-block-kadence-column .wp-block-image{
    margin: 0 !important;
}
.cta-sport .wp-block-kadence-column h3{
    color: #FFFFFF;
    background-color: #FF0000;
    border-color: #FF0000;
    border-width: 3px;
    border-radius: 8px;
    padding: 5px 5px 5px 5px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.cta-sport .wp-block-kadence-column img{
    -webkit-transition: all .8s ease 0s;
       -moz-transition: all .8s ease 0s;
        -ms-transition: all .8s ease 0s;
         -o-transition: all .8s ease 0s;
            transition: all .8s ease 0s;
}
.cta-sport .wp-block-kadence-column:hover img{
    transform: scale(1.1);
    -webkit-transition: all .8s ease 0s;
       -moz-transition: all .8s ease 0s;
        -ms-transition: all .8s ease 0s;
         -o-transition: all .8s ease 0s;
            transition: all .8s ease 0s;
}
/*==================================================
>>>   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) {
    .mobile-html-inner .btn{
        padding: 5px 20px;
        font-size: 14px;
    }
    .content-style-boxed .content-bg:not(.loop-entry){
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
    .mobile-html-inner .btn{
        padding: 5px 10px;
        font-size: 12px;
    }
}

