/* Wellness Pro Front Page
Loaded on the front page */

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

h3 {
	font-size: 36px;
	font-size: 3.6rem;
}

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

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

.image-section {
	background-attachment: fixed;
	background-color: #fff;
	background-position: 50% 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
}

.image-section .flexible-widgets .widget {
	margin-bottom: 60px;
}

.image-section .flexible-widgets .wrap {
	padding: 140px 0 120px;
}

.fl-row-bg-photo .fl-rich-text,
.image-section .widget-wrap {
	background: #fff;
	padding: 40px;
	position: relative;
}

.fl-row-bg-photo .fl-module-content,
.image-section .flexible-widgets.widget-full .widget_text {
	margin: 0 auto 40px;
	max-width: 600px;
	text-align: center;
}

.fl-row-bg-photo h3 {
    font-size: 30px;
    text-transform: none;
}


.fl-row-bg-photo .fl-module-content {
 	margin: 40px auto;
}   

.image-section .widget-wrap:before,
.image-section .widget-wrap:after {
	box-sizing: border-box;
	border-style: solid;
	border-color: transparent;
	border-width: 20px;
	content: '';
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
}

.image-section .widget-wrap:before {
	border-top-width: 0;
	border-bottom-color: #fff;
	top: -20px;
}

.image-section .widget-wrap:after {
	border-bottom-width: 0;
	border-top-color: #fff;
	bottom: -20px;
}

.front-page-2,
.front-page-4,
.front-page-6 {
	background-color: #fff;
}

.front-page .content .featured-content .entry {
	text-align: center;
}

.front-page .content .featured-content a.alignnone {
	margin: 0 -20px 20px;
	max-width: none;
}

.front-page .content .featured-content a.alignnone img {
	width: 100%;
}

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
    margin: 0 auto;
    max-width: 700px;
}

.enews-widget input,
.enews-widget input[type="submit"] {
    border-radius: 3px;
    border: 0;
    padding: 10px;
	width: 32%;
}

.enews-widget p {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

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

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

	.front-page .image-section {
		background-attachment: scroll !important;
	}

}

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

	.front-page .content .featured-content a.alignnone {
		margin: 0 auto 20px;
	}

}

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

	.admin-bar .sticky-message {
		top: 0;
	}

}