/*
	Theme Name: Free Homeschool Deals Pro
	Description: Free Homeschool Deals is a custom theme created for the Genesis Framework.
	Author: Jeni @ The Blog Maven
	Author URI: http://www.bmavendesign.com/
	Version: 2.0.0
  
	Template: genesis
	Template Version: 2.0.0
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/

/* Custom Fonts
---------------------------------------------------------------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Life+Savers:400,700);

@font-face {font-family: 'ProximaNova-Regular';src: url('webfonts/242437_0_0.eot');src: url('webfonts/242437_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/242437_0_0.woff') format('woff'),url('webfonts/242437_0_0.ttf') format('truetype');}
@font-face {font-family: 'ProximaNova-BoldIt';src: url('webfonts/242437_1_0.eot');src: url('webfonts/242437_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/242437_1_0.woff') format('woff'),url('webfonts/242437_1_0.ttf') format('truetype');}
@font-face {font-family: 'ProximaNova-Bold';src: url('webfonts/242437_2_0.eot');src: url('webfonts/242437_2_0.eot?#iefix') format('embedded-opentype'),url('webfonts/242437_2_0.woff') format('woff'),url('webfonts/242437_2_0.ttf') format('truetype');}
@font-face {font-family: 'ProximaNova-RegularIt';src: url('webfonts/242437_3_0.eot');src: url('webfonts/242437_3_0.eot?#iefix') format('embedded-opentype'),url('webfonts/242437_3_0.woff') format('woff'),url('webfonts/242437_3_0.ttf') format('truetype');}


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background: #FCEBC7 url(images/stripe.jpg);
	color: #333;
	font-family: 'ProximaNova-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #526e7f;
	color: #fff;
}

::selection {
	background-color: #526e7f;
	color: #fff;
}

a {
	color: #5871AC;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'ProximaNova-Regular', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

.visual-archive h2 {
	font-size: 18px;
	font-size: 1.8;
}

.visual-archive h2 a {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;	
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
/*	height: auto;*/
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	/*border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;*/
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px 16px;
	padding: 1rem 1.6rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #5871AC;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 10px 24px;
	padding: 1rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #0094D2;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	background: #fff;
	border: 1px solid #f9e9cf;
	border-bottom: 0;
	clear: both;
	padding: 40px 30px 10px;
	padding: 4rem 3rem 1rem;
	position: relative;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	padding-bottom: 60px;
	padding-bottom: 6rem;
	width: 660px;
}

.visual-archive .content {
	padding-right: 30px;
	padding-right: 3rem;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.sidebar-content .content {
	width: 650px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	border-left: 4px double #e5e5e5;
	float: right;
	padding-left: 20px;
	padding-left: 2.2rem;
	width: 410px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	border-left: 0;
	border-right: 4px double #e5e5e5;
	float: left;
	padding-left: 0;
	padding-right: 15px;
	width: 410px;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description {
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

.author-box {
	padding: 40px;
	padding: 4rem;
}

.author-box-title {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-family: 'Life Savers', 'ProximaNova-Regular', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #666;
}

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */
.featured-content, {
	clear: both;
	padding-bottom: 80px;
	padding-bottom: 8rem;
	width: 652px;
}

.featured-content {
	padding-bottom: 20px;
	padding-bottom: 2rem;
}

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

.featured-content .widget-title {
	background: #ACBF7B;
	border: 2px solid #e3f1b4;
	color: #fff;
	font-size: 19px;
	font-size: 1.9rem;
	font-weight: normal;
	padding: 10px;
	padding: 1rem;
	text-align: center;
	text-transform: uppercase;
}

.featured-content h2 {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: normal;
}

.featured-content h2 a {
	color: #5E7E9A;
}

.featured-content h2 a:hover {
	color: #333;
	text-decoration: none;
}

.featured-content img {
	margin-right: 15px;
	margin-right: 1.5rem;
}

.featured-content p {
	color: #000333;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 15px;
	font-size: 1.5rem;
}
/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #f15123;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

/* Header Right Location
--------------------------------------------- */

.site-header .enews-widget {
	background: url(images/subscribe-top.png) 0 0 no-repeat;
	color: #fff;
	height: 168px;
	text-align: center;
}

.site-header .enews-widget .widget-title {
	font-family: 'Life Savers', 'ProximaNova-Regular', sans-serif;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: normal;
	padding: 20px 0 0;
	padding: 2rem 0 0;
	text-transform: none;
}

.site-header .enews-widget p {
	line-height: 1.15;
	padding: 5px 25px;
	padding: 0.5rem 2.5rem;
	text-align: left;
}

.site-header form {
	margin-top: -17px;
	margin-top: -1.7rem;
}

.site-header .enews-widget input {
	font-size: 13px;
	font-size: 1.3rem;
	color: #666;
	margin: 0 8px 0 0;
	margin: 0 0.8rem 0 0;
	padding: 10px;
	padding: 1rem;
	width: 206px;
}

.site-header .enews-widget input[type="submit"] {
	background-color: #FDC032;
	border: 1px solid #fff;
	border-radius: 0;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0;
	padding: 10px;
	padding: 1rem;
	text-align: center;
	text-transform: uppercase;
	width: 90px;
}

/* Subscribe Top Location (on mobile devices only) 
--------------------------------------------- */

.top-subscribe {
	display: none;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.top-subscribe .enews-widget {
	background: url(images/subscribe-top.png) 0 0 no-repeat;
	color: #fff;
	margin: 0 auto;
	height: 168px;
	width: 354px;
}

.top-subscribe .enews-widget .widget-title {
	font-family: 'Life Savers', 'ProximaNova-Regular', sans-serif;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: normal;
	padding: 20px 0 0;
	padding: 2rem 0 0;
	text-transform: none;
}

.top-subscribe .enews-widget p {
	line-height: 1.15;
	padding: 5px 25px;
	padding: 0.5rem 2.5rem;
	text-align: left;
}

.top-subscribe form {
	margin-top: -17px;
	margin-top: -1.7rem;
}

.top-subscribe .enews-widget input {
	font-size: 13px;
	font-size: 1.3rem;
	color: #666;
	margin: 0 8px 0 0;
	margin: 0 0.8rem 0 0;
	padding: 10px;
	padding: 1rem;
	width: 206px;
}

.top-subscribe .enews-widget input[type="submit"] {
	background-color: #FDC032;
	border: 1px solid #fff;
	border-radius: 0;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0;
	padding: 10px;
	padding: 1rem;
	text-align: center;
	text-transform: uppercase;
	width: 90px;
}

/* Subscribe Bottom Location
--------------------------------------------- */

.bottom-subscribe .enews-widget {
	background: url(images/subscribe-bottom.png) 0 0 no-repeat;
	bottom: 0;
	color: #fff;
	height: 155px;
	margin: 0;
	position: absolute;
	right: 25px;
	width: 646px;
}

.bottom-subscribe .enews {
	float: right;
	margin: 0;
	width: 390px;
}

.bottom-subscribe .enews-widget p {
	line-height: 1.15;
	font-size: 20px;
	font-size: 2rem;
	padding: 35px 20px 0;
	padding: 3.5rem 2rem 0;
	text-align: left;
}

.bottom-subscribe form {
	margin: -15px 0 0 20px;
	margin: -1.5rem 0 0 2rem;
}

.bottom-subscribe .enews-widget input {
	font-size: 13px;
	font-size: 1.3rem;
	color: #666;
	margin: 0 8px 0 0;
	margin: 0 0.8rem 0 0;
	padding: 10px;
	padding: 1rem;
	width: 222px;
}

.bottom-subscribe .enews-widget input[type="submit"] {
	background-color: #FDC032;
	border: 1px solid #fff;
	border-radius: 0;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0;
	padding: 10px;
	padding: 1rem;
	text-align: center;
	text-transform: uppercase;
	width: 100px;
}

/* Sidebar Split Bottom Location - mobile devices only
--------------------------------------------- */

.sidebar .enews-widget {
	color: #fff;
	margin: 0;
}

.sidebar .enews {

}

.sidebar .enews-widget h4 {
	color: #fff;
}

.sidebar .enews-widget p {
	line-height: 1.15;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: left;
}

.sidebar form {

}

.sidebar .enews-widget input {
	font-size: 13px;
	font-size: 1.3rem;
	color: #666;
	margin: 0 8px 0 0;
	margin: 0 0.8rem 0 0;
	padding: 10px;
	padding: 1rem;
	width: 100%;
}

.sidebar .enews-widget input[type="submit"] {
	background: #FDC032;
	border: 1px solid #fff;
	border-radius: 0;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	margin: 10px 0 0;
	margin: 1rem 0 0;
	padding: 10px;
	padding: 1rem;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	border: 1px solid #f9e9cf;
	border-bottom: 0;
	border-top: 0;
	margin: -46px auto 0;
	margin: -4.6rem auto 0;
	max-width: 1140px;
}

.site-header .wrap {
	padding: 40px 40px 0;
	padding: 4rem 4rem 0;
	position: relative;
	z-index: 20;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	font-family: 'ProximaNova-Regular', sans-serif;
	font-weight: 700;
	padding: 16px 0;
	padding: 1.6rem 0;
	width: 735px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	background: url(images/FHD-header.png) no-repeat 5px 10px;
	min-height: 169px;
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 159px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	width: 360px;
}

.header-image .site-header .widget-area {
	margin: -31px 5px 0 0;
	padding: 0;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #999;
	font-family: Lato, sans-serif;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #999;
	display: block;
	padding: 28px 24px;
	padding: 2.8rem 2.4rem;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #fff;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #fff;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	padding: 2.8rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background: url(images/nav-primary-bg.png) 0 0 no-repeat;
	height: 59px;
	margin: -10px auto 0;
	max-width: 1160px;
	position: relative;
}

/*.nav-primary .genesis-nav-menu {
	line-height: 1;
}*/

.nav-primary a {
	color: #fff;
	font-family: 'Life Savers', Arial, sans-serif;
	font-size: 19px;
	font-size: 1.9rem;
	padding: 12px 18px;
	padding: 1.2rem 1.8rem;
}

.nav-primary a:hover {
	opacity: 0.7;
}

.nav-primary a:hover {
	color: #fff;
	opacity: 0.7;
}

.nav-primary .genesis-nav-menu .sub-menu {
	margin-top: -2px;
	margin-top: -0.2rem;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #526E7F;
	font-size: 17px;
	font-size: 1.7rem;
	padding: 12px 18px;
	padding: 1.2rem 1.8rem;
}

.nav-primary .sub-menu a:hover {
	background-color: #AC321C;
	opacity: 9;
}

.nav-primary .genesis-nav-menu > .menu-item > a {
	text-transform: none;
}

.nav-primary .genesis-nav-menu li.forum a {
	background: url('images/sprite.png') no-repeat -4px -108px;
	margin: 0 0 0 15px;
	padding-bottom: 45px;
	padding-bottom: 4.5rem;
	position: absolute;
	text-indent: -9999px;
	top: -7px;
	width: 317px;
}

.nav-primary .genesis-nav-menu li.forum a:hover {
	opacity: 9;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #92A54A;
	margin: -9px auto 0;
	margin: -0.9rem auto 0;
	max-width: 1140px;
	text-align: center;
}

.nav-secondary li {
	background: url(images/navdivider.png) right center no-repeat;
}

.nav-secondary li.last {
	background: none;
}

.nav-secondary a {
	color: #fff;
	display: inline-block;
	float: none;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 15px 12px;
	padding: 10px 24px;
	padding: 1rem 2.4rem;
	text-indent: -9999px;
}

.nav-secondary a:hover {
	opacity: 0.7;
}

.nav-secondary .genesis-nav-menu > .menu-item > a {
	text-transform: none;
}

.nav-secondary .genesis-nav-menu li.coupons a {
	background: url('images/sprite.png') no-repeat -5px -213px;
	width: 107px;
}

.nav-secondary .genesis-nav-menu li.apps a {
	background: url('images/sprite.png') no-repeat -210px -214px;
	width: 109px;
}

.nav-secondary .genesis-nav-menu li.kindle a {
	background: url('images/sprite.png') no-repeat -5px -305px;
	width: 145px;
}

.nav-secondary .genesis-nav-menu li.frugal a {
	background: url('images/sprite.png') no-repeat -210px -300px;
	width: 146px;
}

.nav-secondary .genesis-nav-menu li.afford a {
	background: url('images/sprite.png') no-repeat -4px -391px;
	width: 143px;
}

.nav-secondary .genesis-nav-menu li.meals a {
	background: url('images/sprite.png') no-repeat -211px -382px;
	width: 117px;
}

.nav-secondary .genesis-nav-menu li.inspiration a {
	background: url('images/sprite.png') no-repeat -1px -640px;
	width: 152px;
}

/* Back to School Freebies and Deals */

/*.nav-secondary .genesis-nav-menu li.freebies a {  
	background: url('images/sprite.png') no-repeat -4px -473px;
	width: 143px;
}*/

/* Fall Freebies and Deals */

.nav-secondary .genesis-nav-menu li.freebies a { 
	background: url('images/sprite.png') no-repeat -208px -473px;
	width: 143px;
}

/* Thanksgiving Freebies and Deals */

/*.nav-secondary .genesis-nav-menu li.freebies a { 
	background: url('images/sprite.png') no-repeat -4px -554px;
	width: 143px;
}*/

/* Christmas Freebies and Deals */

/*.nav-secondary .genesis-nav-menu li.freebies a { 
	background: url('images/sprite.png') no-repeat -210px -554px;
	width: 143px;
}*/


.nav-secondary .genesis-nav-menu .sub-menu li,
.nav-secondary .genesis-nav-menu .sub-menu li a {
	background-image: none;
}

.nav-secondary .genesis-nav-menu .sub-menu {
	margin-top: 0;
}

.nav-secondary .genesis-nav-menu .sub-menu li a {
	background-color: #92A54A;
	border: 1px solid #eee;
	border-top: none;
	font-family: 'ProximaNova-Regular', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	margin: 0;
	padding: 12px 18px;
	padding: 1.2rem 1.8rem;
	position: relative;
	text-indent: 0;
	width: 200px;
}

.nav-secondary .sub-menu li a:hover {
	background-color: #AC321C;
	opacity: 9;
}


/* Top Menu (Above Logo and Before Header)
---------------------------------------------------------------------------------------------------- */

.top-menu {
	background: #fff;
	border: 1px solid #f9e9cf;
	border-bottom: 0;
	margin: 0 auto;
	max-width: 1140px;
}

.top-menu .wrap {
	margin: 0;
	padding-right: 375px;
	padding-right: 37.5rem;
	text-align: right;
}

.top-menu a {
	color: #405260;
	display: inline-block;
	padding: 5px 10px;
	padding: 0.5rem 1rem;
	text-transform: lowercase;
}

.top-menu a:hover {
	opacity: 0.7;
}

.top-menu li {
	display: inline-block;
	list-style-type: none;
}

.top-menu .widget_nav_menu li.overwhelmed a {
	background: url('images/sprite.png') no-repeat -8px -3px;
	margin-right: 8px;
	margin-right: 0.8rem;
	padding-bottom: 46px;
	padding-bottom: 4.6rem;
	text-align: left;
	text-indent: -9999px;
	width: 157px;
}

 .widget_nav_menu li.submitfreebies a {
	background: url('images/sprite.png') no-repeat -196px -3px;
	padding-bottom: 46px;
	padding-bottom: 4.6rem;
	text-align: left;
	text-indent: -9999px;
	width: 157px;
}

.top-menu .widget_nav_menu li.overwhelmed a:hover,
.top-menu .widget_nav_menu li.submitfreebies a:hover {
	opacity: 0.9;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 0 20px 24px;
	padding: 0 2rem 2.4rem;
}

.visual-archive .entry {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
	padding: 0;
}

.visual-archive a img:hover {
	opacity: .8;
}

.content .entry {
	padding-left: 0;
}

.entry-content a,
.home-bottom a {
	color: #5871ac;
}

.entry-content a:hover,
.home-bottom a:hover {
	text-decoration: underline;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	border-bottom: 1px solid #ddd;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 -36px;
	margin: 0 -3rem;
	padding: 32px 40px 8px;
	padding: 3.2rem 4rem 0.8rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0 120px;
	margin: 4rem 0 12rem;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #5871AC;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #0094D2;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-comments {
	padding: 40px;
	padding: 4rem;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 45px;
	padding: 4rem 4rem 4.5rem;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #333;
}

.sidebar a {
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar li a:hover {
	text-decoration: underline;
}

.sidebar .widget-title {
	color: #405260;
	font-family: 'Life Savers', 'ProximaNova-Regular', sans-serif;
	font-size: 26px;
	font-size: 2.6rem;
	text-align: center;
	text-transform: none;
}

.sidebar-split-right .widget-title {
	font-size: 22px;
	font-size: 2.2rem;
}

.sidebar .widget {
	background-color: #fff;
	/*margin-bottom: 40px;
	margin-bottom: 4rem;*/
	padding: 0 0 20px;
	padding: 0 0 2rem;
}

.sidebar .enews-widget {
	background: url(images/blank-subscribe-bottom.png) top center no-repeat;
	position: relative;
	z-index: 1;
}

.sidebar .enews-widget:after {
		background-color: #ac321b;
		content: "";
		height: 270px;
		right: 0; bottom: 0; left: 0;
		position: absolute;
		z-index: -1;
}

/* Split Sidebars */

.sidebar-split-wrap {
	box-sizing: border-box;
	margin: 0 auto;
}

.sidebar-split-left {
	box-sizing: border-box;
	float: left;
	margin-right: 10px;
	margin-right: 1rem;
	text-align: center;
	/*width: 182px;*/
	width: 175px;
}

.sidebar-split-right {
	border-left: 1px solid #e5e5e5;
	box-sizing: border-box;
	float: left;
	padding-left: 15px;
	padding-left: 1.5rem;
	/*width: 182px;*/
	width: 175px;
}

.sidebar-split-bottom {
	clear: both;
	display: none;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background: #92A54A;
	clear: both;
	margin: 0 auto;
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
	max-width: 1160px;
}

.footer-widgets-1 {
	min-height: 285px;
	padding-right: 40px;
	padding-right: 4rem;
	text-align: center;
	width: 300px;
}

.footer-widgets-2 {
	min-height: 285px;
	padding: 0 22px;
	padding: 0 2.2rem;
	width: 225px;
}

.footer-widgets-3 {	
	min-height: 285px;
	padding: 0 22px;
	padding: 0 2,2rem;
	width: 225px;
}

.footer-widgets-4 {
	width: 300px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	border-right: 1px solid #fff;
	float: left;
}

.footer-widgets-4 {
	float: right;
}

.footer-widgets a {
	color: #fff;
}

.footer-widgets a:hover {
	text-decoration: underline;
}

.footer-widgets p {
	color: #fff;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 14px;
	font-size: 1.4rem;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets .widget-title {
	color: #fff;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: normal;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	text-align: left;
	text-transform: none;
}

.footer-widgets li {
	color: #fff;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	list-style-type: none;
	padding-bottom: 8px;
	padding-bottom: 0.8rem;
	text-align: left;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: url(images/footerwidgets-bg.png) 50% top no-repeat;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 auto;
	max-width: 1160px;
}

.site-footer .wrap {
	background-color: #86A7BC;
	margin: 5px auto 0;
	max-width: 1140px;
	overflow: visible;
	padding: 40px;
	padding: 4rem;
}

.site-footer a {
	color: #fff;
}

.site-footer a:hover {
	text-decoration: underline;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer .gototop {
	float: left;
}

.site-footer .creds {
	float: right;
}

/* Home Page
---------------------------------------------------------------------------------------------------- */

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

h1.home-heading {
	color: #5E7E9A;
	font-family: 'Life Savers', 'ProximaNova-Regular', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	text-transform: none;
}

.home-top-1,
.home-top-2 {
	display: inline-block;
	height: auto;
	margin-top: 0;
	width: 305px;
}

.home-top-1 {
	margin-right: 40px;
	margin-right: 4rem;
}

.home-top .widget-title {
	background: #ACBF7B;
	border: 2px solid #e3f1b4;
	color: #fff;
	font-size: 19px;
	font-size: 1.9rem;
	font-weight: normal;
	padding: 10px;
	padding: 1rem;
	text-align: center;
	text-transform: uppercase;
}

.home-top h2 {
	font-weight: normal;
	line-height: 1;
	font-size: 18px;
	font-size: 1.8rem;
}

.home-top h2 a {
	color: #333;
}

.home-top h2 a:hover {
	color: #5871AC;
	text-decoration: none;
}

.home-top .featuredpost .post {
	border-bottom: 0;
	margin-bottom: 0;
	padding: 0;
}

.home-top img {
	margin: 0 12px 20px 0;
	margin: 0 1.2rem 2rem 0;
}

.home-top p.more-from-category {
	color: #5E7E9A;
	font-size: 20px;
	font-size: 2rem;
}

.home-top p.more-from-category a {
	color: #5E7E9A;
}

.home-top p.more-from-category a:hover {
	text-decoration: underline;
}

/* Home Middle Ad
---------------------------------------------- */

.home-middle-ad {
	clear: both;
	margin: 0 auto 30px;
	margin: 0 auto 3rem;
	text-align: center;
	width: 100%;
}

/* Home Middle
---------------------------------------------- */

.home-middle {
	clear: both;
}

.home-middle-1,
.home-middle-2,
.home-middle-3 {
	float: left;
	width: 195px;
}

.home-middle-1,
.home-middle-2 {
	margin-right: 30px;
	margin-right: 3rem;
}

.home-middle .widget-title {
	background: #ACBF7B;
	border: 2px solid #e3f1b4;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	padding: 5px;
	padding: 0.5rem;
	text-align: center;
	text-transform: uppercase;
}

.home-middle h2 {
	font-weight: normal;
	font-size: 16px;
	font-size: 1.6rem;
}

.home-middle h2 a {
	color: #333;
}

.home-middle h2 a:hover {
	color: #5871AC;
	text-decoration: none;
}

.home-middle .featuredpost .post {
	border-bottom: 3px dotted #ACBF7B;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	padding: 0;
}

.home-middle img {
	margin-right: 25px;
	margin-right: 2.5rem;
}

.home-middle p.more-from-category {
	background: url(images/list.png) 0 3px no-repeat;
	color: #acbf7b;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 15px;
	font-size: 1.5rem;
	padding-left: 15px;
	padding-left: 1.5rem;
}

.home-middle p.more-from-category a {
	color: #acbf7b;
}

.home-middle p.more-from-category a:hover {
	text-decoration: underline;
}

/* Home Bottom & Home Top Full
---------------------------------------------- */

.home-bottom,
.home-top-full {
	clear: both;
	padding-bottom: 80px;
	padding-bottom: 8rem;
	width: 652px;
}

.home-top-full {
	padding-bottom: 20px;
	padding-bottom: 2rem;
}

.home-bottom .entry,
.home-top-full .entry {
	padding: 0;
}

.home-bottom .widget-title,
.home-top-full .widget-title {
	background: #ACBF7B;
	border: 2px solid #e3f1b4;
	color: #fff;
	font-size: 19px;
	font-size: 1.9rem;
	font-weight: normal;
	padding: 10px;
	padding: 1rem;
	text-align: center;
	text-transform: uppercase;
}

.home-bottom h2,
.home-top-full h2 {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: normal;
}

.home-bottom h2 a,
.home-top-full h2 a {
	color: #5E7E9A;
}

.home-bottom h2 a:hover,
.home-top-full h2 a:hover {
	color: #333;
	text-decoration: none;
}

.home-bottom img {
	margin-right: 15px;
	margin-right: 1.5rem;
}

.home-bottom p,
.home-top-full p {
	color: #000333;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 15px;
	font-size: 1.5rem;
}

/* Top Ad Banners
---------------------------------------------------------------------------------------------------- */

.top-ad {                          /* This is the widget area below the menus */
	margin: 0 auto 30px;
	margin: 0 auto 3rem;
	text-align: center;
	width: 100%;
}

.top-ad-banner {                          /* This is the widget area above the site container */
	margin: 10px auto 5px;
	margin: 1rem auto 0.5rem;
	padding: 0 20px;
	padding: 0 2rem;
	text-align: center;
	width: 100%;
}

/* After Post Widget Area
---------------------------------------------------------------------------------------------------- */

.after-post {
	margin: 40px auto 0;
	margin: 4rem auto 0;
}

.after-post .widget-title {
	text-align: center;
}

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

/*@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.header-image .site-header .wrap {
		background: url(images/logo@2x.png) no-repeat left;
		background-size: 320px 164px;
	}

}*/

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

	.nav-primary {
		background-color: #526E7F;
		background-image: none;
		height: auto;
		max-width: 1140px;
	}
	
	.nav-secondary {
		margin-top: 0;
	}
	
	.home-top-1, {
	.home-top-2 
		width: 25%;
	}
	
	.home-bottom {
		width: 95.882353%;
	}
	
	.footer-widgets {
		max-width: 1140px;
	}
	
	.site-footer {
		background-color: #86A7BC;
		margin: 0 auto;
		max-width: 1140px;
	}

	.site-footer .wrap {
		padding: 20px;
		padding: 2rem;
	}
	
}

@media only screen and (max-width: 1173px) {  /*iPad Landscape*/
	
	.home-top-1,
	.home-top-2 {
		width: 46%;
	}
	
	.home-middle-1,
	.home-middle-2,
	.home-middle-3 {
		width: 28%;
	}
	
	.sidebar-content .content {
		width: 530px;
	}
	
	.sidebar-primary {
		margin: 0 auto;
	}
	
	.sidebar-content .sidebar-primary {
		margin: 0 auto;
		width: 400px;
	}
	
}

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

	.site-inner,
	.wrap {
		max-width: 100%;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 700px;
	}

		
	.header-image .site-header .widget-area {
		margin: 10px 5px 0 0;
		margin: 1rem 0.5rem 0 0;
		width: 360px;
	}
	
	.site-header .enews-widget {
		margin-top: -42px;
	}

	.header-image .site-header .wrap {
		background: url(images/FHD-header-620.png) no-repeat 5px 10px;
		min-height: 146px;
	}
	
	.header-image .site-title a {        
		min-height: 150px;
	}
	
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.title-area {
		margin: 0 auto;
		padding: 0;
		width: 300px;
	}
	
	.nav-primary {
		text-align: center;
	}
	
	.top-menu .wrap {
	
	}
	
	.nav-primary .genesis-nav-menu li.forum a {
		background: none;
		margin: 0;
		padding-bottom: 18px;
		padding-bottom: 1.8rem;
		position: relative;
		text-indent: 0;
		top: 0;
		width: auto;
	}
	
	.content {
		width: 620px;
	}

	.home-bottom {
		width: 100%;
	}

	.sidebar-primary {
		width: 380px;
	}

	.sidebar-split-wrap {

	}
	
	.sidebar-split-left,
	.sidebar-split-right {
		width: 160px;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 31.623931623931625%;
	}
	
	.footer-widgets-4 {
		margin-top: 20px;
		width: 100%;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin-right: 20px;
		margin-right: 2rem;
	}

	.footer-widgets-3 {
		border: none;
	}
	
}

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

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 31.623931623931625%;
	}
	
	.footer-widgets-4 {
		margin-top: 20px;
		width: 100%;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin-right: 20px;
		margin-right: 2rem;
	}

	.footer-widgets-3 {
		border: none;
	}
	
}

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

	.content {
		width: 560px;
	}

	.bottom-subscribe .enews-widget {
		height: auto;
		width: 55%;
		padding-bottom: 26px;
		padding-bottom: 2.6rem;
		z-index: 1;
	}

	.bottom-subscribe .enews-widget:after {
		background-color: #ac321b;
		content: "";
		height: 70px;
		right: 0; bottom: 0; left: 2px;
		position: absolute;
		z-index: -1;
	}

	.bottom-subscribe .enews {
		width: 315px;
	}

	.bottom-subscribe .enews-widget input[type="submit"] {
		margin-top: 10px;
		margin-top: 1rem;
		width: 222px;
	}
	
	.site-footer {
		text-align: center;
	}
	
	.site-footer .gototop,
	.site-footer .creds {
		float: none;
		text-align: center;
		width: 100%;
	}

}

@media only screen and (max-width: 1037px) {
	
	.sidebar-content .content,
	.sidebar-content .sidebar-primary {
		float: none;
		width: 100%;
	}
	
	.sidebar-content .sidebar-primary {
		border: 0;
		width: 400px;
	}

}

@media only screen and (max-width: 1021px) {   /*Smaller than iPad Portrait*/

	body {
		background-color: #fff;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

	.site-header {
		margin: 0 auto;
	}

	.site-header .wrap {
		padding: 0;
	}
	
	.header-image .site-title a {        
		min-height: 145px;
	}

	.header-image .site-header .wrap {
		background-position: 50% 18px;
		min-height: 153px;
	}
	
	.header-image .site-header .widget-area {
		display: none;
		float: none;
		margin: 0 auto;
		padding: 20px 0 0;
		padding: 2rem 0 0;
		text-align: center;
	}

	.site-inner {
		padding-top: 10px;
		padding-top: 1rem;
		width: 100%;
	}
	
	.top-subscribe {
		display: inline-block;
		margin: 10px auto;
		margin: 1rem auto;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.top-menu .widget_nav_menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title,
	.widget_nav_menu {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
		padding: 2rem 1.6rem;
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}
	
	.nav-secondary {
		padding-top: 10px;
		padding-top: 1rem;
	}
	
	.nav-secondary li {
		background: none;
	}
	
	.nav-secondary a {
		padding: 10px;
		padding: 1rem;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

		
	.sidebar-primary {
		border: none;
		float: none;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}

	.site-footer {
		padding: 24px 0;
		padding: 2.4rem 0;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}
	
	.footer-widgets-1 {
		border: none;
		margin: 0;
		width: 100%;
	}

	.footer-widgets-2 {
		margin-right: 2.4%;
	}

	.footer-widgets-2,
	.footer-widgets-3 {
		width: 48.717948717948715%;
	}
	
	.footer-widgets-1,
	.footer-widgets-2 {

	}
	
	.footer-widgets-1 {

	}
	
	.top-menu,
	.top-menu .wrap {
		float: none;
		text-align: center;
		width: 100%;
	}
	
	.top-menu .wrap {
		padding-top: 10px;
		padding-top: 1rem;
		padding-right: 0;
	}
	
	.top-menu .widget_nav_menu li.overwhelmed a,
	.top-menu .widget_nav_menu li.submitfreebies a {
		background: #889AAC;
		border-radius: 5px;
		color: #fff;
		margin-right: 0;
		padding: 0.5rem 1rem;
		text-align: center;
		text-indent: 0;
		width: auto;
	}
	
	.home-top-1,
	.home-top-2 {
		float: left;
		width: 47.5%;
	}
	
	.home-top-1 {
		margin-right: 30px;
		margin-right: 3rem;
	}
	
	.home-middle-1,
	.home-middle-2,
	.home-middle-3 {
		float: left;
		width: 31.2%;
	}
	
	.home-middle-1,
	.home-middle-2 {
		margin-right: 20px;
		margin-right: 2rem;
	}
	
	.home-bottom {
		float: none;
		margin: 0 auto;
		padding-bottom: 0;
		width: 100%;
	}
	
	.bottom-subscribe .enews-widget {
		display: none;
		margin: 0 auto;
		width: 100%;
	}
	
	.bottom-subscribe .enews {
		float: right;
		margin: 0;
		width: 420px;	
	}
	
	.sidebar-split-left,
	.sidebar-split-right {
		border: 0;

	}
	
	.sidebar-split-bottom {
		display: block;
	}
	
}

@media only screen and (max-width: 767px) {   /* iPhone Landscape*/

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	/*.header-image .site-header .wrap {
		background: url(images/FHD-header-400.png) no-repeat 50% 10px;
	}*/

	.header-image .site-header .wrap {
		background-size: 80%;
		height: 0;
		min-height: 0;
		padding-bottom: 19.947849%;
	}
	
	.header-image .site-title a {        
		min-height: 0;
	}
	
	.nav-primary {
		margin-top: -1.955671%;
	}

	.home-top-1,
	.home-top-2 {
		width: 45%;
	}
	
	.home-middle-1,
	.home-middle-2,
	.home-middle-3 {
		width: 30%;
	}

	.sidebar-split-left {
		margin-bottom: 15px;
		margin-bottom: 1.5rem;
	}
	
	.sidebar-split-right {
		padding-bottom: 40px;
		padding-bottom: 4rem;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {

	}
	
	.top-menu .widget_nav_menu li.overwhelmed a,
	.top-menu .widget_nav_menu li.submitfreebies a {
		margin: 0 0 10px 0;
		margin: 0 0 1rem 0;
		padding: 5px 8px;
		padding: 0.5rem 0.8rem;
	}

}

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

	.nav-primary {
		margin-top: 0;
	}

	.header-image .site-header .wrap {
		background-size: 90%;
		padding-bottom: 25%;
	}

}

@media only screen and (max-width: 479px) {   /*iPhone Portrait & smaller*/

	/*.header-image .site-header .wrap {
		background: url(images/FHD-header-280.png) no-repeat 50% 10px;
	}*/
	
	.header-image .site-title a {        
		min-height: 100px;
	}
	
	.home-top-1,
	.home-top-2,
	.home-middle-1,
	.home-middle-2,
	.home-middle-3 {
		float: none;
		width: 100%;
	}
	
	.sidebar-primary,
	.sidebar-content .sidebar-primary,
	.sidebar-split-left,
	.sidebar-split-right {
		margin: 0 auto;
		padding-left: 0;
		width: 100%;
	}
	
	.sidebar-split-left,
	.sidebar-split-right {
		border: 0;
		float: none;
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		border: none;
		margin: 0 auto;
		min-height: 0;
		padding: 0;
		width: 100%;
	}
	
	.footer-widgets-1 h4,
	.footer-widgets-2 h4,
	.footer-widgets-3 h4,
	.footer-widgets-4 h4,
	.footer-widgets-1 p,
	.footer-widgets-2 p,
	.footer-widgets-3 p,
	.footer-widgets-4 p {
		text-align: left;
	}
	
}

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

	.top-subscribe .enews-widget {
		background-position: center bottom;
		height: auto;
		padding-bottom: 1px;
		padding-bottom: .01rem;
		position: relative;
		width: 100%;
		z-index: 1;
	}

	.top-subscribe .enews-widget:after {
		background: #ac321b;
		content: "";
		height: 260px;
		position: absolute;
		top: 0; right: 0; left: 0;
		z-index: -1;
	}

	.top-subscribe .enews-widget input,
	.top-subscribe .enews-widget input[type="submit"]{
		margin: 0 0 20px;
		margin: 0 0 2rem;
		width: 90%;
	}

	.top-subscribe .enews-widget input[type="submit"]{
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}

	.visual-archive .content {
		padding-right: 0;
	}

}