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

@media only screen and (max-width: 992px) and (min-width: 768px)  {

.fl-menu-mobile-flyout {
    background: #bc992f !important;
    text-align: center;
}
 .fl-menu a {
    font-weight: bold !important;
    font-size: 18px !important;
}
}

@media only screen and (max-width: 767px) and (min-width: 320px)  {

	.fl-module.fl-module-pp-social-icons.fl-node-f3m4oiw18yqh {
    display: none !important;
}
	.fl-col.fl-node-onviuabhwftc.fl-col-bg-color.fl-col-small.fl-col-small-custom-width {
    display: none;
}
	
.fl-menu-mobile-flyout {
    background: #bc992f !important;
    text-align: center;
}
 .fl-menu a {
    font-weight: bold !important;
    font-size: 18px !important;
}
	span.fl-heading-text {
    font-size: 25px !important;
}
	br {
        display: none;
    }
	.fl-heading {
		font-size: 20px !important;
	}
	.fl-node-global, .fl-node-fsy8niu3cb7p {
    height: 310px !important;
}
	.fl-node-global .fl-photo-content img, .fl-node-fsy8niu3cb7p .fl-photo-content img {
    display: block;
    height: auto;
    max-width: 100%;
    position: relative !important;
    top: 200px !important;
}
}