/*
Theme Name: zbet
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0211
*/
:root {
    --main-color: #ebb039;
	--sub-color: #009c3b;
}
body{
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 16px;
}
b, strong{
    font-weight: bold;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Nunito Sans', sans-serif !important;
    color: #fff;
}
.h1, .h2, .h3, .h4, .h5, .h6{
	font-weight: bold;
}
.text-main{
    color: var(--main-color);
}
.nav > li > a{
    font-family: 'Bai Jamjuree', sans-serif !important;
	color: #fff !important;
	text-transform: none;
}
.nav > li > a:hover{
	color: var(--sub-color) !important;
}
.sub-menu li a{
	font-family: 'Bai Jamjuree', sans-serif !important;
}
.mfp-content .sub-menu li a{
	font-size: 0.8em;
}
.aligncenter{
    text-align: center;
}
.wp-block-image{
    text-align: center;
}
p{
    margin-bottom: 0.5rem;
}
.pb-half {
    padding-bottom: 15px !important;
}
.single-post .entry-content{
	padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.html_topbar_left{
	display: block;
    width: 100%;
    text-align: right;
	margin: 0 !important;
}
.header-main{
	border-bottom: 1px solid #353d50;
}
.sub-menu{
	padding: 0 !important;
}
#footer{
	font-size: 0.9em;
}
.absolute-footer{
	display: none;
}
#footer ul li{
	list-style: none;
    margin-left: 0 !important;
}
.footer__widget-social-item{
    display: flex;
    align-items: center;
    line-height: 38px;
}
.footer__widget-social-item .fas {
    font-size: 24px;
    margin-right: 12px;
}
#footer .contact{
    display: flex;
    align-items: center;
}
#footer .contact a{
    margin-left: 18px;
    font-size: 20px;
}
@media (min-width: 1056px) {
	.header-main:after{
		content: "";
		background: #0f192f;
		width: 70.3%;
		height: 44px;
		position: absolute;
		bottom: 0;
		right: 0;
		border-radius: 40px 0 0 0;
		pointer-events: none;
		max-width: calc(390px + 50%);
	}
	.header-main .flex-col{
		z-index: 1;
	}
	#logo img{
		width: 100%;
	}
	.html_topbar_left{		
		margin-bottom: 3px !important;
    	margin-top: 7px !important;
	}
}
/*menu action btn*/
.html_topbar_left .widget_custom_html.widget-shortcode{
	margin-bottom: 0;	
}
.menu-action-btn{
   display: flex;
   flex-wrap: nowrap;	
	 justify-content: flex-end;
}
.menu-action-btn a {
    position: relative;
    display: inline-block;
    background-color: transparent;
    font-size: 14px;
		font-weight: 600;
    letter-spacing: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    margin-left: 10px;
    text-shadow: none;
    line-height: 30px;
    min-height: 32px;
    padding: 0 15px;
    max-width: 100%;
    transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    border-radius: 8px;
	white-space: nowrap;
}
@media (max-width: 849px){
	.header-main li.html.custom {
		display: inline-block;
	}
}
@media (max-width: 549px) {
    .menu-action-btn a {
        line-height: 25px;
		min-height: 25px;
        font-size: 10px;
		padding: 0 10px;
    }
}
@media (max-width: 350px) {
    .menu-action-btn a {
		padding: 0 5px;
    }
}
/*end menu action btn*/
/*section-sport*/
.section-sport{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.section-sport .row-collapse{
	padding: 100px 50px 50px 70px;
	background: url(https://zbet.events/wp-content/uploads/2023/11/banner-zbet-2-1.webp);
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
.section-sport__logo{
	max-width: 160px;
}
.section-sport p {
    margin-top: 1rem;
    line-height: 1.2;
}
.section-sport__title {
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    text-shadow: 0 4px 0 rgba(2,13,36,.25);
}
.section-sport__des {
   color: hsla(0,0%,100%,.7);
	 margin-bottom: 1rem;
}
.ic-soccer {
    height: 25px;
    margin: 0 4px -3px 0;
}
.btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    padding: 7px 10px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 12px;
    transition: all .2s;
    background: #009c3b;
    color: #fff;
    transition: .5s;
}
.sport-custom {
    background: linear-gradient(180deg,#eec01e,#ee821e)!important;
    border-radius: 8px;
}
.section-sport .btn {
    max-width: 165px;
}
.btn--effect span {
    position: relative;
    transition: .5s;
}
.btn--effect:hover span {
    padding-right: 25px;
}
.btn--effect span:before {
    content: "»";
    position: absolute;
    opacity: 0;
    top: -2px;
    right: -15px;
    transition: .5s;
    font-size: 20px;
}
.btn--effect:hover span:before {
    opacity: 1;
    right: 0;
}
@media (max-width: 820px) {
	.section-sport .row-collapse{
		padding: 100px 50px 50px 50px;
	}
	.section-sport__des{
		display: none;
	}
}
@media (max-width: 549px) {	
	.section-sport .row-collapse {
			padding: 60px 40px 20px 30px;
	}
	.section-sport__logo {
			max-width: 100px;
	}
	.section-sport__title {
    	font-size: 20px;
	}
	.section-sport .btn {
		max-width: 100px;
		font-size: 14px;
	}
}
@media (max-width: 420px) {	
	.section-sport .row-collapse {
			padding: 30px 20px 15px 20px;
	}
	.section-sport__logo {
			max-width: 80px;
	}
	.section-sport p{
		margin-top: 0;
	}
}
/*end section-sport*/
/*section-game-cate*/
.section-game-cate .col-inner{
	  border-radius: 24px;
    overflow: hidden;
}
.section-game-cate__title{
    font-size: 24px;
		text-transform: uppercase;
	  padding-left: 15px;
	  font-weight: bold;
	  font-family: Bai Jamjuree,sans-serif;
	    line-height: 1.2;
}
.section-game-cate .row .col:first-child .section-game-cate__title{
	font-size: 32px;
}
@media (max-width: 549px) {
	.section-game-cate__title{
		font-size: 16px;
	}
	.section-game-cate .row .col:first-child .section-game-cate__title{
		font-size: 24px;
	}
}
/*end section-game-cate*/