/*
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... */ 
.top_b { z-index: 999; background: #000; text-align: center; font-weight: bold; color: #fff !important; position: fixed; width: 100%; }
.top_b a { color: #fff; }

@media (min-width:768px) {
.fl-page-nav .navbar-nav li > a {
	padding: 15px 15px !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
}
}