/*
Theme Name: BB Child Theme
Theme URI: https://wordpress.org/
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
template: bb-theme
*/

/* Add your custom styles here... */ 



/* Opacity for drop down nav menu under Moving Tips */ 
.sub-menu {
	opacity: 0.85;		
}

/* Mountain header image top margin line up */ 

.fl-logo-img {
	margin-top:12px;
}

/* Media Query - 767px or less
----------------------------------------------------------- */

@media (max-width: 767px) {
.fl-row-content-wrap {
	padding-top: 0px;
}

.fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text, .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text * {
    font-size: 18px !important;
    line-height: 26px !important;
    }
}		
	
/*#co-map {
    display:none;
    }*/	


