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

html:not(.fl-builder-edit) .property-info-row {
	height: 0;
	min-height: 0;
	overflow: visible;
	padding-top: 0;
	padding-bottom: 0;
}

html:not(.fl-builder-edit) .property-info-row .fl-row-content-wrap {
	transform: translateY(-100%);
}


html:not(.fl-builder-edit) .blog-feature-image {
	height: 0;
	min-height: 0;
	overflow: visible;
	padding-top: 0;
	padding-bottom: 0;
}

html:not(.fl-builder-edit) .blog-feature-image .fl-row-content-wrap {
	transform: translateY(-80%);
}


/* Stop all fonts from auto-scaling inside Box Modules */
.fl-node-box h1, 
.fl-node-box h2, 
.fl-node-box h3, 
.fl-node-box h4, 
.fl-node-box h5, 
.fl-node-box h6, 
.fl-node-box div, 
.fl-node-box p {
    font-size: var(--wp--preset--typography--font-size--normal, max(1rem, 16px));
}

.gform_required_legend { display:none; }
.gform_save_link.button { border:none !important; }


.purple-button a { background-color:#702f8a; }
.purple-button a span { color:#ffffff; }
.purple-button a:hover { background-color:#000000; }
.purple-button a:hover span { color:#ffffff; }

.modal-floorplan,
.modal-epc,
.modal-map,
.modal-brochure,
.modal-local,
.modal-videotour,
.modal-brochure,
.modal-bookviewing { cursor: pointer; }