/* header contact */
#pgh_header_contact {
	display: none!important;
}

.authority-top-banner a {
	text-decoration: none;
}

.authority-top-banner, .authority-top-banner a {
	font-size: 24px;
}

button#authority-top-banner-close {
    display: none;
}

/* menu toggle centering */
#genesis-mobile-nav-primary {
  display: block;
	margin: 12px auto;
	width: 100%;
}

/*centers title and menu toggle on small screens*/
@media screen and (max-width:1075px) {
  .site-title a {
    background-position: center!important;
  }
  .title-area {
  	min-width: 100%;
  }
}

@media screen and (min-width:1075px) {
    #genesis-mobile-nav-primary {
    display: none;
  }
}

/* global typography changes */
body.home h2 {
    font-weight: 700;
    font-size: 40px;
}
body.home h4, 
.flexible-widgets .widgettitle {
    font-size: 32px;
    font-weight: 700;
}

#genesis-nav-primary li, #genesis-nav-primary span, .hero-portrait-caption, .transform-gen1coupon strong, .site-footer {
	font-family: "Poppins" !important;
}

/*hero section*/
.hero-section {
    margin-bottom: 10px;
}

/* coupons */
#text-11 {
	max-width: 100%;
}

#text-11 .textwidget {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.transform-gen1coupon {
	margin: .5em; 
	background-color: #fbe99a; 
	border: thick dashed #e6cc59;
	border-radius: 6px;
	width: 31%;
	height: 240px;
	font-size: 14px;
}

/* featured pages */

#front-page-4 .wrap {
	display: flex; 
	flex-direction: row;
	align-items: flex-end;
}

#front-page-4  section {
	width: 33%;
}

#front-page-4 .widgettitle {
	font-size: 24px;
	text-align: center;
}

/* footer */
#footer .widget-area .wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

#footer section {
	width: 33%;
}

#footer h3, #footer .textwidget {
	text-align: left;
}

#footer .textwidget {
	margin-left:0;
}

#footer h3 {
	font-size: 2.6rem;
	font-weight: 700;
}

#text-8 table {
	margin-bottom: 0;
}

#text-9 {
	margin-left:0;
	margin-right:0;
}

/* contact us spacing fixes */
input#SendEmail, input#getDirections, div#map{
  margin: 12px 0;
}

@media screen and (max-width:860px) {
/* 	hero img */
	.hero-section-column.right .hero-portrait {
		max-width: 100%;
	}
	
	/* coupons */
.transform-gen1coupon {
	width: 47%;
	height: 300px;
}
	
/* 	featured pages */
	#front-page-4 .wrap {
		flex-direction: column;
	}

	#front-page-4  section {
		width: 100%;
	}
	
		/* footer */
 #footer .widget-area .wrap {
		flex-wrap: wrap;
	}
	#footer section {
	width: 100%;
}
}

@media screen and (max-width:600px) {
		/* coupons */
.transform-gen1coupon {
	width: 90%;
	height: 100%;
}
}