/*
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-builder .container.fl-content-full .fl-post-header {
    margin: 0px;
    width: 100%;
    padding: 20px 40px;
    background-color: #fcfcfc;
}

.fl-page-nav-wrap .navbar-nav > li.current-menu-parent > a,
body.single-post .fl-page-nav-wrap .navbar-nav > li.menu-item-163 > a,
body.archive .fl-page-nav-wrap .navbar-nav > li.menu-item-163 > a {
    color: #cf6713;
}
