/* inserts new menu toggle on header*/
.hfe-menu-toggle svg {
	background-image: url("/wp-content/uploads/2025/10/menu-toggle.png");
	background-size: contain;
	width: 10px;
	height: 10px;
}

/* buttons */
.button, .btn, button, input[type='button'] {
	border-radius: 48px;
	background: #0073E5;
}
.button:hover, .btn:hover, button:hover, input[type='button']:hover {
	background: #333;
}

/* images on pages */
#genesis-content img {
	border-radius: 3px;
	box-shadow:0 0 6px rgba(0,0,0,.2);
}

/* contact forms */
#emailFormInner .emailFormLine, #SendEmail,#map, #directionsFrom {
	margin-bottom:12px;
}
#SendEmail, #getDirections {
	width: 100%;
}

/* footer */
.pgsd_hours {
	margin-bottom: 0;
}

/* spacing adjustments for home page */
.home .site-inner {
	padding-top: 0;
}
.elementor-widget:not(:last-child), .elementor-element-84b7d8c p {
	margin-bottom: 0;
}