/* button styles */
.button, .btn, button, input[type="button"] {
	background-color: #EF5C11;
	border-radius: 3px;
	font-weight:600;
}
.button:hover, .btn:hover, button:hover, input[type="button"]:hover {
	background-color: #EF3F11!important;
	color:#fff!important;
}

/* color scheme fixes */
.site-header .wrap {
	background-color: #EF5C11;
}
.site-header .btn {
	background-color:#239EFF;
}
.breadcrumb {
  background-color:#EF3F11;
}
.site-header .btn:hover, .elementor-element-9cc5403 .btn:hover {
	background-color: #0689f0!important;
}

/* header layout */
@media screen and (min-width:1024px) {
  .title-area {
  	max-width: 640px;
  }
  .site-header .widget-area {
  	max-width: 240px;
  }
}
@media screen and (min-width:1024px) {
	.home .site-header .wrap {
		padding: 0 6%;
	}
}
@media screen and (min-width:1920px) {
	.home .site-header .wrap {
		padding: 0 12%;
	}
}
.home .site-header .wrap {
	margin: 0;
	max-width: none;
}
.home .site-inner {
	padding-top: 0;
}
.home .site-header .wrap {
  border-radius: 0 0 3px 3px;
}
.breadcrumb {
  border-radius: 0 0 3px 3px;
}

/* homepage spacing */
.elementor-element-bd3fd5e, .elementor-element-0005859 {
	margin-bottom:0;
	max-height: 48px;
}
.elementor-element-9cc5403 > div:nth-child(1) > p:nth-child(5) {
	margin-bottom:0;
}

/* contact us page */
#emailFormInner .emailFormLine, #SendEmail,#map, #directionsFrom {
	margin-bottom:12px;
}

/* footer */
.site-footer {
	background-color:#fff;
	border-top: solid 1px #e4e4e4;
}