/*
Theme Name: Sherman Library &amp; Gardens Child
Template: sherman
Author: Taylor Digital
Author URI: https://www.taylordigital.com
Description: A custom theme by Taylor Digital.
Version: 1.0.0.1676954045
Updated: 2023-02-20 20:34:05

*/

/* Required label fix */
body .gform_wrapper label.gfield_label>span.gfield_required {
	display: contents !important;
}

/* Fixes image banner not showing on front page */
.page-banner--front-page {
	height: 40vw !important;
}

@media screen and (max-width:768px) {
.page-banner--front-page {
	height: 60vw !important;
}
}