/*
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 Bar */
.fl-page-bar {
    border-bottom:0px solid #e6e6e6;
    font-size: 12px;
    line-height: 14px;
    border-color: #e6e6e6;
    background-color: #ffffff;
    color: #000000;
}

/* Menu */
.fl-page-nav-wrap {
    display:none;
}

/* Footer */
.fl-page-footer {
    border-top: 0px solid #e6e6e6;
    font-size: 12px;
    border-color: #e6e6e6;
    background-color: #ffffff;
    color: #000000;
}