/*
 Theme Name:   Kadence Child
 Theme URI:    https://example.com/kadence-child/
 Description:  Kadence Child Theme
 Author:       Your Name
 Author URI:   https://example.com
 Template:     kadence
 Version:      1.0.2
 Tags:         customizable, modern, responsive-layout, gutenberg, header builder, footer builder
 Text Domain:  kadencechild
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/*==================================================
>>>       GLOBAL COLOR     
==================================================*/


/*==================================================
>>>            
==================================================*/
.nwm-marquee{
	background: #FFBF00;
}
.nwm-marquee .nwm-marquee-wrap{
	max-width: var(--global-content-width);
	margin: auto;
	position : relative ;
	padding-left: 30px;
}
.nwm-marquee .svg-icon {
    vertical-align: middle;
    overflow: hidden;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 7px;
    top: 2px;
    fill: #000;
}
.nwm-marquee .ring_b {
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;

}
.nwm-marquee .ring_b span {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 25s linear infinite;
}
.nwm-marquee .ring_b ul{
	display: flex;
	gap: 50px;
    padding-left: 100% !important;
    animation: marquee 25s linear infinite;
    color: #000;

}
@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}


.nwm-icon a{
	position : relative ;
}
.nwm-icon a:after{
	content: '';
	position: absolute;
	top: 0px;
	margin: auto;
	width: 40px;
	height: 40px;
	background-size: contain;
	left: 0;
	right: 0;
	-webkit-filter: grayscale(100%) brightness(155%) contrast(0.4);
	-moz-filter: grayscale(100%) brightness(155%) contrast(0.4);
	-o-filter: grayscale(100%) brightness(155%) contrast(0.4);
	-ms-filter: grayscale(100%) brightness(155%) contrast(0.4);
	filter: grayscale(100%) brightness(155%) contrast(0.4);
	-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;
}
.nwm-icon.current-menu-item a:after,
.nwm-icon a:hover:after{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%);
	-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;
}

.nwm-icon.home a:after{
	background-image: url('img/home-ov.png');
}
.nwm-icon.app a:after{
	background-image: url('img/app-ov.png');
}
.nwm-icon.casino a:after{
	background-image: url('img/Casino-ov.png');
}
.nwm-icon.chicken a:after{
	background-image: url('img/cockfight-ov.png');
}
.nwm-icon.esport a:after{
	background-image: url('img/esport-ov.png');
}
.nwm-icon.affiliate a:after{
	background-image: url('img/Affiliate-ov.png');
}
.nwm-icon.fishing a:after{
	background-image: url('img/Fishing-ov.png');
}
.nwm-icon.lottery a:after{
	background-image: url('img/Lottery_1-ov.png');
}
.nwm-icon.promotion a:after{
	background-image: url('img/Promo-ov.png');
}
.nwm-icon.slots a:after{
	background-image: url('img/Slots-ov.png');
}
.nwm-icon.sport a:after{
	background-image: url('img/Sport-ov.png');
}
.nwm-icon.vip a:after{
	background-image: url('img/vip_button-ov.png');
}




.wp-block-kadence-column .wp-block-columns{
	align-items: center !important;
}
#Hot{
	position : relative ;
	padding-left: 35px;
}
#Hot:before{
	content: '';
	position: absolute;
	left: 0;
	background-image: url('img/fire.png');
	width: 30px;
    height: 30px;
    background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}


#ez-toc-container{
	width: 100%;	
    border: none;
    box-shadow: none;
}


.entry-content.single-content h1{
	margin:0 auto 30px;
    display: block;
    padding: 15px;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid;
    border-top: 0;
}
/*-----------------------*\
    HEADER
\*-----------------------*/
.site-header-item{
	max-height: initial;
}
#site-navigation{
	height: 100%;
}
#site-navigation ul li{
	height: 100%;
}
#site-navigation ul li a{
	padding-top: 39px;
	position : relative ;
}


.navbarBackgroundVideo{
/*	width: 100%;*/
	position: absolute;
	top: 0;
	bottom: 0;
	object-fit: cover;
}

.site-main-header-wrap{
	position : relative ;
}

.header-html-inner{
	display: flex;
	gap: 10px;
}
.nwm-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	transition: .2s;
	cursor: pointer;
	height: 35px;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none !important;
	width: auto;
	min-width: 105px;
}

/*==================================================
>>>       HEADER     
==================================================*/
.site-bottom-header-wrap{
	position : relative ;
	z-index: 11;
}
/*==================================================
>>>       FOOTER     
==================================================*/
footer.site-footer{
	font-size: 14px;
}
.site-footer-row.site-footer-row-columns-1 .site-footer-section{
	text-align: left;
}


#footer-navigation{
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid;
	padding: 20px 0px;
	margin: 0px auto;
}	


.site-footer-wrap .wp-block-gallery{
	display: flex;	
    flex-wrap: wrap;
    gap: 0 !important;
}
.site-footer-wrap .wp-block-gallery figure {
	width: auto !important;
	flex-grow: initial !important;
}

.site-footer-wrap .wp-block-gallery img {
	height: 42px !important;
	width: auto !important;
	object-fit: contain !important;
	filter: grayscale(100%) brightness(155%) contrast(0.4);
	padding: 0px 10px 10px 0px;
	flex: auto !important;
	-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-footer-wrap .wp-block-gallery img:hover{
	filter: grayscale(0%);
	-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-footer-wrap p{
	margin: 0 0 5px 0;
}


.f-section .wp-block-columns{
	display: grid;
    grid-template-columns: 25% 15.6% 15.6% 15.6% 1fr;
    justify-content: space-between;
    margin: 35px auto 30px;
    border-bottom: 1px dotted rgb(255, 191, 0);
}
.f-section .wp-block-column{
	border-width: 1px;
    border-style: none dotted none none;
    border-color: rgb(136, 136, 136) rgb(255, 191, 0) rgb(136, 136, 136) rgb(136, 136, 136);
    border-image: initial;
    margin-bottom: 10px;
}
.f-section .wp-block-column:last-child{
	border:none;
}

ul{
	list-style: none;
	margin: 0;
	padding: 0 !important;
}


/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.f-section .wp-block-columns{
		grid-template-columns:1fr;
	}
	.f-section .wp-block-column{
		border: none;
		text-align: center;
	}
	.wp-block-social-links{
		justify-content: center;
	}
}

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

}


/*==================================================
>>>       HOME     
==================================================*/
/*-----------------------*\
    SLIDER
\*-----------------------*/
.games-slider,
.home-slider{
	position : relative ;
	overflow: hidden;
}

.games-slider .swiper-slide a{
	display: block;
	background: #252525;
	text-decoration: none;
}
.games-slider .swiper-slide a img{
	height: 178px;
	object-fit: cover;
	margin-bottom: 10px;
}
.games-slider .swiper-slide a span{
    margin-bottom: 20px;
    color: rgb(255, 191, 0);
    font-size: 16px;
    font-weight: 700;
    padding: 20px 20px 5px ;
}
.games-slider .swiper-slide a p{
	color: rgb(215, 215, 215);
    text-transform: capitalize;
    margin: 0px;
    padding: 0 20px 20px;
}

.games-slider .swiper-button-prev{

}
.games-slider .swiper-button-next{

}

/*-----------------------*\
    GALLERY
\*-----------------------*/
#NWM-Gallery{

}
#NWM-Gallery{
	display: grid;	
    grid-template-columns: repeat(8, 0.8fr);
    gap: 0 !important;

}
#NWM-Gallery figure {
	width: auto !important;
	flex-grow: initial !important;
	border:1px solid #a3a3a3;
	margin: 0 8px 8px 0 !important;
}
#NWM-Gallery figure:hover{
	border-color: #ffbf00;
	cursor: pointer;
}

#NWM-Gallery img {
	filter: grayscale(100%) brightness(155%) contrast(0.4);

	height: 42px !important;
	width: auto !important;
	object-fit: contain !important;
    width: 68% !important;
    margin: auto;
    object-fit: cover;
	-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;
}
#NWM-Gallery img:hover{
	filter: grayscale(0%);
	-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;
}

/*==================================================
>>>       RESPONSE     
==================================================*/

@media (max-width: 767px) {
	#mobile-header{
		position : relative ;
	}
	.navbarBackgroundVideo{
		height: 100%;
	}
	.site-top-header-inner-wrap{
		grid-template-columns: 10px 1fr;
	}
	.site-top-header-inner-wrap .site-header-item,
	.mobile-html,
	.mobile-html-inner{
		flex: 100%;
	}
	.mobile-html-inner{
		display: flex;
		justify-content: end;
		gap: 10px;
		padding-top: 10px;
	}

	.site-footer-wrap .wp-block-gallery{
		justify-content: center;
	}

	.home-slider .swiper-slide img{
		height: 300px;
		object-fit: cover;
	}

	#Slots{
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}
