/* Refined Pro Front Page
Loads on the front page */

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

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

.front-page .content-sidebar-wrap {
	margin: 0px auto;
	max-width: 1200px;
}

.front-page .blog {
	margin-top: 30px;
}

.front-page .wrap {
	margin: 0 auto;
	max-width: 1280px;
}

.front-page .entry-header {
	margin-bottom: 0;
}

.front-page p:last-child,
.front-page .widget:last-child {
	border: none;
}

.front-page .icon {
    color: #414560;
    display: block;
    font-size: 30px;
}

.front-page .widget-area h3 {
	color: #414560;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 300;
	margin: 0 0 10px;
	text-align: center;
	text-transform: capitalize !important;
}

.front-page .blog.widget-area h3 {
	margin-bottom: 50px;
}

.front-page .home-slider-overlay.widget-area h3 {
	margin-bottom: 30px;
}

.front-page .site-inner .widget-title {
	color: #414560;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	font-size: 30px;
	margin: 0;
}

.front-page .site-inner .content-sidebar-wrap .widget-title {
	color: #333;
	font-family: 'Source Sans Pro', sans-serif;
	font-style: italic;
	font-size: 22px;
	letter-spacing: 1px;
	margin: 0;
}

.home-slider-overlay .widget-title {
	color: #414560;
	font-family: 'Source Sans Pro', sans-serif;
	font-style: italic;
	font-size: 22px;
	letter-spacing: 5px;
	margin: 0;
}

.front-page .featured-content .entry {
	padding: 0;
}

.front-page .featured-content .entry {
	position: relative;
}

.front-page-1 .featured-content .entry-header {
	background: #f7f4f3;
	border: 10px solid #fff;
    bottom: -7%;
    left: 0;
    margin: 0 10%;
    padding: 15px 20px;
    position: absolute;
    width: auto;
}

.front-page-1 .main-image:before {
    content: '';
    background-image: url(images/slash.png);
    display: table;
    width: 100%;
    height: 100vh;
    z-index: 1;
    position: absolute;
    background-repeat: no-repeat;
    background-position: -270px -192px;
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
}


.front-page-1 .featured-content .entry,
.front-page-3 .featured-content .entry {
	background: none;
}

.front-page-1 .featured-content .entry-header .entry-title a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 20px;
	margin: 0;
	overflow: visible;
	text-align: center;
	width: 100%;
}

.front-page-1 img.alignnone,
.front-page-1 .alignnone {
	margin: 0;
}

.front-page-1 .featured-content .entry-header h2 {
	margin: 0;
}

/* Slider Overlay
------------------------------------------------------ */

.home-slider {
	background: #fff;
	padding: 0;
	overflow: hidden;
}

.soliloquy-container {
	margin: 0 auto !important;
}

.soliloquy-container .soliloquy-next,
.soliloquy-container .soliloquy-prev {
	background-color: transparent !important;
}

.home-slider .soliloquy-container .soliloquy-image {
	width: 100%;
}

.home-slider-container {
	position: relative;
	margin: 0 auto -40px;
}

.home-slider-overlay .wrap {
	background: rgba(255,255,255, 1);
	left: 65%;
	max-width: 25%;
	padding: 30px 60px;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
}

.home-slider-overlay .wrap .widget {
	border-bottom: 1px solid #f7f4f3;
	border-top: 1px solid #f7f4f3;
	padding: 30px 0;
}

.home-slider-overlay .widget-title::after {
	border: none;
	margin: 0;
	padding: 0;
}

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

.front-page-2,
.front-page-3,
.front-page-4 {
	overflow: hidden;
	padding: 50px 0;
	text-align: center;
	margin: 100px 0px 0px;
}

.front-page-2,
.front-page-4 {
	background: none;
}

.front-page-1,
.front-page-3{
	background: #fff;
}

/* Journal
--------------------------------------------- */

.journal .widget-title {
	text-align: center;
}



/*SWIPER*/
.swiper-slide{
	position: relative;
}

.swiper-content{
	position:absolute;
}


.front-page .front-page-1 .wrap{
	max-width: 100%
}

.front-page-1{
	padding:0px;
	margin: 0px;
}


.front-page-1 img {
    width: 100%;
}

.swiper-content {
	max-width: 1024px;
    margin: 0 auto;
    top: 35%;
    text-align: left;
    left: 0;
	right: 0;
	z-index: 999;
}

.swiper-content-wrap{
	width: 50%;
}





.divider{
	background-color:#027839;
	width:60px;
	height: 4px;
	display: block;
	margin: 5px 0px;
}




.swiper-content-wrap p{
	color: #fff;
    font-size: 40px;
    line-height: 42px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;

}



.front-page-2 .swiper-content-wrap p {
    font-size: 16px;
    line-height: 23px;
    text-transform: none;
    font-weight: normal;
    font-family: 'Source Sans Pro', sans-serif;
    color: #363636;
}

.main-image::after {
    display: block;
    position: absolute;
    background-image: linear-gradient(to right, rgba(0,0,0,.4) , rgba(0,0,0,0));
    height: 100%;
    width: 100%;
    content: '';
    z-index: 0;
    top: -11px;
}



.swiper-container-2 .swiper-content-wrap {
     width: 95%;
    background: #fff;
    padding: 50px 30px;
    height: auto;
    position: static;
    box-shadow: 0 9px 19px rgba(0,0,0,.1);
    text-align: center;
    border-radius: 5px;
    margin: 0px 0px 50px;
}





.swiper-container-2 .swiper-content {
	position: static;
}


.swiper-container-2 .swiper-content h3{
font-size: 24px;
    color: #007337;
    font-weight: bold;
    text-align: center;
    font-family: 'Montserrat', sans sans-serif;
    text-transform: none;
}


.swiper-container-2 .swiper-button-next.swiper-button-disabled, 
.swiper-container-2 .swiper-button-prev.swiper-button-disabled{
	display: none;
}

.front-page-2 h4,
.front-page-3 h4,
.front-page-4 h4,
.front-page-5 h4{
	font-weight: bold;
	font-size: 30px;
	padding: 0px 0px;
	margin-bottom: 10px;
	color: #007337

}



.front-page-3 h4,
.front-page-4 h4{
	margin: 10px 0px;
}

.front-page-4 h4::before{
	content: '';
	height:4px;
	width: 60px;
	display: block;
	background: #027839;
	margin: 10px 0px;
}


.front-page-4{
	text-align: left;
	padding: 0px;
	margin: 80px auto;
	overflow: visible;
	display:block;
	width: 100%
}


.front-page-4{
	background: transparent;
	margin: 10px auto 0px;
}

.swiper-content-wrap h2,
.front-page-4 h2,
.front-page-2 h2,
.front-page-3 h2{
font-family: 'Source Sans Pro', sans-serif;
font-size: 16px;
padding: 0px;
margin: 0px;
text-transform: uppercase;
}


.swiper-content-wrap h2{
    color: #fff;
    font-weight: lighter;
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;

}


#widget_grow-2, 
#widget_grow-3 {
    width: 100%;
    padding: 0;
}





/*NEW FRONT PAGE 2*/

.front-page-2{
	background:url(images/services-bg.jpg);
	padding:50px;

}



.front-page-3 h4::before{
	content: '';
	height:4px;
	width: 60px;
	display: block;
	background: #027839;
	margin: 10px auto;

}

.front-page-2 .info-paragraph,
.front-page-3 .info-paragraph{
	width: 60%;
	margin:0 auto 50px;
	font-size:16px;
	line-height: 28px;
}


.front-page-2 .flexible-widgets.widget-halves .widget{
	width: 100%;
}

.front-page-2 .main_cta,
.front-page-3 .main_cta {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*NEW FRONT PAGE 4*/

.front-page-4 p{
	line-height: 28px;

}

.front-page-4 .flexible-widgets.widget-halves .widget{
	width: 100%;
}

.front-page-4 .wrap{
	margin: 50px auto;
}


.front-page-4 .flexible-widgets{
    display: flex;
    align-items: center;
    justify-content:center;

}


.flexible-widgets .widget{
	padding: 0px;
}

.flexible-widgets{
	position: relative;
}


.front-page-4 img{
    box-shadow: 0px 2px 14px 0px rgba(0,0,0,.2);

}


.front-page-4 .widget_media_image .widget-wrap{
position: relative;
}


.front-page-4 .widget_media_image .widget-wrap img{
    position: relative;
    z-index: 999;
    left: 40px;
    top: 19px;
}


.front-page-4 .grow{
	padding: 40px;
}

.front-page-4 .widget_media_image .widget-wrap:after{
    content: '';
    background-image: url(images/about-bg.png);
    height: 419px;
    width: 364px;
    position: absolute;
    left: 0;
    z-index: -1;
}



/*NEW FRONT PAGE 3*/
.front-page-3{
padding: 50px 50px 20px;
}

.front-page-3 .flexible-widgets{
	display: block;
	margin: 0 auto;
}

.front-page-3 .flexible-widgets .widget{
	float: none;
}


.front-page-3 .swiper-container-2 .swiper-content-wrap{
	box-shadow: none;
	padding: 0px
}

.front-page-3 .swiper-container-2 .swiper-content h3{
	color:#363636;
	font-weight: lighter;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	text-align: left;
}

/*NEW FRONT PAGE 5*/
.front-page-5 {
    margin: 0;
    position: relative;
    z-index: 9999;
    bottom: -70px;
}

.front-page-5 .wrap{
 box-shadow: 0px 9px 19px rgba(0,0,0,.1);
 background: #fff;
 border-radius: 5px;
}


.front-page-5 .grow{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    flex-flow: column;
}



.front-page-5 .grow .cta{
	padding-top: 5px;
}


.front-page-5 .grow .grow-content{
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    flex-flow: column;
}

.front-page-5 .grow .grow-content p{
	font-size: 16px;
	font-weight: normal;
	padding: 0px;
	margin:0px;
}

.front-page-5 h4{
	width: 50%;
	font-weight:bold;
}


.front-page-5 .cta.ghost{
	display: none;
}



.front-page-3 .flexible-widgets.widget-halves .widget{
	width: 100%
}



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

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

	.home-slider-overlay .wrap {
		border: none;
		max-width: 100%;
		position: static;
		-webkit-transform: none;
		-o-transform: none;
		transform: none;
	}

	.front-page .wrap {
		width: 100%;
	}

	.site-inner {
		padding: 0;
	}

}

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

	.front-page .blog .entry {
		float: none;
		width: 100%;
	}

}






