/*
	Theme Name:  Pinch of Yum 2015
	Description: Custom child theme for the <a href="http://genesistheme.com">Genesis Framework</a>.
	Author:      Bill Erickson
	Author URI:  http://www.billerickson.net
	Version:     1.0.0
	License:     GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Template:    genesis
*/


/* 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:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}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:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


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

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

*, *:before, *:after {
  box-sizing: inherit;
}

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

.clearfix: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;
}

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


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

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

body {
	background-color: #fff;
	color: #515251;
	font-family: 'Bitter', serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.46;
}

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

::-moz-selection {
	background-color: #333;
	color: #fff;
}

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

a {
	color: #723f5f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 25px;
	padding: 0;
}

strong {
	font-weight: 700;
}

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

blockquote {
	background: transparent;
	margin: 0 0 25px;
	padding: 0;
}

blockquote p {
	color: #723f5f;
	font-family: 'Dosis', sans-serif;
	font-size: 32px;
	line-height: 35px;
	text-transform: lowercase;
}

blockquote p:last-of-type {
	margin: 0;
}

code,
pre {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	color: #333333;
	border: 1px solid #e1e1e8;
	background-color: #f7f7f9
}

code {
	padding: 2px 4px;
	white-space: nowrap;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	line-height: 18px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
}

pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}

cite {
	font-style: normal;
}

hr,
.clear-line {
	overflow: hidden;
	width: 100%;
	border: none;
	border-bottom: 2px solid #f8f8f8;
	margin: 0 0 20px;
	padding: 20px 0 0;
}

i[class^="icon-"]:before,
i[class*=" icon-"]:before {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
}

.socials a {
	font-size: 20px;
	margin: 0 5px;
	text-decoration: none;
}

.socials a:hover {
	color: #979599;
}

.socials .label {
	font-family: 'Dosis', sans-serif;
	font-size: 15px;
	text-transform: lowercase;
}

i.icon-arrow-left,
i.icon-arrow-right {
	font-size: 8px;
	vertical-align: middle;
}

.block-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}



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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 25px;
	padding: 0;
}

h1,
h2.entry-title,
h2 strong,
.widget h4 strong {
	color: #723f5f;
	font-family: 'Dosis', sans-serif;
	font-size: 29px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: lowercase;
}

h2,
.widget h4 {
	color: #979599;
	font-size: 19px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.widget h4.widget-title {
	font-family: 'Bitter', serif;
}

.widget h4.widget-title strong {
	font-family: 'Dosis', sans-serif;
	text-transform: lowercase;
}

h3 {
	color: #723f5f;
	font-family: 'Dosis', sans-serif;
	font-size: 19px;
	text-transform: lowercase;
}

h4 {
	color: #723f5f;
	font-family: 'Dosis', sans-serif;
	text-transform: lowercase;
	font-size: 15px;
	font-weight: 500;
}

h5 {
	color: #979599;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

h6 {
	color: #525251;
	font-size: 12px;
}

.author-box h4,
h4.recipe-heading,
.entry-content .easyrecipe .ERSIngredients .ERSIngredientsHeader, 
.entry-content .easyrecipe .ERSInstructions .ERSInstructionsHeader, 
.entry-content .easyrecipe .nutrition .ERSNutritionHeader, 
.entry-content .easyrecipe div .ERSNotesHeader  {
	color: #979599;
	font-family: 'Bitter', serif;
	font-size: 12px;
	text-transform: uppercase;
}

.entry-content .easyrecipe .ERSName {
	background: #723f5f;
	color: #fff;
	font-family: 'Dosis', sans-serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: lowercase;
	margin-bottom: 0;
	padding: 5px 10px;
}

.entry-content .easyrecipe .ERSDetails {
	color: #723f5f;
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
	text-transform: lowercase;
}

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

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

img {
	height: auto;
	max-width: 100%;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: none;
	color: #723f5f;
	font-size: 15px;
	padding: 12px;
	width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 10px;
	width: auto;
}

input:focus,
textarea:focus {
	border-color: #999;
	outline: none;
}

::-moz-placeholder {
	color: #723f5f;
	opacity: 1;
}

::-ms-input-placeholder {
	color: #723f5f;
}

::-webkit-input-placeholder {
	color: #723f5f;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder { 
	color:transparent; 
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.button.button-invert:hover {
	background-color: #723f5f;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 12px 20px;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	width: auto;
	-webkit-appearance: none;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.button.button-invert {
	background-color: #979599;
	color: #fff;
	text-decoration: none;
}

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

.button {
	display: inline-block;
}

.button.button-block {
	display: block;
	width: 100%;
}

.button.button-large {
	font-size: 28px;
	padding: 10px 20px;
}

.button.button-small {
	font-size: 13px;
	padding: 8px;
}

.button.button-mini {
	font-size: 11px;
	padding: 5px 8px;
}

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

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

.search-form {
	max-width: 500px;
}

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



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

.entry-content .gform_wrapper ul {
	margin: 0;
	list-style-type: none;
}

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

.gallery {
    margin: 0 auto 40px;
    overflow: hidden;
    width: 100%;
}

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

.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 img {
    border: 2px solid #cfcfcf;
}

.gallery-caption {
    margin-left: 0;
}

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

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

.table {
	width: 100%;
	margin-bottom: 20px;
}

.table th,
.table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table th {
	font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
	border-top: 0;
}

.table tbody + tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condensed th,
.table-condensed td {
	padding: 4px 5px;
}

.table-bordered {
	border: 1px solid #ddd;
	border-collapse: separate;
	border-left: 0;
	border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
	border-top-left-radius: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
	border-top-right-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
	border-bottom-left-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
	border-bottom-right-radius: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
	border-bottom-left-radius: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
	border-bottom-right-radius: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
	border-top-left-radius: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
	border-top-right-radius: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
	background-color: #f5f5f5;
}

/* Images
--------------------------------------------- */

.avatar {
	float: left;
}

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

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

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

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

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

.alignright {
	float: right;
}

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

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

img.block {
	display: block;
}

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

/* 
 * Column Classes 
 *
 * Width: 1140px
 * Gutter: 30px
 * 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 {
	float: left;
	margin-left: 2.6315789473684%;
}
 
.one-half,
.three-sixths,
.two-fourths {
	width: 48.684210526316%;
}
 
.one-third,
.two-sixths {
	width: 31.578947368421%;
}
 
.four-sixths,
.two-thirds {
	width: 65.789473684211%;
}
 
.one-fourth {
	width: 23.026315789474%;
}
 
.three-fourths {
	width: 74.342105263158%;
}
 
.one-fifth {
	width: 17.894736842105%;
}
 
.two-fifths {
	width: 38.421052631579%;
}
 
.three-fifths {
	width: 58.947368421053%;
}
 
.four-fifths {
	width: 79.473684210526%;
}
 
.one-sixth {
	width: 14.473684210526%;
}
 
.five-sixths {
	width: 82.894736842105%;
}
 
.first {
	clear: both;
	margin-left: 0;
}


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

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

.wrap {
	margin: 0 auto;
	max-width: 1065px;
	padding: 0 20px;
}

.site-inner {
	clear: both;
}

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

/* Content */

.content {
	float: right;
	width: 599px;
}

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

.full-width-content .content {
	float: none;
	margin: 0 auto;
}

/* Primary Sidebar */

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

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

/* Thin Sidebar */

.content-sidebar.thin-sidebar .content,
.content-sidebar.thin-sidebar .page-header {
	width: 82.066276803%;
	max-width: 815px;
}

.content-sidebar.thin-sidebar .page-header {
	text-align: center;
}

.content-sidebar.thin-sidebar .sidebar-primary {
	border-left: 1px solid #f4f4f5;
	padding: 0 5px 0 15px;
	width: 17.933723197%;
}


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

.header-newsletter {
	background: #723f5f;
	border-bottom: 1px solid #cab7c3;
	color: #fff;
	line-height: 34px;
}

.header-newsletter .wrap {
	padding: 18px 0;
	position: relative;
}

.header-newsletter .wrap:before {
	content: '';
	position: absolute;
	left: 140px;
	bottom: -13px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 14px 0 14px;
	border-color: #723f5f transparent transparent transparent;
	z-index: 10;	
}

.header-newsletter .text {
	float: left;
}

.header-newsletter strong {
	color: #b39aa7;
	font-family: 'Dosis', sans-serif;
	font-size: 29px;
	font-weight: 400;
	margin-right: 5px;
	text-transform: lowercase;
}

.header-newsletter .newsletter-signup {
	float: right;
}

.site-header {
	background-color: #fff;
	padding: 15px 0 24px;
}

.title-area {
	float: left;
	width: 287px;
}

h1.site-title,
p.site-title {
	margin: 0;
}

.site-title a {
	background: url(images/logo@2x.png) no-repeat;
	background-size: 100% auto;
/*	background-image: url(images/logo.svg), none; */
	display: block;
	height: 65px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 287px;
}

.clear-line.from-theme {
	margin-bottom: 0;
}

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

.genesis-nav-menu {
	clear: both;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	float: left;
	list-style: none;
}

.genesis-nav-menu a {
	border: none;
	display: block;
	position: relative;
	text-decoration: none;
	padding: 0 14px;
}

.genesis-nav-menu .menu-item:hover > a,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
}

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

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

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

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

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

.genesis-nav-menu > .menu-item:first-child {
	padding-left: 25px;
}
.genesis-nav-menu .menu-item.socials {
	padding: 0 50px 0 25px;
}

.genesis-nav-menu .menu-item.socials > a {
	color: #723f5f;
	display: inline-block;
	padding: 0;
}

.genesis-nav-menu .menu-item.socials > a:hover,
.nav-header .genesis-nav-menu .menu-item.socials > a:hover {
	color: #979599;
}

.genesis-nav-menu .search-form,
.sidr .search-form {
	position: relative;
	max-width: 185px;
}

.sidr .search-form {
	max-width: 90%;
	margin: 0 5%;
}
	
.genesis-nav-menu .search-form input[type="search"],
.sidr .search-form input[type="search"] {
	padding-left: 32px;
	background: #f4f4f5;
	color: #000;
	border: none;
}

.genesis-nav-menu .search-form input[type="search"]:focus,
.sidr .search-form input[type="search"]:focus {
	background: #e7e7e8;
}

.genesis-nav-menu .search-form input[type="submit"],
.sidr .search-form input[type="submit"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 100%;
	background: transparent url(images/icon-search@2x.png) no-repeat center center;
	background-size: 19px 17px;
	border: none;
}

.genesis-nav-menu .menu-item.food-blogger-pro {
	vertical-align: middle;
}

.genesis-nav-menu .menu-item.food-blogger-pro > a {
	background: url(images/food-blogger-pro.png) no-repeat;
	background-size: 62px 46px;
	width: 62px;
	height: 46px;
}

.genesis-nav-menu .menu-item.food-blogger-pro > a > span {
	display: none;
}

.genesis-nav-menu .menu-item.logo > a {
	background: url(images/logo.png) no-repeat;
	background-size: 100% auto;
	display: block;
	height: 46px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 203px;
}

/* Header and Footer Navigation
--------------------------------------------- */

.nav-header {
	float: right;
	padding-top: 13px;
	width: auto;
}


.nav-footer {
	border-top: 2px solid #f4f4f5;
	border-bottom: 2px solid #f4f4f5;
	overflow: hidden;
	padding: 28px 0;
	margin-bottom: 35px;
	width: 100%;
}

.nav-footer > .genesis-nav-menu .menu-item:first-child {
	padding-left: 0;
}

.nav-header .genesis-nav-menu a,
.nav-footer .genesis-nav-menu a {
	color: #979599;
	font-family: 'Dosis', sans-serif;
	font-size: 22px;
	text-transform: lowercase;
}

.nav-header .genesis-nav-menu .menu-item a:hover,
.nav-header .genesis-nav-menu .current-menu-item > a,
.nav-footer .genesis-nav-menu .menu-item a:hover,
.nav-footer .genesis-nav-menu .current-menu-item > a {
	color: #723f5f;
}

.nav-footer .menu-item.logo {
	margin-right: 25px;
}

.nav-footer .menu-item.search {
	margin-left: 27px;
}

.nav-footer .menu-item.food-blogger-pro {
	margin-left: 25px;
}

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

.nav-secondary {
	padding: 15px 0 0;
	text-align: right;
}

.nav-secondary .genesis-nav-menu .menu-item {
	float: none;
	display: inline-block;
}

.nav-secondary .genesis-nav-menu a {
	color: #723f5f;
	font-family: 'Dosis', sans-serif;
	text-transform: lowercase;
	font-size: 15px;
	font-weight: 500;
	padding: 0;
}

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

.nav-secondary .genesis-nav-menu a:after {
	content: '|';
	margin: 0 10px;
}

.nav-secondary .genesis-nav-menu .menu-item:last-child > a:after {
	display: none;
}

/* Mobile Menu
---------------------------------------------------------------------------------------------------- */
 
/* Base Styling
-------------------------------- */
 
.site-header {
  position: relative;
}
 
.mobile-menu-toggle {
	display: none;
	position: absolute;
	top: 45px;
	right: 30px;
	width: 22px;
	height: 16px;
	float: right;
	outline: none;
}
 
.mobile-menu-toggle > span {
	width: 22px;
	height: 2px;
	position: absolute;
	left: 0;
	-webkit-transition: top .15s .15s ease-in-out,-webkit-transform .15s .3s ease-in-out;
	-moz-transition: top .15s .15s ease-in-out,-moz-transform .15s .3s ease-in-out;
	-ms-transition: top .15s .15s ease-in-out,-ms-transform .15s .3s ease-in-out;
	-o-transition: top .15s .15s ease-in-out,-o-transform .15s .3 ease-in-out;
	transition: top .15s .15s ease-in-out,transform .15s .3s ease-in-out;
}
 
.mobile-menu-toggle .top-bar {
	top: 0;
}
 
.mobile-menu-toggle .middle-bar {
	top: 7px;
}
 
.mobile-menu-toggle .bottom-bar {
	top: 14px;
}
 
.sidr-open .mobile-menu-toggle .top-bar {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px;
}
 
.sidr-open .mobile-menu-toggle .middle-bar {
	opacity: 0;
}
 
.sidr-open .mobile-menu-toggle .bottom-bar {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 7px;	
}
 
.sidr {
  /* Default Settings */
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
}
 
.sidr .sidr-inner {
  padding: 0 0 15px;
}
 
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}
 
.sidr.right {
  left: auto;
  right: -260px;
  border-left: 2px solid #fff;
}
 
.sidr.left {
  left: -260px;
  right: auto;
  border-right: 2px solid #fff;
}
 
.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
}
 
.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-bottom: 1px solid #fff;
}
 
.sidr ul li a {
	display: block;
	text-decoration: none;
	padding: 0 20px 0 10px;
	position: relative;
}

.sidr li.sidr-class-menu-item-has-children {
	position: relative;
} 

.sidr li.sidr-class-menu-item-has-children > .submenu-toggle {
	cursor: pointer;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
	-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;
}

.sidr li.sidr-class-menu-item-has-children > .submenu-toggle:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -3px 0 0 -3px;
	
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #ffffff transparent transparent transparent;
}

.sidr ul li ul {
  border-bottom: none;
  margin: 0;
  display: none;
}
 
.sidr ul li.submenu-active ul,
.sidr ul li.sidr-class-current-menu-item ul {
	display: block;
}
 
.sidr ul li.submenu-active > a,
.sidr ul li.sidr-class-current-menu-item.sidr-class-menu-item-has-children > a {
	border-bottom: 1px solid #fff;
}
 
.sidr ul li.submenu-active > .submenu-toggle:before,
.sidr ul li.sidr-class-current-menu-item > .submenu-toggle:before {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
 
.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}
 
.sidr ul li ul li a {
	padding-left: 20px;
}
 
.sidr-class-sub-menu .sidr-class-current-menu-item > a {
	background: #930f14;
	font-weight: bold;
}
 
.sidr ul li.sidr-class-search,
.sidr ul li .icon {
	display: none;
}
 
.sidr ul li .label {
	display: inline;
}
 
/* Match Theme
-------------------------------- */
 
.mobile-menu-toggle > span {
	background: #723f5f;
}
 
.sidr {
  background: #723f5f;
  color: white;
}
 
.sidr.right,
.sidr.left,
.sidr ul li,
.sidr ul li.submenu-active > a, 
.sidr ul li.sidr-class-current-menu-item.sidr-class-menu-item-has-children > a {
	border-color: #fff;
}
 
.sidr ul li a {
	color: #fff;
}
 
.sidr ul li a:hover,
.sidr ul li.sidr-class-current-menu-item > a,
.sidr li.sidr-class-menu-item-has-children:hover > .submenu-toggle {
	background: #979599;
}

.sidr li.sidr-class-menu-item-has-children > .submenu-toggle {
	background: rgba( 255, 255, 255, .2 );
}

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


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

.entry {
	margin-bottom: 40px;
}

.entry-content a {
	color: #4f83ac;
}

.entry-content a.more-link {
	color: #723f5f;
}

.single-post .entry {
	margin-bottom: 0;
}

.entry-header {
	text-align: center;
}

.entry-header .entry-meta {
	color: #979599;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: .1em;
}

.entry-header .entry-title {
	margin-bottom: 10px;
}

.entry-header .recipe-quick-links {
	margin-bottom: 15px;
}

.entry-header .recipe-quick-links a {
	color: #979599;
}

.entry-header .recipe-quick-links a:hover {
	text-decoration: underline;
}

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

.entry-content ol,
.entry-content p,
.entry-content ul,
.entry-content .wp-video,
.entry-content .wp-audio-shortcode,
.entry-content .video-player,
.quote-caption {
	margin-bottom: 25px;
}

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

.entry-content .gform_wrapper ul.gform_fields {
	margin: 0 0 30px;
}

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

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

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

.entry-content ul.list-unstyled,
.entry-content ol.list-unstyled {
	margin-left: 20px;
}

.entry-content ul.list-unstyled > li,
.entry-content ol.list-unstyled > li,
.entry-content .gform_wrapper ul li {
	list-style: none;
}

.entry-pin {
	display: block;
	cursor: pointer;
}

.entry-pin:hover {
	text-decoration: none;
}

.entry-pin img {
	margin-bottom: 0 !important;
}

.entry-pin .click-here {
	background: #723f5f;
	color: #fff;
	display: block;
	font-size: 12px;
	line-height: 30px;
	padding: 7px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.entry-pin .click-here:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 19px 18px 19px;
	border-color: transparent transparent #723f5f transparent;
	position: absolute;
	top: -17px;
	left: 50%;
	margin-left: -19px;
}

.entry-pin .click-here em {
	display: inline-block;
	text-indent: -9999em;
	background: url('images/icon-pin@2x.png') no-repeat;
	background-size: 34px 22px;
	width: 34px;
	height: 22px;
	margin: 0 5px;
	vertical-align: top;
}

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

.recipe-sharing {
	border-top: 2px solid #f7f7f7;
	border-bottom: 2px solid #f7f7f7;
	margin-bottom: 30px;
	padding: 7px 0;
	text-align: center;
}

.recipe-sharing a {
	color: #515251;
	display: inline-block;
	font-size: 13px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
}

.recipe-sharing a:hover {
	color: #723f5f;
}

.recipe-sharing .share-print {
	border-right: 2px solid #f7f7f7;
	width: 30%;
}

.recipe-sharing .share-print i {
	color: #723f5f;
}

.recipe-sharing .share-email {
	border-right: 2px solid #f7f7f7;
	width: 38%;
}

.recipe-sharing .share-pin {
	width: 30%;
}

.recipe-sharing .share-pin i {
	color: #dd0721;
}

.entry-content div.easyrecipe {
	border: none;
	padding: 0;
	margin: 0;
	background: transparent;
	font-size: 15px;
	font-family: 'Bitter', sans-serif;
}

.easyrecipe .ERSRatings {
	color: #fff;
	margin: 6px 10px 0 0;
}

.entry-content .easyrecipe .ERSIngredients,
.entry-content .easyrecipe .ERSInstructions {
	padding-bottom: 30px;
}

.entry-content .easyrecipe .ERSInstructions li.instruction {
	margin-left: 20px;
}

.entry-content .easyrecipe .ERSPrintBtnSpan,
.entry-content .easyrecipe .ERSAuthor {
	display: none;
}

.nutrition-facts {
	background: url(images/textured-bg.jpg);
	margin-bottom: 30px;
	padding: 40px 0;
}

.nutrition-facts img {
	display: block;
	margin: 0 auto;
}


/* Entry Navigation
--------------------------------------------- */

.pagination,
.facetwp-pager {
	clear: both;
	font-size: 14px;
	margin: 40px 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	color: #723f5f;
	cursor: pointer;
	display: inline-block;
	font-family: 'Dosis', sans-serif;
	font-size: 15px;
	text-transform: lowercase;
	padding: 8px 4px;
}

.pagination li a:hover,
.pagination li.active a {
	color: #000;
}

.post-navigation {
	border-bottom: 2px solid #f8f8f8;
	overflow: hidden;
	padding-bottom: 25px;
	width: 100%;
}

.post-navigation a {
	font-family: 'Dosis', sans-serif;
	font-size: 15px;
	text-transform: lowercase;
}

.post-navigation a[rel="next"] {
	float: right;
}

/* Author Box
--------------------------------------------- */

.author-box {
	border-bottom: 2px solid #f8f8f8;
	padding: 30px 30px 30px 160px;
	position: relative;
	margin-bottom: 20px;
	min-height: 180px;
}

.author-box .avatar {
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -60px;
}

.author-box p:last-child {
	margin: 0;
}

/* After Post Ad
--------------------------------------------- */

.after-post-wrapper {
	border-bottom: 2px solid #f8f8f8;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.after-post {
	background: #efefef;
	padding: 5px 10px 30px;
	text-align: center;
}

.after-post .label {
	font-family: 'Dosis', sans-serif;
	margin: 0;
	text-transform: uppercase;
}



/* Newsletter Signup
--------------------------------------------- */

.newsletter-signup {
	font-family: 'Dosis', sans-serif;
	text-transform: lowercase;
	width: 300px;
	height: 35px;
	position: relative;
}

.newsletter-signup input {
	position: absolute;
	top: 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	padding: 8px 12px;
}

.newsletter-signup #name {
	left: 0;
	width: 110px;
}

.newsletter-signup #email {
	right: 0;
	width: 180px;
	z-index: 2;
	padding-right: 30px;
}

.newsletter-signup .button {
	position: absolute;
	top:5px;
	right: 5px;
	z-index: 3;
	background: #f4f4f5;
	color: #723f5f;
	font-size: 8px;
	padding: 0;
	width: 25px;
	line-height: 25px;
	text-align: center;
}

.newsletter-signup .button:hover {
	background: #723f5f;
	color: #f4f4f5;
}


/* Comment Form
--------------------------------------------- */

.comment-respond {
	background: url(images/textured-bg.jpg);
	margin-bottom: 20px;
	padding: 20px;
}

.comment-form-left {
	float: left;
	width: 37.030411449%; /* 207/559 */
}

.comment-form-right {
	float: right;
	margin-left: 2.325581395%; /* 13/559 */
	width: 60.644007156%; /* 339/559 */
}

.comment-respond p {
	margin-bottom: 13px;
}

.comment-respond label {
	display: none;
}

.comment-respond .tasty-recipes-ratings {
	clear:both;
}

.comment-respond label[for="tasty-recipes-rating"] {
	display: inline-block;
	font-family: 'Bitter', serif;
	text-transform: lowercase;
	margin-right: 10px;
}

.comment-respond input,
.comment-respond textarea {
	font-family: 'Bitter', serif;
}

.comment-respond textarea {
	height: 154px;
}

.comment-respond label[for="subscribe"] {
	display: inline-block;
}

.comment-respond .comment-reply-title {
	color: #979599;
	font-family: 'Bitter', serif;
	font-size: 19px;
	text-transform: uppercase;
}

.comment-respond .comment-reply-title strong {
	color: #723f5f;
	font-family: 'Dosis', sans-serif;
	font-size: 29px;
	font-weight: 400;
	text-transform: lowercase;
}

.comment-respond .form-submit {
	overflow: hidden;
	padding-left: 39.355992844%;
	width: 100%;
	margin: 0;
}

.comment-respond .form-submit span.ERComment {
	color: #979599;
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
}

.comment-respond .form-submit .submit {
	float: right;
	line-height: 28px;
	padding: 0 14px;
	vertical-align: middle;
}

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

.entry-comments,
.entry-pings {
	margin-bottom: 40px;
	width: 100%;
	overflow: hidden;
}

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

.comment-list {
	border-top: 2px solid #f7f7f7;
}

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

li.comment {
	border-right: none;
}

li.comment > article {
	border-bottom: 2px solid #f7f7f7;
	position: relative;
	padding: 20px 20px 20px 100px;
	min-height: 120px;
}

li.comment p {
	margin-bottom: 12px;
}

.comment .avatar {
	border-radius: 50%;
	position: absolute;
	top: 20px;
	left: 0;
}

.comment-author,
.comment-author a {
	color: #723f5f;
	font-family: 'Dosis', sans-serif;
	font-size: 22px;
	text-transform: lowercase;
}

.comment-meta a {
	color: #979599;
	font-size: 12px;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.comment-reply a {
	color: #723f5f;
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
	text-transform: lowercase;
}

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

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


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

.sidebar .widget {
	border-bottom: 2px solid #f8f8f8;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.sidebar .widget:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

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

.sidebar h5,
.sidebar p {
	margin-bottom: 15px;
}

.sidebar p.socials {
	text-align: center;
}

/* About widget
--------------------------------------------- */

.sidebar-primary .widget:first-child img {
	max-width: 167px;
}

/* Popular Posts
--------------------------------------------- */

.widget_popular .widget-container {
	background: url(images/textured-bg.jpg);
	padding: 15px 8px;
}

.widget_popular h4 {
	padding-left: 10px;
	margin-bottom: 10px;
}

.widget_popular .popular-post {
	background: #fff;
	margin-bottom: 9px;
	padding: 10px;
	display: flex;
	align-items: center;
}

.widget_popular .widget-container .popular-post:last-child {
	margin-bottom: 0;
}

.widget_popular .popular-post .post-summary {
	padding: 0 20px;
	text-align: center;
}

.widget_popular .popular-post > div {
	float: left;
	width: 50%;
}

.widget_popular .popular-post .post-summary .category {
	color: #979599;
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
}

.widget_popular .popular-post .post-summary a {
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
	text-transform: lowercase;
}

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

.sidebar-cta {
	background: #723f5f;
	color: #fff;
	padding: 30px;
	text-align: center;
}

.sidebar-cta .cta-image {
	background: url(images/cta-ipad-vertical.png) no-repeat center center;
	padding: 23px 21px 44px 21px;
	margin-bottom: 30px;
}

.sidebar-cta h3 {
	color: #b39aa7;
	font-size: 29px;
	text-align: center;
	text-transform: lowercase;
	margin: 0 0 10px;
}

.sidebar-cta .newsletter-signup {
	width: 240px;
}

.sidebar-cta .newsletter-signup #name {
	width: 90px;
}

.sidebar-cta .newsletter-signup #email {
	width: 140px;
}

/* Top Posts
--------------------------------------------- */

.widget_top_posts .top-post-listing a {
	background: url(images/textured-bg.jpg);
	color: #515251;
	display: block;
	margin-bottom: 2px;
	padding: 17px 10px 17px 73px;
	position: relative;
	text-decoration: none;
}

.widget_top_posts .top-post-listing .rank {
	color: #723f5f;
	display: block;
	font-family: 'Dosis', sans-serif;
	text-transform: lowercase;
	font-size: 29px;
	line-height: 30px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 73px;
	margin-top: -15px;
	text-align: center;
}

.widget_top_posts .top-post-listing a:hover {
	background: #723f5f;
	color: #fff;
}

.widget_top_posts .top-post-listing a:hover .rank {
	color: #fff;
}

/* Our Story
--------------------------------------------- */

.sidebar .widget.widget_our_story {
	background: #723f5f url(images/our-story-widget.jpg) no-repeat center top;
	background-size: 100% auto;
	color: #fff;
	padding: 265px 20px 20px;
	position: relative;
	text-align: center;
}

.widget_our_story h4 {
	color: #fff;
	font-family: 'Bitter', serif;
	font-size: 12px;
	margin: 0 0 4px;
	text-transform: uppercase;
}

/* Food Blogger Pro
--------------------------------------------- */

.sidebar .widget.widget_fbp {
	background: #da8959;
	color: #fff;
	padding: 40px;
	text-align: center;
}

.widget_fbp h4 {
	color: #fff;
	font-family: 'Dosis', sans-serif;
	text-transform: lowercase;
	font-size: 29px;
	line-height: 32px;
	letter-spacing: normal;
	text-transform: none;
}

.widget_fbp .fbp-logo {
	background: url(images/fbp-logo@2x.png) no-repeat;
	background-size: 100% auto;
	display: block;
	margin: 0 auto 30px;
	width: 151px;
	height: 113px;
}

.widget_fbp .button {
	background: #1f8bca;
}

.widget_fbp .button:hover {
	background: #979599;
}

/* Thin Sidebar Widgets
--------------------------------------------- */

.thin-sidebar .sidebar h5 {
	border-bottom: 1px solid #f4f4f5;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.thin-sidebar .sidebar {
	color: #723f5f;
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
	text-transform: lowercase;
}

.thin-sidebar .facetwp-counter {
	display: none;
}

/* Post Summary
---------------------------------------------------------------------------------------------------- */

.post-summary {
	background: #fff;
	overflow: hidden;
	padding: 11px;
	position: relative;
}

.post-summary.style-small {
	float: left;
	margin: 0 0 14px 1.411290323%;
	width: 49.294354839%; /* 489/992 */
}

.post-summary.style-small.first {
	margin-left: 0;
}

.post-summary.style-large {
	margin-bottom: 14px;
	overflow: hidden;
	width: 100%;
}

.post-summary .entry-left,
.post-summary .entry-right {
	float: left;
	width: 50%;
}

.post-summary .entry-right {
	padding-left: 20px;
}

.post-summary.image-right .entry-left,
.post-summary.image-right .entry-right {
	float: right;
}

.post-summary.image-right .entry-right {
	padding-left: 0;
	padding-right: 20px;
}

.post-summary h2.entry-title {
	line-height: 1;
}

.post-summary.style-featured h2.entry-title,
.post-summary.style-featured .entry-date {
	text-align: center;
}

.post-summary .more {
	margin: 0;
}

.post-summary .entry-date {
	color: #979599;
	font-size: 12px;
	letter-spacing: .1em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.post-summary p.entry-comments,
.post-summary p.entry-meta {
	border-bottom: 2px solid #f7f7f7;
	font-size: 12px;
	margin: 10px 0 0;
	padding-bottom: 10px;
}

/*
.post-summary .entry-meta .entry-comments {
	float: right;
}
*/

.more-posts {
	background: #f4f4f5;
	padding: 20px;
	margin-top: 40px;
}

.more-posts.more-posts-ajax {
	margin-top:-15px;
	padding-top:0;
}

.more-posts .post-summary.style-large .entry-left {
	width: 33.333%;
}

.more-posts .post-summary.style-large .entry-right {
	width: 66.666%;
}

.more-posts .wp-post-image {
	min-height: 150px;
}

.post-summary.one-fourth {
	min-height: 343px;
	padding: 0;
}

.post-summary.one-fourth .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	background: rgba( 255, 255, 255, .9 );
	padding: 0 15px;
	text-align: center;
	color: #515251;
	font-size: 12px;
	line-height: 1.2;
	overflow: hidden;
	height: 60px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  	align-items: center;
  }

.post-summary.one-fourth .caption-inner {
	text-align: center;
	width: 100%;
}

.post-summary.one-fourth:hover .caption {
	background: rgba( 255, 255, 255, 1 );
}

.post-summary.one-third .caption {
	text-align: center;
}

/* Income Report
---------------------------------------------------------------------------------------------------- */

.income-report-archive .entry h2 {
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	margin: 5px 0 0;
}

/* Footer CTA
---------------------------------------------------------------------------------------------------- */

.footer-cta {
	background: #723f5f;
	padding: 30px;
	margin: 40px 0 0;
	overflow: hidden;
	width: 100%;
}

.footer-cta .cta-left {
	float: left;
	width: 50.67357513%;
}

.footer-cta .cta-right {
	float: left;
	width: 49.32642487%; /* 476/965 */
}

.footer-cta .cta-content {
	color: #fff;
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
}

.footer-cta .subtitle span {
	background: #b39aa7;
	color: #723f5f;
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	padding: 12px 15px;
	text-transform: uppercase;
}

.footer-cta h3 {
	color: #b39aa7;
	font-size: 30px;
	text-transform: none;
}

.footer-cta .cta-image {
	background: url(images/cta-ipad.png) no-repeat center center;
	background-size: 100% auto;
	padding: 19px 54px 18px 36px;
}

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

.site-footer {
	color: #515251;
	font-size: 12px;
	padding: 35px 0 20px;
	text-align: center;
}

.site-footer .socials {
	font-size: 20px;
	line-height: 1;
}

.site-footer .socials a {
	margin: 0 5px;
}

.site-footer p:last-child {
	margin: 0;
}

.site-footer p:last-child a {
	color: #515251;
}

.site-footer .bullet {
	font-size: 6px;
	padding: 0 5px;
	line-height: 18px;
	vertical-align: middle;
}

.nav-footer .genesis-nav-menu .search-form {
	width: 330px;
	max-width: 100%;
}

.nav-footer .genesis-nav-menu .search-form input[type="search"] {
	max-width: 100%;
}



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

.home .content-sidebar-wrap {
	border-top: 2px solid #f8f8f8;
	padding-top: 30px;
}

.home .content {
	width: 100%;
	max-width: 660px;
}

.home .content .entry-left {
	width: 56.060606061%;
}

.home .content .entry-right {
	padding-left: 30px;
	width: 43.939393939%;
}

.home .view-most-recent-cta {
	float: right;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: 'Bitter', serif;
	background-color: #FAFBFA;
	padding-left: 21px;
	padding-right: 22px;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* Featured Posts
--------------------------------------------- */

.home-featured {
	overflow: hidden;
	padding-bottom: 30px;
	width: 100%;
}

.home-featured h2 {
	color: #723f5f;
	font-family: 'Dosis', sans-serif;
	font-size: 29px;
	letter-spacing: normal;
	text-transform: lowercase;
}

.home-featured h2 strong {
	color: #979599;
	font-family: 'Bitter', serif;
	font-weight: 400;
	font-size: 19px;
	text-transform: uppercase;
}

.home-featured h2 a {
	font-size: 15px;
	line-height: 34px;
	float: right;
}

.home-featured .one-third {
	position: relative;
}

.home-featured img {
	display: block;
	width: 100%;
	max-width: 400px;
}

.home-featured .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 1;
	-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;
	
	background: #723f5f;
	background: rgba( 114, 63, 95, .9);
	color: #fff;
	font-family: 'Dosis', sans-serif;
	font-size: 22px;
	line-height: 1;
	padding: 20px 25px 0;
	height: 94px;
	overflow: hidden;
	text-align: center;
	text-transform: lowercase;
}

.home-featured .caption .subtitle {
	display: block;
	font-family: 'Bitter', serif;
	font-size: 12px;
	text-transform: uppercase;
}

.home-featured .one-third:hover .caption {
	background: rgba( 114, 63, 95, 1);
}


/* About
--------------------------------------------- */

.home-about {
	overflow: hidden;
	padding-bottom: 30px;
	width: 100%;
}

.about-lindsay {
	background: #f4f4f5;
	min-height: 180px;
	padding: 15px 40px 13px 15px;
}

.about-lindsay .avatar {
	margin-right: 24px;
}

.about-lindsay h5 {
	margin: 20px 0;
}

.about-lindsay a {
	font-family: 'Dosis', sans-serif;
	float: right;
	text-transform: lowercase;
}

.about-lindsay p:last-child {
	margin: 0;
}

.about-sage {
	position: relative;
}

.about-sage .summary {
	background: #723f5f;
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 13px 10px;
	position: relative;
	text-align: center;
}

.about-sage .summary strong {
	font-weight: 400;
	letter-spacing: .1em;
	position: relative;
}

.about-sage .summary:before {
	position: absolute;
	top: -12px;
	left: 50%;
	margin-left: -12px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 12px 12px;
	border-color: transparent transparent #723f5f transparent;	
}

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

.home .sidebar .widget_top_posts {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 6px;
}

.home .sidebar .widget.widget_our_story {
	margin-bottom: 25px;
}


/* True Loves
--------------------------------------------- */

.true-love-title {
	margin-top: 25px;
}

.home-true-loves {
	background: #f4f4f5;
	margin-bottom: 30px;
	overflow: hidden;
	padding: 16px 16px 2px;
	width: 100%;
}

.home-true-loves .entry-left img.block {
	margin: 0 auto;
}

/* Email Signup
--------------------------------------------- */

.home-newsletter {
	background: #723f5f;
	border-bottom: 1px solid #cab7c3;
	color: #fff;
	font-size: 15px;
	line-height: 34px;
	margin-bottom: 20px;
	padding: 18px 25px;
}

.home-newsletter strong {
	color: #b39aa7;
	font-family: 'Dosis', sans-serif;
	font-size: 29px;
	font-weight: 400;
	margin-right: 5px;
	text-transform: lowercase;
}

.home-newsletter .newsletter-signup {
	float: right;
}

/* Tabbed Content
--------------------------------------------- */

.home-tabbed-content {
	border-top: 1px solid #f6f6f7;
	padding: 30px 0 0;
	overflow: hidden;
	width: 100%;
}

.home-tabbed-content .tab-nav {
	text-align: center;
	padding-bottom: 35px;
}

.home-tabbed-content .tab-nav li {
	display: inline-block;
	list-style: none;
}

.home-tabbed-content .tab-nav a {
	background: #baa4b0;
	color: #fff;
	display: block;
	font-size: 12px;
	letter-spacing: .1em;
	margin: 0 4px;
	padding: 8px 15px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.home-tabbed-content .tab-nav a:hover,
.home-tabbed-content .tab-nav a.current {
	background: #723f5f;
}

.home-tabbed-content .tab-nav a.current:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #723f5f transparent transparent transparent;	
}

.home-tabbed-content .tab-content {
	display: none;
}

.home-tabbed-content .tab-content.current {
	display: block;
}

/* Home CTA
--------------------------------------------- */

.home-cta {
	background: url(images/textured-bg.jpg);
	margin-top: 30px;
	padding: 40px;
	overflow: hidden;
	width: 100%;
}

.home-cta .cta-top-posts {
	float: left;
	width: 37.037037037%;
}

.home-cta h5 {
	margin-bottom: 10px;
}

.home-cta .cta-top-posts a {
	background: #fff;
	color: #515251;
	display: block;
	margin-bottom: 2px;
	padding: 17px 10px 17px 73px;
	position: relative;
	text-decoration: none;
}

.home-cta .cta-top-posts .rank {
	color: #723f5f;
	display: block;
	font-family: 'Dosis', sans-serif;
	text-transform: lowercase;
	font-size: 29px;
	line-height: 30px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 73px;
	margin-top: -15px;
	text-align: center;
}

.home-cta .cta-top-posts a:hover {
	background: #723f5f;
	color: #fff;
}

.home-cta .cta-top-posts a:hover .rank {
	color: #fff;
}

.home-cta .cta-photo {
	float: right;
	padding: 24px 15px 0;
	text-align: center;
	width: 32.804232804%;
}

.home-cta .cta-photo img {
	max-width: 240px;
}

.home-cta .cta-content {
	float: right;
	padding: 24px 10px 0;
	text-align: center;
	width: 30.158730159%;
}

.home-cta .cta-content h2 {
	color: #723f5f;
	letter-spacing: normal;
	font-family: 'Dosis', sans-serif;
	font-size: 29px;
	margin-bottom: 10px;
	text-transform: lowercase;
}

.home-cta .cta-content h6 {
	color: #723f5f;
	font-family: 'Dosis', sans-serif;
	font-size: 15px;
	font-weight: 500;
	text-transform: lowercase;
}

.home-cta .cta-content .button {
	padding: 4px 14px;
	position: relative;
	letter-spacing: .1em;
}

.home-cta .cta-content .button:before {
	content: '';
	position: absolute;
	top: -7px;
	left: 50%;
	margin-left: -7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 7px 7px;
	border-color: transparent transparent #723f5f transparent;	
	-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;
}

.home-cta .cta-content .button:hover:before {
	border-color: transparent transparent #979599 transparent;	
}

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

.sales-quote {
    border: 4px dotted #333333;
    margin: 15px auto 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #ffffff url('https://d24iwyw0zgwyye.cloudfront.net/quote.png') no-repeat left top;
}

.sales-quote p.quote {
    padding: 20px 15px 0 20px;
    color: #333333;
    font-style: italic;
}

.sales-quote p.source {
    font-size: 13px;
    padding: 0 0 10px 20px;
    font-style: italic;
}

.sales-quote img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin: 2px 10px 5px 5px;
    width: 100px;
    height: 100px;
}

.page-id-1974 img.drop-shadow {
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 3px 3px 5px 6px #ccc;
}

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

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

	.mobile-show {
		display: none;
	}
	
}

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

	.one-third.tablet-one-half,
	.one-fourth.tablet-one-half {
		width: 49.166666666667%;
	}
	
	.one-third.first.tablet-one-half,
	.one-fourth.first.tablet-one-half {
		margin-left: 1.6666666666667%;	
		clear: none;
	}
	
	.one-third.tablet-one-half.tablet-first,
	.one-third.first.tablet-one-half.tablet-first,
	.one-fourth.tablet-one-half.tablet-first,
	.one-fourth.first.tablet-one-half.tablet-first {
		clear: both;
		margin-left: 0;
	}
	
	.nav-header .menu-item.socials {
		display: none;
	}
	
	.nav-header .menu-item.search {
		margin-left: 100px;
	}
	
	.header-newsletter,
	.home-newsletter {
		text-align: center;
	}
	
	.header-newsletter .wrap {
		padding: 15px;
	}
	
	.header-newsletter .wrap:before {
		left: 50%;
		margin-left: -14px;
	}
	
	.header-newsletter .text,
	.header-newsletter .newsletter-signup,
	.home-newsletter .newsletter-signup {
		float: none;
		margin: 0 auto;
	}
	
	.nav-footer {
		text-align: center;
	}
	
	.nav-footer .genesis-nav-menu .menu-item {
		float: none;
		display: inline-block;
	}
	
	.nav-footer .menu-item.logo,
	.nav-footer .menu-item.search {
		display: block;
		float: none;
		margin: 0;
	}
	
	.nav-footer .menu-item.logo a,
	.nav-footer .genesis-nav-menu .search-form {
		margin: 0 auto;
	}
	
}

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

	.wrap {
		max-width: 767px;
	}
	
	.content {
		float: none;
		width: 100%;
	}
	
	.sidebar-primary {
		float: none;
		margin: 0 auto;
	}
	
	.content-sidebar.thin-sidebar .sidebar-primary {
		float: right;
	}
	
	.nav-header .menu-item.search {
		margin-left: 0;	
	}
	
	.header-newsletter strong,
	.home-newsletter strong {
		display: block;
	}
	
	.footer-cta .cta-left,
	.footer-cta .cta-right {
		float: none;
		margin: 0 auto;
		max-width: 480px;
		width: 100%;
	}
	
	.footer-cta .cta-right {
		padding-bottom: 30px;
	}
	
	.about-lindsay {
		padding-bottom: 15px;
	}
	
	.about-lindsay p {
		margin-bottom: 10px;
	}
	
	.about-lindsay h5 {
		margin: 10px 0;
	}
	
	.post-summary.style-small .entry-left, 
	.post-summary.style-small .entry-right {
		float: none;
		width: 100%;
	}
	
	.post-summary.style-small .entry-left {
		margin-bottom: 20px;
	}

	.home-cta h2,
	.home-cta h5 {
		text-align: center;
	}
	
	.home-cta h2 {
		margin-bottom: 0;
	}
	
	.home-cta .cta-content {
		padding-top: 15px;
	}
	
	.home-cta .cta-top-posts {
		float: none;
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		padding-top: 30px;
		overflow: hidden;
	}
	
	.home-cta .cta-photo,
	.home-cta .cta-content {
		width: 50%;
	}

}

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

	.content,
	.footer-widgets .widget-area,
	.one-third.tablet-one-half,
	.one-fourth.tablet-one-half,
	.one-third.tablet-one-half.tablet-first,
	.one-third.first.tablet-one-half.tablet-first,
	.one-fourth.tablet-one-half.tablet-first,
	.one-fourth.first.tablet-one-half.tablet-first,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-fifth,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.one-third.mobile-one-half,
	.one-third.first.mobile-one-half {
		clear: none;
		margin-left: 1.5%;
		width: 49.25%;
		padding: 0 3px;
	}
	
	.one-third.mobile-one-half.mobile-first,
	.one-third.first.mobile-one-half.mobile-first {
		margin-left: 0;
		clear: both;
	}
	
 	.content-sidebar.thin-sidebar .sidebar-primary {
 		width: 30%;
 	}
 	
 	.content-sidebar.thin-sidebar .content {
 		width: 70%;
 	}

	.mobile-hide,
	.nav-header,
	.nav-secondary {
		display: none;
	}
	
	.mobile-menu-toggle {
		display: block;
	}
	
	.entry-content img.mobile-block {
		display: block;
		float: none;
		margin: 0 auto 30px;
	}

	.wrap {
		padding: 0 20px;
	}
	
	.site-header {
		padding-top: 24px;
	}
	
	.header-newsletter,
	.home-newsletter {
		line-height: 1.2;
	}
	
	.header-newsletter .newsletter-signup,
	.home-newsletter .newsletter-signup {
		margin: 20px auto 0;
	}
	
	.post-summary.one-fourth {
		margin-left: 2.6315789473684%;
		width: 23.026315789474%;
	}
	
	.post-summary.one-fourth.first {
		margin-left: 0;
	}
	
	.about-lindsay {
		float: none;
	}
	
	.about-sage.one-third {
		max-width: 324px;
		margin: 30px auto 0;
		float: none;
		overflow: hidden;
	}
	
	.content-sidebar.thin-sidebar .content, .content-sidebar.thin-sidebar .page-header {
		width: 100%;
	}
	
	.post-type-archive-shop .site-header,
	.page-template-recipe-listing .site-header {
		padding-bottom: 10px;
	}
	
	.post-type-archive-shop .page-header h1,
	.page-template-recipe-listing .page-header h1 {
		margin: 0 0 10px;
	}
	
	.entry-content {
		overflow: hidden;
		width: 100%;
	}
	
}

@media only screen and (max-width: 710px) {
	
	.nav-footer .menu-item.search {
		margin-top: 20px;
	}
}

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

	.sidebar-cta .newsletter-signup #email,
	.sidebar-cta .newsletter-signup #name {
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
	}
	
	/* 	.newsletter-signup .button, */
	.nav-footer .genesis-nav-menu .menu-item.food-blogger-pro {
		position: relative;
		top: auto;
		right: auto;
		width: 50px;
	}
	
	.nav-footer .genesis-nav-menu .menu-item.food-blogger-pro {
		float: none;
		display: block;
		margin: 0 auto;
	}
 
	.footer-cta .cta-image {
		background: transparent;
		padding: 0;
	}
	
	.title-area {
		width: 230px;
	}
	
	.site-title a {
		width: 230px;
		height: 52px;
		background-size: 100% auto;
	}
	
	.mobile-menu-toggle {
		top: 38px;
	}
	
	blockquote p {
		font-size: 19px;
		line-height: 1.2;
	}
	
	.recipe-sharing .share-pin,
	.recipe-sharing .share-print,
	.recipe-sharing .share-email {
		border: none;
		display: block;
		text-align: center;
		width: 100%;
	}
	
	.sidebar-primary {
		width: 100%;
	}
	
	.newsletter-signup {
		width: 100%;
		height: auto;
	}
	
	.newsletter-signup #name,
	.newsletter-signup #email {
		position: relative;
		margin-bottom: 5px;
		top: auto;
		left: auto;
		right: auto;
		width: 48%;
		float: left;
	}
	
	.newsletter-signup #name {
		margin-right: 4%;
	}
	
	.newsletter-signup .button {
		display: block;
		float: none;
		margin: 0 auto;
	}
	
	.home-cta .cta-photo, 
	.home-cta .cta-content,
	.post-summary .entry-left,
	.post-summary .entry-right,
	.home .content .entry-left,
	.home .content .entry-right,
	.more-posts .post-summary.style-large .entry-left,
	.more-posts .post-summary.style-large .entry-right,
	.post-summary.style-small {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	
	.post-summary.style-large .entry-right {
		padding: 30px 0 0;
	}
	
	
	.home-featured .one-third {
		margin-bottom: 20px;
	}
	
	.about-lindsay,
	.author-box {
		padding: 15px;
	}
	
	.about-lindsay .avatar,
	.author-box .avatar {
		float: none;
		margin: 0 auto;
		display: block;
		position: relative;
		left: auto;
		top: auto;
	}
 
 	.post-summary.one-fourth {
 		width: 48%;
 	}
 	
 	.home-tabbed-content .tab-content .one-fourth:nth-child(4n-1) {
 		margin-left: 0;
 	}
 	
	.home-tabbed-content .tab-nav li {
		margin-bottom: 10px;
	}
 	
 	.home-true-loves {
 		padding: 0;
 		background: transparent;
 	}
 	
 	.home-true-loves .post-summary {
 		padding: 0;
 	}
 	
 	.post-summary .entry-right {
 		padding-left: 0;
 	}
 	
 	.home-cta {
 		padding: 15px;
 	}
 
	.home-cta .cta-photo {
		padding: 0 15px 24px;	
	}

 	.content-sidebar.thin-sidebar .sidebar-primary {
 		padding: 0;
 		border: none;
 		font-size: 13px;
 		width: 100%;
 	}	
 	
 	.header-newsletter .text {
 		font-size: 13px;
 	}
 	
}
