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

/* Full height calculation */
.fl-row-full-height .fl-row-content-wrap {
min-height: calc(100vh - 0px);
}


.fl-builder-content .white-shadow h2 {
    text-shadow: 0px 0px 5px rgba(156, 216, 4, 1);
}

.pp-advanced-menu .pp-menu-overlay .pp-menu-close-btn {
    right: 27px !important;
	top: 79px!important;
}

/* STICKY MENU ON PHONES AND TABLETS */

/* Allow Sticky Header 
@media (max-width:991px) {
	header[data-type="header"]{
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 100;
	}


	.admin-bar header[data-type="header"] {
		top: 32px;
	}
}