/* color scheme fixes */
.enterprise-pro-red .archive-pagination .active a, .enterprise-pro-red .archive-pagination li a:hover, .enterprise-pro-red .button, .enterprise-pro-red .home-top .more-link, .enterprise-pro-red button, .enterprise-pro-red input[type="button"], .enterprise-pro-red input[type="reset"], .enterprise-pro-red input[type="submit"] {
	background-color: #de0856;
}
.enterprise-pro-red .comment-meta a:hover, .enterprise-pro-red .entry-comments .comment-author a:hover, .enterprise-pro-red .entry-title a:hover, .enterprise-pro-red .genesis-nav-menu .current-menu-item > a, .enterprise-pro-red .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .enterprise-pro-red .genesis-nav-menu .sub-menu a:hover, .enterprise-pro-red .genesis-nav-menu a:hover, .enterprise-pro-red .site-footer a:hover, .enterprise-pro-red .site-title a, .enterprise-pro-red .site-title a:hover, .enterprise-pro-red a {
	color: #de0856;
}
.button, .btn, button, input[type="button"], .wpforms-submit {
	border-radius: 36px;
	background:linear-gradient(90deg, #de0856 0%, #ff951f 100%);
	font-weight: bold;
	text-shadow: 1px 1px 1px black;
}

/* layout fixes */
.site-header {
  min-height: 0;
}
.home .site-inner {
	padding-top: 0;
	border-top: 0;
}
.elementor-element-cb0ffd5 {
	margin-bottom: 0!important;
	max-height: 38px;
}
.elementor-element-815cc93 > div:nth-child(1) > p:nth-child(3) {
	margin: 0;
}
.elementor-element-815cc93 p {
  margin-bottom: 0;
}

/* contact forms */
.home .wpforms-field-label{
	color: #fff;
}
.wpforms-field, .wpforms-submit, #map, #directionsFrom {
	margin-bottom: 12px;
}
@media screen and (min-width:800px) {
	.wpforms-submit, #getDirections {
		float: right;
	}
}
@media screen and (max-width:800px) {
	.wpforms-submit, #getDirections {
		width:100%;
	}
}
#text-17 .wpforms-submit {
	float: none;
	width:100%;
}
/* hides sidebar form on /contact-us/ */
.page-id-198 #text-17 {
	display: none;
}

/* footer */
.footer-widgets, .site-footer {
	background-color: #161616;
	color:#fff;
}
.footer-widgets h4 {
	color: #fff;
}
.footer-widgets h4, .footer-widgets li, .footer-widgets tbody {
	border-bottom: 1px solid #030303;
}
.footer-widgets td, .site-footer {
	border-top: 1px solid #030303;
}

/* dark mode */
.page .site-inner {
	background-color: #030303;
	border-top: none;
}
.page .entry, .page .sidebar .widget, .page .wpforms-field input, .page .wpforms-field textarea {
	background-color: #161616;
	border: 1px solid #262626;
}
.page:not(.home) .entry, .page:not(.home) .sidebar .widget, .page:not(.home) .breadcrumb, .page:not(.home) h1, .page:not(.home) h3, .page:not(.home) h4 {
	color: #fff!important;
}
.entry-header, .widget-title {
	border-bottom: 1px solid #262626;
}
.footer-widgets {
	border-top: none;
}
.entry, .sidebar .widget {
	box-shadow: none;
}