@charset "UTF-8";
/**
 * Theme Name:  A Pinch of Healthy (Customized Brunch Pro)
 * Description: This theme has been heavily modified by Once Coupled.
 * Author:      Shay Bocks, Lauren Gray
 * Author URI:  http://shaybocks.com/, https://www.oncecoupled.com/
 * Version:     2.1.1
 *
 * Tags: black, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, customizer
 *
 * Template: genesis
 * Template Version: 2.0.1
 *
 * License: GPL-2.0+
 * License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Reset
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Galleries
		- Forms
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Headings
		- Arrows
		- Accessibility
	- Widgets
		- Featured Page and Featured Post
		- User Profile
	- Plugins
		- Genesis eNews Extended
		- Gravity Forms
	- Custom Page Templates
		- Home Page
		- Recipes Page
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
	- Content Area
		- Entries
		- Archive Pagination
		- Entry Navigation
		- After Entry
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


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


/* ## Baseline Normalize
--------------------------------------------- */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}


/* HTML5 display definitions
--------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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;
}


/* Links
--------------------------------------------- */

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}


/* Text-level semantics
--------------------------------------------- */

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #231f20;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}


/* Embedded content
--------------------------------------------- */

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}


/* Grouping content
--------------------------------------------- */

figure {
	margin: 1em 40px;
}

hr {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}


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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	border-radius: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

textarea,
input[type="text"],
input[type="email"] {
	-webkit-appearance: none;
}

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"] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

#respond input[type="checkbox"] {
	width: auto;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}


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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}


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

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


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

.author-box:after,
.clear: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,
.widget-area:after,
.after-entry:after,
.comment-respond:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

.clear,
.clear-line {
	clear: both;
	margin-bottom: 30px;
}


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


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

body {
	background: #fff;
	color: #231f20;
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	line-height: 1.625;
}

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

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

::selection {
	background: #111;
	color: #fff;
}

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

a img {
	margin-bottom: 20px;
}

a:hover img,
a:focus img {
	opacity: 0.9;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

a:hover,
a:focus {
	color: #231f20;
}

hr {
	background: transparent;
	border-top: 1px solid #eee;
	color: #fff;
	margin-bottom: 40px;
}

p {
	margin: 5px 0 15px;
	padding: 0;
}

strong {
	font-weight: 500;
}

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

blockquote,
blockquote::before {
	color: #58595b;
}

blockquote {
	margin: 0;
	padding: 22px 20px;
}

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

pre {
	background: #111;
	color: #ccc;
	overflow: scroll;
	padding: 0 20px;
	white-space: pre;
}

cite {
	font-style: normal;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Rufina', serif;
	line-height: 1.2;
}

h1 {
	font-size: 36px;
}

h1 a {
	font-style: normal;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 21px;
}

h6 {
	font-size: 18px;
	font-weight: 500;
}


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

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

img {
	height: auto;
}

.featured-content img,
.gallery img {
	margin-bottom: 0;
	width: auto;
}


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

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	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: 1px solid #eee;
	height: auto;
	padding: 4px;
}

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


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

input,
select,
textarea {
	border: 1px solid #eee;
	-moz-box-shadow: 0 0 0 #fff;
	-webkit-box-shadow: 0 0 0 #fff;
	-webkit-box-shadow: 0 0 0 #fff;
	box-shadow: 0 0 0 #fff;
	color: #58595b;
	font-family: 'Crete Round', serif;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.5px;
	font-style: italic;
	padding: 13px;
	width: 100%;
}

input:focus,
textarea:focus {
	outline: none;
}

::-moz-placeholder {
	color: #58595b;
	letter-spacing: 0.5px;
}

::-webkit-input-placeholder {
	color: #58595b;
	letter-spacing: 0.5px;
}

.button,
.button-secondary,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #231f20;
	border: 1px solid #231f20;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Rufina', serif;
	font-style: normal;
	padding: 15px 20px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	width: auto;
}

input,
input[type="submit"] {
    width: 83.8%;
    float: left;
    padding: 10px 15px;
}

#respond input {
	float: none;
}

input[type="submit"] {
	background: #fff;
	color: #231f20;
	border: 1px solid #eee;
	border-left: 0;
	margin-left: -0.5%;
	width: 16.7%;
	border-left: 0;
	font-family: FontAwesome;
}

#respond input[type="submit"] {
	width: auto;
	border: 1px solid #eee;
}

.search-form input[type="submit"] {
	font-family: FontAwesome;
}

.button:hover,
.button:focus,
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"] {
	background: #fff;
	color: #231f20;
}

.button-secondary {
	background: #f5f5f5;
	color: #231f20;
}

.button-secondary:hover,
.button-secondary:focus {
	background: #231f20;
	color: #fff;
}

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


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


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

.site-container {
	margin: 127px auto 0;
}

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

.site-inner {
	margin-top: 40px;
	margin-bottom: 40px;
}

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

/* Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap,
.alt-sidebar-content .content-sidebar-wrap,
.alt-sidebar-content .content {
	width: 900px;
}

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

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

/* Content */
.content {
	float: right;
	width: 640px;
}

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

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

.full-width-content .content,
.full-width-slim .content {
	float: none;
	width: 100%;
}

.full-width-slim .content {
	margin: 0 auto;
	max-width: 750px;
}

/* Primary Sidebar */
.sidebar-primary {
	float: right;
	width: 300px;
}

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

/* Secondary Sidebar */
.sidebar-secondary {
	float: left;
	width: 160px;
}

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


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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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


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

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

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

.alignleft {
	float: left;
	margin-right: 40px;
	max-width: 100%;
	text-align: left;
}

.sidebar .alignleft {
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 40px;
	max-width: 100%;
	text-align: right;
}

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

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

.wp-caption-text {
	font-family: 'Crete Round', serif;
	font-size: 12px;
	font-style: italic;
	margin: 0;
	text-align: center;
}

.wp-caption {
	max-width: 100% !important;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}


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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	margin-bottom: 20px;
}

.author-box {
	padding: 20px;
}

.author-box-title {
	color: #111;
	font-size: 21px;
	margin-bottom: 4px;
	margin-top: 0;
}

.author-box p {
	margin: 0;
}

.author-box .avatar {
	margin-right: 22px;
}


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

.entry-title {
	font-size: 21px;
	line-height: 1.2;
	margin-bottom: 15px;
	text-align: center;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.single .content .entry-title {
	font-size: 36px;
	text-align: left;
}

.page .entry-title {
	margin-bottom: 16px;
}

.page-template-page_blog .content .entry .entry-header,
.archive .content .entry-header,
.search .content .entry-header,
.home-tabs .entry,
.home .content .alignnone + .entry-header,
.facetwp-template .entry {
    position: relative;
}

.home-tabs .entry .entry-title,
.home .content .alignnone + .entry-header,
.facetwp-template .entry .entry-title {
	bottom: 15px;
}

.page-template-page_blog .content .entry .entry-title,
.archive .content .entry-title,
.search .content .entry-title,
.home-tabs .entry-title,
.home .content .alignnone + .entry-header .entry-title,
.facetwp-template .entry-title {
    position: absolute;
    bottom: 0;
    width: calc(100% - 40px);
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

.home-tabs .entry-image,
.facetwp-template .entry-image-link .entry-image {
	margin-bottom: 0;
}

h1.entry-title,
.entry-title a,
.sidebar .widgettitle a {
	color: #231f20;
	font-style: normal;
	text-decoration: none;
}

.widgettitle,
.facet-title {
	color: #231f20;
	font-size: 21px;
	margin: 0 0 10px;
	text-align: center;
}

.sidebar .widgettitle a {
	border: none;
}

.home .widgettitle,
.footer-widgets .widgettitle,
.archive-title {
	padding-bottom: 10px;
	border-bottom: 4px double #58595b;
	text-align: center;
}


.footer-widgets .widgettitle {
	padding-bottom: 5px;
	color: #fff;
	border-color: #fff;
	margin-left: 30px;
	margin-right: 30px;
}

.archive-title {
	font-size: 36px;
	margin-bottom: 22px;
}


/* Arrows
--------------------------------------------- */

.arrow {
    position: relative;
}

.arrow,
.box {
	background: #58595b;
	padding: 10px;
}

.arrow .arrow-text,
.box .box-text {
	margin: 0;
	color: #fff;
	text-align: center;
}

.direction:before {
    content: '';
    position: absolute;
    border: 8px solid transparent;
}

.direction.up:before {
    left: calc(50% - 8px);
    top: -18px;
    border-bottom: 10px solid #58595b;
}

.direction.right:before {
    right: -18px;
    top: calc(50% - 8px);
    border-left: 10px solid #58595b;
}

.direction.down:before {
    left: calc(50% - 8px);
    bottom: -18px;
    border-top: 10px solid #58595b;
}

.direction.left:before {
    left: -18px;
    top: calc(50% - 8px);
    border-right: 10px solid #58595b;
}

a.box {
	min-width: 220px;
	color: #fff;
	display: inline-block;
}

a.box:hover {
	color: #fff;
	background: #a9d4b1;
}

.fa-angle-right {
    padding-left: 2px;
}


/* Accessiblity
--------------------------------------------- */

/* Menu  */

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

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

/* Screen Reader Text  */

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

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: 500;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}

/* Skip Links */

.genesis-skip-link {
	margin: 0;
}

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

:focus {
	color: #333;
	outline: #ccc solid 1px;
}


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


/* Featured Content, Top Posts
--------------------------------------------- */

.featured-content .alignleft,
.tptn_posts_widget li > .tptn_link {
	float: left;
	margin: 0;
}

.tptn_posts_widget li > .tptn_link {
	margin-right: 10px;
}

.featured-content img,
.tptn_thumb {
	width: 85px;
	height: auto;
	border-radius: 100%;
	margin: 0;
}

.featured-content .entry-header,
.tptn_after_thumb {
	display: block;
	padding-left: 95px;
}

.featured-content .entry-title,
.featured-content .entry-meta {
	text-align: left;
	margin: 0;
}

.featured-content .entry-meta {
	margin-top: 5px;
}

.widget_widget_tptn_pop .widgettitle {
	display: none;
}

.tptn_posts_widget li {
	list-style-type: none;
	overflow: auto;
	margin-bottom: 10px;
}

.tptn_title,
.tptn_date {
	display: block;
}

.tptn_title {
	font-family: 'Rufina', serif;
	font-size: 21px;
	line-height: 1.2;
	color: #231f20;
}

.tptn_title:hover {
	color: #a9d4b1;
}

.tptn_date {
	font-family: 'Crete Round', serif;
	font-size: 12px;
	font-style: italic;
	color: #78797b;
}


/* User Profile
--------------------------------------------- */

.user-profile {
	font-family: 'Crete Round', serif;
	font-size: 12px;
	font-style: italic;
	line-height: 1.2;
	color: #58595b;
}

.user-profile .alignleft {
	margin-right: 20px;
}

.user-profile .alignright {
	margin-left: 20px;
}

.avatar {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}


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


/* FacetWP
--------------------------------------------- */

.facetwp-facet input {
	float: none;
	width: 100%;
}


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

.sidebar .enews {
	overflow: auto;
	border-top: 4px double #a9d3b1;
	border-bottom: 4px double #a9d3b1;
	padding: 20px 0;
}

.enews p {
	text-align: center;
}


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

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

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

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

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


/* WP Recipe Maker
--------------------------------------------- */

html body .wprm-recipe-container .wprm-recipe {
	border-top: 4px double;
	border-bottom: 4px double;
	padding: 20px 0;
	font-size: 18px;
}

.brunch-pro .wprm-recipe-simple .wprm-recipe-image-container {
	margin-left: 40px;
}

.wprm-recipe-details-icon {
	display: none;
}

.wprm-recipe-print {
	display: block;
	background: #58595b;
	color: #fff !important;
	padding: 5px;
}

.brunch-pro .wprm-recipe-simple h2.wprm-recipe-name {
	font-size: 36px;
}

.brunch-pro .wprm-recipe-simple .wprm-recipe-details-container {
	margin-bottom: 0;
	line-height: 1.5;
}

.brunch-pro .wprm-recipe-simple .wprm-recipe-summary {
	margin: 20px 0;
}

.wprm-recipe-ingredients-container,
.wprm-recipe-instructions-container {
	margin: 40px 0;
}

.brunch-pro .wprm-recipe-simple h3.wprm-recipe-header {
	font-size: 21px;
	margin-bottom: 10px;
}

.brunch-pro .wprm-recipe-simple .wprm-recipe-details-unit {
	font-size: 18px;
}

.brunch-pro .wprm-recipe-simple h4.wprm-recipe-group-name {
	clear: both;
	margin: 15px 5px 10px !important;
}

.brunch-pro .wprm-recipe-simple li,
.brunch-pro .wprm-recipe-simple p {
	line-height: 1.3;
}


/*
Custom Page Templates
----------------------------------------------------------------------------- */


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

.home .site-header {
	background: #fff;
}

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

.home-tabs,
.home-bio,
.home-subscribe,
.home-featured,
.home-posts-container {
	margin: 40px 0;
}

.home-tabs,
.home-subscribe,
.home-featured {
	background: #eee;
	padding: 40px 0;
}

.home-tabs {
	margin: 0;
	padding: 0;
    padding: 20px;
}

.widget_hat_widget .tabs {
	border: 0;
	display: table;
    width: 100%;
}

.home-tabs .tabs-menu {
    display: table-footer-group;
	background: none;
	text-align: center;
}

.home-tabs .tabs-content {
    display: table-header-group;
    padding: 0;
}

.widget_hat_widget .tabs-menu li {
	border: none;
	float: none;
	display: inline-block;
	margin: 0 10px 0;
	width: 150px;
	position: relative;
}

.widget_hat_widget .tabs-menu a {
	font-family: 'Rufina', serif;
	background: #58595b;
	padding: 5px;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
}

.widget_hat_widget .tabs-menu a:hover {
	background: #a9d4b1;
}

.widget_hat_widget .tabs-menu li a:before {
    content: '';
    position: absolute;
    top: -18px;
    left: calc(50% - 8px);
    border: 8px solid transparent;
    border-bottom: 10px solid #58595b;
}

.widget_hat_widget .tabs-menu li.selected a {
	background: #a9d4b1;
	color: #fff;
}

.widget_hat_widget .tabs-menu li:hover a:before,
.widget_hat_widget .tabs-menu li.selected a:before {
    border-bottom-color: #a9d4b1;
}

.home-tabs .tabs-content-inner {
    margin-bottom: 20px;
}

.widget_hat_widget .entry {
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget_hat_widget .loader-wrap {
	display: none !important;
}

.home-bio .bio-avatar {
	float: left;
	width: 235px;
}

.home-bio .bio-avatar .avatar {
	float: left;
	margin: 10px 20px 5px 0;
	-webkit-shape-outside: circle();
	shape-outside: circle();
}

.home-bio .bio-more-link {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	background: #a9d4b1;
	color: #fff;
	margin-left: 5px;
}

.home-bio .bio-more-link:hover {
	background: #58595b;
}

.home-bio .arrow {
	margin-top: 65px;
}

.home-bio .bio-video {
	float: right;
	width: 720px;
}

.home-subscribe {
	background: #a9d4b1;
	margin-bottom: 0;
}

.home-subscribe .left-side {
	float: left;
	width: 720px;
}

.home-subscribe .widgettitle {
	font-size: 36px;
	border-bottom: 0;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 9px;
}

.home-subscribe .right-side {
	float: right;
	width: 235px;
}

.home-featured {
	margin-top: 0;
}

.home-featured .box,
.home-featured .logo {
	width: 220px;
	height: 60px;
	float: left;
	margin-left: 40px;
}

.home-featured .box,
.home-featured .logo:nth-child(5) {
	margin-left: 0;
	clear: both;
}

.home-featured .box {
	margin-bottom: 20px;
	-webkit-transform: rotate(-8deg);
	    -ms-transform: rotate(-8deg);
	        transform: rotate(-8deg);
}

.home-featured .box-text {
	line-height: 40px;
	-webkit-transform: rotate(-3deg);
	    -ms-transform: rotate(-3deg);
	        transform: rotate(-3deg);
	font-family: 'Rufina', serif;
	font-size: 40px;
	text-transform: lowercase;
}

.home-posts-container {
	margin-bottom: 0;
}

.home-posts-container .widget {
	margin: 40px 0;
}

.home-posts-container .widget_text {
	margin-top: -40px;
	text-align: center;
}

.home-posts-container .widgettitle {
	font-size: 36px;
	padding-top: 40px;
	margin-bottom: 40px;
}

.home .content .featured-content .entry-content {
	padding-left: 340px;
}

.home .content .featured-content .alignleft {
	margin-right: 40px;
}

.home .content .featured-content img {
	width: initial;
	border-radius: 0;
}

.home .content .featured-content .entry-header {
	padding-left: 0;
}

.home .content .featured-content .entry-title {
	text-align: center;
}

.home .content .featured-content:last-of-type .entry {
	padding: 0 40px;
	margin-bottom: 40px;
}

.home .content .featured-content:last-of-type .entry:before {
	content: initial;
}

.home .content .featured-content:last-of-type .entry-title {
	margin-bottom: 40px;
}


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

.recipe-index {
	margin-top: -20px;
}

.recipe-index .widget {
	border-bottom: 1px solid #eee;
	padding: 20px 0;
}

.footer-widgets .featured-content .entry,
.recipe-index .featured-content .entry,
.sidebar .featured-content .entry {
	border-bottom: 0;
	margin-bottom: 10px;
	padding-bottom: 0;
}

.recipe-index .featuredpost h2,
.archive .one-third .entry-title,
.archive .one-fourth .entry-title,
.archive .one-sixth .entry-title,
.search .one-third .entry-title,
.search .one-fourth .entry-title,
.search .one-sixth .entry-title,
.page-template-page_blog .one-third .entry-title,
.page-template-page_blog .one-fourth .entry-title,
.page-template-page_blog .one-sixth .entry-title {
	text-transform: none;
}


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

.site-header {
	background-color: #f5f5f5;
	padding: 10px 0 0;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 99999;
}

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

.site-header .wrap {
	position: relative;
	line-height: 1;
}


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

.title-area {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}

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

.site-title a {
	background: url('/wp-content/themes/brunch-pro-2.1.1/images/logo.png') center center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	display: block;
	width: 190px;
	height: 95px;
    
    /*-webkit-filter: drop-shadow( -5px -5px 10px #aaa );
    filter: drop-shadow( -4px -4px 3px #aaa );*/
}


/* Search & Social
--------------------------------------------- */

.search-social {
	width: 375px;
	float: right;
	text-align: right;
}

#header-search {
    width: 205px;
    overflow: auto;
    float: left;
	display: none;
}

.search-toggle:hover {
	cursor: pointer;
}

.social {
	display: inline-block;
	line-height: 1;
}

.search-toggle,
.social a {
	display: inline-block;
	background: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	margin-right: 4px;
	font-size: 18px;
	color: #a9d4b1;
}

.search-toggle:hover,
.social a:hover {
	color: #58595b;
}

.search-toggle:before {
	line-height: 30px;
	font-size: 18px;
}


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

.menu-container {
	float: left;
	clear: right;
	padding-left: 210px;
}


/* Subscribe, search
--------------------------------------------- */

.site-header .subscribe {
	float: right;
	margin-top: 5px;
	width: 205px;
}

.site-header .subscribe .enews input,
#header-search input {
	border-color: #fff;
	border-radius: 30px;
	padding: 5px 15px;
	padding-right: 90px;
}

#header-search input {
	padding-right: 30px;
}

.site-header .subscribe .enews input[type="email"],
#header-search input[type="search"] {
	width: 100%;
}

.site-header .subscribe .enews input[type="submit"],
#header-search input[type="submit"] {
	width: 90px;
	height: 30px;
	padding: 0;
	margin-left: -90px;
}

#header-search input[type="submit"] {
	width: 30px;
	margin-left: -30px;
}

.site-header .subscribe .enews input[type="submit"]:hover,
#header-search input[type="submit"]:hover {
	color: #a9d4b1;
}


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

.genesis-nav-menu {
	clear: both;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	font-family: 'Crete Round', serif;
}

.genesis-nav-menu .menu-item .menu-item {
	font-family: 'Rufina', serif;
}

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

.genesis-nav-menu a {
	color: #58595b;
	display: block;
	font-style: normal;
	padding: 12px 15px 15px;
	line-height: 1;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus {
	color: #a9d4b1;
}

.genesis-nav-menu .sub-menu {
	opacity: 0;
	position: absolute;
	left: -9999px;
	-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	width: 200px;
	z-index: 2000;
}

.genesis-nav-menu .sub-menu a {
	color: #fff;
	background-color: #58595b;
	letter-spacing: 1px;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -58px 0 0 200px;
}

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

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
	background: #a9d4b1;
}

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


/* Mobile Menu Toggle
--------------------------------------------- */

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


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


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

.entry {
	margin-bottom: 20px;
	padding: 0 0 22px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

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

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

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

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

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

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 20px;
}

.home-posts-container .alignnone,
.home-posts-container .alignnone .entry-image,
.entry-image-link,
.entry-image-link .entry-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.entry-meta {
	font-family: 'Crete Round', serif;
	font-size: 12px;
	margin: 0 auto 5px;
	font-style: italic;
}

.entry-meta a {
	color: #231f20;
	font-style: normal;
}

.entry-footer .entry-meta {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	padding: 20px 0;
}

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

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

a.more-link {
	background: #58595b;
	color: #fff;
	display: table;
	font-family: 'Rufina', serif;
	font-size: 18px;
	margin: 0 auto;
	width: 225px;
	padding: 5px;
	text-decoration: none;
	text-align: center;
}

.more-link {
	margin-top: 15px;
}

a.more-link:hover,
a.more-link:focus {
	background: #a9d4b1;
}

.arrow.more {
	width: 225px;
	padding: 5px;
	margin: 0 auto;
    clear: both;
}

.home .alignleft + .entry-header + .entry-content .arrow.more {
	clear: none;
	margin: 40px auto 0;
}

.arrow.more .direction:before {
	-webkit-transition: initial;
    transition: initial;
}

.arrow.more a.more-link:hover {
	background: transparent;
}

.arrow.more:hover {
	background: #a9d4b1;
}

.arrow.more:hover .direction.up:before {
	border-bottom-color: #a9d4b1;
}

.arrow.more:hover .direction.right:before {
	border-left-color: #a9d4b1;
}

.arrow.more:hover .direction.down:before {
	border-top-color: #a9d4b1;
}

.arrow.more:hover .direction.left:before {
	border-right-color: #a9d4b1;
}

.arrow.more a.more-link {
	display: inline;
	padding: 0;
	background: transparent;
}


/* Category Indicators
--------------------------------------------- */

.content .entry,
.footer-widgets .widgettitle {
	position: relative;
}

.content .entry.category-food:before,
.content .entry.category-real-life:before,
.content .entry.category-grocery-hauls:before,
.footer-widgets .widgettitle:before {
	content: '\f0f5';
	font-family: FontAwesome;
	color: #58595b;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 10px;
	z-index: 99;
}

.content .entry.category-real-life:before,
.footer-widgets .widget-area:nth-of-type(2) .widgettitle:before {
	content: '\f004';
}

.content .entry.category-youtube:before,
.content .entry.category-grocery-hauls:before,
.footer-widgets .widget-area:nth-of-type(3) .widgettitle:before {
	content: '\f03d';
}

.single .entry.category-food:before,
.single .entry.category-real-life:before,
.single .entry.category-grocery-hauls:before {
	left: -40px;
	color: #a9d4b1;
}

.footer-widgets .widgettitle:before {
	position: relative;
	display: inline-block;
	top: initial;
	left: initial;
	width: initial;
	height: initial;
	background: initial;
	line-height: initial;
	margin-right: 10px;
	color: #fff;
	font-size: 16px;
}


/* Archive Navigation
--------------------------------------------- */

.archive-pagination {
	clear: both;
	font-size: 18px;
	margin: 20px 0;
}

.archive-pagination li {
	background: #eee;
	display: inline-block;
	margin: 0 5px 5px 0;
}

li.pagination-next,
li.pagination-previous {
	border: 0 !important;
}

.archive-pagination a {
	color: #231f20;
	text-transform: uppercase;
	display: inline-block;
	padding: 5px 15px;
	margin: 0;
}

.archive-pagination li:hover,
.archive-pagination li:focus,
.archive-pagination li.active {
	background: #231f20;
}

.archive-pagination li:hover a,
.archive-pagination li:focus a,
.archive-pagination li.active a {
	color: #fff;
}

.pagination-omission {
	background: #fff !important;
}


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

.comment-respond,
.entry-comments {
	padding: 20px 0;
}

.comment-respond,
.entry-comments,
.ping-list {
	margin-bottom: 20px;
}

.entry-comments h3,
.comment-respond h3 {
	color: #231f20;
	font-size: 36px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

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

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

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

.comment-form-cookies-consent label {
    display: inline;
    font-size: 16px;
    padding-left: 10px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 22px;
	padding: 32px;
}

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

li.comment {
	border-top: 1px solid #eee;
}

.comment .avatar {
	display: inline;
	float: left;
	margin: 0 16px 22px 0;
}

.form-allowed-tags {
	background: #f5f5f5;
	font-size: 12px;
	padding: 22px;
}

.comment-meta a {
	color: #231f20;
}

.comment-reply a {
	padding: 2px 5px;
}

.comment-reply a:hover,
.comment-reply a:focus {
	background: #eee;
}


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

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

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

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

.cat-item {
	list-style-type: none;
}


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

.footer-widgets {
	padding: 20px 0 0;
	background: #58595b;
	color: #fff;
}

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

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
	margin-left: 2.564102564102564%;
	width: 31.623931623931625%;
}

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

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

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

.footer-widgets .widget {
	margin-bottom: 10px;
}

.footer-widgets .featured-content .entry-meta {
	color: #ccc;
}


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

.site-footer {
	background: #58595b;
	color: #fff;
	font-family: 'Crete Round', serif;
	font-size: 12px;
	padding: 0 0 40px;
	text-transform: lowercase;
	overflow: auto;
	margin-bottom: -30px;
}

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

.site-footer a:hover {
	color: #a9d3b1;
}

.site-footer .nav-secondary,
.site-footer p {
	float: left;
	width: 50%;
}

.site-footer .menu-item:first-of-type a {
	padding-left: 0;
}

.site-footer p {
	text-align: right;
	margin: 0;
	line-height: 35px;
	font-style: italic;
}


/*
Gravatar Replacement
---------------------------------------------------------------------------------------------------- */

/* Comment Gravatar
--------------------------------------------- */
.grav-disabled .comment-author:before {
	content: '';
    display: block;
    width: 48px;
    height: 48px;
    background: url('/wp-content/themes/brunch-pro-2.1.1/images/default-gravatar.png') no-repeat center;
    background-size: 48px;
    float: left;
    margin: 0 16px 22px 0;
    border-radius: 50%;
}
.grav-disabled .comment-author-marjorie-crawford7gmail-com.bypostauthor>article .comment-author:before {
	background-image: url('/wp-content/themes/brunch-pro-2.1.1/images/marjorie-gravatar.png');
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min-device-pixel-ratio:1.5) {
    .grav-disabled .comment-author:before {
        background-image: url('/wp-content/themes/brunch-pro-2.1.1/images/default-gravatar@2x.png');
    }
    .grav-disabled .comment-author-marjorie-crawford7gmail-com.bypostauthor>article .comment-author:before {
		background-image: url('/wp-content/themes/brunch-pro-2.1.1/images/marjorie-gravatar@2x.png');
	}
}


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

@media only screen and (max-width: 1023px) {
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.alt-sidebar-content .content-sidebar-wrap,
	.alt-sidebar-content .content,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-inner,
	.wrap {
		width: 100%;
	}

	.site-header {
		position: relative;
		z-index: initial;
		background: transparent;
		padding-top: 40px;
	}

	.admin-bar .site-header {
		top: 0;
	}

	.title-area {
		position: initial;
		float: none;
	}

	.site-title a {
		margin: 0 auto;
	    width: 300px;
	    height: 150px;
	}

	.site-container {
		margin-top: 60px;
	}

	.site-inner,
	.home .site-inner .wrap,
	.footer-widgets {
		padding-left: 5%;
		padding-right: 5%;
	}

	.home .site-inner {
		padding: 0;
	}

	.sidebar-primary,
	.sidebar-secondary {
		display: none;
	}

	.site-footer .nav-secondary,
	.site-footer p {
		float: none;
		width: 100%;
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-footer .nav-secondary .menu-item {
		border: 0;
		text-align: center;
		font-size: 17px;
		letter-spacing: 1px;
	}

	.site-footer .nav-secondary .menu-item a {
		padding: 15px;
	}

	.site-footer p {
		text-align: center;
	}

	.one-half .entry-header {
		max-width: 300px;
		margin: 0 auto;
	}

	.home-bio .bio-avatar,
	.home-bio .bio-video,
	.home-subscribe .left-side {
		float: none;
		width: 100%;
	}

	.home-bio .arrow,
	.home-subscribe .right-side {
		display: none;
	}

	.home-bio .bio-avatar {
		margin-bottom: 40px;
	}

	.home-bio .bio-video {
		text-align: center;
	}

	.home-featured .box,
	.home-featured .logo {
		width: 21%;
		margin-left: 5%;
	}

	.home-featured .box {
		margin-left: 0;
	}

	.home-featured .box-text {
		font-size: 26px;
	}

	/* Menu */

	.noscroll {
		overflow-y: hidden
	}

	.menu-container {
		background: #a9d4b1;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 60px;
		padding: 15px;
		z-index: 99999;
	}

	.admin-bar .menu-container {
		top: 32px;
	}

	.nav-primary {
		background-color: #fff;
		width: 100%;
		height: calc(100% - 60px);
		top: 60px;
		bottom: 0;
		left: 0;
		right: 0;
		overflow-y: scroll;
		padding: 20px;
		position: fixed;
		text-align: center;
		z-index: 9998;
		display: none;
	}

	.admin-bar .nav-primary {
		height: calc(100% - 92px);
		top: 92px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		visibility: visible;
	}

	.menu-toggle {
		cursor: pointer;
		position: relative;
		float: right;
		width: 120px;
		background: #fff;
		border-radius: 60px;
		min-height: 30px;
		padding: 6px 15px;
		font-family: 'Crete', serif;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #58595b;
		-webkit-transition: all 500ms ease-in-out;
    	transition: all 500ms ease-in-out;
	}

	.menu-container .menu-toggle:hover {
		background: #fff;
	}

	.menu-toggle span {
		left: 50%;
		top: 13px;
		right: 15px;
		left: initial;
		background: #58595b;
	}

	.menu-toggle span,
	.menu-toggle span:before,
	.menu-toggle span:after {
		background: #58595b;
		-webkit-border-radius: 1px;
		border-radius: 1px;
		content: "";
		cursor: pointer;
		display: block;
		height: 3px;
		position: absolute;
		-webkit-transition: all 500ms ease-in-out;
		transition: all 500ms ease-in-out;
		width: 20px;
	}

	.menu-toggle span:before {
		top: -5px;
	}

	.menu-toggle span:after {
		bottom: -5px;
	}

	.menu-toggle.active span {
		background: transparent;
	}

	.menu-toggle.active span:before,
	.menu-toggle.active span:after {
		top: 0;
	}

	.menu-toggle.active span:before {
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.menu-toggle.active span:after {
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.menu-toggle:hover,
	.menu-toggle:focus {
		background: transparent;
	}

	.sub-menu-toggle {
		color: #58595b;
		cursor: pointer;
		padding: 14px 18px;
		position: absolute;
		top: 0;
		right: 0;
	}

	.sub-menu-toggle:before {
		font-family: 'FontAwesome';
		font-size: 25px;
	}

	.sub-menu .sub-menu-toggle:before {
		font-size: 20px;
	}

	.sub-menu-toggle:before {
		content: '\f107';
	}

	.sub-menu-toggle.active:before {
		content: '\f106';
	}

	.genesis-nav-menu .menu-item {
		border-bottom: 1px solid #9d9d9d;
		display: block;
		position: relative;
		text-align: left;
	}

	.genesis-nav-menu a {
		padding: 20px 15px 15px;
	}

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

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #9d9d9d;
		clear: both;
		display: none;
		opacity: 1;
		position: static;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu .menu-item:last-child {
		border-bottom: none;
	}

	.genesis-nav-menu .sub-menu a {
		border: none;
		padding: 16px 22px;
		position: relative;
		width: auto;
		background: transparent;
		color: #58595b;
		font-size: 16px;
	}

	.genesis-nav-menu .sub-menu a:hover,
	.genesis-nav-menu .sub-menu a:focus {
		background: #fff;
		color: #a9d4b1;
	}

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

	.genesis-nav-menu .sub-menu .sub-menu a {
		padding-left: 35px;
	}

	.genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		padding-left: 50px;
	}

	.site-header .subscribe,
	.site-header .search-social {
		display: none;
	}

	.menu-container .subscribe,
	.menu-container .search-social {
		display: block;
	}

	.site-header .subscribe,
	.site-header .search-social,
	.site-header #header-search {
		float: none;
		width: 100%;
		margin: 20px 0;
		text-align: center;
	}

	.site-header .subscribe,
	.site-header #header-search {
		background: #eee;
		border-radius: 70px;
		padding: 10px;
		overflow: auto;
	}

	.site-header .search-social {
		float: none;
		width: 100%;
	}

	.site-header .search-toggle {
		display: none;
	}

	#header-search {
		display: block;
	}

	.site-header .social a {
		width: 42px;
		height: 42px;
		line-height: 42px;
		margin: 0;
		font-size: 26px;
	}
	
    .page-template-page-recipes .content-sidebar-wrap {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    .page-template-page-recipes .content {
        display: table-footer-group;
        float: none;
    }

    .page-template-page-recipes .sidebar {
        display: table-header-group;
        float: none;
    }
}

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

	.admin-bar .nav-primary {
		height: calc(100% - 106px);
		top: 106px;
	}
}

@media only screen and (max-width: 767px) {
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.first {
		clear: none;
		margin-left: 2.564102564102564%;
		width: 48.717948717948715%;
	}

	.odd,
	.page-template-page-recipes .first {
		clear: both;
		margin-left: 0;
	}

	.alignright,
	.alignleft,
	img.alignright,
	img.alignleft,
	.wp-caption.alignright,
	.wp-caption.alignleft {
		float: none;
		margin: 0 auto 20px;
	}

	input {
		width: 65%;
	}

	input[type="submit"] {
		width: 35%;
	}

	.single .entry.category-food:before,
	.single .entry.category-real-life:before,
	.single .entry.category-grocery-hauls:before {
		position: relative;
		left: initial;
		float: left;
		font-size: 24px;
		margin-right: 15px;
	}

	.home .entry {
		width: 300px;
		margin: 0 auto 10px;
		float: none;
	}

	.home-tabs .entry {
	    width: 100%;
	}

	.widget_hat_widget .tabs-menu li {
		width: auto;
		margin: 10px;
	}

	.widget_hat_widget .tabs-menu li a {
		padding: 0 10px;
	}

	.home-featured .box,
	.home-featured .logo {
		width: 49%;
		margin-left: 2%;
		margin-bottom: 10px;
	}

	.home-featured .box,
	.home-featured .logo:nth-child(3),
	.home-featured .logo:nth-child(5),
	.home-featured .logo:nth-child(7) {
		clear: both;
		margin-left: 0;
	}

	.home .content .featured-content .alignleft {
		margin: 0 0 10px;
	}

	.home .content .featured-content .entry-header {
		clear: both;
	}

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

	.footer-widgets .widget-area {
		float: none;
		width: 100%;
		margin: 0 auto;
		max-width: 380px;
	}
}

@media only screen and (max-width: 600px) {
	.admin-bar .menu-container {
		top: 0;
	}

	.admin-bar .nav-primary {
		height: calc(100% - 60px);
		top: 60px;
	}
}

@media only screen and (max-width: 420px) {
	.site-inner,
	.footer-widgets,
	.site-footer .nav-secondary,
	.site-footer p {
		padding-left: 10px;
		padding-right: 10px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.odd {
		margin-left: 0;
		width: 100%;
	}

	.after-entry .widget {
		width: 100%;
	}

	.recipe-index .entry {
		margin: 0;
		width: 100%;
	}

	.home-featured .box-text {
		font-size: 24px;
	}

	.page-template-page-recipes .entry {
		float: none;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and ( min-width: 1024px ) and (-webkit-min-device-pixel-ratio: 2),
	only screen and ( min-width: 1024px ) and (min-resolution: 192dpi) {

	.site-title > a {
		background-image: url('/wp-content/themes/brunch-pro-2.1.1/images/logo@2x.png');
	}
}