/*
	Theme Name: Hunter Angler Gardener Cook - 2016
	Theme URI: http://statusforward.com/
	Description: Child theme for the Genesis Framework - HAGC.
	Author: Status Forward
	Author URI: http://www.statusforward.com/

	Version: 1.0.16

	Template: genesis
	Template Version: 2.2

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


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

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:600}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#5b5e5e}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:600}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

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

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

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

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

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


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

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

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

/* Chrome fix */
/*body > div {
    font-size: 1.6rem;
}*/

body {
	background-color: #fff;
	color: #444;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.565;
	font-family: "Arvo", serif;
	-webkit-font-smoothing: antialiased;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.site-header {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
	outline: none;
}

::-moz-selection {
	background-color: #5c5c5c;
	color: #fff;
}

::selection {
	background-color: #5c5c5c;
	color: #fff;
}

a {
	color: #578139;
	text-decoration: none;
}

a:focus,
a:hover {
	opacity: 0.9;
}

a,
a:hover,
a:active,
a:focus,
img:focus {
	outline: none;
}

p {
	margin: 0 0 30px;
	padding: 0;
	font-family: "Arvo", serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.6;
	color: #444;
}

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 14px;
	font-size: 1.4rem;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

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

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #ddd;
	clear: left;
	margin: 0 0 40px;
	padding-top: 20px;
}

.lead {
	font-family: "Arvo", serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #BCBEC0;
	text-transform: uppercase;
	margin: 0;
}

.sf-lead {
	font-size: 20px;
	font-size: 2rem;
	padding: 0 0 24px;
	font-family: "Arvo", serif;
}

.show-mobile {display: block;}
.show-desktop, .show-tablet {display: none;}
.clear {clear: both;}




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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #010101;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1.4;
	margin: 0 0 20px;
	letter-spacing: .05em;
}

h1 {
	font-size: 32px;
	font-size: 3.2rem;
}

h2 {
	font-size: 22px;
	font-size: 2.2rem;
}

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

.front-page h3 {
	font-size: 26px;
	font-size: 2.6rem;
}

.comment-respond h3,
.entry-comments h3 {
	margin-bottom: 20px;
	margin-top: 30px;
}

h4,
h5,
h6 {
	font-family: "Arvo", serif;
	text-transform: uppercase;
}

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

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

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

/* Colors
--------------------------------------------- */

.brown .recipe-summary .entry-title a,
.brown .entry-content a {
	color: #593b27;
}

.blue .recipe-summary .entry-title a,
.blue .entry-content a {
	color: #086a7b;
}

.green .recipe-summary .entry-title a,
.green .entry-content a {
	color: #578139;
}

.beige .recipe-summary .entry-title a,
.beige .entry-content a {
	color: #C3AB6F;
}

.brown .content .button {
	background-color: #593b27;
}

.blue .content .button {
	background-color: #086a7b;
}

.green .content .button {
	background-color: #578139;
}

.beige .content .button {
	background-color: #C3AB6F;
}

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

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

img {
	height: auto;
}


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

input,
select,
textarea {
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	color: #5b5e5e;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 20px;
	width: 100%;
}

input[type="number"] {
	background-color: #fff;
	border: 1px solid #5b5e5e;
	padding: 7px;
}

.footer-widgets input,
.footer-widgets input:focus {
	background-color: #fff;
	border: 1px solid #fff;
}

input:focus,
textarea:focus {
	background-color: #eee;
}

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

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

::-webkit-input-placeholder {
	color: #999;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content a.button,
.textwidget a.button {
	background-color: #578139;
	border: none;
	color: #ffffff;
	cursor: pointer;
	font-family: "Arvo", serif;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: .05em;
	padding: 12px 20px;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.entry-content a.button.small,
.textwidget a.button.small {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 12px 20px;
}

input[type="submit"],
.content input[type="submit"] {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 20px 25px;
	width: 100%;
}

a.more-link {
	display: inline-block;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
}

button:hover,
button:focus,
input:hover[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"],
.button:focus,
.button:hover,
.entry-content a.button:focus,
.entry-content a.button:hover,
.textwidget a.button:focus,
.textwidget a.button:hover {
	border: none;
	text-decoration: none;
	opacity: 0.9;
}

.button {
	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;
	width: 100%;
}

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	background-color: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	color: #010101;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus  {
	border: 1px solid #010101;
	clip: auto !important;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	height: auto;
	padding: 20px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
    position: relative;
}


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

/* Site Container
--------------------------------------------- */

.site-container {
	max-width: 100%;
	position: relative;
	overflow: hidden;
	-webkit-animation: fadein 1s;
       -moz-animation: fadein 1s;
        -ms-animation: fadein 1s;
         -o-animation: fadein 1s;
            animation: fadein 1s;
}

.content-sidebar-wrap,
.wrap {
	max-width: 90%;
	margin: 0 auto;
}


/* Site Inner
--------------------------------------------- */

.site-inner {
	background-color: #fff;
	clear: both;
	margin: 0 auto;
	max-width: 100%;
	padding: 40px 0 0;
}


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

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.after-entry .avatar {
	float: right;
	height: 180px;
	margin-bottom: 30px;
	margin-left: 30px;
	width: 180px;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 30px;
}

.alignright .avatar {
	margin-left: 30px;
}

.author-box .avatar {
	display: inline-block;
	float: none;
	height: 80px;
	margin: 0 auto 20px;
	width: 80px;
}

.comment .avatar {
	height: 60px;
	margin: 0 16px 24px 0;
	width: 60px;
}


/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
	max-width: 272px;
	margin: 0 auto;
}

.search-form input[type="search"] {
    border: none;
    background: #F1F2F2;
	color: #000000 !important;
	font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 0;
	padding: 10px;
    padding: 1rem;
    width: 212px;
	display: inline-block;
}

.search-form input[type="submit"] {
    border: medium none;
   	display: inline-block;
    width: 60px;
	background: #578139;
	color: #fff;
	letter-spacing: normal;
	padding: 10px;
	font-size: 15px;
    font-size: 1.5rem;
	text-transform: uppercase;
}

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

.archive-title {
	font-size: 30px;
	font-size: 3rem;
	letter-spacing: 1px;
	margin-bottom: 50px;
}

.search .archive-title {
	margin-bottom: 0;
}

.entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 1px;
	word-wrap: break-word;
}

.page h1.entry-title {
	font-size: 26px;
	font-size: 2.6rem;
	letter-spacing: 1px;
	text-align: center;
}

#front-page-1 .entry-title,
.page.page-id-2 .entry-title {
	text-align: left;
}

.front-page .row .entry .entry-title,
.recipe-summary .entry-title {
	font-size: 20px;
	font-size: 2rem;
}

.error404 .entry-title {
	margin-left: auto;
	margin-right: auto;
}

.content .entry-title a,
.content .entry-title a:focus,
.content .entry-title a:hover {
	border-bottom: none;
}

.content .entry-title a:focus,
.content .entry-title a:hover {

}

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: .1em;
	margin-bottom: 20px;
	text-transform: uppercase;
}

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

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

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

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

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 50%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 15px;
}

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

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 30px 15px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 15px 60px;
}

.wp-caption.aligncenter {
	clear: both;
	overflow: hidden;
	display: block;
}

img.alignleft.entry-image,
img.alignright.entry-image {
	margin-bottom: 0;
}

.entry-content figure {
	text-align: right;
	/*margin: 60px 0 50px;*/
}

.wp-caption-text {
	font-size: 15px;
	font-size: 1.5rem;
	color: #6d6f6e;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin-bottom: 30px;
}

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.gallery-item a,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
	border-width: 0 !important;
}

.sticky {
}


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

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

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

.featured-content.widget .entry {
	padding-bottom: 20px;
}

.featured-content.widget .entry:last-child {
	border-bottom-width: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.featuredpost .entry-title,
.featured-content.widget .entry-title {
	font-size: 14px;
	font-size: 1.4rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
	margin: 0;
}


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

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

#wpstats {
	display: none;
}


/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #ddd;
	outline: #ddd solid 1px;
}


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

.site-header {
	/*padding: 0 30px;
	position: fixed;
	top: 0;	*/
	width: 100%;
	z-index: 999;
	position: relative;
	display: block;
	min-height: 224px;
}


/* Site Title and Description
--------------------------------------------- */

.title-area {
	height: 0;
	text-indent: -9999px;
}

.site-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	border-bottom-width: 0;
	color: #000;
}

.header-image .site-title {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	text-indent: -9999px;
}

.header-image .site-title > a {
	background-position: center center !important;
	background-size: contain !important;
	display: block;
	height: 82px;
	width: 280px;
	margin: 0 auto;
}

.header-image .title-area {
	width: 280px;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	top: 76px;
	left: 50%;
	margin-left: -140px;
}

.admin-bar.header-image .title-area {
	top: 86px;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

/* Header Widgets
---------------------------------------------------------------------------------------------------- */
.header-widget-left {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 10px 0;
	background: #fff;
	border-bottom: 2px solid #e9e9e9;
	z-index: 8000;
}

.admin-bar .header-widget-left {
	top: 46px;
}

.admin-bar .header-widget-left.mobile-scrolled {
	top: 0;
}

.header-widget-left .widget {
	width: 160px;
	float: left;
	line-height: 1;
	vertical-align: text-bottom;
	padding-top: 3px;
}

.header-widget-left .widget .textwidget {
	padding-left: 20px;
}

.header-widget-area {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0;
	text-align: center;
	display: block;
}

.admin-bar .header-widget-area {
	bottom: 0;
}

.header-widget-area .widget {
	margin: 0 auto;
}

.social-icon img {
	width: 22px;
	height: 22px;
}

/* Site Navigation
---------------------------------------------------------------------------------------------------- */
nav.nav-primary,
button.nav-primary {
		display: none;
	}

/*.site-container nav.nav-primary {
		display: none !important;
	} */

.site-container .header-widget-left button.nav-primary {
	display: block;
}

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

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

.genesis-nav-menu a {
	border-bottom-width: 0;
	color: #578139;
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing:.05em;
	padding: 17px 14px;
	text-transform: uppercase;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #086A7B;
}

.genesis-nav-menu .sub-menu {
	background: #ffffff;
	/*border: 1px solid #578139;*/
	left: -9999px;
	opacity: 0;
	position: absolute;
	z-index: 9000;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 280px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 0 0 279px;
}

.genesis-nav-menu .sub-menu a {
	/*border: 1px solid #ffffff;
	border-top: 0;*/
	text-align: left;
	color: #578139;
	background: #fff;
	padding: 18px;
	position: relative;
	letter-spacing:.06em;
	font-size:15px;
	font-size: 1.5rem;
	line-height: 1.3;
}

.genesis-nav-menu .sub-menu a:hover {
	background: #ffffff;
}

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

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


/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

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

.nav-primary {
	margin-top: 40px;
	background: #fff;
	z-index: 2000;
}

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

.nav-primary .sub-menu {
	border-top: 1px solid #578139;
}

.nav-primary .genesis-nav-menu li li {
	margin-left: 0;
}

/* Secondary Navigation
--------------------------------------------- */
.hagc .nav-secondary .genesis-nav-menu .menu-item {
	display: inline-block;
	padding: 2px 0;
}

.hagc .nav-secondary .genesis-nav-menu .menu-item a:after {
	content: "|";
	margin-left: 4px;
}

.hagc .nav-secondary .genesis-nav-menu .menu-item:last-child a:after {
	content: "";
}

.nav-secondary {
	margin: 30px 0;
}

.hagc .nav-secondary .genesis-nav-menu .menu-item a {
	padding: 0 0 3px;
	margin-right: 3px;
	letter-spacing: .04em;
}

/* Responsive Navigation
--------------------------------------------- */

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* Recipes Menu
--------------------------------------------- */

.widget_nav_menu .menu-toggle,
.widget_nav_menu .sub-menu-toggle {
		background: none;
		border-radius: 0;
		border-width: 0;
		color: #578139;
		font-size: 20px;
		font-family: "Oswald", sans-serif;
		text-transform: uppercase;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:hover,
	.menu-toggle:focus,
	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		background: none;
		border-width: 0;
	}

	.menu-toggle {
		padding: 0;
		/*position: absolute;
		right: 20px;
		top: 10px;*/
		margin-right: 20px;
		z-index: 1000;
		width: 120px;
		text-align: right;
		float: right;
		letter-spacing: .01em;
	}

	.menu-toggle:after,
	.menu-toggle.activated:after {
		color: #414042;
		content: "\f333";
		display: inline-block;
		font: normal 32px/1 'dashicons';
		margin: 0 auto;
		padding-left: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
		vertical-align: middle;
	}

	#menu-recipes .sub-menu-toggle {
		float: right;
		padding: 8px 18px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
		color: #fff;
	}

	#menu-recipes .sub-menu-toggle:before {
		content: "\f347";
		display: inline-block;
		font: normal 26px/1 'dashicons';
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
		color: #fff;
	}

	#menu-recipes .sub-menu-toggle.activated:before {
		content: "\f343";
	}

	.widget_nav_menu #menu-recipes .menu-item {
		display: block;
		float: none;
		margin-top: 1px;
		margin-bottom: 1px;
		position: relative;
		text-align: left;
		background: #578139;
		padding: 10px 0;
		color: #fff;
		font-family: "Oswald", sans-serif;
		text-tranform: uppercase;
	}

	.widget_nav_menu #menu-recipes .menu-item:hover {
		position: relative;
	}

	.widget_nav_menu #menu-recipes .menu-item a {
		border: none;
		padding: 10px 15px;
		width: 100%;
		color: #fff;
	}

	.widget_nav_menu #menu-recipes .menu-item a:hover,
	.widget_nav_menu #menu-recipes .sub-menu {
		border: none;
	}

	.widget_nav_menu #menu-recipes .menu-item > a:focus ul.sub-menu,
	.widget_nav_menu #menu-recipes .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.widget_nav_menu #menu-recipes > .menu-item-has-children > a:after {
		content: none;
	}

	.widget_nav_menu #menu-recipes .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.widget_nav_menu #menu-recipes .sub-menu .sub-menu {
		margin: 0;
	}

	.widget_nav_menu #menu-recipes .sub-menu a {
		border: none;
	}

	.widget_nav_menu #menu-recipes button:hover,
	.widget_nav_menu #menu-recipes {
		color: #578139;
	}

	.widget_nav_menu #menu-recipes button:focus,
	.widget_nav_menu #menu-recipes .menu-toggle:focus {
		color: #578139;
	}

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

.page .content,
.single .content {
	overflow: hidden;
}

/* Short Codes
--------------------------------------------- */

.floatleft {
	display: block;
	float: left;
	margin: 0 20px 12px 0;
}

.floatright {
	display: block;
	overflow: hidden;
	clear: both;
	float: right;
	margin: 0 0 12px 20px;
}

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

.entry,
.page .entry,
.page.page-template-page_blog .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.page.page-template-page_book .entry {
	border-bottom: none;
}

.front-page .entry {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}

.single .entry {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 40px;
}

.single .block-right .entry {
	padding-bottom: 0;
}

.single .entry .entry-header .entry-title {
	margin: 20px 0 0;
}

.page .entry-content,
.single .entry-content {

}

.page.page-template-page_blog .entry-content {
	max-width: none;
}

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

.entry-content .yield p:last-child {
	margin: 0 0 30px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	list-style-position: inside;
}

.entry-content ol > li {
	list-style-type: decimal;
	margin: 0 0 12px;
	font-family: "Arvo", serif;
	color: #444;
}

.entry-content ul > li {
	list-style-type: disc;
	margin: 0 0 12px;
	font-family: "Arvo", serif;
	color: #444;
}

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

/* Single Repipes
------------------------------------------ */
.single .entry div.printfriendly {
	display: none;
}

/* Page/Post Ads
--------------------------------------------- */

.inline-ad {
	padding: 0 0 30px;
}

/*.single .entry-content p.intro {
	color: #232525;
	display: block;
	font-size: 20px;
	font-size: 2rem;
	font-style: italic;
}

.single .entry-content p.intro:after {
	border-bottom: 1px solid #232525;
	content: "";
	display: block;
	margin-bottom: 40px;
	padding-bottom: 40px;
	width: 10%;
}*/

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: normal;
	margin: 20px 0;
}

.single p.entry-meta {
	margin: 10px 0 20px;
}

.entry-meta a,
.entry-meta a:focus,
.entry-meta a:hover {
	border-bottom-width: 0;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	margin: 0 auto;
	overflow: hidden;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin-bottom: 0;
}

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

.pagination {
	clear: both;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	text-transform: uppercase;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #578139;
	border: 1px solid #578139;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
	font-family: "Oswald", sans-serif;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #578139;
	border: 1px solid #578139;
	color: #fff;
}


/* Front Page
---------------------------------------------------------------------------------------------------- */
.front-page .row {
	padding: 0 0 30px;
	margin: 0 0 30px;
	border-bottom: 2px solid #dddfde;
	display: block;
	overflow: hidden;
	clear: both;
}

.front-page .row#front-page-6 {
	border-bottom: none;
}

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

.front-page .row .entry .entry-title {
	padding: 10px;
	margin: 0;
}

.front-page p:last-child,
.front-page .widget:last-child {
	margin-bottom: 0;
}

.front-page .more-posts .button {
	width: 100%;
	text-align: center;
}


/* Front Page 1
--------------------------------------------- */

#front-page-1 {
	padding: 20px 0 0;
	border: none;
}

#front-page-1 .wrap {
	padding: 0;
	position: relative;
	display: block;
	overflow: hidden;
	clear: both;
}

#front-page-1 .entry {
	padding: 30px;
	min-height: 440px;
	display: block;
	overflow: hidden;
}

#front-page-1 .featured {
	display: none;
}

#front-page-1 .entry a {
	color: #fff;
	text-decoration: underline;
}

#front-page-1 .entry h2 a {
	text-decoration: none;
}

#front-page-1 .entry .article-lead {
	position: absolute;
	display: block;
	left: 0;
	bottom: 30px;
	padding: 0 30px;
	text-shadow: 1px 1px 3px rgba(51, 51, 51, 0.85);
}

#front-page-1 h2 {
	margin: 0;
	font-size: 32px;
	font-size: 3.2rem;
}

.front-page #front-page-1 .entry .entry-title {
	padding: 0;
}

#front-page-1 .entry .lead,
#front-page-1 .entry h2,
#front-page-1 .entry p {
	color: #ffffff;
}

#front-page-1 p:last-child {
	margin-bottom: 0;
}


/* Front Page 2
--------------------------------------------- */
#front-page-2 {
	background-color: #fff;
	/*border-top: 70px solid transparent;
	margin-top: -70px;*/
}

#front-page-2 .ad-block {
	display: none;
}

#front-page-2 .entry {
	margin: 0 0 20px;
}

#front-page-2 .entry:last-child {
	margin-bottom: 0;
}

#front-page-2 .feature-image {
	width: 36%;
	float: left;
}

#front-page-2 .feature-content {
	width: 58%;
	float: right;
	padding: 0;
}

#front-page-2 .entry-title a {
	color: #000;
}

#front-page-2 .entry-title {
	margin: 0;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.3;
	padding: 0;
}

#front-page-2 .excerpt {
	display: none;
}

.feature-content .lead {
	margin: 0;
	font-size: 14px;
	font-size: 1.4rem;
}

.feature-content p {
	font-size: 17px;
	font-size: 1.7rem;
}

#front-page-2 .more-posts .button {
	margin-bottom: 30px;
}

#front-page-2 .view-archive .widget-title {
	margin: 0 0 10px;
	color: #593B27;
	font-size: 18px;
}

#front-page-2 .view-archive select#archives-dropdown-3 {
	width: 250px;
}

/* Front Page Ads - Block shown on tablet/phone
--------------------------------------------- */
.ad-block {
	display: block;
	overflow: hidden;
}

#ad-2,
#ad-3,
#ad-4 {
	max-width: 300px;
	max-height: 250px;
	margin: 0 auto 20px;
}

#front-page-ads .ad-block {
	padding: 20px 0 0;
	text-align: center;
}

#ad-2 {
	text-align: center;
}

#front-page-ads .ad-block:last-of-type {
	padding: 20px 0;
}

#front-page-ads .ad-block .g-1 {
	margin: 0 auto;
}

.tablet-up {
	display: none;
}

/* Front Page 3
--------------------------------------------- */
#front-page-2 .lhs,
#front-page-3 .lhs {
	width: 220px;
	margin: 0 auto;
}

#front-page-2 .lhs img,
#front-page-3 .lhs img {
	padding: 8px 0;
}

#front-page-2 .lhs h3,
#front-page-3 .lhs h3 {
	line-height: 1.2;
}

#front-page-2 .rhs .button,
#front-page-3 .rhs .button {
	color: #593B27;
	background: #ffffff;
	border: 3px solid #578139;
	padding: 10px 20px;
}

#front-page-3 .entry a {
	color: #578139;
}

#front-page-3 .entry {
	max-width: 320px;
	margin: 0 auto 20px;
	border: 3px solid #578139;
	text-align: center;
}

#front-page-3 .rhs,
#front-page-3 .entry:last-of-type {
	display: none;
}

/*.more-diy {
	max-width: 320px;
	margin: 0 auto;
}*/

.more-diy .button {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

/* Front Page 4
--------------------------------------------- */
#front-page-4 .lhs {
	background: #F1F2F2;
	padding: 20px 30px;
	margin: 0 0 30px;
}

#front-page-4 .bio-image {
	max-width: 120px;
	float: left;
	margin-right: 15px;
}

#front-page-4 .short-bio {
	padding-bottom: 20px;
}

#front-page-4 .short-bio a {
	font-weight: 700;
}

#front-page-4 #books {
	text-align: center;
}

#front-page-4 #books .one-fourth {
	padding-bottom: 15px;
}

#front-page-4 #books a img {
	max-height: 90px;
	padding: 0 3px;
	width: auto;
}

#front-page-essays {
	padding: 0 0 30px;
	border-bottom: none;
}

#essays .teaser p:nth-of-type(1) {
	margin: 0 0 10px;
}

#essays .teaser a {
	font-weight: 700;
}

.archive-container {
	display: none;
}

.view-archive {
	padding: 40px 0 0;
	text-align: right;
}

.view-archive .widget-title {
	display: inline-block;
	margin: 0 10px 0 0;
	line-height: 46px;
	color: #593B27;
	font-size: 18px;
}

.view-archive select#archives-dropdown-3 {
	width: 260px;
	display: inline-block;
}


/* Front Page 5
--------------------------------------------- */
#front-page-5 .lhs {
	width: 220px;
	margin: 0 auto;
}

#front-page-5 .lhs img {
	padding: 8px 0;
}

#front-page-5 .rhs h3 {
	line-height: 1.2;
}

#front-page-5 .rhs .button {
	color: #593B27;
	background: #ffffff;
	border: 3px solid #578139;
	padding: 10px 20px;
}

#front-page-5 .entry {
	max-width: 320px;
	margin: 0 auto 20px;
	border: 3px solid #C3AB6F;
	text-align: center;
}

#front-page-5 .entry a {
	color: #C3AB6F;
}

#front-page-5 .rhs,
#front-page-5 .entry:last-of-type {
	display: none;
}

.more-recipes-tablet {
	display: none;
}

.more-recipes .button,
.more-recipes-tablet .button {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

/* Front Page 6
--------------------------------------------- */

#front-page-6 .entry {
	max-width: 320px;
	margin-bottom: 20px;
	border: 3px solid #086A7B;
	text-align: center;
}

#front-page-6 .entry a {
	color: #086A7B;
}

#front-page-6 h3 {
	margin: 0;
}

#front-page-6 p:last-child {
	margin: 0 0 30px;
}


/* Front Page 7
--------------------------------------------- */
#front-page-7 { display: none; }

#front-page-7 h3 {
	color: #593B27;
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
}

#sb_instagram #sbi_images .sbi_item {
    box-sizing: border-box;
    display: inline-block;
    margin: 0 !important;
    padding: inherit !important;
    text-decoration: none;
    vertical-align: top;
}

/* Interior Pages
---------------------------------------------------------------------------------------------------- */

.recipe-image {
	padding-bottom: 15px;
}

.recipe-summary .entry-summary p,
.recipe-summary .entry-title {
	margin: 0 0 10px;
}

.recipe-summary .entry-summary p:last-child {
	margin: 0;
}

.recipe-summary .entry-summary .button {
	display: none;
}

.block-right {
	padding: 40px 40px 20px;
	border: 2px solid #eee;
	margin-bottom: 30px;
}

.block-right.block-green {
	display: block;
	background: #578139;
	color: #fff;
	padding: 30px 40px 10px;
	border: none;
	margin-bottom: 30px;
	clear: both;
}

.entry-content .block-green ul > li {
	list-style-type: none;
}

.block-right.block-green p,
.block-right.block-green a,
.block-right.block-green h3 {
	color: #fff;
}

/* Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar .widgettitle {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.sidebar-primary {
	max-width: 620px;
	margin: 0 auto;
}

.sidebar-primary .widget {
	margin-bottom: 0;
	padding: 15px 0;
	border-bottom: 2px solid #d1d3d4;
	display: inline-block;
}

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

.sidebar ul li {
	margin-bottom: 10px;
}

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

.sidebar-primary .textwidget,
.sidebar-primary .textwidget .g-1 {
	text-align: center;
}

.sidebar-primary .textwidget .g-1 {
	margin: 0 auto;
}

.sidebar-primary .textwidget img,
.sidebar-primary .textwidget img.alignleft,
.sidebar-primary .textwidget .alignleft {
	margin: 0 auto;
	float: none;
}

.page-id-2 .sidebar-primary .widget.bio {
	display: none;
}

.sidebar-primary .bio {
	padding-top: 4px;
}

.sidebar-primary .bio img.alignleft {
	margin: 0 30px 5px 0;
}

.sidebar-primary .bio h3 {
	line-height: 1;
}

#text-6,
#text-24,
#text-25,
#text-26 {
	border: none;
}


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

.entry-pings,
.comment-respond,
.entry-comments {
	margin: 0 auto;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

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

.entry-comments .comment {
	border-bottom: 1px solid #eee;
}

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

p.comment-form-comment {
	margin-bottom: 20px;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .comment {
	clear: both;
}

.entry-comments .children .comment {
	border: none;
}

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

.comment-list ul.children {
	margin-left: 40px;
}


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

.site-footer {
	background: #F1F2F2;
	padding: 20px;
	text-align: center;
}

.site-footer .wrap {
	padding: 30px 10px 20px;
}

.site-footer,
.site-footer p {
	color: #A7A9AC;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 0 8px;
	line-height: 1.1;
}

.site-footer .rhs img {
	vertical-align: text-top;
}

.footer-social {
	margin: 0 0 40px;
}

.site-footer .button {
	color: #593B27;
	font-family: "Oswald", sans-serif;
	font-size: 19px;
	font-size: 1.9rem;
	letter-spacing: .1em;
	text-transform: uppercase;
	border: 4px solid #593B27;
	padding: 15px 30px;
	background-color: transparent;
}

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

.gform_wrapper ul li.gfield{
	margin-top:20px;
}

.gform_wrapper .top_label .gfield_label{
	text-transform: uppercase;
	font-size:14px;
	letter-spacing:.075em;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer input[type=submit]{
	width:auto;
	padding:18px 40px;
}

.gform_wrapper input[type=email], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper input[type=url]{
	padding:.75em !important;
}

/* Landing Page
--------------------------------*/
.landing .site-footer .wrap {
	text-align: center;
}

.landing .entry {
	border: none;
}

.landing .narrow.final-text {
	padding-bottom: 0;
}

/* Book Landing Page
--------------------------------*/
.page.book .site-footer .wrap {
	text-align: center;
}

.page.book #row-1,
.page.book #row-2 {
	border-bottom: 2px solid #dddfde;
	margin-bottom: 50px;
	padding-bottom: 50px;
	clear: both;
	display: block;
	overflow: hidden;
}

.page.book {
	padding-bottom: 0;
}

.page.book #row-2 .one-third {
	padding: 20px;
	background-color: #f1f2f2;
}

.page.book #row-2 .testimonial .one-third {
	background-color: transparent;
}

.page.book #row-2 .testimonial {
	padding-bottom: 40px;
	display: block;
	overflow: hidden;
}

.page.book #row-2 .testimonial .two-thirds {
	padding-right: 30px;
}

.page.book #row-2 .testimonial p {
	margin: 0 0 10px;
}

.page.book #row-2 .testimonial p.attrib {
	margin: 0;
	text-align: right;
	font-style: italic;
	font-size: 14px;
	font-size: 1.4rem;
}

.lead {
	font-size: 20px;
}

.page.book #row-3 {
	max-width: 728px;
	text-align: center;
	margin: 0 auto;
}

.page.book .book-lead {
	padding-bottom: 60px;
}


/* Ads
--------------------------------*/
.content .two-ads {
	text-align: center;
}

.content .two-ads div:first-child {
}

.content .two-ads,
.ad-single,
.ad-google,
.ad-single-sm {
	margin: 0 auto 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #eee;
	display: block;
	overflow: hidden;
	text-align: center;
}

.ad-single-sm {
	width: auto;
}

.ad-google.show-tablet {display: none;}

/* Recipes
--------------------------------*/
.hrecipe {
	padding-bottom: 40px;
}

/* Buy Book Ads 
--------------------------------*/
.buy-book-cta {
  border: 8px solid #f4f4f5; 
  margin: 20px 0 60px 0; 
  padding: 20px;
}
.buy-book-cta .wrap {
  max-width: 100%;
}

.buy-book-cta img {
  margin-bottom: 0;
}

.buy-book-cta h3 {
  padding-top: 30px; 
  color: #257988; 
  font-size: 26px; 
  margin-bottom: 5px; 
  letter-spacing: .015em;
}

.buy-book-cta p {
  margin: 0 0 25px;
}

@media only screen and (max-width: 768px) {
  .buy-book-cta {
    text-align: center;
  }
  .buy-book-cta img {
    margin: auto;
  }
}

@media only screen and (max-width: 600px) {
  .buy-book-cta p.book-text {
    display: none;
  }

  .buy-book-cta h3 {
    font-size: 30px;
    margin-bottom: 25px;
  }

}



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

	.hagc nav {
		display: none;
		position: relative;
		width: 100%;
	}

	.hagc nav.nav-secondary {
		display: block;
	}

	.hagc nav .wrap {
		padding: 0;
	}

	.hagc nav.pagination {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background: none;
		border-radius: 0;
		border-width: 0;
		color: #578139;
		font-size: 20px;
		font-family: "Oswald", sans-serif;
		text-transform: uppercase;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:hover,
	.menu-toggle:focus,
	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		background: none;
		border-width: 0;
	}

	.menu-toggle {
		padding: 0;
		position: fixed;
		top: 8px;
		right: 10px;
		margin-right: 20px;
		z-index: 1000;
		width: 120px;
		text-align: right;
		float: right;
		letter-spacing: .01em;
		line-height: 32px;
		vertical-align: middle;
	}

	.menu-toggle:after,
	.menu-toggle.activated:after {
		color: #414042;
		content: "\f333";
		display: inline-block;
		font: normal 32px/1 'dashicons';
		margin: -2px auto 0;
		padding-left: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
		vertical-align: middle;
	}

	.sub-menu-toggle {
		float: right;
		padding: 8px 18px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle:before {
		content: "\f347";
		display: inline-block;
		font: normal 26px/1 'dashicons';
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle.activated:before {
		content: "\f343";
	}

	.hagc .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin-top: 1px;
		margin-bottom: 1px;
		position: relative;
		text-align: left;
	}

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

	.hagc .genesis-nav-menu .menu-item a {
		border: none;
		padding: 10px 15px;
		width: 100%;
	}

	.hagc .genesis-nav-menu .menu-item a:hover,
	.hagc .genesis-nav-menu .sub-menu {
		border: none;
	}

	.hagc .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.hagc .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.hagc .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.hagc .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

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

	.hagc .genesis-nav-menu .sub-menu a {
		border: none;
	}

	.hagc nav button:hover,
	.hagc .menu-toggle:hover,
	.hagc .nav-primary {
		color: #578139;
	}

	.hagc nav button:focus,
	.hagc .menu-toggle:focus {
		color: #578139;
	}

	.nav-primary {
		margin-top: -160px;
	}

}

@media only screen and (min-width: 480px) {

	/* Front Page
	--------------------------------------------- */
	#front-page-1 .featured {
		background: url(images/star-white.png) no-repeat 10px 15px #C3AB6F;
		padding: 10px 15px 10px 25px;
		text-transform: uppercase;
		font-family: "Arvo", serif;
		font-size: 14px;
		font-size: 1.4rem;
		letter-spacing: .05em;
		width: 120px;
		color: #fff;
	}

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

	.feature-content .lead {
		margin: 0 0 5px;
	}

	.feature-content p {
		font-size: 18px;
		font-size: 1.8rem;
	}

	#front-page-2 .entry-title {
		margin: 0 0 5px;
		font-size: 20px;
		font-size: 2rem;
	}

	#front-page-2 .feature-content {
		padding: 12px 0;
	}

	.feature-content .lead {
		margin: 0 0 5px;
		font-size: 16px;
		font-size: 1.6rem;
	}

	#front-page-4 #books a img {
		max-height: 140px;
	}

	#essays .photo {
		width: 34%;
		float: left;
	}

	#essays .teaser {
		width: 62%;
		float: right;
	}

	#essays .photo img {
		object-fit: cover;
		width: 180px;
		height: 180px;
		margin-top: 20px;
	}

	/* Legacy Pages - Manual Recipe Listings
	--------------------------------------------- */
	.recipe-image {
		width: 30%;
		float: left;
	}

	.recipe-summary {
		width: 67%;
		float: right;
	}

	.block-right .recipe-image,
	.block-right .recipe-summary {
		width: 100%;
	}

	.block-right .recipe-summary h3.entry-title {
		margin: 5px 0 10px;
	}


}

@media only screen and (min-width: 600px) {

	.admin-bar .header-widget-left.mobile-scrolled {
		top: 46px;
	}

	.buy-book-cta p.book-text {
	    display: block;
	  }


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

	#front-page-ads #ad-3,
	#front-page-ads #ad-4 {
		width: 48%;
		float: left;
		display: block;
		overflow: hidden;
		margin: 0;
	}

	#front-page-ads #ad-4 {
		float: right;
	}


	#front-page-3 .lhs {
		width: 40%;
		margin: 0;
		float: left;
	}

	#front-page-3 .rhs {
		width: 58%;
		display: block;
		text-align: right;
		float: right;
	}

	#front-page-4 .lhs {
		padding: 20px;
		margin: 0 0 30px;
	}

	#front-page-4 .lhs,
	#front-page-4 .rhs {
		width: 100%;
		float: none;
	}

	#front-page-4 #books a img {
		max-height: 124px;
	}

	/* Legacy Pages - Manual Recipe Listings
	--------------------------------------------- */
	.recipe-image {
		padding-bottom: 0;
	}

	.recipe-summary .entry-summary p,
	.recipe-summary .entry-title {
		margin: 0 0 24px;
	}

	.recipe-summary .entry-summary .button {
		display: inline-block;
	}

}

@media only screen and (min-width: 768px) {

	.show-tablet,
	.ad-google.show-tablet {display: block;}

	.ad-google.show-mobile {display: none;}

	.wrap {
		padding-left: 40px;
		padding-right: 40px;
	}

	.site-header {
		min-height: 176px;
	}

	.admin-bar .site-header {
		min-height: 208px;
	}

	.admin-bar .header-widget-left,
	.admin-bar .header-widget-left.mobile-scrolled {
		top: 32px;
	}

	.header-widget-left {
		padding: 12px 40px;
	}

	.admin-bar .header-widget-left {
		top: 32px;
	}

	.admin-bar .header-image .title-area {
		top: 112px;
		left: 60px;
	}

	.header-widget-area {
		top: 84px;
		right: 0;
		left: auto;
		text-align: right;
		width: 48%;
		padding-top: 38px;
		padding-right: 20px;
	}

	.header-widget-area .widget {
		margin-right: 20px;
	}

	.site-header .title-area {
		top: 84px;
		left: 0;
		width: 48%;
		text-align: left;
		margin: 0;
		padding-left: 40px;
	}

	.header-image .site-title > a {
		margin: 0;
	}

	.search-form {
		margin: 0;
		float: right;
	}

	.social-icon img {
		width: 26px;
		height: 26px;
	}

	.header-widget-left .widget {
		width: 200px;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.button,
	.entry-content a.button,
	.textwidget a.button {
		font-size: 17px;
		font-size: 1.7rem;
	}

	.entry,
	.page .entry,
	.page.page-template-page_blog .entry {
		margin-bottom: 40px;
		padding-bottom: 40px;
	}

	/* Single Repipes
	------------------------------------------ */
	.single .entry div.printfriendly {
		display: block;
		margin-top: -80px !important;
	}

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

	.hagc .nav-secondary .genesis-nav-menu .menu-item a:after {
		margin-left: 4px;
	}

	.nav-secondary {
		margin: 30px 0;
	}

	.hagc .nav-secondary .genesis-nav-menu .menu-item a {
		padding: 0 0 5px;
		margin-right: 3px;
		letter-spacing: .05em;
	}

	/* Front Page
	-----------------------------*/
	#front-page-1 {
		padding-top: 10px;
	}

	#front-page-1 .entry {
		padding: 36px 60px;
		min-height: 440px;
	}

	#front-page-1 .featured {
		background: url(images/star-white.png) no-repeat 10px 15px #096a7b;
	}

	#front-page-1 .entry .article-lead {
		left: 60px;
		bottom: 55px;
		width: 50%;
		float: left;
		padding: 0;
	}

	.tablet-up {
		display: block;
	}

	#front-page-2 {
		position: relative;
	}

	#front-page-2 .show-mobile {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	#front-page-2 .more-posts .button {
		width: auto;
	}

	#front-page-2 .feature-image,
	#front-page-2 .feature-content {
		width: 100%;
		float: none;
	}

	#front-page-2 .entry {
		margin: 0 0 30px;
	}

	#front-page-2 .entry-title {
		margin: 0 0 12px;
		font-size: 24px;
		font-size: 2.4rem;
	}

	#front-page-2 .excerpt {
		display: block;
	}

	#front-page-3 .entry:nth-of-type(2),
	#front-page-3 .ad-block {
		float: right;
	}

	#ad-2 {
		text-align: right;
	}

	#front-page-4 .lhs {
		background: transparent;
		display: block;
		overflow: hidden;
		padding-bottom: 30px;
		border-bottom: 2px solid #dddfde;
	}

	#front-page-4 .bio-image {
		width: 43%;
		max-width: 43%;
		float: left;
	}

	#front-page-4 #twitter-feed,
	#front-page-4 .short-bio {
		max-width: 54%;
		float: right;
	}

	#front-page-4 .short-bio p {
		margin: 0 0 10px;
		line-height: 1.4;
	}

	#front-page-4 #books {
		border: none;
		margin-bottom: 0;
		padding-bottom: 0;
		text-align: left;
	}

	#front-page-4 #books .three-fourths,
	#front-page-4 #books .five-sixths {
		text-align: right;
	}

	#front-page-4 #books a img {
		max-height: 160px;
	}

	.archive-container {
		display: block;
	}

	#front-page-5 .rhs, #front-page-5 .entry:last-of-type {
		display: block;
	}

	#front-page-5 .rhs {
		float: right;
		text-align: right;
	}

	#front-page-5 .lhs {
		float: left;
	}

	#front-page-5 .lhs,
	#front-page-5 rhs {
		width: 49%;
	}

	.more-recipes {
		display: none;
	}

	.more-recipes-tablet {
		display: block;
	}

	.front-page .row#front-page-6 .entry .entry-title {
		padding: 0;
	}

	#front-page-6 .entry-wrapper {
		padding: 10px;
	}

	#front-page-6 .section-intro {
		text-align: center;
	}

	#front-page-6 .section-intro p {
		font-weight: 700;
		font-style: italic;
	}

	#front-page-essays {
		border-bottom: 2px solid #dddfde;
	}

	#front-page-7 { display: block; }

	/* Site Structure
	------------------------------*/
	.wrap {
		max-width: 94%;
	}

	.page .content,
	.single .content,
	.archive .content,
	.category .content {
		overflow: hidden;
		max-width: 728px;
		margin: 0 auto;
	}

	.page.front-page .content,
	.page.home .content,
	.page.landing .content,
	.page-template-page_book .content,
	.page.book .content {
		max-width: 100%;
	}


	/* Column Classes
	 *
	 * Width: 1280px
	 * Gutter: 40px
	 * Link: http://www.billerickson.net/column-class-generator/
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.four-fifths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-fifths,
	.three-sixths,
	.two-fourths,
	.two-fifths,
	.two-sixths,
	.two-thirds,
	.row.fourths .entry,
	.row.fourths .ad-block,
	#front-page-3 .entry,
	#front-page-5 .entry,
	#front-page-6 .entry,
	#front-page-ads #ad-3,
	#front-page-ads #ad-4 {
		float: left;
		margin-left: 3.125%;
	}

	.one-half,
	.three-sixths,
	.two-fourths,
	#front-page-3 .entry,
	#front-page-5 .entry,
	#front-page-6 .entry,
	#front-page-ads #ad-3,
	#front-page-ads #ad-4,
	.row.fourths#front-page-3 .ad-block,
	.row.fourths#front-page-6 .ad-block {
		width: 48.4375%;
	}

	.one-half.inline-ad.last {
		clear: right;
	}

	.one-half.inline-ad.first {
		clear: left;
	}

	.block-right {
		display: block;
		float: right;
		width: 48.4375%;
		margin-left: 3.125%;
		padding-left: 40px;
	}

	.one-third,
	.two-sixths,
	.row.fourths .entry {
		width: 31.25%;
	}

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

	.one-fourth,
	.row.fourths .ad-block {
		width: 22.65625%;
	}

	.three-fourths {
		width: 74.21875%;
	}

	.one-fifth {
		width: 17.5%;
	}

	.two-fifths {
		width: 38.125%;
	}

	.three-fifths {
		width: 58.75%;
	}

	.four-fifths {
		width: 79.375%;
	}

	.one-sixth {
		width: 14.0625%;
	}

	.five-sixths {
		width: 82.8125%;
	}

	.first,
	.row.fourths .entry:nth-of-type(1),
	#front-page-3 .entry:nth-of-type(1),
	#front-page-5 .entry:nth-of-type(1),
	#front-page-5 .entry:nth-of-type(3),
	#front-page-6 .entry:nth-of-type(1),
	#front-page-6 .entry:nth-of-type(3),
	#front-page-ads #ad-3,
	#front-page-3 .entry:nth-of-type(3) {
		clear: both;
		margin-left: 0;
	}

	#front-page-2,
	#front-page-3,
	#front-page-6,
	#front-page-essays {
		width: 670px;
		margin: 0 auto 30px;
	}

	#front-page-2 .ad-space,
	#front-page-2 .entry,
	#front-page-3 .ad-block,
	#front-page-3 .entry,
	#front-page-6 .entry,
	#front-page-6 .ad-block {
		width: 320px;
		float: left;
	}

	#front-page-2 .ad-space,
	#front-page-2 .entry:nth-of-type(2),
	#front-page-3 .ad-block,
	#front-page-3 .entry:nth-of-type(2),
	#front-page-6 .ad-block,
	#front-page-6 .entry:nth-of-type(2) {
		float: right;
	}

	#front-page-2 .ad-space,
	#front-page-3 .ad-block,
	#front-page-6 .ad-block {
		float: right;
		text-align: center;
	}

	#front-page-2 .entry:nth-of-type(3),
	#front-page-6 .entry:nth-of-type(3)
	 {
		margin-left: 0;
		clear: both;
	}


	/* Gallery
	--------------------------------------------- */

	.gallery {
		overflow: hidden;
	}

	.gallery-item {
		float: left;
		margin: 0 0 28px;
		text-align: center;
	}

	.gallery-columns-1 .gallery-item {
		width: 100%;
	}

	.gallery-columns-2 .gallery-item {
		width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		width: 33%;
	}

	.gallery-columns-4 .gallery-item {
		width: 25%;
	}

	.gallery-columns-5 .gallery-item {
		width: 20%;
	}

	.gallery-columns-6 .gallery-item {
		width: 16.6666%;
	}

	.gallery-columns-7 .gallery-item {
		width: 14.2857%;
	}

	.gallery-columns-8 .gallery-item {
		width: 12.5%;
	}

	.gallery-columns-9 .gallery-item {
		width: 11.1111%;
	}

	.gallery-columns-2 .gallery-item:nth-child(2n+1),
	.gallery-columns-3 .gallery-item:nth-child(3n+1),
	.gallery-columns-4 .gallery-item:nth-child(4n+1),
	.gallery-columns-5 .gallery-item:nth-child(5n+1),
	.gallery-columns-6 .gallery-item:nth-child(6n+1),
	.gallery-columns-7 .gallery-item:nth-child(7n+1),
	.gallery-columns-8 .gallery-item:nth-child(8n+1),
	.gallery-columns-9 .gallery-item:nth-child(9n+1) {
		clear: left;
	}

	.gallery img {
		border: 1px solid #ddd;
		height: auto;
		padding: 4px;
	}

	.gallery img:hover,
	.gallery img:focus {
		border: 1px solid #999;
	}

	.show-mobile {display: none;}
	.show-desktop {display: block;}
	#front-page-3 .entry:last-of-type {
			display: block;
	}

	#front-page-ads {
		display: none;
		border: none;
	}

	/* Page/Post Ads
	--------------------------------------------- */

	.inline-ad.one-half.first {
		text-align: right;
	}

	.content .two-ads,
	.ad-single,
	.ad-google {
		margin: 0 auto 40px;
		padding-bottom: 40px;
		border-bottom: 1px solid #eee;
		display: block;
		overflow: hidden;
	}

	.ad-single,
	.ad-google {
		max-width: 100%;
	}

	.content .two-ads {
		padding-left: 54px;
		padding-right: 54px;
	}

	.ad-google {
		text-align: center;
	}

	/*.ad-blogher iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}*/

	.content .two-ads div:first-child {
		float: left;
	}

	.content .two-ads div:last-child {
		float: right;
	}

	/* Landing Page
	--------------------------------*/
	.landing .narrow,
	.landing .wide {
		max-width: 728px;
		padding: 0 0 60px;
		margin: 0 auto;
	}

	/* Book Landing Page
	--------------------------------*/

	.page.book #row-3 .col-half {
		width: 48%;
		float: left;
	}

	.page.book #row-3 .col-half:nth-of-type(2n+2) {
		float: right;
	}

	.page.book #row-3 .col-half:nth-of-type(2n+1) {
		clear: both;
	}

	.page.book .book-lead {
		padding-bottom: 0;
	}


}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.nav-primary {
		margin-top: -120px;
	}
}


@media only screen and (min-width: 801px) {
	#front-page-4  {
		background-color: transparent;
	}

	#front-page-4 .rhs {
		width: 67%;
		float: right;
	}

	#front-page-4 #books .three-fourths,
	#front-page-4 #books .five-sixths {
		text-align: right;
	}

	#front-page-4 #books .three-fourths a img,
	#front-page-4 #books .five-sixths a img {
		padding: 0 5px;
	}

	#front-page-4 .lhs {
		width: 30%;
		float: left;
		background: #ffffff;
		padding: 0 30px 0 0;
		margin: 0;
		border-right: 2px solid #dddfde;
		border-bottom: none;
	}

	#front-page-4 .bio-image {
		width: 100%;
		max-width: 100%;
		float: none;
		margin-right: 0;
	}

	#front-page-4 #twitter-feed,
	#front-page-4 .short-bio {
		width: 100%;
		max-width: 100%;
		float: none;
	}

	#front-page-4 .short-bio p {
		margin: 0 0 10px;
		line-height: 1.6;
	}

	#front-page-4 #events {
		margin: 0 0 30px;
	}

	#front-page-4 #books {
		text-align: left;
		border-bottom: 2px solid #dddfde;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	#essays {
		padding-top: 30px;
	}

	#essays .photo img {
		object-fit: cover;
		width: 200px;
		height: 200px;
		margin-top: 0;
	}

	#front-page-4 #books .three-fourths a img,
	#front-page-4 #books .five-sixths a img {
		max-height: 120px;
	}
}

@media only screen and (min-width: 1024px) {

	/* Site Structure
	------------------------------*/

	.content-sidebar .content {
		width: 65%;
	}

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


	/* Sidebar
	--------------------------------------------- */

	.content-sidebar .sidebar {
		width: 30%;
	}

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


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

	h1 {
		font-size: 32px;
		font-size: 3.2rem;
	}

	h2 {
		font-size: 26px;
		font-size: 2.6rem;
	}

	h3,
	.front-page .row .entry .entry-title,
	.recipe-summary .entry-title {
		font-size: 20px;
		font-size: 2rem;
	}

	.front-page h3 {
		font-size: 30px;
		font-size: 3rem;
	}


	/* Structure
	------------------------------- */

	.content-sidebar-wrap,
	.wrap {
		padding-left: 20px;
		padding-right: 20px;
	}

	.front-page .row {
		padding-left: 0;
		padding-right: 0;
	}

	.site-inner {
		margin: 40px auto 0;
	}

	.row.fourths .entry,
	.row.fourths#front-page-3 .ad-block,
	.row.fourths#front-page-6 .ad-block {
		width: 22.65625%;
	}

	.row.fourths#front-page-3 .ad-block,
	.row.fourths#front-page-6 .ad-block {
		margin-left: 3.125%;
		clear: none;
	}

	.lhs, .rhs {
		width: 49%;
	}

	.lhs {float: left;}
	.rhs {float: right;}

	#front-page-2 .lhs {
		width: 35%;
	}

	#front-page-2 .rhs {
		width: 62%;
		text-align: right;
	}

	/* Site Header
	---------------------------------------------------------------------------------------------------- */
	nav.nav-primary {
		display: block;
	}

	.header-widget-left .nav-primary,
	.menu-toggle,
	.site-container .header-widget-left button.nav-primary {
		display: none;
	}

	.site-header {
		min-height: 96px;
	}

	.admin-bar .site-header {
		min-height: 128px;
	}

	.site-header .wrap {
		padding: 18px 0;
	}

	.header-widget-left,
	.header-widget-area {
		width: 30%;
		padding: 24px 0;
		position: static;
	}

	.header-widget-area {
		float: right;
		text-align: right;
	}

	.header-widget-left {
		float: left;
		text-align: left;
		border-bottom: none;
	}

	.header-widget-left .widget {
		width: 100%;
	}

	.header-image .title-area {
		width: 36%;
		text-align: center;
		margin: 0 auto;
		position: static;
		top: 0;
	}

	.header-widget-area .widget {
		margin-right: 0;
	}

	.header-widget-left .widget .textwidget {
		padding-left: 0;
	}

	.search-form {
		width: 220px;
	}

	.search-form input[type="search"] {
		width: 160px;
	}

	.social-icon img {
		width: 32px;
		height: 32px;
	}

	.nav-primary {
		border-top: 2px solid #d1d3d4;
		border-bottom: 2px solid #d1d3d4;
		display: block;
		overflow: hidden;
		margin-top: 0;
	}

	.nav-primary.site-nav-scrolled {
		position: fixed;
		top: 0;
		left: auto;
		right: auto;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu {
		background: #578139;
	}

	.genesis-nav-menu .sub-menu a {
		background: #578139;
		color: #fff;
	}

	.genesis-nav-menu .sub-menu a:hover {
		background: #086A7B;
		color: #fff;
	}

	.admin-bar .nav-primary.site-nav-scrolled {
		top: 32px;
	}

	.menu-toggle {
		display: none;
	}

	/* Secondary Navigation
	--------------------------------------------- */
	.hagc .nav-secondary .genesis-nav-menu .menu-item {
		padding: 5px 0;
	}

	.hagc .nav-secondary .genesis-nav-menu .menu-item a:after {
		margin-left: 9px;
	}

	.hagc .nav-secondary {
		margin: 10px 0;
	}

	.hagc .nav-secondary .genesis-nav-menu a {
		margin-right: 12px;
		letter-spacing: .07em;
	}


	/* Home Page
	---------------------------------------------------------------------------------------------------- */
	.front-page .row {
		padding-bottom: 40px;
		margin-bottom: 60px;
		border-bottom: 2px solid #dddfde;
	}

	.front-page .row#front-page-1,
	.front-page .row#front-page-4,
	.front-page .row#front-page-7 {
		border-bottom: none;
	}

	#front-page-essays {
		display: none;
		border: none;
	}

	#front-page-1 {
		padding-top: 40px;
		margin-bottom: 20px;
	}

	#front-page-1 .wrap .entry {
		position: relative;
		padding: 36px 20px;
		min-height: 520px;
	}

	#front-page-1 .entry .featured {
		background: url(images/star-white.png) no-repeat 10px 15px #096a7b;
		display: block;
		position: absolute;
		left: 50px;
	}

	#front-page-1 .entry .article-lead {
		left: 50px;
		bottom: 55px;
		width: 50%;
		float: left;
		padding: 0;
	}

	#front-page-3 .rhs {
		display: block;
	}

	#front-page-3 .entry,
	#front-page-5 .entry,
	#front-page-6 .entry,
	.front-page .ad-block  {
		width: 22.65625%;
	}

	#ad-2, #ad-4 {
		width: 100%;
		float: none;
		margin: 0;
	}

	#front-page-3 .entry:nth-of-type(3),
	#front-page-5 .entry:nth-of-type(3),
	#front-page-6 .entry:nth-of-type(2),
	#front-page-6 .entry:nth-of-type(3) {
		clear: none;
		float: left;
		margin-left: 3.125%;
	}

	.more-recipes-tablet {
		display: none;
	}

	#front-page-2,
	#front-page-3,
	#front-page-6 {
		width: 100%;
		margin: 0 auto 30px;
	}

	#front-page-4 #books .three-fourths a img,
	#front-page-4 #books .five-sixths a img {
		max-height: 136px;
		margin-left: 0;
	}

	#front-page-2 .ad-space {
		width: 30%;
		float: right;
		text-align: right;
		clear: right;
	}

	#front-page-2 .entry,
	#front-page-2 .entry:nth-of-type(2) {
		width: 21%;
		float: left;
		margin-left: 2.3%;
	}

	#front-page-2 .entry:nth-of-type(1) {
		margin-left: 0;
	}

	#front-page-3 .entry:nth-of-type(2),
	#front-page-3 .entry:nth-of-type(2) {
		float: left;
	}

	#front-page-2 .entry:nth-of-type(3) {
		margin-left: 2.3%;
		clear: none;
	}

	#front-page-3 .ad-block {}


	#front-page-2 .entry-title {
		font-size: 30px;
		font-size: 3rem;
	}



	#front-page-2 .entry-title {
		margin: 0 0 20px;
		font-size: 26px;
		font-size: 2.6rem;
	}

	#front-page-2 .lead {
		margin: 0 0 18px;
	}

	#front-page-2 .lhs .lead {
		margin: 0;
	}

	#front-page-7 {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	#front-page-4 .short-bio {
		padding-bottom: 20px;
	}

	.short-bio h3 {
		font-size: 28px;
		font-size: 2.8rem;
		margin: 0 0 12px;
	}

	.landing .wide {
		max-width: 900px;
	}

}


@media only screen and (min-width: 1280px) {

	/* Site Structure
	------------------------------*/

	.content-sidebar .content {
		width: 70%;
	}

	.content-sidebar .sidebar {
		width: 25%;
	}

	#front-page-4 #books .three-fourths a img,
	#front-page-4 #books .five-sixths a img {
		max-height: 162px;
	}

}

@media only screen and (min-width: 1320px) {

	/* Site Structure
	------------------------------*/

	.content-sidebar .content {
		width: 66%;
	}

	.content-sidebar .sidebar {
		width: 29%;
	}


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

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

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

	h3,
	.front-page .row .entry .entry-title,
	.recipe-summary .entry-title {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.front-page h3 {
		font-size: 36px;
		font-size: 3.6rem;
	}
	.site-header {
		min-height: 200px;
	}

	.admin-bar .site-header {
		min-height: 200px;
	}

	.site-header .wrap {
		padding: 40px 0;
	}

	.header-image .site-title > a {
		height: 123px;
		width: 420px;
	}

	.social-icon img {
		width: 40px;
		height: 40px;
	}

	.site-inner,
	.wrap,
	#front-page-1 .wrap,
	.content-sidebar-wrap {
		max-width: 1280px;
		margin: 0 auto;
	}

	.site-inner {
		padding-bottom: 50px;
	}

	.content-sidebar-wrap {
		padding-left: 0;
		padding-right: 0;
	}

	.genesis-nav-menu a {
		padding: 17px 25px;
		letter-spacing:.075em;
	}

	#front-page-2 .ad-space {
		width: 24%;
		float: right;
		text-align: right;
		clear: right;
	}

	#front-page-2 .entry,
	#front-page-2 .entry:nth-of-type(2) {
		width: 22.5%;
		float: left;
		margin-left: 2.75%;
	}

	#front-page-2 .entry:nth-of-type(1) {
		margin-left: 0;
	}

	#front-page-2 .entry:nth-of-type(3) {
		margin-left: 2.75%;
	}

	#front-page-4 .rhs {
		width: 67%;
	}

	#essays {
		padding-top: 0;
	}

	#front-page-4 #events {
		margin: 0 0 20px;
	}

	#front-page-4 #books {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	#front-page-4 #books .three-fourths,
	#front-page-4 #books .five-sixths {
		text-align: right;
	}

	#front-page-4 #books .three-fourths a img,
	#front-page-4 #books .five-sixths a img {
		padding: 0 5px;
	}

	#front-page-4 .lhs {
		width: 30%;
		padding: 0 30px 0 0;
		background: #ffffff;
	}

	#front-page-4 #essays .photo {
		max-width: 285px;
		float: left;
		margin: 0;
	}

	#front-page-4 #essays .photo img {
		object-fit: cover;
		width: 280px;
		height: 200px;
		margin-top: 0;
	}

	#front-page-4 #books {
		margin-bottom: 60px;
		padding-bottom: 40px;
	}

	#front-page-4 #books .three-fourths a img,
	#front-page-4 #books .five-sixths a img {
		max-height: 180px;
		width: auto;
		margin-left: 5px;
	}

	.sidebar .widget {
		margin-bottom: 40px;
		display: block;
		padding: 40px 0;
	}

	#text-6,
	#text-24,
	#text-25,
	#text-26 {
		background: #ededed;
		text-align: center;
	}



}

@media only print {
	@page {
		size: A4;   /* auto is the current printer page size */
		margin: 0;  /* this affects the margin in the printer settings */
    }

    body {
		background-color:#FFFFFF;
		margin: 0px;  /* the margin on the content before printing */
       }

	.site-header,
	.site-footer,
	.primary-navigation,
	.footer-widgets,
	.primary-sidebar,
	.mmenu-nav,
	#mobile-reserve,
	.page-header {
		display: none;
	}

}

/* Social Warfare */
@media only screen and (min-width: 768px) {
	.social-warfare-buttons-top {
		margin-bottom: 50px;
	}
}
@media only screen and (max-width: 320px) {
	.social-warfare-buttons-top {
		display: none;
	}
}

/* temp override for WPRM */
.wprm-recipe p {
    font-size: 1.6rem !important;
	line-height: 2rem !important;
}
.wprm-print .wprm-recipe-tastefully-simple .wprm-recipe-ingredients li, .wprm-recipe-container .wprm-recipe-tastefully-simple .wprm-recipe-ingredients li, .wprm-recipe-instruction {
    font-size: 1.4rem !important;
    line-height: 2rem !important;
}
li.wprm-recipe-instruction {
    padding-bottom: 10px !important;
}
.wprm-recipe-name.wprm-color-header {
    font-size: 1.6em !important;
    font-weight: 700 !important;
}
