/*
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 p:last-child {margin-bottom: 0;}

body .fl-builder-content a.fl-button,
body .fl-builder-content a.fl-button:visited {padding: 17px 30px;}

body header .vCenter .fl-col-content {align-items: center;flex-direction: row;}
header .fl-module:first-child {margin-right: auto;}

.gform_required_legend {display: none;}
.gform_wrapper form .gform_body .gform_fields {row-gap: 10px;}

.sidebar-row {overflow: hidden;}
.sidebar-row .fl-row-content-wrap > .fl-row-content > .fl-col-group > .fl-col.fl-col-bg-overlay > .fl-col-content::after {width: 100vw;}

.rowGap40 {row-gap: 40px !important;}

@media (min-width: 993px) {

}
@media (max-width: 992px) {
	body .fl-builder-content a.fl-button,
	body .fl-builder-content a.fl-button:visited {padding: 17px 25px;}
	
	.rowGap40 {row-gap: 32px !important;}
	
	header .fl-module.fl-module-menu {order: 1;}

	body .fl-menu-mobile-clone {width: 100%;}
	body .fl-menu-mobile-clone .fl-module-content {margin-left: 0;margin-right: 0;margin-top: 10px;}
}