/* forces header logo to be centered always */
.elementor-element-3cb1b1a .elementor-widget-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

/* prevents header from overtaking site content */
.site-header {
	position: static;
}
.hero-section {
	padding: 48px 0;
}
.hero-section .entry-title {
	margin: 0 auto;
}

/* fixes visibility issue on nav menu */
.sub-menu {
	display: block!important;
}
.sub-menu::before {
	display: none!important;
}

/* spacing adjustments on elementor elements */
.elementor-widget:not(:last-child), .elementor-widget-video p {
	margin-bottom: 0;
}

/* inserts new menu toggle on header*/
.hfe-menu-toggle svg {
	background-image: url("/wp-content/uploads/2025/05/menu-toggle-light.png");
	background-size: contain;
	width: 10px;
	height: 10px;
}

/* buttons */
.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #32880A;
	border-radius: 36px;
}
.button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background-color: #236405;
}

/* contact forms */
#emailFormInner .emailFormLine, #SendEmail,#map, #directionsFrom {
	margin-bottom:12px;
}
#SendEmail, #getDirections {
	width:100%;
}

/* footer */
.site-footer, .pgsd_hours {
	background-color:#0A0A0A;
}
.pgsd_hours, .pgsd_hours tbody, .pgsd_hours td {
	border: none;
}
.footer-widgets .menu-item {
	width: 100%;
}

/* images on pages */
.page .entry-content img {
	border-radius: 3px;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* inserts client requested text after footer */
.site-footer > .wrap:after {
	content: "One roof at a time.";
	margin-top: 60px;
	text-align: center;
	font-style: italic;
}