/*
 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;
	top: 30px;
	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.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');
}

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


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

.entry-content.single-content h1{
	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), #febf00, rgba(0, 0, 0, 0)) 1;
    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: 12px;
}


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

.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;
	background: linear-gradient(#b70000, #ff0000);
	height: 35px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-decoration: none !important;
	width: auto;
	min-width: 105px;
}
.nwm-btn.log {
    background: linear-gradient(-45deg, #0855c4, #0095ff);
}


/*==================================================
>>>       HEADER     
==================================================*/
.site-bottom-header-wrap{
	position : relative ;
	z-index: 11;
}
.site-header-upper-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-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: 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     
==================================================*/
.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{

}


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