/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
#video {
	width: 100%;
}
ul.header-nav {
	justify-content: flex-end;
}
.ux-menu-link a {
	color: #fff;
}
.ux-menu-link a:hover {
	color: rgb(252, 231, 196)!important
}
.absolute-footer {
	text-align: center;
}
.absolute-footer .footer-primary {
	float: inherit;
}
.box-image,
.box-image .image-cover {
	height: 280px;
}
.nav > li > a {
	font-size: 16px;
	font-weight: 500!important;
}
.nav-pagination>li>.current {
	background: #204734;
	border-color: #204734;
}
.nav-pagination>li>span:hover, .nav-pagination>li>a:hover {
	background: #204734!important;
	color: #fff;
}
.nav-pagination>li>span, .nav-pagination>li>a {
	border: 1px solid #183527!important;
	line-height: 2.1em;
}
.recent-blog-posts-li a {
	color: #333;
	font-size: 15px;
	line-height: 1.4em;
}
.page__header_block,
.archive-page-header {
	padding: 10px;
	background: #fffcf6;
}
.archive-page-header {
	margin-bottom: 30px;
}
.blog-archive {
	padding-top: 0;
}
.blog-archive .box {
	background: #f5f5f5;
	border-radius: 5px;
	overflow: hidden;
}
.is-divider {
	background-color: rgb(73 151 113)	
}
.off-canvas-left .mfp-content {
	background: rgb(11 50 37) ;
}
.off-canvas-left .mfp-content a {
	color: #fff;
}
.nav-sidebar.nav-vertical>li+li {
    border-top: 1px solid #165641;
}
.mfp-ready .mfp-close {
	background: #f3b11c;	
	opacity: 1
}
.header-button-1 a {
	background: #c6150f!important;
	border-color: #c6150f!important;
}
.header-button-2 a {
	background: #c9a557!important;
	border-color: #c9a557!important;
}
.header-button-1 a {
	animation: tada 1.2s infinite;
}
@keyframes tada {
    0% {
        transform: scaleX(1);
    }
    10%,
    20% {
        transform: scale3d(1, 1, 1) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.2, 1.2, 1.2) rotate(1deg);
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.2, 1.2, 1.2) rotate(-2deg);
    }
    100% {
        transform: scaleX(1);
    }
}
.btn_animation {
	animation: tada 1.2s infinite;
}
.header, .header-wrapper {
	z-index: 999999999999
}
.box__content_home {
	padding: 15px;
}
.single-post #wrapper,
.single-post #main {
	background: #f9f6f0;
}
.single-post .large-9 {
	background: #fff;
	padding: 20px;
}
figcaption {
	text-align: center;
    background: #fffcf6;
    padding: 5px;
    font-style: italic;
}
figure img {
	width: 100%;
}

.banner-footer-wrap {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 999999999;
  transform: translateX(-50%);
  max-width: 100%;
  text-align: center;
}

@media(max-width: 767px){
    .banner-footer-wrap{width:100%;}
}

.cb2-title {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 30px;
}
.cb2-item{
    border-radius: 5px;
    box-shadow: 0 0 25px 0 #00000033;
    background: #fff;
    color: #333;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 20px 5px;
}
.cb2-item>div{
	border-left: 1px solid #ccc;
	padding: 0px 18px;
}
.cb2-item>div:first-child{
	border-left: none;
}
.cb2-item:first-child::before,
.cb2-item:nth-child(2)::before,
.cb2-item:nth-child(3)::before {
    content: '';
    background: url(../images/rank1.png);
    width: 47px;
    height: 40px;
    position: absolute;
    left: 15px;
    z-index: 1;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    background-size: cover;
}
.cb2-item:nth-child(2)::before{
	background-image: url(../images/rank2.png);
}
.cb2-item:nth-child(3)::before{
	background-image: url(../images/rank3.png);
}
.cb2-item1-number {
    width: 30px;
    display: flex;
    align-items: center;
}
.cb2-item1{
	display: flex;
}
.cb2-item1-number span {
    font-size: 2rem;
    font-weight: 700;
    padding: 10px 0 0 10px;
    margin-top: 4px;
    height: 60px;
    position: relative;
}
.cb2-item1-number span:after {
    content: '';
    background: url(../images/bg-rank.svg) center;
    width: 41px;
    height: 50px;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 10px;
}
.cb2-item1-avt img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: block;
    border-radius: 20px;
}
.cb2-item:first-child .cb2-item1-number, 
.cb2-item:nth-child(2) .cb2-item1-number, 
.cb2-item:nth-child(3) .cb2-item1-number {
    text-indent: -999px;
}
.cb2-item:first-child .cb2-item1-number span:after,
.cb2-item:nth-child(2) .cb2-item1-number span:after,
.cb2-item:nth-child(3) .cb2-item1-number span:after {
	display: none;
}
.cb2-item2-title {
	text-align: center;
    font-size: 24px;
    color: #846a39;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.cb2-item2-title span {
    font-size: 14px;
    display: block;
    margin-bottom: 0px;
}
.cb2-item2-des p{
	margin-bottom: 4px;
}
.cb2-item3-rate {
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 10px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.cb2-item3-rate i{
    padding: 0;
    color: #ff941a;
}
.cb2-item3-rate strong{
	padding-left: 5px;
	font-size: 15px;
}
a.cb2-item3-link {
    font-size: 15px;
    font-weight: 700;
    color: #de1219;
    text-decoration: none;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cb2-item3-link img{
	margin-left: 3px;
}
a.cb2-item4-btn{
    display: block;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
    border-radius: 20px;
    border: 1px solid #337ab7;
    box-shadow: 0 0 15px 0 #ffffff59;
    background-color: #337ab7;
}
.cb2-item4-btn i{
	margin-right: 5px;
}
a.cb2-item4-btn2{
	margin-bottom: 0;
	background-color: #5cb85c;
    border: 1px solid #5cb85c;
}
a.cb2-item4-btn:hover{
	background: #fff;
	color: #337ab7;
}
a.cb2-item4-btn2:hover{
	background: #fff;
	color: #5cb85c;
}
@media(max-width: 1199px){
	.cb2-item>div{
		border: none;
	}
}
@media(max-width: 991px){

}

@media(max-width: 767px){
    .banner-footer-wrap{width:100%;}
    
    .cb2-item{
		flex-direction: column;
	}
	.cb2{
		padding: 20px 0;
	}
	.cb2-item:first-child::before, 
	.cb2-item:nth-child(2)::before, 
	.cb2-item:nth-child(3)::before{
		top: 60px;
	}
	.cb2-item:first-child .cb2-item1-number, 
	.cb2-item:nth-child(2) .cb2-item1-number, 
	.cb2-item:nth-child(3) .cb2-item1-number{
		display: none;
	}
	.cb2-item1-number{
        margin-right: 30px;
    }
	.cb2-item1-avt img{
		margin-left: 0;
	}
	.cb2-item>div{
		width: 100%;
		padding: 0px 5px;
	}
	.cb2-item3{
		margin: 10px 0;
	}
	a.cb2-item3-link{
		margin-bottom: 10px;
	}
	.cb2-item1{
		justify-content: center;
	}
	.cb2-item2-title{
		margin-top: 10px;
	}
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	#top-bar {
		display: none;
	}
	#logo {
		width: 100px!important;
	}
	.header-inner .flex-left {
		display: none;
	}
	div#wide-nav {
	    background: #26523d!important;
    	border-top: 1px solid #142e21;
	}
	.mobile-nav a {
		color: #fff!important;
	}
	ul.mobile-nav {
		flex-wrap: nowrap!important;
	    display: flex!important;
		width: auto;
	    -webkit-box-pack: end;
	    justify-content: flex-end;
		margin-left: auto;
	}
	ul.mobile-nav li {
		white-space: nowrap;
	}
	ul.mobile-nav li a {
		display: block;
	}
	ul.mobile-nav li a i {
		display: none;
	}
	.header-bottom.wide-nav .flex-col {
		max-width: 100%;
	    flex-wrap: nowrap;
	      overflow-x: scroll;
	    display: flex;
	    width: 100%;
	    position: relative;
	    align-items: center;
	    overflow-y: hidden;
	}
	.header-bottom.wide-nav .container{
		padding: 0!important
	}
	.current-menu-item.active a{
		color: gold!important;
	}
	.nav > li > a {
		font-size: 15px;
	}
	.box-image,
	.box-image .image-cover {
		height: 180px;
	} 
	.game__box .col {
		padding: 10px 5px;
		padding-bottom: 0!important
	}
	.game__box .col h4 {
		font-size: 16px;
		text-transform: uppercase;
		color: #204734!important;
	}
	#video {
		height: 230px;
		width: 100%;
	}
	.home_box_container {
		margin-top: 15px!important;
	}
	.home_box_container>.col {
		padding: 0;
	}
	.head__label_video {
		font-size: 18px!important;
		font-weight: bold;
	}
	.marquee__block {
		margin: 0!important;
	}
	.marquee__block .col {
		padding: 0!important;
	}
	.single-post .entry-header .entry-header-text {
		padding: 0;
	}
	.single-post .rank-math-breadcrumb {
		display: none;
	}
	.entry-content {
		padding-top: 0!important
	}
	.single-post #content {
		margin-top: 0;
		padding-top: 0
	}
	aside {
		padding-top: 15px;
	}
}