/*
Theme Name: Beaver Builder Child Theme
Theme URI: https://www.wpbeaverbuilder.com
Version: 1.7
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: https://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here...Remember to change the Version number above! */ 

#masthead {
	position: absolute;
	width: 100%;
}

.lg-slider-footer {
	z-index: 5 !important
}

.lg-action-hub {
	z-index: 10 !important
}

.vf-content-wrap, .mohar-top-divider {
	z-index: 5 !important
}

@media (max-width: 1000px) {
	.lg-ultra-slider, .lg-action-hub {
		display: none !important
	}
}

@media (max-width: 600px) {
	.lg-action-hub, .lg-shape-bg {
		display: none !important;
	}
}