/*
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: 8
}
.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%;
}
.header-button-3 a  {
	color: #288fe2!important ;
}
.html.custom.html_topbar_left {
	display: none!important;
}
.marquee__block {
	margin: 0!important;
}
.marquee__block .col {
	padding: 0!important;
}
.home__text_box {
	padding: 20px;
	background: #fff;
	border-radius: 0;
	border: 2px solid #0693e33d;
	position: relative;
	margin-bottom: 20px;
}
.home__text_box:before {
border-color: #03a9f4;
    border-width: 2px;
    content: "";
    display: block;
    height: 50px;
    pointer-events: none;
    position: absolute;
    width: 50px;
    border-right-style: solid;
    border-top-style: solid;
    right: -2px;
    top: -2px;
}
.home__text_box:after {
	border-color: #03a9f4;
    border-width: 2px;
    content: "";
    display: block;
    height: 50px;
    pointer-events: none;
    position: absolute;
    width: 50px;
    border-left-style: solid;
    border-top-style: solid;
    left: -2px;
    top: -2px;
}
.section_btn_action a {
	display: block;
	width: 100%;
	margin-bottom: 0!important;
}
.primary, input[type=submit], input[type=submit].button {
	background: #2196f3;
}
.section_btn_action {
	padding-bottom: 0!important;
}
.section_btn_action .col {
	padding-bottom: 0!important;
}
.archive-page-header {
	padding-top: 30px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    /*chat talktwo*/
    .widget-visible iframe {
        min-height: auto!important;
        height: 90%!important;
        top: inherit!important;
    }
	.html.header-button-3 a  {
		border-radius: 10px!important;
	    padding: 5px 25px;
	    font-weight: 700!important;
	    font-size: 15px;
	    color: #2196f3!important ;

	}
	#top-bar {
		display: none;
	}
	#logo {
		width: 140px!important;
	}
	.header-inner .flex-left {
		display: none;
	}
	div#wide-nav {
	    background: #288fe2!important;
    	border-top: 1px solid #cda95c;
	}
	.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;
	}
}
