/*
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-content p {margin-bottom: 25px;}
.fl-page-content li {margin-bottom: 15px;}

.fl-page-nav-right.fl-page-header-fixed, .fl-page-header-fixed {background: #fff;}

.fl-page-nav-right.fl-page-header-fixed .fl-page-nav-wrap .navbar-nav li > a {
    color: #333333;
}

.location-map .fl-map {border: 0px solid #e07507 !important;}

.location-image .fl-photo-img {border: 10px solid #000;}


@media only screen and (min-width: 776px){
.fl-page-header-primary {position: absolute;
z-index: 9;
width: 100%;
}
}

@media only screen and (max-width: 776px){

.header .fl-row-content-wrap {
    padding-top: 30px;
padding-bottom: 70px;
}

.fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.navbar-nav > li > a {
    color: #333333;
}

}
