/*
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.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}.clear:after, .clearfix:after, .container:after, .row:after {
    clear: both;
    content: "";
    display: table;
}

.f-widget{

}
.f-widget h5{
	font-size: 1em;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: .05em;
    text-transform: uppercase;
    position : relative ;
}
.f-widget h5:after{
	content: '';
	background-color: rgba(255,255,255,.3);
	height: 3px;
	display: block;
	margin: 1em 0;
	width: 100%;
	max-width: 30px;
}
.f-widget img{
	max-width: 100%;
/*	width: 100%;*/
	margin: 0 !important;
}
.f-widget ul{
	margin: 0;
	padding: 0;
}
.f-widget ul li{
	list-style: none;
	margin: 0 0 10px 0;
}


.section-page > .section-bg{
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}


.wgl-heading{

}
.playnow{
	color: #fff;
	position : relative ;
	display: block !important;
	border-radius: 7px;
	outline: none;
	letter-spacing: .03em;
	cursor: pointer;
	font-weight: bolder;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid transparent;
	vertical-align: middle;
	background-color: #b20000;
	font-size: .7em;
	line-height: 2.4em !important;
	min-height: 2.5em;
	padding: 0 1.2em;
	-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;
}
.playnow:hover{
	opacity: 1;
	color: #fff;
	-webkit-box-shadow: inset 0 0 0 100px rgba(0,0,0,.2);
	box-shadow: inset 0 0 0 100px rgba(0,0,0,.2);
	-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;
}

.playnow:after{
	content: "";
	speak: none!important;
	display: inline-block;
	font-display: block;
	font-family: fl-icons!important;
	font-style: normal!important;
    font-variant: normal!important;
    font-weight: 900!important;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: none!important;
    margin-left: 5px;
}

.aligncenter{
	text-align: center;
}

.wgl-tab-horizontal > ul > li > a{
	color: #fff;
    border: 1px solid #fff;
	padding: 10px;
}
.wgl-tab-horizontal > ul > li.active > a,
.wgl-tab-horizontal > ul > li:hover > a{
	color: rgb(250, 250, 30) !important;
}
.wgl-tab-horizontal > ul > li > a:before{
	display:none;
}
.nav-vertical+.tab-panels{
	flex: 0 0 75%;
    width: 75%;
}
.img .caption{
	transform: none;
    position: relative;
    text-align: center;
}


.wgl-tabs ul.nav-line li a{
	    color: #fff;
    line-height: 1.3 !important;
    padding: 10px 5px !important;
	text-transform:capitalize;
}
.wgl-tabs ul.nav-line li.active a{
	border: 1px solid #fff;
    color: #000 !important;
    background: #fafa1e;
	}

.wgl-tabs .tab-panels > div img{
	margin-bottom:0;
}

#content.blog-single,
#content.blog-archive{
	background:#061221;
}

.article-inner .entry-content.single-page a{
	text-decoration:underline;
	color:#fafa1e;
	font-weight:600;
}