.front-page-6 .featured-content .entry {
float: left;
margin-left: 0;
margin-right: 5%;
width: 30%;
}

.front-page-6 .featured-content .entry:nth-of-type(3n) {
float: right;
margin-right: 0;
}

.front-page-6 .featured-content .entry:nth-of-type(3n+1) {
clear: left;
}

/** Inner pages header nav area */
.site-header {
	background-color: #313A46;
	padding-bottom: 20px;
}

/** Border beneath home page navigation. */
.front-page .featured-section .site-header > .wrap {
	border-bottom: 1px solid #fff;
}

/** Top bar on home page - After scrolling. */
.site-header.dark {
	background-color: #313A46; 
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */
/** Footer credits and secondary navigation. */
.site-footer {
	background-color: #313a46; 
	padding: 20px;
	text-align: center;
}

.site-footer,
.site-footer a,
.site-footer p {
	color: #fff; //Inactive links in footer. RollOver color comes from customizer color.
}

.flexible-widgets.widget-full .widget, .flexible-widgets.widget-area .widget:nth-of-type(1), .flexible-widgets.widget-halves.uneven .widget:last-of-type {background-color: #}

.footer-widgets
{background-color: #e2ba3e}

.footer-widgets .widget .button
{background-color: #313a46; border: 2px solid #313a46;}

.front-page-2 .solid-section
{background-color: #E2BA3E}

.front-page-2 .solid-section .widget {background-color: #E2BA3E}

.front-page-4 .solid-section
{background-color: #C05E42}

.front-page-4 .solid-section .widget {background-color: #C05E42}

.front-page-4 .solid-section .widget-title {color: #fff}

.front-page-4 .solid-section .textwidget {color: #fff}

.front-page-5 .image-section .textwidget {color: #313a46}

.front-page-6 .solid-section
{background-color: #fff}

.front-page-6 .solid-section .widget {background-color: #fff}

.front-page-6 .image-section .textwidget {color: #313a46}

.solid-section .widget-title {border-bottom: 0px}

.blockquote::before
{content: " "}

.blockquote {color: #c05342}

/** @media only screen and (max-width:1023px) */
.front-page .site-header
{background-color: #313a46}