
/* Front Page
---------------------------------------------------------------------------------------------------- */
.front-page .site-inner {
	margin-top: -40px;
}
.front-page .blog {
	margin-top: 30px;
}

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

.front-page .dashicons {
	font-size: 30px;
	margin-bottom: 30px;
}

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

.front-page-1,
.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5 {
	overflow: hidden;	
}

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

.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6 {
	padding: 30px 50px;
}

.front-page-2 .wrap,
.front-page-3 .wrap,
.front-page-4 .wrap,
.front-page-5 .wrap,
.front-page-6 .wrap {
	margin: 0 auto;
	width: 1280px;
}

.front-page-2,
.front-page-4 {
	background: none;
	margin-bottom: 40px;
}

.front-page-2,
.front-page-4,
.front-page-6 {
	background: #F9F4F1;
	margin-bottom: 30px;
	
}
.front-page-4 .featured-content .entry-title,
.front-page-2 .featured-content .entry-title {
	font-size: 30px;
	text-align: left;
}
.front-page-4 {
	background: #f7f2e4;
}

/* Featured Content Widgets
--------------------------------------------- */

.front-page .featuredpage.widget {
	position: relative;
}

.front-page .featuredpage .entry-title {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
}

.front-page .featuredpage .entry-title::before {
    content: "";
    height: 75px;
    width: 1px;
    background: #333;
    display: block;
    margin: -15% auto 5%;
    position: relative;
    z-index: 1;
}

.front-page .widget_media_image .widget-title::after {
    content: "";
    height: 55px;
    width: 1px;
    background: #333;
    display: block;
    margin: 5% auto -10%;
    position: relative;
    z-index: 1;
}

.front-page .widget_media_image {
	position: relative;
}


/* Blog
--------------------------------------------- */

.home-blog {
	margin-bottom: 50px;
}


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


@media only screen and (max-width: 1280px) {
	
	.front-page .wrap {
		width: 100%;
	}

	.site-inner {
		padding: 0;
	}
	
}

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

	.front-page-widgets .widget-title {
		margin-bottom: 20px;
	}

	.front-page-widgets form {
		width: 100%;
	}
	
	.front-page .widget_media_image .widget-title::after {
		display: none;
	}
	
	.front-page-1 {
		padding: 0;
	}
	
	.front-page-2,
	.front-page-3,
	.front-page-4,
	.front-page-5,
	.front-page-6 {
		padding: 20px;
	}

}

@media only screen and (max-width: 600px) {
	
	.home-featured .wrap {
		padding: 20px;
	}
	
	.home-blog .entry {
		float: none;
		width: 100%;
	}
	
	.home-blog .entry:nth-of-type(2n+3) {
		margin-left: 0;
	}
	

	.front-page-widgets .enews-widget input:last-child {
		margin-bottom: 10px;
	}


}
