.before-footer {
    text-align: center;
}

@media only screen and (min-width: 1023px) {
   .title-area {
       float: left;
       padding: 6px 0;
       width: 600px;
   }
	.header-widget-area {
		width: 300px!important;
	}
}

.center {
    width: 100%;
    margin: 5px;
    float: center;
}

.image_right {
    max-width: 320px;
    margin: 5px;
    float: right;
}

/* header line height */
.site-description {
	margin-top: 6px;
}
.header-widget-area .widget-wrap {
	padding: 0!important;
}

/* sticky message */
.sticky-message a:focus, .sticky-message a:hover, .sticky-message a {
    color: #ffffff;
}
.sticky-message a {
    padding-bottom: 10px;
}

/* gets rid of chamfered edges on widgets &amp; buttons */
.widget-wrap {
	padding: 40px!important;
}
.button {
	padding: 16px 30px!important;
	border: none!important;
}
.widget-wrap::after, .button::after {
	bottom: 0!important;
}
.widget-wrap::before, .button::before {
	top: 0!important;
}

/* featured page spacing */
.featuredpage h3 {
	text-align: center;
}
.featuredpage a {
	margin-bottom: 0;
}

/* email form spacing */
.emailFormLine, #SendEmail, #map, #directionsFrom {
	margin-bottom: 12px;
}

/* before footer widget area */
#before-footer .flexible-widgets.widget-thirds .widget {
	width:100%;
}

/* footer locations &amp; copyright */
.site-footer {
	color: #565656;
	line-height: 1.6;
}

section#text-3 {
    clear: both;
    float: none;
    width: 100%;
}
#front-page-3 .featuredpage .widget-wrap {
    min-height: 345px;
}