/* gets rid of odd space below header */
.home #genesis-content {
	padding: 0;
}

/* title area */
@media screen and (max-width:940px) {
	.wp-custom-logo .title-area {
		width: 200px;
	}
}

/* above header widget area */
#text-16 a {
	text-decoration: none;
}

/* front page part 1 */
#front-page-2 {
	padding: 5rem 2rem;
}
@media screen and (min-width:800px) {
	#text-13 .textwidget div {
		display: flex;
		flex-direction: row; 
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}
	#text-13 p {
		width: 70%;
	}
	#text-13 img {
		width: 25%;
	}
}

/* featured pages */
#front-page-3 .entry {
	width: 100%!important;
}
#front-page-3 .wrap {
	display: flex;
	justify-content: space-between;
	align-items: stretch
}
#front-page-3 .widget-wrap {
	width:100%;
	max-width:100%;
	height: 100%;
	margin: 0;
}
#front-page-3 article {
	margin: 0;
	height: 100%;
}
#front-page-3 .entry-title {
	text-align: center;
}
@media screen and (min-width:800px) {
	#front-page-3 section {
		width: 33%;
	}
}

/* front page part 2 */
.front-page-5 .widget-wrap {
	width:92vw;
	max-width:800px;
	margin: 2em auto;
	text-align: left;
}

/* coupons */
#text-15 {
	width: 100%;
}
#text-15 .textwidget {
	display: flex;
	justify-content: center;
}
.transform-gen1coupon {
	margin: 12px;
	padding: 36px 24px;
	border: 4px dashed #fff;
	border-radius: .5em;
	background-color: rgba(255,255,255,.25);
	width: 100%;
}
.transform-gen1coupon p {
	margin: auto;
}
@media screen and (min-width:1200px) {
	.transform-gen1coupon 
	{
		width: 50%;
	}
}

/* footer */
.site-footer {
	padding: 1em;
	display: flex;
	flex-direction: column;
	max-width: 1200px;
	margin: auto;
}
.site-footer .content {
	justify-content: center;
	align-items: center;
	padding: 3rem 0;
}
#genesis-footer-widgets {
	order:1;
	padding: 4em 0;
}
#footerServingSince, footer .h-adr, #copyrightNotice {
	order: 2;
	color: #677484;
}
@media screen and (min-width:1022px) {
	#footerServingSince, footer .h-adr, #copyrightNotice {
		padding: 0 5%;
	}
}