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

header .logo-holder {
	min-width: 150px;
	max-width: 150px;
}
	header .fl-row-content-wrap .fl-row-content {
		height: 130px;
	}

.menu-buttons-holder .header-button-left,
.menu-buttons-holder .header-button-right {
	display:none;
}
form.mega-search input {
	font-size: 20px;
}

ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	line-height: 24px !important;
}
@media screen and (min-width: 768px) {
	.menu-buttons-holder .header-button-left,
	.menu-buttons-holder .header-button-right {
		display:flex;
	}

}

@media screen and (min-width: 1300px) {

}