/*
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 .uabb-gf-form-title {
    display: none !important;
}

.white-text {
	color: white;
}


.fl-menu-mobile-toggle {
	border-radius: 2px !important;
	font-size: 14px !important;
}



/* Infobox buttons */
.fl-col-group-equal-height .fl-col-content {position:relative;}
.fl-col-group-equal-height .uabb-infobox {padding-bottom:50px;}
.fl-col-group-equal-height .uabb-infobox-button {position:absolute; bottom:20px; width: calc(100% - 40px);}


/*sticky footer*/

.fl-page {
	display: -ms-flexbox;
	display:-webkit-flex;
	display:-webkit-box;
	display:flex;
	-ms-flex-direction:column;
	-webkit-flex-direction:column;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-direction:column;
	min-height:100vh;

}

.fl-page-content  {
	-ms-flex:1;
	-webkit-flex:1;
	-webkit-box-flex:1;
	flex:1;
	width: 100%;
	word-wrap: break-word;
}

.fl-page-content a:hover {
	text-decoration: underline;
}
