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


body:not(.single-fl-theme-layout) .fl-builder-content .slim-header {
	transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;

	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

body:not(.single-fl-theme-layout) .slim-header:not(.fl-do-scroll),
body:not(.single-fl-theme-layout) .big-header.fl-do-scroll {
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 0;
}

body:not(.single-fl-theme-layout) .big-header:not(.fl-do-scroll),
body:not(.single-fl-theme-layout) .slim-header.fl-do-scroll {
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 3;
}

body:not(.single-fl-theme-layout) .slim-header.fl-do-scroll {
	z-index: 2;
}
