img {
	border-radius: 5px;
}

h1.site-title {
	font-size: 2.5rem;
}

#pgh_header_contact {
	display: flex;
	flex-direction: row-reverse;
	align-items: baseline;
	line-height: 3.15;
}

#pgh_header_contact a {
	text-decoration: none;
	font-size: 1.75rem;
	font-weight: 700;
	padding: 0 12px;
}

.footer-widgets a:not(.button) {
	opacity: 1;
}

.wpforms-submit, input#getDirections, div#map{
  margin: 12px 0;
}

@media screen and (max-width:1023px) {
	#pgh_header_contact a {
		padding: 0;
	}
	
	#pgh_header_contact {
	line-height: 1;
}
}

@media screen and (max-width:800px) {
	.pageimg {
		float: none;
		width: 97%;
	}
}

@media screen and (max-width:400px) {
	
h1.site-title {
	font-size: 2rem;
}
}

/* buttons */
.fullBtn {
	width: 100%!important;
	padding: 12px!important;
	font-size: 24px;
}
.elementor-element-78b9c79 .fullBtn {
	background-color: #fff;
	color: #0F3DB5
}

/* spacing adjustments */
.elementor-widget:not(:last-child), .site-inner .wrap p:last-child {
	margin-bottom: 0;
}
.home .site-inner {
	padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
	.home .site-inner {
		padding-top: 138px!important;
	}
}
@media screen and (max-width: 1024px) {
	.home .site-inner {
		padding-top: 0;
	}
}

/* home page service area */
.serviceArea {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.serviceArea ul:first-of-type {
	margin-right: 6px;
}
.serviceArea ul {
	width: 49%;
}
.serviceArea li {
	background-color: #E8EFFE;
	padding: 12px 24px 12px 12px;
	border-radius: 6px;
}
.serviceArea p {
	margin-bottom: 6px;
}