/* header */
.site-header .elementor-section {
	left: 0!important;
}
/* fixes visibility issue on nav menu */
.sub-menu {
	display: block!important;
}
.sub-menu::before {
	display: none!important;
}
/* inserts new menu toggle on header*/
.hfe-menu-toggle svg {
	background-image: url("/wp-content/uploads/2025/07/menu-toggle.png");
	background-size: contain;
	width: 10px;
	height: 10px;
}
/* prevents header from overtaking site content */
.site-header {
	position: static;
}
.hero-section {
	padding: 48px 0;
}
.hero-section .entry-title {
	margin: 0 auto;
}

/* buttons */
.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
	background: #65D7FC;
background: linear-gradient(45deg,rgba(101, 215, 252, 1) 0%, rgba(86, 60, 249, 1) 100%);
	border-radius: 36px;
}
.button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background: #563CF9;
}
.smallBtn {
	padding: 12px 24px;
}

/* contact forms */
#emailFormInner .emailFormLine, #SendEmail,#map, #directionsFrom {
	margin-bottom:12px;
}
#SendEmail, #getDirections {
	width:100%;
}

/* before footer widget area */
.before-footer::before, .hero-section::before {
	background: #65D7FC;
background: linear-gradient(45deg,rgba(101, 215, 252, 1) 0%, rgba(86, 60, 249, 1) 100%);
}
.before-footer .widget {
	margin: auto;
}
.before-footer #SendEmail {
	background: none;
	border: 3px solid #fff;
}
.page-id-39 .before-footer {
	display: none;
}

/* footer */
.site-footer, .pgsd_hours {
	background-color:#fafafa;
}
.site-footer, .pgsd_hours, .footer-widgets .widget-title, .site-footer a:hover {
	color: #121212!important;
}
.site-footer a {
	color: #2d1b9c;
}
.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);
}

/* reviews */
.page-id-37 .entry-content h3::after {
  content:url('/wp-content/uploads/2025/07/5stars.png');
	margin-left: 6px;
}

/* home page spacing fixes */
.elementor-widget:not(:last-child), .elementor-element-2b3fa98 p, .site-inner > p:nth-child(2) {
	margin-bottom: 0;
}