/*
	Theme Name: Sprinkle Pro Theme
	Theme URI: http://restored316designs.com/themes
	Description: A mobile responsive and HTML5 feminine WordPress theme built for the Genesis Framework by Lauren Gaige of Restored 316.
	Author: Restored 316 // Lauren Gaige
	Author URI: http://www.restored316designs.com/
	Copyright: Copyright (c) 2017, Restored 316 LLC, Pro Version Released 10/18/2017
	Version: 1.0.1

	Template: genesis
	Template Version: 2.0.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


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

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

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

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

.front-page .widget-area h3 {
	font-family: 'Playfair Display', serif;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 1px;
	text-align: center;
}

.front-page .sidebar.widget-area h3 {
	border-bottom: 1px solid #eee;
	font-family: 'Playfair Display', serif;
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 20px;
	padding: 0 0 10px;
	text-align: center;
}

.front-page .sidebar .enews-widget .widget-title {
	border: none;
}

.front-page .featuredpage h4.entry-title {
	line-height: 0;
	margin: 0;
}

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

/* Home Top Feature
------------------------------------------------------ */

.home-top-feature {
	background: #fff;
	margin: 20px auto;
	padding: 20px;
}

.home-slider {
	float: left;
	width: 70%;
}

.home-cta {
	float: right;
	padding: 0 20px;
	width: 30%;
}

.home-cta .widget {
	padding-bottom: 20px;
}

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

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

.home-slider li {
	margin: 0;
	padding: 0;
}

.home-slider #genesis-responsive-slider {
	border: 0;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.home-slider .slide-excerpt {
	background: transparent;
	margin: 0 0 8%;
	opacity: 1;
	width: 100%;
}

.home-slider .slide-excerpt-border {
	border: 0;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

.home-slider .slide-excerpt-border h2 {
	margin: 0;
	text-align: center;
	width: 100%;
}

.home-slider #genesis-responsive-slider h2 a {
	background: #fff;
	color: #555;
	letter-spacing: 2px;
	font-size: 12px;
	margin: 0;
	overflow: visible;
	padding: 10px 30px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.home-slider .genesis_responsive_slider .flex-direction-nav li a {
	background: url(images/slider-arrows.png) no-repeat -48px 0;
	background-size: 88px 96px;
	height: 48px;
	right: 10px;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
	width: 44px;
}

.home-slider .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -48px -48px;
}

.home-slider .genesis_responsive_slider .flex-direction-nav li a.flex-prev {
	background-position: 0 0;
	left: 10px;
}

.home-slider .genesis_responsive_slider .flex-direction-nav li a:hover.flex-prev {
	background-position: 0 -48px;
}

.home-slider .genesis_responsive_slider .flexslider .slides > li {
	overflow: hidden;
}

.home-slider .genesis_responsive_slider .flex-control-nav {
	margin: -48px 0 0 45%;
	text-align: left;
	width: 20%;
}

.home-slider .genesis_responsive_slider .flex-control-nav li a {
	background: url(https://www.iheartgrade3.com/wp-content/themes/restored316-sprinkle-pro/images/icon-control-nav.png) no-repeat 0 0;
	background-size: 13px 39px;
}

.home-slider .genesis_responsive_slider .flex-control-nav li a:hover {
	background-position: 0 -13px;
}

.home-slider .genesis_responsive_slider .flex-control-nav li a.active {
	background-position: 0 -26px;
}

.flexible-widgets .featured-content .entry {
	position: relative;
}

.flexible-widgets .featured-content .entry-header {
	background: #FFF;
	margin: 0 20%;
	padding: 10px;
	position: absolute;
	top: 38%;
	left: 0;
	width: 60%;
}

.flexible-widgets .featured-content .entry-header .entry-title a {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 20px;
	margin: 0;
	overflow: visible;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.flexible-widgets .featured-content .entry-header h2 {
	line-height: 0;
	margin: 0;
}

.flexible-widgets .featured-content .entry {
	margin: 0 0 -12px;
	padding: 0;
}

/* Home Featured
----------------------------------------------- */

.home-featured {
	background: #fff;
	margin-bottom: 20px;
	padding: 20px;
}

.home-featured .entry {
	float: left;
	padding: 1%;
	width: 25%;
}

.home-featured .entry-title {
	font-size: 20px;
}

.home-featured .widget {
	padding: 20px 0;
	overflow: hidden;
}

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

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

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

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

	.home-slider,
	.home-cta {
		clear: both;
		float: none;
		width: 100%;
	}
	
}

@media only screen and (max-width: 800px) {
	
	.home-featured .entry {
		width: 50%;
	}

}

@media only screen and (max-width: 500px) {
	
	.home-featured .entry {
		float: none;
		width: 100%;
	}

}