/* STRUCCo Front Page
Loaded on the front page */

/* Front Page
---------------------------------------------------------------------------------------------------- */

.front-page .site-inner {
	margin-top: 0;
	max-width: 100%;
	padding-top: 0;
}

.front-page .site-header {
x	background-color: transparent;
	border-bottom: 1px solid transparent;
	background-color: rgba(255,255,255,0.8);
}

.front-page .white .site-header,
.header-image.front-page .site-header {
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

.front-page .offscreen-content-icon button,
.front-page .site-title a,
.front-page .site-title a:hover,
.front-page .site-title a:focus {
	color: #fff;
}

@media only screen and (min-width:801px) {
	.front-page .nav-primary .genesis-nav-menu a {
x		color: #fff;
	}
}

.front-page .offscreen-content button,
.front-page .offscreen-content-icon button {
	background-color: transparent;
}

.front-page .white .offscreen-content button,
.front-page .white .offscreen-content-icon button {
	background-color: #fff;
}

.front-page .genesis-nav-menu .sub-menu a,
/*.front-page .white .genesis-nav-menu a,*/
.front-page .white .offscreen-content-icon button,
.front-page .white .site-title a,
.header-image.front-page .genesis-nav-menu a,
.header-image.front-page .genesis-nav-menu .sub-menu a,
.header-image.front-page .offscreen-content-icon button {
	color: #000;
}

/*.front-page .genesis-nav-menu a:hover,
.front-page .genesis-nav-menu a:focus,
.front-page .offscreen-content-icon button:hover,
.front-page .offscreen-content-icon button:focus,
.front-page .white .genesis-nav-menu a:hover,
.front-page .white .genesis-nav-menu a:focus {
x	background-color: rgb(189,12,52);
	color: rgb(189,12,52);
}*/

.front-page.full-width-content .content {
	border-right: none;
	max-width: 100%;
	padding: 0;
}

.front-page .content .entry {
	background: none;
}

.front-page .widget p.thirty {
	margin-bottom: 30px;
}

.front-page img {
	vertical-align: top;
}

.front-page .button {
	padding: 22px 20px;
	font-size: 28px;
	font-size: 2.8rem;
	font-style: italic;
}

/* Front Page Sections
---------------------------------------------------------------------------------------------------- */

.front-page-1,
.front-page-3,
.front-page-5,
.front-page-7,
.front-page-9 {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:	cover;
	background-size:		cover;
}

.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6,
.front-page-7,
.front-page-8,
.front-page-9 {
	border-top: 73px solid transparent;
	margin-top: -73px;
	-webkit-background-clip: padding-box;
	-moz-background-clip:	padding;
	background-clip:		padding-box;
	position: relative;
	z-index: 9;
}

.front-page-1 .wrap,
.front-page-2 .wrap,
.front-page-3 .wrap,
.front-page-4 .wrap,
.front-page-5 .wrap,
.front-page-6 .wrap,
.front-page-7 .wrap,
.front-page-8 .wrap,
.front-page-9 .wrap {
	margin-left: auto;
	margin-right: auto;
		max-width: 1280px;
	padding-left: 20px;
	padding-right: 20px;
}

.front-page-2 .widget-title,
.front-page-3 .widget-title,
.front-page-3 .entry-title,
.front-page-4 .widget-title,
.front-page-5 .widget-title,
.front-page-5 .entry-title,
.front-page-6 .widget-title,
.front-page-7 .widget-title,
.front-page-7 .entry-title, 
.front-page-8 .widget-title,
.front-page-9 .widget-title,  
.front-page-9 .entry-title {
	font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 60px;
	font-size: 6.0rem;
	font-weight: 800;
	letter-spacing: 0;
	font-style: italic;
	text-transform: none;
}

.front-page-2 .widget-title,
.front-page-2 .entry-title,
.front-page-4 .widget-title,
.front-page-4 .entry-title,
.front-page-6 .widget-title,
.front-page-6 .entry-title,
.front-page-8 .widget-title,
.front-page-8 .entry-title {
	font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 60px;
	font-size: 6.0rem;
	font-weight: 800;
	letter-spacing: 0;
	font-style: italic;
	color: rgb(189,12,52);
	text-transform: uppercase;
}

.front-page .featured-content .entry-header::after {
	border-bottom: none;
	margin-bottom: 0;
}


/* Front Page 1
---------------------------------------------------------------------------------------------------- */

.front-page-1 {
	height: 100vh;
	background-image: url(../images/bg-1.jpg);
}

.front-page-1 {
	display: table;
	overflow: hidden;
	padding: 73px 0;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}

.front-page-1 .widget-area {
	display: table-cell;
	padding-top: 20px;
	vertical-align: middle;
	width: 100%;
}

.front-page-1 .widget {
	margin-bottom: 40px;
}

.front-page-1,
.front-page-1 a,
.front-page-1 p,
.front-page-1 .featured-content .entry-title a,
.front-page-1 .widget-title {
	color: #fff;
}

.front-page-1 a {
	border-bottom: 1px solid #fff;
}

.front-page-1 a:hover,
.front-page-1 a:focus,
.front-page-1 .featured-content .entry-meta a:hover,
.front-page-1 .featured-content .entry-meta a:focus,
.front-page-1 .featured-content .entry-title a:hover,
.front-page-1 .featured-content .entry-title a:focus {
	color: #ccc;
}

.front-page-1 a:hover,
.front-page-1 a:focus {
	border-bottom: 1px solid #ccc;
}

.front-page-1 a.button {
	border-bottom: none;
}

.front-page-1 .widget-title {
	font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 96px;
	font-size: 9.6rem;
	font-weight: 800;
	letter-spacing: -2px;
	margin-bottom: -10px;
	text-transform: none;
}

.front-page-1 p {
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.front-page-1 p:last-child {
	margin-bottom: 0;
}

.front-page-1 button:focus,
.front-page-1 button:hover,
.front-page-1 input:focus[type="button"],
.front-page-1 input:hover[type="button"],
.front-page-1 input:focus[type="reset"],
.front-page-1 input:hover[type="reset"],
.front-page-1 input:focus[type="submit"],
.front-page-1 input:hover[type="submit"],
.front-page-1 .textwidget a.button:focus,
.front-page-1 .textwidget a.button:hover {
	background-color: #fff;
	border: none;
	color: #000;
}


/* Front Page 2
---------------------------------------------------------------------------------------------------- */

.front-page-2 {
	padding-bottom: 190px;
	padding-top: 160px;
	text-align: center;
}

.front-page-2 .widget-full .wrap {
	max-width: 1640px;
}

.front-page-2 .widget-title,
.front-page-2 .entry-title {
	color: #000;
	font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 70px;
	font-size: 7.0rem;
	font-weight: 800;
	letter-spacing: -2px;
	margin-bottom: 8px;
	text-transform: none;
}

.front-page-2 .featured-content .entry-header::after {
	border-bottom: none;
}

.front-page-2 .entry-content h3 {
	margin-bottom: 45px;
	color: rgb(189,12,52);
	font-size: 60px;
	font-size: 6.0rem;
	font-weight: 800;
	font-style: italic;
x	letter-spacing: -2px;
	text-transform: none;
}

.front-page-2 p {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.25;
	color: rgb(51,51,51);
}

.front-page-2 p:last-child {
	margin-bottom: 0;
}

.front-page-2 button:focus,
.front-page-2 button:hover,
.front-page-2 input:focus[type="button"],
.front-page-2 input:hover[type="button"],
.front-page-2 input:focus[type="reset"],
.front-page-2 input:hover[type="reset"],
.front-page-2 input:focus[type="submit"],
.front-page-2 input:hover[type="submit"],
.front-page-2 .textwidget a.button:focus,
.front-page-2 .textwidget a.button:hover {
	background-color: #000;
	border: none;
	color: #fff;
}


/* Front Page 3
---------------------------------------------------------------------------------------------------- */

.front-page-3 {
	background-color: #666;
	color: #fff;
	padding-bottom: 140px;
	padding-top: 210px;
	text-align: center;
	background-position-y: -320px;
	background-image: url(../images/bg-3.jpg);
}

.front-page-3::before {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(120deg, #2c2c2c, #000);
	opacity: .42;
	position: absolute;
}

.front-page-3 .widget-full .wrap {
	max-width: 1640px;
}

.front-page-3,
.front-page-3 a,
.front-page-3 p,
.front-page-3 .featured-content .entry-title a,
.front-page-3 .widget-title {
	color: #fff;
}

.front-page-3 a {
	border-bottom: 1px solid #fff;
}

.front-page-3 a:hover,
.front-page-3 a:focus,
.front-page-3 .featured-content .entry-meta a:hover,
.front-page-3 .featured-content .entry-meta a:focus,
.front-page-3 .featured-content .entry-title a:hover,
.front-page-3 .featured-content .entry-title a:focus {
	color: #ccc;
}

.front-page-3 a:hover,
.front-page-3 a:focus {
	border-bottom: 1px solid #ccc;
}

.front-page-3 a.button,
.front-page-3 .featured-content .entry-header::after {
	border-bottom: none;
}

.front-page-3 p {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.25;
}

.front-page-3 p:last-child {
	margin-bottom: 0;
}

.front-page-3 button:focus,
.front-page-3 button:hover,
.front-page-3 input:focus[type="button"],
.front-page-3 input:hover[type="button"],
.front-page-3 input:focus[type="reset"],
.front-page-3 input:hover[type="reset"],
.front-page-3 input:focus[type="submit"],
.front-page-3 input:hover[type="submit"],
.front-page-3 .textwidget a.button:focus,
.front-page-3 .textwidget a.button:hover {
	background-color: #fff;
	border: none;
	color: #000;
}

.front-page-3 a.button {
	margin-top: 40px;
x	display: none;
}


/* Front Page 4
---------------------------------------------------------------------------------------------------- */

.front-page-4 {
	padding-bottom: 140px;
	padding-top: 100px;
	text-align: center;
}

.front-page-4 .widget-full .wrap {
	max-width: 1640px;
}

.front-page-4 .featured-content .entry-header::after {
	border-bottom: none;
	margin: 0;
	display: none;
}

.front-page-4 p {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.25;
	font-style: italic;
	color: rgb(76,76,77);
}

.front-page-4 p:last-child {
	margin-bottom: 0;
}

.front-page-4 button:focus,
.front-page-4 button:hover,
.front-page-4 input:focus[type="button"],
.front-page-4 input:hover[type="button"],
.front-page-4 input:focus[type="reset"],
.front-page-4 input:hover[type="reset"],
.front-page-4 input:focus[type="submit"],
.front-page-4 input:hover[type="submit"],
.front-page-4 .textwidget a.button:focus,
.front-page-4 .textwidget a.button:hover {
	background-color: #000;
	border: none;
	color: #fff;
}

.front-page-4 .gallery,
.front-page-4 .display-posts-listing {
	margin: 60px auto 0;
	max-width: 1220px;
}

.front-page-4 .display-posts-listing {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(4, 1fr);
}

.front-page-4 .display-posts-listing .listing-item a {
	border: 2px solid rgb(77,77,79);
	height: auto;
	padding: 0px;
	display: inline-block;
}

.front-page-4 .display-posts-listing .listing-item a:hover,
.front-page-4 .display-posts-listing .listing-item a:focus {
	border: 2px solid rgb(130, 130, 130);
}

.front-page-4 .display-posts-listing .listing-item a img {
	height: auto;
	padding: 0px;
}


/* Front Page 5
---------------------------------------------------------------------------------------------------- */

.front-page-5 {
	background-color: #666;
	color: #fff;
	padding-bottom: 135px;
	padding-top: 210px;
	text-align: center;
	background-image: url(../images/bg-5.jpg);
}

.front-page-5::before {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(120deg, #2c2c2c, #000);
	opacity: .42;
	position: absolute;
}

.front-page-5 .widget-full .wrap {
x	max-width: 960px;
	max-width: 1640px;
}

.front-page-5,
.front-page-5 a,
.front-page-5 p,
.front-page-5 .featured-content .entry-title a,
.front-page-5 .widget-title {
	color: #fff;
}

.front-page-5 a {
	border-bottom: 1px solid #fff;
}

.front-page-5 a:hover,
.front-page-5 a:focus,
.front-page-5 .featured-content .entry-meta a:hover,
.front-page-5 .featured-content .entry-meta a:focus,
.front-page-5 .featured-content .entry-title a:hover,
.front-page-5 .featured-content .entry-title a:focus {
	color: #ccc;
}

.front-page-5 a:hover,
.front-page-5 a:focus {
	border-bottom: 1px solid #ccc;
}

.front-page-5 a.button,
.front-page-5 .featured-content .entry-header::after {
	border-bottom: none;
}

.front-page-5 p {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.25;
}

.front-page-5 p:last-child {
	margin-bottom: 0;
}

.front-page-5 button:focus,
.front-page-5 button:hover,
.front-page-5 input:focus[type="button"],
.front-page-5 input:hover[type="button"],
.front-page-5 input:focus[type="reset"],
.front-page-5 input:hover[type="reset"],
.front-page-5 input:focus[type="submit"],
.front-page-5 input:hover[type="submit"],
.front-page-5 .textwidget a.button:focus,
.front-page-5 .textwidget a.button:hover {
	background-color: #fff;
	border: none;
	color: #000;
}

.front-page-5 a.button {
	margin-top: 40px;
x	display: none;
}

/* Front Page 6
---------------------------------------------------------------------------------------------------- */

.front-page-6 {
	padding-bottom: 130px;
	padding-top: 110px;
	text-align: center;
}

.front-page-6 .widget-full .wrap {
	max-width: 1640px;
}

.front-page-6 p {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.25;
	font-style: italic;
	color: rgb(76,76,78);
}

.front-page-6 p:last-child {
	margin-bottom: 0;
}

.front-page-6 button:focus,
.front-page-6 button:hover,
.front-page-6 input:focus[type="button"],
.front-page-6 input:hover[type="button"],
.front-page-6 input:focus[type="reset"],
.front-page-6 input:hover[type="reset"],
.front-page-6 input:focus[type="submit"],
.front-page-6 input:hover[type="submit"],
.front-page-6 .textwidget a.button:focus,
.front-page-6 .textwidget a.button:hover {
	background-color: #000;
	border: none;
	color: #fff;
}


/* Front Page 7
---------------------------------------------------------------------------------------------------- */

.front-page-7 {
	background-color: #666;
	color: #fff;
	padding-bottom: 170px;
	padding-top: 190px;
	text-align: center;
	background-image: url(../images/bg-7.jpg);
}

.front-page-7::before {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(120deg, #2c2c2c, #000);
	opacity: .42;
	position: absolute;
}

.front-page-7 .widget-full .wrap {
	max-width: 1640px;
}

.front-page-7,
.front-page-7 a,
.front-page-7 p,
.front-page-7 .featured-content .entry-title a,
.front-page-7 .widget-title {
	color: #fff;
}

.front-page-7 a {
	border-bottom: 1px solid #fff;
}

.front-page-7 a:hover,
.front-page-7 a:focus,
.front-page-7 .featured-content .entry-meta a:hover,
.front-page-7 .featured-content .entry-meta a:focus,
.front-page-7 .featured-content .entry-title a:hover,
.front-page-7 .featured-content .entry-title a:focus {
	color: #ccc;
}

.front-page-7 a:hover,
.front-page-7 a:focus {
	border-bottom: 1px solid #ccc;
}

.front-page-7 a.button,
.front-page-7 .featured-content .entry-header::after {
	border-bottom: none;
}

.front-page-7 p {
	margin: 0px auto;
	max-width: 1400px;
	font-size: 40px;
	font-size: 4rem;
	line-height: 1.25;
	color: rgb(189,12,52);
}

.front-page-7 p:last-child {
	margin-bottom: 0;
}

.front-page-7 button:focus,
.front-page-7 button:hover,
.front-page-7 input:focus[type="button"],
.front-page-7 input:hover[type="button"],
.front-page-7 input:focus[type="reset"],
.front-page-7 input:hover[type="reset"],
.front-page-7 input:focus[type="submit"],
.front-page-7 input:hover[type="submit"],
.front-page-7 .textwidget a.button:focus,
.front-page-7 .textwidget a.button:hover {
	background-color: #fff;
	border: none;
	color: #000;
}

/* Front Page 8
---------------------------------------------------------------------------------------------------- */

.front-page-8 {
	padding-bottom: 90px;
	padding-top: 70px;
	text-align: center;
}

.front-page-8 .widget-full .wrap {
	max-width: 1640px;
}

.front-page-8 .featured-content .entry-header::after {
	border-bottom: none;
}

.front-page-8 p {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.25;
	font-style: italic;
	color: rgb(76,76,78);
}

.front-page-8 p:last-child {
	margin-bottom: 0;
}

.front-page-8 button:focus,
.front-page-8 button:hover,
.front-page-8 input:focus[type="button"],
.front-page-8 input:hover[type="button"],
.front-page-8 input:focus[type="reset"],
.front-page-8 input:hover[type="reset"],
.front-page-8 input:focus[type="submit"],
.front-page-8 input:hover[type="submit"],
.front-page-8 .textwidget a.button:focus,
.front-page-8 .textwidget a.button:hover {
	background-color: #000;
	border: none;
	color: #fff;
}


/* Front Page 9
---------------------------------------------------------------------------------------------------- */

.front-page-9 {
	background-color: #666;
	color: #fff;
	padding-bottom: 120px;
	padding-top: 190px;
	text-align: center;
	background-position-y: -150px;
	background-image: url(../images/bg-9.jpg);
}

.front-page-9::before {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(120deg, #000, #000);
	opacity: .42;
	position: absolute;
}

.front-page-9 .widget-full .wrap {
	max-width: 1640px;
}

.front-page-9,
.front-page-9 a,
.front-page-9 p,
.front-page-9 .featured-content .entry-title a,
.front-page-9 .widget-title {
	color: #fff;
}

.front-page-9 a {
	border-bottom: 1px solid #fff;
}

.front-page-9 a:hover,
.front-page-9 a:focus,
.front-page-9 .featured-content .entry-meta a:hover,
.front-page-9 .featured-content .entry-meta a:focus,
.front-page-9 .featured-content .entry-title a:hover,
.front-page-9 .featured-content .entry-title a:focus {
	color: #ccc;
}

.front-page-9 a:hover,
.front-page-9 a:focus {
	border-bottom: 1px solid #ccc;
}

.front-page-9 a.button,
.front-page-9 .featured-content .entry-header::after {
	border-bottom: none;
}

.front-page-9 p {
	margin: 0px auto;
	max-width: 1400px;
	font-size: 40px;
	font-size: 4rem;
	line-height: 1.25;
	color: rgb(189,12,52);
}

.front-page-9 p:last-child {
	margin-bottom: 0;
}

.front-page-9 button:focus,
.front-page-9 button:hover,
.front-page-9 input:focus[type="button"],
.front-page-9 input:hover[type="button"],
.front-page-9 input:focus[type="reset"],
.front-page-9 input:hover[type="reset"],
.front-page-9 input:focus[type="submit"],
.front-page-9 input:hover[type="submit"],
.front-page-9 .textwidget a.button:focus,
.front-page-9 .textwidget a.button:hover {
	background-color: #fff;
	border: none;
	color: #000;
}



/* Flexible Widgets
---------------------------------------------------------------------------------------------------- */

.flexible-widgets .widget {
	float: left;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.flexible-widgets.widget-full .widget {
	padding-left: 0;
	padding-right: 0;
}

.flexible-widgets .widget:last-of-type {
	margin-bottom: 0;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-area .widget:nth-of-type(1),
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	width: 100%;
}

.flexible-widgets.widget-fourths .widget {
	width: 25%;
}

.flexible-widgets.widget-halves .widget {
	width: 50%;
}

.flexible-widgets.widget-thirds .widget {
	width: 33.33%;
}

.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
	clear: left;
}


/* Content Boxes
---------------------------------------------------------------------------------------------------- */

.front-page .content-box {
	padding: 50px 40px 60px;
}

.front-page .solid-section .content-box {
	background-color: #f5f5f5;
}

.front-page .content-box h4 {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.front-page .content-box p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.625;
	margin-bottom: 0;
}

.content-box .icon {
	font-size: 30px;
}

.front-page .entry-content h4 {
	margin-top: 0;
	margin-bottom: 60px;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
}



.front-page-6 .flexible-widgets.widget-halves.uneven .featuredpage.widget:last-of-type {
	float: none;
	margin: 0 auto;
	max-width: 50%;
}


/* Custom
---------------------------------------------------------------------------------------------------- */

.spacer {
	margin: 0 14px;
	font-size: 80%;
}


/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

.js .fadeup-effect {
	opacity: 0;
	overflow: hidden;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
	from { opacity: 0; -webkit-transform: translateY(20px); }
	to { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInUp {
	from { opacity: 0; transform: translateY(20px); }
	to { opacity: 1; transform: translateY(0); }
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}


/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1680px) {

	.front-page-3 {
		background-position-y: bottom !important;
	}

}

@media only screen and (max-width: 1500px) {

	.front-page .entry-content h4 {
		font-size: 30px;
		font-size: 3rem;
	}

	.front-page-9 {
		background-position-y: bottom !important;
	}

}

}

@media only screen and (max-width: 1200px) {
	
	.front-page-2 .entry-content h3 {
		font-size: 50px;
		font-size: 5.0rem;
	}

	.front-page-3,
	.front-page-9 {
		background-position-y: 0px;
	}

}

@media only screen and (max-width: 1080px) {

	.front-page-2 .widget-title,
	.front-page-2 .entry-title {
		font-size: 56px;
		font-size: 5.6rem;
	}

	.front-page-2 .entry-content h3 {
		font-size: 38px;
		font-size: 3.8rem;
	}

	.front-page-2 p,
	.front-page-3 p,
	.front-page-4 p,
	.front-page-5 p,
	.front-page-6 p,
	.front-page-7 p,
	.front-page-8 p,
	.front-page-9 p {
		font-size: 30px;
		font-size: 3rem;
	}

	.front-page .button {
		font-size: 22px;
		font-size: 2.2rem;
	}

}

@media only screen and (max-width: 800px) {

	.front-page .site-inner {
		margin-top: 0;
		padding: 0;
	}

	.front-page .site-title a,
	.front-page .site-title a:hover,
	.front-page .site-title a:focus {
		color: #000;
	}

	.front-page-1,
	.front-page-2,
	.front-page-3,
	.front-page-4,
	.front-page-5,
	.front-page-6,
	.front-page-7,
	.front-page-8,
	.front-page-9 {
		padding-bottom: 150px;
		padding-top: 120px;
	}

	.front-page-1 {
		height: auto;
	}

	.front-page-1 .widget-area {
		padding-top: 0;
	}

	.front-page-2 .wrap,
	.front-page-3 .wrap,
	.front-page-4 .wrap,
	.front-page-5 .wrap,
	.front-page-6 .wrap,
	.front-page-7 .wrap,
	.front-page-8 .wrap,
	.front-page-9 .wrap {
		padding-left: 5%;
		padding-right: 5%
	}

	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget,
	.front-page-6 .flexible-widgets.widget-area .widget:nth-of-type(1) {
		float: none;
		width: 100%;
	}

	.flexible-widgets .widget {
		padding-left: 0;
		padding-right: 0;
	}

	.flexible-widgets.widget-fourths .widget,
	.front-page-6 .flexible-widgets.widget-halves .widget,
	.front-page-6 .flexible-widgets.widget-halves.uneven .widget:last-of-type,
	.front-page-6 .flexible-widgets.widget-thirds .widget {
		float: left;
		padding-left: 10px;
		padding-right: 10px;
		width: 50%;
	}

	.front-page .entry-content h4 {
		font-size: 30px;
		font-size: 3rem;
	}

	.front-page-4 .gallery,
	.front-page-4 .display-posts-listing {
		grid-template-columns: repeat(2, 1fr);
	}

	.front-page-6 .flexible-widgets.widget-thirds .widget {
		clear: none;
	}

	.front-page-6 .flexible-widgets.widget-thirds .widget:nth-child(2n) {
		clear: left;
	}

	.front-page-2 p,
	.front-page-3 p,
	.front-page-4 p,
	.front-page-5 p,
	.front-page-6 p,
	.front-page-7 p,
	.front-page-8 p,
	.front-page-9 p {
		font-size: 28px;
		font-size: 2.8rem;
	}

	.front-page .button {
		padding: 18px 20px;
		font-size: 20px;
		font-size: 2.0rem;
	}

}

@media only screen and (max-width: 600px) {

	.flexible-widgets.widget-fourths .widget,
	.front-page-6 .flexible-widgets.widget-thirds .widget,
	.front-page-6 .flexible-widgets.widget-halves .widget,
	.front-page-6 .flexible-widgets.widget-halves.uneven .widget:last-of-type {
		float: none;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}

	.front-page-1,
	.front-page-2,
	.front-page-3,
	.front-page-4,
	.front-page-5,
	.front-page-6,
	.front-page-7,
	.front-page-8,
	.front-page-9 {
		padding-bottom: 100px;
		padding-top: 100px;
	}

	.front-page-1 .widget-title {
		font-size: 60px;
		font-size: 6rem;
		margin-bottom: 20px;
	}

	.front-page-2 .widget-title,
	.front-page-3 .widget-title,
	.front-page-3 .entry-title,
	.front-page-4 .widget-title,
	.front-page-5 .widget-title,
	.front-page-5 .entry-title,
	.front-page-6 .widget-title,
	.front-page-7 .widget-title,
	.front-page-7 .entry-title, 
	.front-page-8 .widget-title,
	.front-page-9 .widget-title,  
	.front-page-9 .entry-title {
		font-size: 50px;
		font-size: 5.0rem;
	}

	.front-page-2 .widget-title,
	.front-page-2 .entry-title,
	.front-page-4 .widget-title,
	.front-page-4 .entry-title,
	.front-page-6 .widget-title,
	.front-page-6 .entry-title,
	.front-page-8 .widget-title,
	.front-page-8 .entry-title {
		font-size: 50px;
		font-size: 5.0rem;
	}

	.front-page-2 p,
	.front-page-3 p,
	.front-page-4 p,
	.front-page-5 p,
	.front-page-6 p,
	.front-page-7 p,
	.front-page-8 p,
	.front-page-9 p {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.25;
	}

	.home .spacer {
		display: none;
	}

}

@media only screen and (max-width: 400px) {

	.front-page-3 .widget-title,
	.front-page-3 .entry-title,
	.front-page-4 .widget-title,
	.front-page-5 .widget-title,
	.front-page-5 .entry-title,
	.front-page-6 .widget-title,
	.front-page-7 .widget-title,
	.front-page-7 .entry-title, 
	.front-page-8 .widget-title,
	.front-page-9 .widget-title,  
	.front-page-9 .entry-title {
		font-size: 40px;
		font-size: 4.0rem;
	}

	.front-page-2 .widget-title,
	.front-page-2 .entry-title,
	.front-page-4 .widget-title,
	.front-page-4 .entry-title,
	.front-page-6 .widget-title,
	.front-page-6 .entry-title,
	.front-page-8 .widget-title,
	.front-page-8 .entry-title {
		font-size: 40px;
		font-size: 4.0rem;
	}

	.front-page-2 p,
	.front-page-3 p,
	.front-page-4 p,
	.front-page-5 p,
	.front-page-6 p,
	.front-page-7 p,
	.front-page-8 p,
	.front-page-9 p {
		font-size: 23px;
		font-size: 2.3rem;
	}

	.front-page-2 .entry-content h3 {
		font-size: 36px;
		font-size: 3.6rem;
	}

	.front-page-4 .gallery,
	.front-page-4 .display-posts-listing {
		grid-template-columns: repeat(1, 1fr);
	}

	.front-page-9 {
		background-position-y: 0;
	}


}

@media only screen and (max-width: 360px) {

	.front-page-2 .entry-content h3 {
		font-size: 34px;
		font-size: 3.4rem;
	}

}