/* header */
.before-header {
	background-color: #fff;
	height: 50px;
	font-size: 16px;
}
.title-area {
	width: 240px;
}
.site-title {
	font-size: 20px;
}

@media screen and (max-width: 800px) {
	.before-header .widget {
		width: 100%;
	}
	.title-area {
		width: 224px;
	}
	.site-title {
		font-size: 18px;
	}
}

/* makes header larger to account for logo */
@media screen and (min-width: 1024px) {
	.site-header > .wrap {
		height: 180px;
	}
}
@media screen and (max-width: 1024px) {
	.site-header > .wrap {
		height: 120px;
	}
}

/* home page spacing adjustments */
.elementor-widget:not(:last-child), .elementor-element-97883d5 p, .elementor-element-d815345 p {
	margin-bottom: 0;
}

/* services list on homepage */
.elementor-icon-list-item:nth-child(n+1) > a:nth-child(1) {
	width: 0;
}
.elementor-icon-list-item p {
	margin-bottom: 0;
}

/* contact forms */
.emailFormLine, input#SendEmail, input#getDirections, div#map{
  margin: 12px 0;
}
input#SendEmail, input#getDirections {
	width: 100%;
}

/* footer */
.site-footer {
	padding: 0 12px;
}
.before-footer {
  background-color: #fff;
}
.before-footer .wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
.before-footer .widget {
	width: 30%;
}
.before-footer .widget-title {
	font-size: 18px;
}
.pgsd_hours {
	margin-bottom: 12px;
}

@media screen and (max-width: 800px) {
	.before-footer .wrap {
		flex-direction: column;
	}
	.before-footer .widget {
		width: 100%;
	}
}