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

/* logo text */
.header-logo-text span {
	max-width: 298px;
	display: block;
}

/* homepage intro header */
.home-intro h1.uabb-heading {
	max-width: 800px;
	margin: 0 auto;
}

/* adding spacing to h1's */
.fl-builder-content h1.fl-heading {
	margin-top: 10px !important;
}

@media screen and (min-width: 769px) {
	#menu-main-menu li.menu-item { border: none; float: left; }
}

@media screen and (max-width: 768px) {
	.fl-menu .fl-menu-mobile-toggle { margin: 0 auto; display: block; }
	.header-logo-text span { max-width: 300px; }
	.can-do-cta .fl-rich-text { text-align: center; }
	.fl-menu .fl-menu-mobile-toggle.fl-active, .fl-menu .fl-menu-mobile-toggle:hover { background-color: #0c4618; }
}

@media screen and (max-width: 500px) {
	header .fl-row-content-wrap .fl-col-small { width: 100% !important; }
	header .fl-row-content-wrap .fl-module-photo { display: none; }
	.fl-rich-text img.alignleft { display: block; float: none; margin: 0 auto; }
}