html {
	overflow-x: hidden;
}

.site-title > a:nth-child(1) {
	height: 125px;
}

#pgh_header_contact, #genesis-nav-primary {
	margin-top: 36px;
}

#pgh_header_contact {
	display: flex;
	flex-direction: row-reverse;
	align-items: baseline;
	line-height: 1.35;
}

#pgh_header_contact a {
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	padding: 0 12px;
}

#text-10 .textwidget {
	display: flex;
	flex-direction: row;
}

.site-header > div:nth-child(1) {
	padding: 40px 50px;
}

img, figure {
	border-radius: 10px;
}

input#SendEmail, input#getDirections, div#map{
  margin: 12px 0;
}

#footer-cta .wrap {
	display: flex;
	flex-wrap: nowrap;
}

.pgsd_payments {
	width: 100%;
	height: 32px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}

@media screen and (max-width: 1220px) {
#pgh_header_contact, #genesis-nav-primary {
	margin-top: 12px;
}
}

@media screen and (max-width: 800px)  {
  
  .site-header > div:nth-child(1) {
	padding: 12px 24px 24px 24px;
}
	
	.header-image .title-area {
		margin: 0 auto;
	}
	
	.front-page-1 .wrap {
		padding-top: 40px;
	}
	
	#pgh_header_contact {
		margin-bottom: 12px;
		line-height: 1;
	}
	
	#text-10 .textwidget {
	flex-direction: column-reverse;
}
	div.hero-section-column:nth-child(1) {
		padding-top: 24px;
		text-align: center;
	}
	
	.alignleft, .entry-image {
		width: 100%;
	}
	#footer-cta .wrap {
		flex-wrap: wrap;
	}
	
	.site-title, .title-area {
		width: 50vw;
	}
}