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%;
	}
}