/* Design Pro Front Page
Loaded on the front page */

/* Front Page
---------------------------------------------------------------------------------------------------- */

.front-page .site-inner {
	max-width: 100%;
	padding: 0;
	margin-top: 0;
	margin-bottom: 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: 60px 40px;
	position: relative;
	border-radius: 8px;
}

.image-section .flexible-widgets.widget-full .widget_text {
	margin: 0 auto 40px;
	max-width: 600px;
	text-align: center;
}
.front-page-1.image-section .flexible-widgets.widget-full .widget_text {
	max-width: 90%;
}
.front-page-1 iframe {
	height: 250px;
	width: 33.3333%;
	object-fit: scale-down;
	padding: 0 5px;
}
.front-page-1 h4 {
	font-size: 24px;
	font-size: 2.4rem;
	color: #6e7983;
}
.front-page-2,
.front-page-4 {
	background-color: #fff;
}
.front-page-3 {
background-image: url(https://www.kitchengeek.com/wp-content/uploads/2018/03/backgrd2.jpg);
	height: 250px;
	width:100%
}
.front-page-6 {
	background-color: #f3f3f3;
}
.front-page .content .featured-content .entry {
	text-align: center;
}

.front-page .content .featured-content a.alignnone {
	max-width: none;
}
.front-page .flexible-widgets .wrap {
    max-width: 1280px;
    padding: 80px 0 40px;
}
.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-2 {
		display: none;
	}
	.front-page-1 iframe {
		width: 50%;
	}
	.front-page .content .featured-content a.alignnone {
		margin: 0 auto 20px;
	}
	.flexible-widgets.widget-fourths .widget {
		width: 50%;
		padding: 10px;
	}
	.front-page .one-fourth.first {
		text-align: center;
	}
	.avatar {
	float: none;
	margin-top: 0;
	}
	.flexible-widgets.widget-halves .widget {
    	width: 100%;
		text-align: center;
	}
	
	.image-section .flexible-widgets.widget-full .widget_text {
		 max-width: 90%;
	}
	.front-page .footer-widgets .flexible-widgets .wrap {
	    padding: 40px 0 ;
	}

}

@media only screen and (max-width: 600px) {
	
	#front-1 {
		display: none;
	}
	.front-page-1 iframe {
		width: 300px;
		padding: 0;
	}
	.image-section .widget-wrap {
    	padding: 30px 5px;
	}
	.admin-bar .sticky-message {
		top: 0;
	}
	.flexible-widgets.widget-fourths .widget {
		width: 100%;
	}
	.front-page-6 .flexible-widgets .wrap {
    	padding: 40px 0 0;
	}

}