section#text-2.widget.widget_text {
   font-size: 1.8rem;
}

.home-even {
    padding: 60px 0 50px;
}

.image_right {
    max-width: 400px;
    float: right;
    margin: 8px;
}

.genesis-nav-menu .sub-menu a {
    padding: 5px;
    position: relative;
    width: 220px;
}

.site-header .sub-menu {
    background-color: transparent;
}

/* "odd" home page sections */
#text-5 {
	background-color: rgba(0,0,0,.5);
}
#text-5 .widget-wrap {
	padding: 2em;
}
.home-odd:nth-child(4), .home-odd:nth-child(6) {
	padding: 0;
}
.home-odd:nth-child(4) .wrap, .home-odd:nth-child(6) .wrap {
	padding: 90px 0 100px;
	background-color: rgba(0,0,0,.5);
	max-width: none;
}
.home-odd:nth-child(4) section, .home-odd:nth-child(6) section {
	max-width: 800px;
	margin: auto;
}
.home-odd:nth-child(4) .widget-wrap, .home-odd:nth-child(6) .widget-wrap {
	padding: 1em;
}

/* contact form button fixes */
input#SendEmail, input#getDirections, div#map{
  margin: 12px 0;
}

/* footer */
.pgsd_payments {
	width: 100%;
	min-height: 30px;
	display: flex;
	justify-content: center;
}
@media screen and (min-width:1200px) {
	#genesis-footer-widgets .widget-area {
		display: flex;
		justify-content: space-between;
	}
	#genesis-footer-widgets section {
		width: 30%;
	}
}

/* page summaries */
#summary {
	border: 2px solid #f5f5f5;
	padding: 24px;
	margin-bottom: 32px;
}
#summary h2 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	color: #282C4D;
}
#summary ul, #summary p {
	font-size: 16px;
}
#summary p {
	margin-bottom: 0;
}
#summary .btn {
	width: 100%;
	text-align: center;
}
#summary .summaryCTA{
	text-align: center;
	font-weight: bold;
	margin-bottom: 12px;
}