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

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

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

/* Sticky Message
--------------------------------------------- */

.sticky-message {
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	display: none;
	font-size: 15px;
	font-weight: 700;
	padding: 15px 20px;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 9999;
}

.sticky-message a {
	border-bottom: 1px solid #e36344;
	color: #000;
	padding-bottom: 1px;
	text-decoration: none;
}

.sticky-message a:focus,
.sticky-message a:hover {
	color: #e36344;
}

.sticky-message a.dismiss {
	border-bottom: 0;
	position: absolute;
	right: 20px;
	top: 18px;
}

/* 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;
}

.image-section .widget-wrap {
	background: #fff;
	padding: 40px;
	position: relative;
}

.image-section .flexible-widgets.widget-full .widget_text {
	margin: 0 auto 40px;
	max-width: 600px;
	text-align: center;
}

#text-6 > div, #text-4 > div, #text-7 > div, #text-8 > div, #text-9 > div{
	background-color: transparent;
}

body{
	background-color: #fff;
}

#media_image-2 > div > img{
	margin: 0 auto !important;
}

.go-out{
		width: 120%;
    background-color: white;
    position: relative;
    padding: 50px 20px 50px 0;
}

.go-in{
	padding: 50px 0px;
}

.row{
	display: flex;
	margin: 60px 0;
}
.col{
	flex: 1;
	min-height: 150px;
	margin: 30px 0;
}
.col > p{
	margin-top: 30px;
}

.col.shorter{
	margin-right: 35px;
}
.col.bg{
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}
.col > p > span{
	display: block;
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-bottom: 20px;
}

.img-special{
	height: 250px;
	width: auto;
}


.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%;
}


/* 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;
	}

}
