/* header */
.site-header .wrap {
	border-bottom: none;
}

/* buttons */
button, .button, .btn, input[type="button"] {
	border-radius: 36px;
	background-color:#466CCE;
}
button:hover, .button:hover, .btn:hover, input[type="button"]:hover {
	background-color: #090909;
}

/* contact forms */
#emailFormInner .emailFormLine, #SendEmail,#map, #directionsFrom {
	margin-bottom:12px;
}
input[type="text"], #message {
	border-radius: 32px;
}
#SendEmail, #getDirections {
	width: 100%;
}

/* home page spacing */
.home .site-inner {
	padding-top: 0;
}
.elementor-element-49bd589 p, .elementor-widget:not(:last-child), .elementor-element-19f111b p, .elementor-element-074585b p {
	margin-bottom: 0;
}

/* search bar styling */
.search-form-input {
	border-radius:24px;
}

/*images on pages*/
#genesis-content img {
  border-radius: 6px;
  box-shadow: 0 0 12px rgba(0,0,0,.25);
}

/* fixes visibilty issue on mobile nav */
@media screen and (max-width: 768px) {
	.hfe-has-submenu {
		min-height: 48px;
	}
	.site-header .sub-menu .sub-menu {
		margin-top: 0;
	}
}