/* button styles */
button, .button, .btn, input[type="button"] {
	border-radius: 26px;
	background-color: #E48709;
}
button:hover, .button:hover, .btn:hover, input[type="button"]:hover {
	color: #fff;
	background-color: #E9B119;
}

/* widget titles */
.widgettitle, .widget-title {
	font-size: 36px;
}

/*alignment fixes*/
.site-inner, .site-inner {
	width:100vw;
}

/* header styling */
.elementor-element-21920a3 .menu-is-active li {
	border: none!important;
}
.home .site-inner {
	padding-top: 0;
}

/* front part 1 */
.elementor-element-fd6117c, .elementor-element-fd6117c p, .elementor-element-0ad4a59, .elementor-element-0ad4a59 p  {
	margin: 0!important;
}

/* front part 2 */
.elementor-element-8dc0ecf {
	max-width: 90vw;
}

/* footer styling */
.site-container {
	display: flex;
	flex-direction: column!important;
}
.pgsd_hours tbody, .pgsd_hours tr {
	border: none;
}
.site-footer {
	background-color: #1B1B1B;
	color: #eaeaea;
	border: none;
	order: 5;
}
.site-footer a {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}

/* contact forms */
#emailFormInner .emailFormLine, #SendEmail,#map, #directionsFrom {
	margin-bottom:12px;
}

/* hides native page titles to be replaced by elementor titles */
.page .entry-title {
	display: none;
}
.page .site-inner {
	padding: 0 30px;
}
.page .entry-content > p:nth-child(1) {
	margin: 0;
}

/* page content width */
@media screen and (max-width:800px) {
	.site-inner {
		padding: 0 12px!important;
	}
	.entry-content {
		max-width: 90vw;
	}
}

/* /contact-us/ */
@media screen and (min-width:1024px) {
	.page-id-231 .elementor-element-d6a149e {
		width:106vw!important;;
	}
}