/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.3
*/

/*:root{
	--main-color:#005c27;
	--sub-color:#196c3c;
}*/

.nwm-container{
	width: 1200px;
	margin: auto !important;
	padding: 20px 0 0;
	z-index:2;
}
.site-main .wp-block-group__inner-container{
	padding: 10px;
}
.group__inner_no_padding .wp-block-group__inner-container{
	padding: 0;
}

.inside-article{
	background: var(--sub-color) !important;
	overflow: hidden;
}
.bg-gray{
	background-color: var(--main-color);
}
ol, ul {
  margin: 0 0 1.5em 1.5em;
}
.bg-red{
	background: #910000;
	color: #fff;
	text-align: center;	
	padding: 5px;
}
.bg-white{
	background: #fff;
}
.mb0{
	margin-bottom: 0;
}
.mtb10{
	margin: 10px 0;
}
.mtb30{
	margin: 30px 0;
}
button:hover{
	background: ;
}
#list::after {
    transition: opacity 1s ease;
}
#list:hover::after {
    opacity: 0.5;
}
.nwm-item-center{
	align-items: center !important;
	padding: 0;
}
.wp-block-button__link.has-contrast-background-color{
	color:var(--base-3);
}
.wp-block-button__link.has-contrast-background-color:hover{
	background-color: var(--accent);
	-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;
}


h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background{
	padding: 5px;
}
.pos-rel{
	position: relative;
}

/*
h1,h2{
	color: var(--contrast-2);
}
h3{
	color: var(--contrast-2);
}*/

.nwm-mark{
	background-image: url("img/rank-background.png");
	-webkit-mask-image: url("img/rank-background.png");
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    padding: 15px 15px 15px 15px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #F3CA80 0%, #E1AA45 100%);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    position: absolute;
    top: -15px;
    left: 5px;
    font-weight: 700;
    font-size: 35px;
}

.p10{
	padding: 10px;
}
.p30{
	padding: 30px;
}
.pr30{
	padding-right: 30px;
}
.pl30{
	padding-left: 30px;
}
.pl65{
	padding-left: 65px !important;
}
.separate-containers .comments-area,
.separate-containers .inside-article,
.separate-containers .page-header,
.separate-containers .paging-navigation{
	padding: 0;
}

figure img{
	margin-bottom: 10px;
}
.img-fullwidth{
	width: 100%;
}
.img-fullwidth img{
	max-width: 100%;
	width: 100%;
	max-height: 350px;
	object-fit: cover;
}

.nwm-sap{
	border-top: 1px dotted;
    background: inherit;
    direction: ltr;
    border-left: none;
    border-right: none;
    border-bottom: none;
}
.hide-desktop{
	display: block;
}
.wp-block-group{
	position:relative;
}
.uncode-divider-wrap{
	    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}
.uncode-divider-wrap svg{
	    width: 100%;
    height: 100%;
    left: 50%;
    position: absolute;
    transform: translatex(-50%);
    bottom: -1px;
	z-index:1;
}
.uncode-divider-wrap.uncode-divider-wrap-top{
	bottom:auto;
	top:0;
}
.uncode-divider-wrap.uncode-divider-wrap-top svg{
	transform: translatex(-50%) scaley(-1);
    bottom: 0;
    top: -1px;
}

.uncode-divider-wrap.uncode-row-divider-invert svg{
	transform: translatex(-50%) scaley(-1);
}
.wp-block-group ul{
	list-style:none;
	margin-left:0;
}
.wp-block-group ul li{
	position:relative;
    padding-left: 25px;
	margin-bottom:10px;
}
.wp-block-group ul li:before{
	content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(https://1xbet-canada.com/wp-content/uploads/2023/08/cekotik.png) no-repeat;
    background-size: contain;
    left: 0px;
    top: 2px;
}

#ez-toc-container ul li:before{
	display: none;
}
.border-around{

}
.border-around .wp-block-group__inner-container {
/*    border: 2px solid var(--contrast-2);*/
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: var(--main-color);
}
.border-around h2 {
    position: relative;
    text-align: center;
}
.border-around h2:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #fff;
    opacity: 0.2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.border-around h2 span {
    position: relative;
    z-index: 9;
    padding: 0 20px;
    background: var(--main-color);
}
/*.wp-block-buttons .wp-block-button__link {
	border: 2px solid var(--contrast-2);
	background-color: inherit;
	transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s,
	color 0.3s, opacity 0.3s;
    border-radius: 5px;
}*/
.wp-block-buttons .wp-block-button__link:hover {
	transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s,
	color 0.3s, opacity 0.3s;
	transform: translateY(-6px);
}

.h-hover-btn .wp-block-column {
    position: relative;
}
.h-hover-btn .wp-block-column:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.h-hover-btn .wp-block-column:hover:after {
    opacity: 1;
}
.h-hover-btn .wp-block-column .wp-block-buttons {
    position: absolute;
    left: 0;
    right: 0;
    top: 70%;
    -webkit-transform: translateY(-70%);
    -moz-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    -o-transform: translateY(-70%);
    transform: translateY(-70%);
    opacity: 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 3;
}
.h-hover-btn .wp-block-column:hover > .wp-block-buttons {
    opacity: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.h-hover-btn .wp-block-column .wp-block-buttons .wp-block-button__link {
    padding: 5px 10px;
    cursor: pointer;
    background: inherit;
    font-weight: 700;
    text-transform: uppercase;
    border-color: #fff;
    color: #fff;
    font-size: 12px;
}
.hidden{
	display: none !important;
}
.background-inner {
    border-radius: inherit;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-attachment: scroll;
}
.block-bg-overlay {
    border-radius: inherit;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    transition: opacity 0.2s;
    background-color: #5B641A;
    left: 0;
}
.pb-50{
	padding-bottom: 50px;
}
.pt-50{
	padding-top: 50px;
}
.p50{
	padding: 50px;
}
.inside-footer-widgets{
	flex-direction: column;
}
.mt-50{
	margin-top: 50px;
}


/*==================================================
>>>      HEADER     
==================================================*/
.site-header{
    
}
.inside-header{
	padding: 10px 40px;
}
.header-widget{
	max-width: 350px;
	flex: 1;
}

.header-widget aside.widget{
	margin-bottom: 0 !important;
	padding: 0 !important;
}
.header-widget aside.widget .wp-block-button__link{
	padding: 6px 20px;
}
.header-widget aside.widget .wp-block-button__link.has-contrast-2{
	background-color: inherit;
/*	border-color: var(--contrast-2);*/
}

.main-navigation .main-nav ul li a{
	line-height: 50px;
}


.nwm-same-height-img h4{
	padding: 5px;
	margin-bottom: 0;
}
.nwm-same-height-img img{
	height: 350px;
	object-fit: cover;
}
.nwm-same-height-img-small{
	height: 150px;
	object-fit: cover;
}
.nwm-same-height-img .wp-block-button{
	margin: 20px 0;
}
.header-widget .register-btn a{
	background: inherit;
	color: var(--contrast-2);
	border: 1px solid #4E9FEA;
	-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;
}
.header-widget .register-btn a:hover{
	background: var(--contrast-2);
	color: var(--base-3);

	-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-menu-icon{
	margin-left: 20px;
	display: none;
}
.main-navigation.toggled .main-nav{
	border-top: 1px solid #333333;
}




.nwm-menu-icon ul{
	display: flex;
}
.nwm-menu-icon ul li{
	margin-right: 12px;
	display:flex;
}
.nwm-menu-icon ul li svg{
	width: 20px;
	margin-right: 5px;
}
.nwm-menu-icon ul li svg path{
	fill: #fff;
}
.nwm-menu-icon ul li a{
	color: #fff;
	font-size: 12px;
	display: flex;
	align-items: center;
}
.nwm-menu-icon ul li a:hover{
	color: var(--contrast-2);
}
.nwm-menu-icon ul li a:hover path{
	fill:var(--contrast-2);
}
.nwm-menu-icon ul .wpml-ls-statics-shortcode_actions{
	padding:0px;
	display: flex;
  align-items: center;
  border: none;
}
.nwm-menu-icon ul .wpml-ls-statics-shortcode_actions ul{
	display: flex;
  position: absolute;
  left: auto;
  opacity: 1;
  height: auto;
	background: inherit;
  border: none;
	box-shadow: none;
	float: none;
  pointer-events: all;
	width: 160px;
}
.nwm-menu-icon ul .wpml-ls-statics-shortcode_actions ul li{
	
}
.nwm-menu-icon ul .wpml-ls-statics-shortcode_actions ul li a{
	line-height: 14px;
  letter-spacing: 0px;
  padding: 0;
}

.main-navigation .main-nav ul li a{
	padding-left:10px;
	padding-right:10px;
}
.nwm-menu-icon ul .wpml-ls-legacy-dropdown{
    width: auto;
    display: flex;
  align-items: center;
}
.nwm-menu-icon ul .wpml-ls-legacy-dropdown > ul{
    visibility: visible;
      opacity: 1;
      left: auto;
      height: auto;
      width: auto;
      position: relative;
      top: auto;
      display: block;
      background: inherit;
      box-shadow: none;
      overflow: inherit;
}
.nwm-menu-icon ul .wpml-ls-legacy-dropdown > ul > li > a{
    background-color: inherit;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
    width: auto;
}
.nwm-menu-icon ul .wpml-ls-legacy-dropdown > ul > li ul.wpml-ls-sub-menu.active{
    opacity: 1;
  left: 0;
  height: auto;
  visibility: visible;
  overflow: inherit;
  border: 1px solid #fff;
  top: 110%;
  pointer-events: all;
  width: auto;
}
.nwm-menu-icon ul .wpml-ls-legacy-dropdown > ul > li ul.wpml-ls-sub-menu.active li a{
    background: inherit;
    border: none;
}


.nwm-icon {
    position: relative;
}
.nwm-icon a {
    padding-left: 30px !important;
    padding-right: 10px !important;
}
.nwm-icon:after {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    left: 0;
}
.nwm-icon.home:after {
    background-image: url(img/menu-icon/home.webp);
}
.nwm-icon.fish:after {
    background-image: url(img/menu-icon/fish.webp);
}
.nwm-icon.block:after {
    background-image: url(img/menu-icon/block.webp);
}
.nwm-icon.live:after {
    background-image: url(img/menu-icon/live.webp);
}
.nwm-icon.slot:after {
    background-image: url(img/menu-icon/slot.webp);
}
.nwm-icon.table:after {
    background-image: url(img/menu-icon/table.webp);
}
.nwm-icon.sabong:after {
    background-image: url(img/menu-icon/sabong.webp);
}
.nwm-icon.promotion:after {
    background-image: url(img/menu-icon/promotion-icon.webp);
}
.nwm-icon.sports:after {
    background-image: url(img/menu-icon/sports.webp);
}

.site-header.sticky{
	position: fixed;
    background: #000;
    -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;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}
#site-navigation.sticky{
	position: fixed;
    background: #000;
    -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;
    top: 56px;
    left: 0;
    right: 0;
    z-index: 99999;
}
/*==================================================
>>>       FOOTER     
==================================================*/
.footer-widget-1{
	flex:0 0 70% !important;
}
.footer-widget-2{
	flex:0 0 30% !important;
}
.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5{
	margin: 0 0 10px 0;
}
.footer-widgets h5{
	font-weight: 500;
}
.footer-widgets .widget{
	margin-bottom: 5px;
}
.footer-widgets aside.widget{
	margin-bottom: 0 !important;
}
.footer-widgets .widget .wp-social-link:last-child{
	margin-bottom: 0;
}
.site-footer .footer-widgets-container .inside-footer-widgets{
	flex-direction: column;
    gap: 40px;
}
.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-2,
.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-3{
	border-top:1px solid #ffffff40;
	padding-top:20px
}

.site-info,
.wp-block-social-links .wp-block-social-link.wp-social-link:before{
	display:none;
}
/*==================================================
>>>       SIDEBAR     
==================================================*/
.widget-area.sidebar{
	margin-top:45px;
}
aside.widget{
	padding: 0 10px 10px 30px !important;
	margin-bottom: 20px !important;
}
#right-sidebar .widget .wp-block-heading{
	color: #fff;
    background: #1a202c;
    padding: 10px;
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 15px;
}
#right-sidebar .widget .wp-block-latest-posts li{
	border-bottom: 1px solid #eee;
    margin: 0 0 8px ;
    padding: 0 26px 10px ;
    list-style-type: none ;
    display: block;
}

#right-sidebar .widget .wp-block-latest-posts li img{
	border: 1px solid #eee!important;
	box-shadow: none!important;
	margin: 2px 10px 2px 0!important;
	padding: 3px!important;
	max-width: 60px;
}
#right-sidebar .widget .wp-block-latest-posts li a{
	margin-bottom: 0!important;
    margin-top: 0!important;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1.5em;
    display: block;
    text-decoration: none;
}
#right-sidebar .widget .wp-block-latest-posts li .wp-block-latest-posts__post-date{
	color: var(--contrast-2);
	font-size: 14px;
    font-style: italic;
}

/*==================================================
>>>       PAGE     
==================================================*/
.separate-containers.both-right .site-main, .separate-containers.right-sidebar .site-main{
	margin-top: 10px;
}
body.page-template-default .featured-image{
	display: none;
}
.editor-styles-wrapper, .entry-content{
	margin-top: 0 !important;
}
.entry-header{
	margin-bottom: 10px;
}


.download{
	box-shadow: 0px 6px 14px -5px rgba(0,0,0,0.5);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin: 30px 30px 30px 30px;
	padding: 10px 10px 10px 50px;
	position: relative;
}
.download > figure img{
	left: -25px;
	top: -25px;
	max-width: 13%;
	position: absolute;
}

.item-game{
	margin-bottom: 0;
	align-items: center !important;
	padding: 20px 20px 10px 0;
}
.item-game h3{
	margin-bottom: 0;
}

/*==================================================
>>>       RESPONSIVE     
==================================================*/

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.nwm-container{
		padding: 20px 10px;
		max-width: 100%;
	}
	.inside-header{
		padding: 10px;
	}
	.download {
	 	margin: 20px !important;
	 	padding: 20px 20px 0px 30px;
	 }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.nwm-container{
		padding: 20px 10px;
		max-width: 100%;
	}
	.wp-block-image img{
		max-width: 100%;
		margin: auto;
		display: block;
	}
	/*-----------------------*\
	    HEADER
	\*-----------------------*/
	.inside-header{
		flex-direction: row;
		justify-content: space-between;
		padding: 10px 20px;
	}
	button.menu-toggle{
		text-align: right;
	}
	.header-widget{
		max-width: 230px;
		width: 100%;
		margin: 0 !important;
	}
	/*-----------------------*\
	    FOOTER
	\*-----------------------*/
	.footer-widgets aside.widget{
		text-align: center;
	}
	.footer-widgets h5{
		text-align: center;
	}
	.footer-widgets .widget ul.wp-block-social-links{
		justify-content: center;
	}
	/*-----------------------*\
	    HOME
	\*-----------------------*/
	.item-game{
		padding: 20px;
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.nwm-container{
		max-width: 100%;
		margin: auto !important;
		padding: 20px 10px;
	}
	.wp-block-image img{
		max-width: 100%;
		margin: auto;
		display: block;
	}
	.hide-mobile{
		display: none;
	}
	/*-----------------------*\
	    HEADER
	\*-----------------------*/
	button.menu-toggle{
		text-align: right;
		flex:0 0 50px;
	}
	button.menu-toggle span.mobile-menu{
		display:none;
	}
	.inside-navigation{
		flex-direction: row-reverse;
	}
	.header-widget{
		max-width: 100%;
		width: 100%;
		margin: 10px 0 0 !important;
		justify-content: end;
	}
	.nwm-menu-icon{
		display: block;
		flex: 1;
	}
	.inside-header{
		flex-direction: row;
		padding: 10px;
		justify-content: space-between;
	}
	/*.header-widget .wp-block-buttons{
		flex-direction: column;
		align-content: end;
		gap: 5px;
	}*/
	.header-widget .wp-block-buttons .wp-block-button a{
		padding: 3px 10px;
	}
	/*#primary-menu{
		width: 100%;
	}
	.main-navigation .main-nav > ul{
		display: flex !important;
		width: 100%;
		text-align: center;
		justify-content: center;
	}
	.main-navigation .main-nav ul li a{
		padding-left: 7px;
		padding-right: 7px;
		line-height: 50px;
		font-size: 14px;
	}
	.main-navigation .menu-toggle, .sidebar-nav-mobile:not(#sticky-placeholder){
		display: none;
	}*/
	/*-----------------------*\
	    FOOTER
	\*-----------------------*/
	.footer-widgets aside.widget{
		text-align: center;
	}
	.footer-widgets .widget ul.wp-block-social-links{
		justify-content: center;
	}
	.footer-widgets h5{
		text-align: center;
	}
	.footer-widget-2 .wp-block-gallery{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}
	.footer-widget-3 .wp-block-gallery{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}
	.inside-footer-widgets .wp-block-gallery .wp-block-image{
		width: 60% !important;
		margin: auto !important;
	}
	.inside-footer-widgets .wp-block-gallery .wp-block-image img{

	}
	/*-----------------------*\
	    HOME
	\*-----------------------*/
	.download{
		margin: 30px !important;
		padding: 40px 20px 0px 60px;
	}
	.item-game{
		padding: 10px;
	}
}

/* Landscape phones and smaller */
@media (max-width: 576px) {
	 .download {
	 	margin: 30px !important;
	 	padding: 20px 20px 0px 30px;
	 }
	/*.site-header .header-image {
	  width: 250px !important;
	}*/
	.wp-block-group.pt-50,
	.wp-block-group.pb-50{
		padding-top: 0;
		padding-bottom: 0;
	}
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
	.nwm-container{
		padding:  0;
	}
	h1{
		font-size: 28px;
	}
	h2{
		font-size: 26px;
	}
	h3{
		font-size: 20px;
	}
	h4{
		font-size: 16px;
	}
	.main-navigation .menu-toggle{
		line-height: 40px;
	}
	.header-widget{
		max-width: auto !important;
		margin: auto;
	}
	.site-header .header-image{
		max-width: 200px;
	}
	.header-widget .wp-block-buttons{
		gap: 5px;
		align-content: center;
		flex-direction: row;
	}
	.inside-header{
		padding: 10px 20px;
		flex-direction: column;
	}
	.menu-toggle .gp-icon + .mobile-menu{
		display: none;
	}
	.nwm-menu-icon{
		margin-left: 10px;
	}
	.nwm-menu-icon ul li svg{
	    width: 15px;
	    margin-right: 3px;
	}
	.nwm-menu-icon ul li{
        margin-right: 5px;
	}
	.nwm-menu-icon ul li a{
		font-size: 8px;
	}
	.download > figure img{
		max-width: 20%;
	}
	.download{
		margin: 15px !important;
		padding: 30px 10px 0px 30px;
	}

	.wp-block-button .wp-block-button__link{
		font-size: 14px;
		padding: 6px;
	}
	.nwm-menu-icon ul .wpml-ls-statics-shortcode_actions ul{
		width:50px;
	}
	.nwm-menu-icon ul .wpml-ls-statics-shortcode_actions ul li a span{
		display:none;
	}
	.inside-footer-widgets aside{
		padding: 0 !important;
	}
	.site-main .wp-block-group__inner-container{
		padding: 10px 20px;
	}
	.wp-block-group.border-around{
		
	}
}

@media (max-width: 360px) {
	
	
	.inside-footer-widgets .wp-block-gallery .wp-block-image{
		width: 100% !important;
	}
}	

