/* header */
.site-header:not(.shrink) {
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.75) 80%);
}
.custom-logo {
	padding: 12px;
}
.site-header.shrink a  {
  color: #222!important;
}

/* changes background color on header and footer */
.has-fixed-header .site-header.shrink {
	background-color: #F4F8F9;
}
.site-footer {
  background-color:#427F8B;
}
.site-footer, .site-footer a {
	color: #fff;
}

/*footer widgets*/
.footer-widgets .menu-item {
	width: 100%;
}

/* spacing changes on front page */
.elementor-widget:not(:last-child), .elementor-element-8fa0bf8 p, .elementor-element-7d46296 p, .elementor-element-b6a6c58 p, .elementor-element-158a3f1 p {
	margin-bottom: 0;
}

/*rounds slider on front page*/
.flex-viewport { border-radius: 45px 45px 0 0; }

/* button styles */
button, .btn, .button, input[type="button"] {
	border-radius: 36px;
	background-color: #FBAF3E;
}

/* contact forms */
#emailFormInner .emailFormLine, #SendEmail,#map, #directionsFrom {
	margin-bottom:12px;
}
#SendEmail, #getDirections {
	width: 100%;
}