/*
 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
-------------------------------------------------------------- */
.nwm-icon a{
	position : relative ;
}
.nwm-icon a:after{
	content: '';
	position: absolute;
	bottom: 10px;
	margin: auto;
	width: 50px;
	height: 50px;
	background-size: contain;
	left: 0;
	right: 0;
	    top: -10px;
}
.nwm-icon.home a:after{
	background-image: url('img/menu/menu-home.png');
}
.nwm-icon.app a:after{
	background-image: url('img/menu/menu-download.png');
}
.nwm-icon.casino a:after{
	background-image: url('img/menu/menu-casino.png');
}
.nwm-icon.chicken a:after{
	background-image: url('img/menu/menu-cockfight.png');
}
.nwm-icon.esport a:after{
	background-image: url('img/menu/menu-fastgames.png');
}


.nwm-icon.current-menu-item:after,
.nwm-icon:hover:after{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%);
}


.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/promo.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%;
	background: #252525;
    border: none;
    box-shadow: none;
}
#ez-toc-container a{
	color: #a3a3a3;
}

.entry-content-wrap h1.entry-title{
	margin:0 auto 30px;
    color: #fff;
    display: block;
    padding: 15px;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, rgba(0, 0, 0, 0), var(--global-palette3), rgba(0, 0, 0, 0)) 1;
    border-top: 0;
}
/*-----------------------*\
    HEADER
\*-----------------------*/
.site-header-item{
	max-height: initial;
}
.site-bottom-header-wrap{
	border-top: 4px solid ;
	border-image: linear-gradient(#bc8200, #ffe138, #bc8200);
}
#site-navigation{
	height: 100%;
	
}
#site-navigation ul li{
	height: 100%;
}
#site-navigation ul li a{
	padding-top: 55px;
}


.navbarBackgroundVideo{
width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  object-fit: cover;
  height: 100px;
  left: 0;
}

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

.header-html-inner{
	display: flex;
	gap: 10px;
}
.nwm-btn {
	color: #000;
    background: linear-gradient(180deg, #ffe138, #c19125);
    margin: 0 1% 0 0;
    font-weight: 700;
    font-size: 13px;
    height: 35px;
    min-width: 120px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}
.nwm-btn.log {
    background: linear-gradient(180deg, #db0010, #a9000d);
}


/*==================================================
>>>       HEADER     
==================================================*/
#main-header{
	position : relative ;
	z-index: 11;
}
.site-bottom-header-wrap{
	position : relative ;
}
/*==================================================
>>>       FOOTER     
==================================================*/
footer.site-footer{
	font-size: 14px;
	padding-top: 30px;
}
.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-image: linear-gradient(to left, black 1%, rgb(248, 221, 123) 50%, black 100%) 100% 0 / 1px 0 / 0 stretch;
	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: 70px !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;
}
.site-footer-wrap .wp-block-list{
	text-align: center;
}
.site-footer-wrap .wp-block-list li{
	display: inline-block;
	border-right: 1px solid #fff;
	padding:0 15px;
	line-height: 1;
}

.site-footer-wrap .wp-block-gallery.small-gallery{
	justify-content: center;
}
.site-footer-wrap .wp-block-gallery.small-gallery img{
	height: 38px !important;
}


.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     
==================================================*/
.games-slider,
.home-slider{
	position : relative ;
	overflow: hidden;
}

.games-slider .swiper-slide a{
	display: block;
	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;
}




#Slots .wp-block-column{
	background-image: url('img/home_info_frame.png');
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}



#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;
}



#Gallery-2 figure{
	display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    border: 1px solid #a3a3a3;
    border-radius: 10px;
}
#Gallery-2 .kb-gal-image-radius{
	margin: 0 !important;
}
#Gallery-2 .kb-gallery-image-contain{
	position: initial;
}

#Gallery-2 figure:hover{
	border-color: #ffe138;
	background: rgba(255,225,56,.3019607843);
	-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;
}

#Gallery-2 figcaption{
	background: none;
	position: relative;
	width: auto;
	overflow: hidden;
	padding: 0;
	font-size: 12px;
}
#Gallery-2 img{
	height:37px  !important;
    width: auto;
    object-fit: cover;
    position: relative;
    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;
}
#Gallery-2 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;
}


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

	.mobile-navigation ul li a{
		padding-left: 50px;
	}
	.nwm-icon a::after {
		top: 0;
		left: 0;
		right: auto;
	}
}

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

}