/*
	Theme Name: A Way To Garden Theme
	Theme URI: http://webdevstudios.com/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework based off the eleven40 child theme.
	Author: WebDevStudios
	Author URI: http://webdevstudios.com/

	Version: 1.0

	Template: genesis
	Template Version: 2.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
		- Page Title
		- Column Widths and Positions
		- Genesis Grid Loop
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Headings
	- Widgets
		- Featured Page and Featured Post
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Jetpack
		- Gravity Forms
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Archives
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Color Styles
		- eleven40 Pro Blue
		- eleven40 Pro Green
		- eleven40 Pro Red
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
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,
.author-box:before,
.clearfix:before,
.entry:before,
.entry-comments: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,
.author-box:after,
.clearfix:after,
.entry:after,
.entry-comments: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,
.pre-comments:after {
	clear: both;
	content: " ";
	display: table;
}

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

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

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

body {
	color:#333333;
	font-family:Arial, sans-serif;
	font-size: 18px;
	font-size:1.8rem;
	line-height:1.4;
}

body.eleven40-landing {
	background: url(images/texture.png);
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-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: #222;
	color: #fff;
}

::selection {
	background-color: #222;
	color: #fff;
}

a {
	color: #567B59;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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;
	background: #efefef;
	padding: 1rem 1rem .5rem;
}

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: 'Merriweather', Arial, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	padding: 0;
}

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

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

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;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

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

input,
select,
textarea {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-family: 'Lora', serif;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #222;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	background-color: #567B59;
}

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

input[type="radio"],
input[type="checkbox"] {
	width: auto;
}

/* AWeber forms */

#af-submit-image-289852862 {

}

/* 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
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1060px;
}

.eleven40-landing .wrap {
	max-width: 800px;
}

.site-inner {
	clear: both;
	margin: 50px 0 40px;
}

.site-inner .wrap {
	padding-bottom: 0px;
}

.eleven40-landing .site-inner {
	margin: 0;
	padding: 0;
}

.eleven40-landing .site-inner .wrap {
	border: none;
}

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

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

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

/* Content */

.content {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	float: right;
	padding: 0 40px 24px;
	width: 690px;
}

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

.content-sidebar .content {
	border-left: none;
	float: left;
	padding-left: 0;
}

.content-sidebar-sidebar .content {
	border-left: none;
	float: left;
	padding-left: 0;
}

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

.sidebar-content .content {
	border-right: none;
	padding-right: 0;
}

.sidebar-sidebar-content .content {
	border-right: none;
	padding-right: 0;
}

.full-width-content .content {
	border: none;
	padding: 40px 0 0;
	padding: 4rem 0 0;
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 335px;
}

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

/* Secondary Sidebar */

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

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

/* Genesis Grid Loop
--------------------------------------------- */

.genesis-grid-even,
.genesis-grid-odd {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}

.genesis-grid .entry-title,
.genesis-grid .entry-title a {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

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

.sticky {
}

.search-form {
	width: 50%;
}

.search-form input[type="submit"] {
	background: #ccc;
	border: 1px solid #bbb;
	border-radius: 0;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 10px;
	margin: 1px 4px 0;
	padding: 4px 2px 3px;
	text-transform: uppercase;
	vertical-align: top;
}

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,
.featured-content .alignleft img,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.featured-content .alignright img,
.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;
	margin: 0;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

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

.breadcrumb {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	padding: 12px 16px;
	padding: 1.2rem 1.6rem;
}

.archive-description,
.author-box {
	background: url(images/texture.png);
	color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.sidebar-content-sidebar .archive-description,
.sidebar-content-sidebar .author-box {
	margin: 0 -40px 40px;
	margin: 0 -4rem 4rem;
}

.archive-description h1,
.author-box h1 {
	color: #fff;
	font-family: 'Lora', serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.archive-description p,
.author-box p {
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 0;
}

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

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

.entry-title {
	font-size: 2.7rem;
	line-height: 1.3;
	color: #666;
}

.entry-title a,
.sidebar .widgettitle a {
	color: #666;
}

.entry-title a:hover, a:hover .entry-title {
	color: #567B59;
	text-decoration: none;
}

.widgettitle {
	font-family: 'Oswald', Arial, sans-serif;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.site-header .widget-area .widgettitle {
	color: #fff;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.sidebar .widgettitle a {
	border: none;
}

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


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

/* Featured Page and Featured Post
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
	padding: 0;
}

.featured-content .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

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

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

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

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

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

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

img#wpstats {
	display: none;
}

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

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;
}

/* Woocommerce
--------------------------------------------- */

.site-container .woocommerce #payment div.payment_box:after,
.site-container .woocommerce-page #payment div.payment_box:after {
	top: -1px;
}

.site-container ul.payment_methods li,
.site-container ul.order_details li {
	list-style-type: none;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea {
	padding: 6px;
}

/* WooCommerce 2.1 fix ul.products fix */

#content {
	max-width: 70%;
	float: none;
	margin: 0 auto;
}

.sku_wrapper {

}
.h3.addon-name,
.type-product h1,
.type-product h2,
.type-product h3,
.type-product h4,
.type-product h5,
.type-product h6,
.cart-collaterals h2,
.woocommerce-cart h1.entry-title {
	text-transform: lowercase;
}
ul.products li.entry {
	border-bottom: none;
}
.cross-sells h2 {
	font-size: 25px;
	font-size: 2.5rem;
}

.post-type-archive-product.woocommerce ul.products li.product,
.post-type-archive-product.woocommerce-page ul.products li.product {
	width: 30.80%;
	z-index: 1;
}
/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background: url(images/header-line.png) repeat-x center bottom;
	min-height: 65px;
	width: 100%;
}

.site-header.fixed {
	padding-bottom: 59px;
}

.header-image .site-header {
	padding: 0;
}

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

.title-area {
	float: left;
	position: relative;
	text-align: center;
	width: 320px;
}

.site-title {
	display: none;
}

.site-logo img {
	margin: 10px 0 -15px;
}

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

.site-title a,
.site-title a:hover {
	color: #fff;
	text-decoration: none;
}

.site-description {
	color: #444;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-style: italic;
	left: 0;
	max-width: 270px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	top: 30px;
}

.newsletter-signup {
	position: absolute;
	letter-spacing: .3px;
	top: 30px;
	right: 0;
	width: 200px;
}
.sidebar .widget.awaytogarden_newsletter_widget {
	margin-bottom: 40px;
	margin-bottom: 4.0rem;
	position: relative;
}
.awaytogarden_newsletter_widget .newsletter-signup {
	margin-left: 125px;
	position: static;
	width: 250px;
}

.awaytogarden_newsletter_widget .newsletter-signup:before {
	content: "";
	height: 119px;
	width: 106px;
	position: absolute;
	top: 20px;
	left: 0px;
	background: url( images/frog.png ) no-repeat;
}
.awaytogarden_newsletter_widget .newsletter-signup form {
	margin-top: 30px;
}
.awaytogarden_newsletter_widget	.newsletter-signup input[type='text'] {
	width: 130px;
}

.newsletter-signup label {
	color: #444;
	font-size: 13px;
	font-family: Arial, sans-serif;
	text-transform: lowercase;
}

.newsletter-signup input[type='text'] {
	background: #fff;
	border: 1px solid #B3B3B3;
	border-radius: 0;
	box-shadow: none;
	color: #444;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
	padding: 0 3px;
	width: 145px;
}

.newsletter-signup .subbutton {
	background: #ccc;
	border: 1px solid #B3B3B3;
	border-radius: 0;
	color: #444;
	font-family: Arial, sans-serif;
	font-size: 11px;
	height: 26px;
	line-height: 24px;
	padding: 0 6px;
	position: relative;
	text-transform: uppercase;
	top: 1px;
	float: left;
	display: inline-block;
	margin-left: 4px;
}

.newsletter-signup:before {
	content: "";
	height: 119px;
	width: 106px;
	position: absolute;
	top: -20px;
	left: -130px;
	background: url( images/frog.png ) no-repeat;
}

.af-textWrap {
	float: left;
}

/* Full width header, no widgets */

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

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

/* Logo, hide text */

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

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


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

.site-header .widget-area {
	color: #fff;
	float: right;
	text-align: right;
	width: 800px;
}

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

.site-header .widget_text {
	margin-top: 12px;
	margin-top: 1.2rem;
}
.ad-widget {
	text-align: center;
	margin: 0 auto;
	max-width: 800px;
}

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

.genesis-nav-menu {
	clear: both;
	color: #444;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

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

.genesis-nav-menu a {
	border: none;
	color: #444;
	display: block;
	padding: 0 9px 0 19px;
	position: relative;
}

.genesis-nav-menu > li:first-child > a {
	padding-left: 0;
}
.genesis-nav-menu li > ul.sub-menu li {
	border-bottom: solid 1px #567B59;
}
.genesis-nav-menu li > ul.sub-menu li:hover {
	background: #AECFBE;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #567B59;
	text-decoration: none;
}

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

.genesis-nav-menu .sub-menu {
	background: #F6F6F6;
	border-radius: 0 0 3px 3px;
	border-top: none;
	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: 192px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background: none;
	border-radius: 0 0 4px 4px;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1em;
	padding: 10px;
	position: relative;
	text-transform: lowercase;
	width: 190px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -34px 0 0 189px;
}
.genesis-nav-menu .sub-menu .sub-menu li {
	list-style: none;
}
.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;
	list-style-type: none;
	padding: 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: 0;
	margin-left: 30px;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

.genesis-nav-menu .search-form input[type="search"] {
	color: #444;
	background: #fff;
	-webkit-box-shadow: none;
	border-radius: 0;
	border: 1px solid #bbb;
	box-shadow: none;
	font-family: Arial, sans-serif;
	font-size: 11px;
	margin-top: 1px;
	padding: 3px;
	text-align: center;
	vertical-align: top;
	width: auto;
}



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

.site-header .sub-menu a {
	background: url(images/texture.png);
}

.site-header .current-menu-item > a,
.site-header .genesis-nav-menu a:hover,
.site-header .sub-menu a:hover {
	color: #567B59;
}

.nav-wrap {
	border-bottom: 0px solid transparent;
	-webkit-transition: 0.2s border;
	-moz-transition: 0.2s border;
	-o-transition: 0.2s border;
	-ms-transition: 0.2s border;
	transition: 0.2s border;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
}

.nav-wrap.fixed {
	position: fixed;
	padding-bottom: 6px;
	border-bottom: 3px solid #CCBB99;
	z-index: 10;
}

.admin-bar .nav-wrap {
	top: 28px;
	z-index: 2000;
}

.mp6.admin-bar .nav-wrap {
	top: 32px;
	z-index: 2000;
}

@media only screen and ( max-width: 782px ){
	.mp6.admin-bar .nav-wrap {
		top: 46px;
	}
}

.nav-open {
	display: none;
	font-size: 40px;
	position: absolute;
	top: 0;
	left: 9px;
	text-indent: 2000%;
	overflow: hidden;
	cursor: pointer;
	width: 0.8em;
	height: 1em
}
.nav-open:before {
	color: #444;
	content: "";
	position: absolute;
	top: 0.25em;
	left: 0;
	width: 0.8em;
	height: 0.125em;
	border-top: 0.375em double #000;
	border-bottom: 0.125em solid #000;
}

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

.nav-primary a {
	background: url(images/nav-dot.png) no-repeat left center;
}

.nav-primary {
	padding-top: 10px;
	position: relative;
	z-index: 1000;
}

.nav-primary .wrap {
	border: none;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a,
.nav-primary .sub-menu a:hover,
.nav-primary .sub-menu .current-menu-item > a:hover {
	color: #567B59;
}

.nav-primary .sub-menu .current-menu-item > a {
	color: #4D4D4D;
}

#gsc-menu-item {
	background: url(images/nav-dot.png) no-repeat left center;
	padding-left: 20px;
	width: 255px;
}
#gsc-menu-item table,
#gsc-menu-item tbody,
#gsc-menu-item td {
	border: none;
}
#gsc-menu-item td.gsc-input,
#gsc-menu-item td.gsc-search-button {
	padding: 0;
}

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

.nav-secondary a {
	color: #666666;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    letter-spacing: 0.01em;
    padding: 0 8px;
}

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

.nav-secondary {
	border-top: 1px solid #fff;
}

.nav-secondary .wrap {
	border: none;
}

.nav-secondary a:hover,
.nav-secondary .current-menu-item > a,
.nav-secondary .sub-menu a:hover,
.nav-secondary .sub-menu .current-menu-item > a:hover {
	color: #567B59;
}

.nav-secondary .sub-menu .current-menu-item > a {
	color: #4D4D4D;
}

/*
Social Icons
-------------------------------------*/

.menu-social-links-container {
	font-size: 10px;
	position: absolute;
	top: 7px;
	right: 0;
}
#menu-social-links a {
	background: url( images/icon-facebook.png ) no-repeat;
	height: 24px;
	margin-right: 5px;
	overflow: hidden;
	padding: 0;
	text-indent: -2000%;
	width: 24px;
}

#menu-social-links .social-twitter a {
	background-image: url( images/icon-twitter.png );
}
#menu-social-links .social-googleplus a {
	background-image: url( images/icon-googleplus.png );
}
#menu-social-links .social-pintrest a {
	background-image: url( images/icon-pintrest.png );
}
#menu-social-links .social-feed a {
	background-image: url( images/icon-rss.png );
}
#menu-social-links .social-podcast a {
	background-image: url( images/icon-podcast.png );
}

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

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

.entry {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.single .entry {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.eleven40-landing .entry {
	background-color: #fff;
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.entry-content ol,
.entry-content p,
.entry-content ul {
	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,
.entry-content .wp-caption p {
	margin-bottom: 0;
}
a.readmore {
	display: inline-block;
}
a.post-edit-link {
	display: block;
	margin-top: -1.6rem;
}
.drop_cap  {
    color: #666666;
    display: block;
    float: left;
    font-family: "Merriweather",serif;
    font-size: 275%;
    line-height: 0.75;
    padding-right: 3px;
    padding-top: 9px;
}

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

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

.entry-footer .entry-meta {
	border-top: double #ddd;
	padding-top: 12px;
	padding-top: 1.2rem;
}

.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-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #222;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.archive-pagination a:hover,
.archive-pagination li.active a {
	background-color: #567B59;
	text-decoration: none;
}

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

.entry-comments,
.ping-list {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}
.entry-comments h3 {
	display: none;
}

.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;
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

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

.comment {
    background-color: #fcfcfc;
	border: 2px solid #fff;
	border-right: none;
	font-size: 1.4rem;
}

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

.bypostauthor {
	background-color: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}
.single-ad-wrapper {
	padding: 10px 0;
}
.single-leaderboard-wrapper {
	margin: 0 0 30px 0;
	border-bottom: 2px solid #999;
	border-top: 2px solid #999;
	padding: 10px 0;
}
.pre-comments {
	border-bottom: solid 2px #999;
	border-top: solid 2px #999;
	clear: both;
	padding: 10px 0;
}
.pre-comments + .comment-respond {
	margin-top: 20px;
}
.pre-comments .comments-number {
	float: left;
	font-weight: bold;
	width: 50%;
}
.pre-comments .date {
	float: right;
	text-align: right;
	width: 50%;
}

/*
Archives
---------------------------------------------------------------------------------------------------- */

.featured-posts {
	margin: 0 -25px;
	overflow: hidden;
	position: relative;
}

.category .featured-posts {
	padding-top: 0px;
}
.category .category-title.entry-title {
	padding-top: 47px;
}
.featured-posts-wrap {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.featured-post-box {
	float: left;
	padding: 0 25px;
	width: 33.33%;
	height: 100%;
	overflow: hidden;
	min-height: 275px;
}
.featured-post-box:last-child {
	float: right;
}
.featured-post-box.featured-post-category-box {
	position: absolute;
	left: 33.33%;
}
.featured-post-box a {
	text-decoration: none;
}
.featured-post-title {
	font-family: Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	font-style: italic;
}

.category-title {
	color: #333;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	margin: -46px 0 10px;
}
.category-description {
	border: 2px solid #666;
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-style: italic;
	min-height: 271px;
	padding: 25px;
}

.latest-posts-header {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}

a.more-link {
	color: #62AA68;
	font-weight: bold;
	text-transform: lowercase;
}


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

.sidebar {
	display: inline;
	font-size: 14px;
	font-size: 1.4rem;
}

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

.sidebar li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin-bottom: 8px;
	margin-bottom: 0.8rem;
	padding-bottom: 8px;
	padding-bottom: 0.8rem;
	word-wrap: break-word;
}

.widget ul > li:last-child {
	border-width: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.sidebar .search-form {
	width: 100%;
}


/* Calendar Widget
------------------------------------------------------------ */
.widget-area .garden_tasks_widget_class h4 {
  margin: 0;
}
#wp-calendar {
  border: none;
  border-spacing: 2px;
  border-collapse: separate;
  width: 100%;
}
#wp-calendar caption {
  font-size: 0.95em;
  font-style: italic;
  padding: 0 5px 2px;
  text-align: right;
  line-height: 1em;
}
#wp-calendar thead {
  background-color: #f5f5f5;
  font-weight: bold;
  margin: 10px 0 0;
}
#wp-calendar td {
  background-color: #f5f5f5;
  padding: 2px;
  text-align: center;
  border: none;
}

#wp-calendar td.with-entries {
	color: #fff;
}

.wds-cal {
	padding-top: 8px;
}

.wds-cal h5 {
	font-size: 12px;
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0px;
	margin: 0;
}

.wds-cal h2 {
	font-size: 20px;
	text-transform: lowercase;
	line-height: 24px;
	margin: 5px 0;
}

/*
Favorite Page
---------------------------------------------------------------------------------------------------- */
.fave-group {
	text-align: justify;
}
.fave-group h2 {
	font-size: 2rem;
}
.fave-group .favorite.entry {
	display: inline-block;
	width: 22%;
	vertical-align: top;
	text-align: center;
	margin-bottom: 10px;
}
.fave-group p {
	font-size: 1.4rem;
	margin-bottom: 0;
}
.fave-group a {
	color: #000;
}
.fave-group a.excerpt-container {
	display: block;
}
.fave-group a.img-container {
	border: solid 1px #000;
	line-height: 0;
	display: block;
	margin-bottom: .5rem;
}
.fave-group .justifier {
	display: inline-block;
	width: 100%;
	height: 1px;
	margin: 0;
	padding: 0;
}

.favorite {
	min-width: 148px;
}

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

.footer-widgets {
	background: url(images/header-line.png) repeat-x center top;
	color: #444;
	clear: both;
	font-family: "Merriweather", serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height:1.75;
	padding: 50px 0 8px;
}

.footer-widgets .wrap {
	max-width: 1110px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	padding: 0 25px;
	width: 33.33%;
	float: left;
}

.footer-widgets .widget {
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
}

.footer-widgets .entry-title a,
.footer-widgets .widgettitle {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 1px solid #333;
	list-style-type: none;
	margin-bottom: 8px;
	margin-bottom: 0.8rem;
	padding-bottom: 8px;
	padding-bottom: 0.8rem;
	word-wrap: break-word;
}

.footer-widgets .search-form {
	width: 100%;
}

.footer-widgets .latest-tweets li span a {
	color: #ccc;
}


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

.site-footer {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
}

.site-footer .wrap {
	padding: 14px 0;
	padding: 1.4rem 0;
	border-top: 1px solid #ccc;
}

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

.footer-nav li {
	background: url( images/foot-bullet.png ) no-repeat 1px 7px;
	display: inline-block;
	padding-left: 8px;
	font-size: 12px;
}
.footer-nav li.gototop {
	background: none;
}
.footer-nav {
	display: inline-block;
	vertical-align: middle;
}

.footer-nav li:first-child {
	padding-left: 0;
}

.footer-nav a {
	text-transform: lowercase;
}

.right-credit {
	float: none;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	padding-top: 2px;
	padding-left: .5rem;
	background: url(images/foot-bullet.png ) no-repeat 0;
	margin-left: .5rem;
}

.newsletter-signup-footer {
	position: fixed;
	text-align: left;
	letter-spacing: .5px;
	top: auto;
	right: 0;
	width: 340px;
	bottom: -100%;
	background: rgba(255,255,255,.7);
	border-top: 3px solid #CCBB99;
	padding: 25px 20px 30px 110px;
	-webkit-transition: 0.6s bottom cubic-bezier(0.415, 0.115, 0.535, 1.3);
	-moz-transition: 0.6s bottom cubic-bezier(0.415, 0.115, 0.535, 1.3);
	-o-transition: 0.6s bottom cubic-bezier(0.415, 0.115, 0.535, 1.3);
	-ms-transition: 0.6s bottom cubic-bezier(0.415, 0.115, 0.535, 1.3);
	transition: 0.6s bottom cubic-bezier(0.415, 0.115, 0.535, 1.3);
	-webkit-box-shadow: 0 5px 7px rgba( 0,0,0,0.1);
	box-shadow: 0 5px 7px rgba( 0,0,0,0.1);
	z-index: 2;
}

.newsletter-signup-footer:before {
	top: -85px;
	left: -2px;
	z-index: -1;
}
.newsletter-signup-footer.popup {
	bottom: 0;
}
body.error404 .entry-content img {
	height: auto;
	width: 100%;
}
body.error404 .entry-content input[type="text"] {
	width: 75%;
	padding: 14px;
	padding: 1.4rem;
}
body.error404 .entry-content input[type="submit"] {
	display: inline-block;
	vertical-align: top;
}


.widget.featuredpost .entry:before {
	display: none;
}
.widget.featuredpost li {
	border-bottom: none;
	color: #663333;
	list-style-position: inside;
	list-style-type: disc;
}
.widget.featuredpost li h5 {
	font-size: 16px;
	font-size: 1.6rem;
	display: inline;
	margin-bottom: 0;
}
/*
Color Styles
---------------------------------------------------------------------------------------------------- */

.eleven40-pro-blue .archive-pagination a,
.eleven40-pro-blue .footer-widgets .entry-title a,
.eleven40-pro-blue .genesis-nav-menu a,
.eleven40-pro-blue .site-title a,
.eleven40-pro-blue .site-title a:hover,
.eleven40-pro-green .archive-pagination a,
.eleven40-pro-green .footer-widgets .entry-title a,
.eleven40-pro-green .genesis-nav-menu a,
.eleven40-pro-green .site-title a,
.eleven40-pro-green .site-title a:hover,
.eleven40-pro-red .archive-pagination a,
.eleven40-pro-red .footer-widgets .entry-title a,
.eleven40-pro-red .genesis-nav-menu a,
.eleven40-pro-red .site-title a,
.eleven40-pro-red .site-title a:hover {
	color: #444;
}

.eleven40-pro-blue .entry-title a,
.eleven40-pro-green .entry-title a,
.eleven40-pro-red .entry-title a {
	color: #333;
}

/* eleven40 Pro Blue
--------------------------------------------- */

.eleven40-pro-blue a,
.eleven40-pro-blue .entry-title a:hover,
.eleven40-pro-blue .genesis-nav-menu a:hover,
.eleven40-pro-blue .genesis-nav-menu .current-menu-item > a,
.eleven40-pro-blue .nav-primary .sub-menu a:hover,
.eleven40-pro-blue .nav-secondary .sub-menu a:hover,
.eleven40-pro-blue .site-footer a:hover,
.eleven40-pro-blue .site-header .sub-menu a:hover {
	color: #2aa4cf;
}

.eleven40-pro-blue button:hover,
.eleven40-pro-blue input:hover[type="button"],
.eleven40-pro-blue input:hover[type="reset"],
.eleven40-pro-blue input:hover[type="submit"],
.eleven40-pro-blue .archive-pagination a:hover,
.eleven40-pro-blue .archive-pagination li.active a {
	background-color: #2aa4cf;
}

/* eleven40 Pro Green
--------------------------------------------- */

.eleven40-pro-green a,
.eleven40-pro-green .entry-title a:hover,
.eleven40-pro-green .genesis-nav-menu a:hover,
.eleven40-pro-green .genesis-nav-menu .current-menu-item > a,
.eleven40-pro-green .nav-primary .sub-menu a:hover,
.eleven40-pro-green .nav-secondary .sub-menu a:hover,
.eleven40-pro-green .site-footer a:hover,
.eleven40-pro-green .site-header .sub-menu a:hover {
	color: #6ca741;
}

.eleven40-pro-green button:hover,
.eleven40-pro-green input:hover[type="button"],
.eleven40-pro-green input:hover[type="reset"],
.eleven40-pro-green input:hover[type="submit"],
.eleven40-pro-green .archive-pagination a:hover,
.eleven40-pro-green .archive-pagination li.active a {
	background-color: #6ca741;
}

/* eleven40 Pro Red
--------------------------------------------- */

.eleven40-pro-red a,
.eleven40-pro-red .entry-title a:hover,
.eleven40-pro-red .genesis-nav-menu a:hover,
.eleven40-pro-red .genesis-nav-menu .current-menu-item > a,
.eleven40-pro-red .nav-primary .sub-menu a:hover,
.eleven40-pro-red .nav-secondary .sub-menu a:hover,
.eleven40-pro-red .site-footer a:hover,
.eleven40-pro-red .site-header .sub-menu a:hover {
	color: #cf4344;
}

.eleven40-pro-red button:hover,
.eleven40-pro-red input:hover[type="button"],
.eleven40-pro-red input:hover[type="reset"],
.eleven40-pro-red input:hover[type="submit"],
.eleven40-pro-red .archive-pagination a:hover,
.eleven40-pro-red .archive-pagination li.active a {
	background-color: #cf4344;
}


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

/* Desktops, laptops and iPads (landscape)
--------------------------------------------- */

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

	.wrap {
		max-width: 960px;
	}

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

	.content,
	.site-header .widget-area {
		width: 620px;
	}

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

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}

}

/* iPads (portrait)
--------------------------------------------- */

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

	.header-image .site-header .title-area {
		background-position: center center !important;
	}


	.site-description, .newsletter-signup {
		display: none;
	}

	.wrap {
		max-width: 768px;
	}

	.menu-social-links-container, .menu-social-links-container ul {
		display: inline;
	}

	.menu-social-links-container {
		position: relative;
		top: 4px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header {
		position: relative;
	}

	.genesis-nav-menu > .search {
		margin-left: 0px;
	}

	.site-inner {
		margin-top: 0;
		padding-left: 5%;
		padding-right: 5%;
	}

	.featured-post-box, .featured-post-box:last-child {
		display: block;
		float: none;
		width: 100%;
		max-width: 365px;
		margin: 0 auto 20px;
	}
	.featured-post-box.featured-post-category-box{
		position: static;
	}

	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

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

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

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 0 5px;
		background: none;
	}

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

	.content {
		border: none;
		padding-left: 0;
		padding-right: 0;
	}

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

	.author-box {
		padding: 20px;
		padding: 2rem;
	}

	.sidebar-content-sidebar .author-box {
		margin-left: 0;
		margin-right: 0;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

}

@media only screen and (max-width: 860px ) {
	.nav-open {
		display: block;
	}
	.nav-primary {
		display: none;
	}
	.nav-secondary {
		display: none;
	}
	.nav-wrap {
		position: fixed;
		right: auto;
		width: 52px;
		height: 52px;
		padding-bottom: 6px;
		border-bottom: 3px solid #CCBB99;
	}
	.nav-wrap.open {
		width: auto;
		height: auto;
		right: 0;
		z-index: 3000;
	}
	.nav-wrap.open .nav-primary,
	.nav-wrap.open .nav-secondary {
		display: block;
		margin: 0 60px;
	}

	.nav-wrap .genesis-nav-menu .menu-item {
		display: block;
		width: auto;
		text-align: center;
	}
	.nav-wrap .menu-social-links-container, .menu-social-links-container ul {
		display: block;
	}
	.nav-wrap .menu-social-links-container .menu-item {
		width: auto;
		display: inline-block;
		margin: 0;
		text-align: left;
	}
	.nav-wrap li:hover .sub-menu {
		position: relative;
		width: 100%;
		border: none;
	}
	.nav-wrap .sub-menu .menu-item {
		width: 50%;
		display: inline;
		margin: 0;
	}
	.nav-wrap .sub-menu a{
		padding: 0;
		width: auto;
		display: inline-block;
	}

	.nav-wrap .search {
		margin-top: 10px;
	}
	.nav-wrap .menu-primary {
		margin-bottom: 10px;
	}

	.site-container {
		padding-top: 52px;
	}
	.site-header.fixed {
		padding-bottom: 0;
	}
}

/* iPhones (portrait and landscape)
--------------------------------------------- */

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

	.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%;
	}

	.genesis-grid-even,
	.genesis-grid-odd {
		width: 100%;
	}

}

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

	.fave-group .favorite.entry {
		display: block;
		width: 100%;
	}

	.favorite {
		float: none;
		margin: 0 auto;
		width: 100%;
	}

}

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

	.header-image .site-header .title-area {
		background-size: contain !important;
	}

}

@media print {
	/* Print boilerplate */

	*,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }


	/* general styles */
	p.site-description,
	div.newsletter-signup,
	.ad-widget,
	.nav-wrap,
	aside.sidebar,
	.footer-widgets,
	.pre-comments,
	.entry-comments,
	.comment-respond,
	.gototop,
	.footer-nav li.menu-item {
		display: none;
	}
	main {
		float: none;
		width: 100%;
	}

	/* seed calculator styles */
	.page-template-page-seed-calculator .entry-content > :not(#seed_table),
	.page-template-page-seed-calculator .site-footer  {
		display: none;
	}

	.page-template-page-seed-calculator #seed_table tfoot {
		display: table-row-group;
	}
}

.seed_calculator.seed_calculator--no-margin-top {
	margin-top: 0;
}
