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

/* remove active color for anchor links */
.menu-item.current-menu-item > a[href*="#"] {
    color: inherit !important;
}

/* hover state */
.menu-item > a[href*="#"]:hover {
    color: #FE6C00 !important;
}

/*  50/50 section */
.image-wrapper {
	position:relative;
	
	figure {
		position:absolute !important;
		height: 100%;
		width: 100%;
		left: 0;
		top: 0;
	}
}

/* home cards section */
.hero-card {
	position: relative;
	overflow:hidden;
	
	figure {
		height: 230px !important;
	}
}