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

body {
    line-height: 22px;
}

.fl-page-nav ul.sub-menu li a {
    clear: both;
    color: #005276;
    display: block;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 10px 0;
    text-transform: none;
}

.fl-comments {
  display: none;
}

.fl-page-header-wrap{
border-bottom: none !important;
}

.fl-full-width .fl-page-header .container {
	width: 90%;
}
.fl-full-width .fl-page-header .row {
	margin: 0;
}
.fl-page-nav-right .fl-page-header-row {
  width: 100%;
}
.fl-full-width .fl-page-footer .container {
	width: 95%;
}
.fl-full-width .fl-page-footer .row {
	margin: 0;
}


