.site-header {
	padding: 12px 0;
}

.site-header .wrap {
	padding-bottom: 6px;
}

.title-area {
	width: 500px;
	padding: 15px 0;
}

.genesis-nav-menu a {
	padding: 20px 15px;
}

#pgh_header_contact {
	font-weight: bold;
	font-size: 16px;
	display: flex;
	flex-direction: row-reverse;
	align-items: baseline;
	line-height: 2.25;
}

#pgh_header_contact a:hover {
	color: #e14747;
}

.ppaemail a {
	margin-right: 24px;
}

#text-12 ul {
	margin-left: -80px;;
}

input#SendEmail, input#getDirections, div#map{
  margin: 12px 0;
}

.footer-widgets-1 {
	display: flex;
	flex-wrap: wrap;
}

.footer-widgets-1 section {
	padding: 30px;
	text-align: left;
}

@media screen and (max-width: 800px) {
	.title-area {
		width: 90vw;
	}
}

@media screen and (max-width: 655px) {
	.footer-widgets-1 {
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	
	.footer-widgets-1 section {
		width: 90vw;
	padding: 10px 20px;
	text-align: center;
}
}