/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 
@font-face {
    font-family: AardvarkBold;
    src: url(/fonts/aardvarkbold.woff);
}
@font-face {
    font-family: Boxed;
    src: url(/fonts/boxed-medium-webfont.woff);
}

body{
	min-width: 680px;
}

body.disable-livevideos #livevideo_section{
	display: none;
}

body.disable-broadcast #broadcast_section{
	display: none;
}

#menu-item-99{
	padding-top: 15px;
}

.btn.fl-button i{
	font-size: 14px;
}

.ejplayer{
	margin-left: auto; 
	margin-right: auto;
}

.livevideos button.fl-button{
	font-size: 14px;
}
.livevideos button.fl-button i{
	font-size: 14px;
}
#liveshowmore button.fl-button i{
	font-size: 14px;
}
#showmore button.fl-button i{
	font-size: 14px;
}

.video-js {
	width: 600px;
	height: 340px;

}


#live-video.video-js{
	width: 640px;
	height: 360px;
	margin: 0 auto;
	background-color: rgba(0,0,0,0.5);
}
@media only screen and (max-width: 767px) {
	.mobile-left{
		float:left !important;
	}
}