/* button styles */
.button, .btn, input[type="button"], .elementor-button-text {
		font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 500!important;
}
.button, .btn, #SendEmail, #getDirections {
	color: #fff!important;
	background-color: #F86C06!important;
	border-radius: 3px;
	border-bottom: 3px #CC5A06 solid;
}
.button:hover, .btn:hover, #SendEmail:hover, #getDirections:hover {
	background-color: #EC6502!important;
	border-bottom: 3px #CC5A06 solid;
}

/* font changes */
.genesis-nav-menu {
	font-family: 'Inter', sans-serif;
}

/* header */
.site-title {
	font-size: 36px;
}
.site-header .wrap {
	border-bottom: none;
}
.site-header .widget-area {
	margin-top: 30px;
}

/* front page contact form */
.home .emailFormLine {
	text-align: left;
}
.home #emailForm > div:nth-child(7) {
	text-align: right;
}
.home #SendEmail {
	color: #000!important;
	background-color: #ededed!important;
	border-bottom: 3px #b0b0b0 solid;
}
.home #SendEmail:hover {
	background-color: #D7D7D7!important;
}

/* contact forms */
#emailFormInner .emailFormLine, #SendEmail,#map, #directionsFrom {
	margin-bottom:12px;
}
.page-id-167 #text-15 {
	display: none;
}