/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.01
*/
:root{
    
    --body-bg : #F5F5F5;
    --body-color: #000;
    --link : #289dcc;
    --content-bg:#fff;

    --header-bg : #000;
    --nav-bg:#289dcc;
    --nav-color:#fff;
    --nav-active:#cc001b;

    --header-btn:#fff;
    --header-btn-1:inherit;
    --header-btn-2:#cc001b;
    --header-btn-2-cl:#000;

    --footer-bg:#000;
    --footer-color:#fff;
    --footer-link:#fcc449;
    --footer-copyright:#191919;

    --heading1:#ACBEE1;
    --heading2:#fff;
    --heading3:#fff;
    --heading4:#fff;

    --widget-bg:#fff;
    --widget-title:#fff;
    --widget-link-color: #289dcc;
    --widget-divider-bg : #FF6533;
}

/*************************** END  ***********************/

a{
	color: var(--link);
}
.wp-block-button__link{
	margin-bottom: 20px;
}
.wp-block-button__link:hover{
	opacity: .7;
	-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;
	color: #fff;
}

ol, ul {
    margin: 0 0 10px 25px;
}
.header-button .button{
	font-weight: 400;
}
b, strong{
	font-weight: 500;
}

#ez-toc-container{
	width: 100%;
}
.post-page{
	text-align: center;
	margin-top: 10px;
}
h1.page-title{
	font-size: 2.25em;
}
.nav-icon a{
	color: #fff !important;
}
.page-wrapper #content,
#post-list article,
#post-list .post-item{
	background: var(--content-bg);
	padding-top: 20px;
	padding-bottom: 20px;
}
#post-list article,
#post-list .post-item{
	padding-left: 15px;
	padding-right: 15px;
}
.taxonomy-description{
	background: var(--content-bg);
	padding: 20px 20px 10px 20px;
	margin-top: 30px;
	margin-left: -15px;
	margin-right: -15px;
}
/*==================================================
>>>       HEADER     
==================================================*/
.header-bg-color{
	background-color: var(--header-bg) !important;
}
.header-bottom{
	background: var(--nav-bg);
}
.header-bottom-nav.header-nav li a{
	color: var(--nav-color) !important;
}
.header-bottom-nav.header-nav li a:hover,
.header-bottom-nav.header-nav li.current-menu-item a{
	color: var(--nav-active) !important;
}
.header-nav .header-button a{
	color: var(--header-btn);
}
.header-button-1 .header-button a{
	background: var(--header-btn-1);
}
.header-button-2 .header-button a{
	background: var(--header-btn-2);
	color: var(--header-btn-2-cl);
}
/*==================================================
>>>       WIDGET     
==================================================*/

#secondary{
	margin: 0 -15px;
}
#secondary aside.widget{
	background: var(--widget-bg);
	margin-bottom: 20px;
}
#secondary aside.widget .widget-title {
	font-size: 15px;
    border-bottom: solid 1px #2199ca;
    background: #2199ca;
    color: var(--widget-title);
    border-color: #2199ca;
    text-align: center;
    padding: 5px;
    margin: 0 0 10px;
    display: block;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
}
#secondary aside.widget .is-divider{
	display: none;
}
.category-posts-internal{
	padding: 0 10px;
}
.category-posts-internal li{
	display: flex;
	margin: 3px 0 0px !important;
}
.category-posts-internal li > div{
	display: flex;
	
}
.category-posts-internal li > div a{
	color: var(--widget-link-color);
	font-size: 12px;
}
.category-posts-internal li .thumb img{
	border: 1px solid #eee ;
	box-shadow: none ;
	margin: 2px 10px 2px 0 ;
	padding: 3px ;
}
.category-posts-internal li .post-date{
	color: #bbb;
	font-size: 11px;
}

/*==================================================
>>>       FOOTER     
==================================================*/
#footer,
.copyright-footer{
	color: var(--footer-color);
}
#footer h3{
	color: var(--footer-color);
	font-size: 22px;
	border-bottom: 1px solid #fff;
}
#footer > .section{
	background: var(--footer-bg);
}
.absolute-footer{
	background-color: var(--footer-copyright) !important;
}
/*-----------------------*\
    RESPONSIVE
\*-----------------------*/

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	#secondary{
		margin-right: 0;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	#secondary{
		margin: 0;
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	#secondary{
		margin: 0;
	}

	.header-button .button{
		animation: 1s linear infinite border-rotate;
		transition: all .3s ease 0s;
	}
}

/* Landscape phones and smaller */
@media (max-width: 576px) {

}

/* Landscape phones and smaller */
@media (max-width: 480px) {

}

@keyframes border-rotate {
	0%{
		transform: scale(1.0);
		transition: all .3s ease 0s;
	}
	50%{
		transform: scale(1.2);
		transition: all .3s ease 0s;
	}
  	100% {
	    transform: scale(1.0);
	    transition: all .3s ease 0s;
	}
}

.header-button a{
	border-color: rgba(0, 0, 0, .05);
	color: #fff;
	max-width: 100%;
	min-height: 2.5em;
	padding: 0 1em;
	position: relative;
	text-align: center;
	font-size: .97em;
	font-weight: bolder;
	letter-spacing: .03em;
	line-height: 2.4em;
}
.header-button a:hover{
	background-color: #fcc449;
	color: #000;
}


.nw-casino{
	color: #fcc449;
	font-size: 45px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
span.sb {
    font-size: 30px;
    border: solid 1px #fff;
    padding: 5px 10px;
    color: #fff;
}
span.tg{
	border: 2px solid #fcc449;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 #fcc449, inset 0 0 10px 0 #fcc449;
    font-size: 32px;
    padding: 0 20px;
    text-transform: uppercase;
    display: block;
    margin: 30px auto;
    text-align: center;
    max-width: fit-content;
}
.ux-menu-link__link {
    border-bottom-color: hsla(0, 0%, 100%, .2);
}

#ez-toc-container{
	width: 100%;
}
div#ez-toc-container .ez-toc-title{
	color: #000;
}

body:not(.home) .page-wrapper{
	background: #fff;
	color: #333333;
}



.entry-content.single-page{
	padding-top: 0;
}
.entry-header-text{
	padding-bottom: 0;
}
.top-divider{
	display: none;
}


.wp-block-gallery{
	margin-bottom: 30px;
}
.wp-block-gallery .wp-block-image{
	border-radius: 10px;
	border: 1px solid #e21d1d;
	box-shadow: 0 0 10px 0 #e21d1d, inset 0 0 10px 0 #e21d1d;
}
.wp-block-gallery .wp-block-image img{
	-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;
	cursor: pointer;
	border-color: #e21d1d;
    box-shadow: 0 0 10px 0 #e21d1d;
    border-radius: 10px;
}
.wp-block-gallery .wp-block-image img:hover{
	-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;
	opacity: .7;
}
.wp-block-gallery .wp-block-image figcaption{
	background: #e21d1d !important;
    box-shadow: 0 0 20px 0 #e21d1d;
    transform: skewX(-25deg) scale(1.2) translateY(-3px);
    text-align: center;
    color: #fff;
    font-size: 20px !important;
    bottom: -50px !important;
    padding: 0 !important;
}


.dark .heading-font, 
.dark a.lead, 
.dark h1, 
.dark h2, 
.dark h3, 
.dark h4, 
.dark h5, 
.dark h6, 
.dark label, 
.hover-dark:hover a, 
.hover-dark:hover h1, 
.hover-dark:hover h2, 
.hover-dark:hover h3, 
.hover-dark:hover h4, 
.hover-dark:hover h5, 
.hover-dark:hover h6, 
.hover-dark:hover p {
    color: #fff;
}


.wp-block-buttons .wp-block-button__link{
	background-color: #b20000;
	padding: 6px 0;
}
.wp-block-buttons .wp-block-button__link:hover{
	-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;
	opacity: .7;
}