/* button hover state */
.button:hover, .btn:hover, input[type=button]:hover {
	background-color: #660001;
}

/* secondary button style */
.btnlite {
  background-color:#525252;
	background-color: rgba(200, 200, 200,.25);
}
.btnlite:hover {
  background-color: #464646;
	background-color: rgba(200, 200, 200,.1);
}

/* top bar */
#text-11 p {
	margin: 6px 0 0 0;
}

/* site title */
.site-title {
	font-size: 3rem;
	font-weight: 500;
}
.title-area {
	padding: 20px 0;
}

/* font size changes */
.front-page-1 .widget-title {
	font-size: 3.6rem;
	font-weight: 500;
}
body > div, .front-page-1, .textwidget, .flexible-widgets.widget-area .widget:nth-of-type(1), .button, input {
	font-size: 1.8rem;
	line-height: 1.6;
}

/* font color changes */
body {
	color: #5b5b5b;
}
.site-footer {
	color: #777;
}

/* bullet hooks */
#text-12 ul {
	padding: 36px 0;
}

/* front page sections 1 &amp; 2 */
#text-14, #text-16 {
	text-align: left;
}

/* featured pages */
.front-page .featured-content .entry {
	width: 100%;
}
.front-page-5 .widget:nth-of-type(n+2) {
	padding: 0;
}
#front-page-5 .featured-content .entry {
	margin-bottom: 0;
}
@media screen and (min-width:860px) {
	#featured-page-3 .alignnone, #featured-page-4 .alignnone, #featured-page-5 .alignnone {
		max-height: 200px;
		overflow: hidden;
	}
	#featured-page-3 .entry-image, #featured-page-4 .entry-image, #featured-page-5 .entry-image {
		min-height: 200px;
		min-width: 360px;
	}
}

/* footer */
.site-footer .content {
	border-radius: 3px;
	margin: 0 auto 24px;
}
#footerServingSince, .h-adr, #copyrightNotice {
	line-height: 1.4;
}
.site-footer .wrap {
	display: flex;
	flex-direction: column;
}

/* hides sidebar contact form on contact page */
.page-id-146 #text-19 {
	display: none;
}

/* contact form spacing */
.emailFormLine, #SendEmail, #map, #directionsFrom {
	margin-bottom: 12px;
}