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

.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li>a {
    color: #000000 !important;
}
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li>a:hover, .menu > li > a:hover {
    color: #000000 !important;
	text-decoration: underline;
}
.fl-page-footer-wrap{
	display:none !important;
}