/*fixes some weird menu behavior*/
.menu-is-active {
	display: block!important;
}

/* adds sub menu toggle arrows to nav menu */
#menu-1-c9beafe > li:nth-child(2) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1) {
	background-image: url("/wp-content/uploads/2023/07/menu-toggle.png");
	background-size: contain;
}
@media screen and (max-width: 1024px) {
	.hfe-menu-toggle svg {
		background-image: url("/wp-content/uploads/2023/07/menu-toggle.png");
		background-size: contain;
	}
}

/* removes border from links */
a {
	border: none!important;
}

/* global spacing fixes */
.site-header {
	padding-top: 0!important;
	padding-bottom: 0!important;
}
.site-header h1 {
	margin-bottom: 0;
}
@media screen and (max-width: 800px) {
	.site-inner {
		padding-top: 0!important;
	}
}
#genesis-footer-widgets {
	border: none;
}

/* home page spacing fixes */
.home .site-inner {
	padding-top: 48px;
	padding-bottom: 0;
}
.elementor-widget:not(:last-child), .elementor-element-d277602 p {
	margin-bottom: 0;
}

/* re-colors headings on homepage */
.elementor-element-3c2e903 h3, .elementor-element-ad92bea h3 {
	color: #fff;
}

/* email forms */
#emailFormInner .emailFormLine, #SendEmail,#map, #directionsFrom {
	margin-bottom:12px;
}
#emailForm input, #emailForm textarea, #map, #directionsFrom {
	border-radius: 36px;
}
#SendEmail, #getDirections {
	width: 100%;
}
.home #SendEmail {
	background-color: #F2C926;
	color: #121212;
}

/* images on pages */
.entry-content img {
	border-radius: 6px;
	box-shadow: 0 0 6px rgba(0,0,0,.25);
}