@charset "UTF-8";
/**
 * Theme Name:  The Sprinkle Factory
 * Description: Customized theme made for The Sprinkle Factory!
 * Author:      Once Coupled
 * Author URI:  https://www.oncecoupled.com
 * Version:     2.2.1
 *
 * Tags: black, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments
 *
 * 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
		- Forms
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Headings
		- Screen Reader Text
	- Widgets
		- Featured Page and Featured Post
		- User Profile
	- Plugins
		- Genesis eNews Extended
		- Gravity Forms
		- Instagram
		- Custom Bios
		- Custom Social Icons
	- Custom Page Templates
		- Home Page
		- Recipes Page
	- Site Header
		- Title Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary 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: #000;
}

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

input:not([type="radio"]):not([type="checkbox"]) {
    -webkit-appearance: none;
    border-radius: 0;
}

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

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-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: #000;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
}

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

::-moz-selection {
	background: #bbe2db;
}

::selection {
	background: #bbe2db;
}

a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.entry-content a {
	color: #f289b7;
}

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: #f289b7;
}

.entry-content a:hover,
.entry-content a:focus {
	opacity: 0.7;
}

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

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

strong {
	font-weight: 600;
}

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

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

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: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin: 10px 0 16px;
	padding: 0;
	text-transform: uppercase;
}

h1,
h2 {
	font-size: 24px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5,
h6 {
	font-size: 17px;
}


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


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

input,
select,
textarea {
	border: 1px solid #000;
	-webkit-box-shadow: 0 0 0 #fff;
	box-shadow: 0 0 0 #fff;
	color: #000;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	padding: 10px;
	width: 100%;
	border-radius: 0;
	background: transparent;
}

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

::-moz-placeholder {
	color: #000;
}

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

.button,
.button-secondary,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-size: 17px;
	background: #f289b7;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-style: normal;
	padding: 15px 20px;
	text-transform: uppercase;
	width: auto;
}

.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"] {
	color: #fff;
	background: #f289b7;
}

.button-secondary {
	background: #d2dd2a;
	color: #fff;
}

.button-secondary:hover,
.button-secondary:focus {
	opacity: 0.8;
}

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


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


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

.site-container {
	margin: 0 auto;
}

.home .site-container {
	overflow: hidden;
}

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

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

.home-top + .site-inner {
	margin-top: 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: 680px;
}

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

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

.search-form input {
	clear: none;
	float: left;
	margin-bottom: 0;
	padding: 14px 20px;
	width: 61.8%;
	height: 45px;
}

.search-form input[type="submit"] {
	color: #000;
	background: #fff;
	border: 1px solid #000;
	border-left: 0;
	font-weight: 400;
	width: 38.2%;
	font-family: 'Raleway', sans-serif;
	font-size: 11px;
	line-height: 1;
	padding-top: 16px;
}

.sidebar-secondary .search-form input {
	display: block;
	padding: 10px 10px;
	width: 100%;
}

.sidebar-secondary .search-form input[type="submit"] {
	display: none;
}

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

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

.alignleft,
.page-template-page_blog .entry-image {
	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-size: 11px;
	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: 40px;
}

.author-box {
	padding: 20px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
	margin-top: 0;
}

.author-box p {
	margin: 0;
}

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


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

.entry-title {
	line-height: 1.2;
	margin-bottom: 15px;
	text-align: center;
}

.sidebar .entry-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-size: 12px;
}

.page-template-page_blog .entry-title {
	font-size: 19px;
}

h1.entry-title,
.entry-title a,
.sidebar .widgettitle a {
	text-decoration: none;
}

h1.entry-title,
.archive-title {
	margin-top: 0;
}

.single .content .entry-header,
.blog .content > .entry:first-of-type .entry-header,
.home .home-middle .entry-header {
	position: relative;
}

.single .content .entry-header::before,
.single .content .entry-header::after,
.single .content .entry-title::before,
.single .content .entry-title::after,
.blog .content > .entry:first-of-type .entry-header::before,
.blog .content > .entry:first-of-type .entry-header::after,
.blog .content > .entry:first-of-type .entry-title::before,
.blog .content > .entry:first-of-type .entry-title::after,
.home .home-middle .entry-header::before,
.home .home-middle .entry-header::after,
.home .home-middle .entry-title::before {
	content: '';
	display: block;
	position: absolute;
}

.single .content .entry-header::before,
.blog .content > .entry:first-of-type .entry-header::before {
	background-image: url(images/post-indicator.png) center no-repeat;
	background-size: 50px;
	width: 50px;
	height: 475px;
	top: 65px;
	left: -65px;
	z-index: 3;
}

@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) {
		.single .content .entry-header::before,
		.blog .content > .entry:first-of-type .entry-header::before {
			background-image: url(images/post-indicator@2x.png);
		}
}

.home .home-middle .entry-header::before {
	content: 'The Latest';
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 19px;
	text-transform: uppercase;
	width: 70px;
	text-align: right;
	position: absolute;
	top: 90px;
	left: -90px;
}

.home .home-middle .entry-header::after {
	width: 30px;
	height: 1px;
	border-top: 1px solid #000;
	top: 520px;
	left: -65px;
	z-index: 3;
}

.home .home-middle .entry-header::after {
	width: 1000px;
	top: 150px;
	left: -960px;
	z-index: 3;
}

.single .content .entry-title::before,
.blog .content > .entry:first-of-type .entry-title::before,
.home .home-middle .entry-title::before {
	z-index: 2;
}

.single .content .entry-title::after,
.blog .content > .entry:first-of-type .entry-title::after {
	z-index: 1;
	left: -42px;
	border-left-color: #000;
}

.home .home-middle .entry-title::before {
	content: '';
	width: 15px;
	height: 14px;
	background-image: url(images/right-arrow.png);
	background-position: left;
	background-size: 19px;
	position: absolute;
	top: 144px;
	left: 27px;
}

.widgettitle {
	font-size: 19px;
	margin: 0 0 20px;
	position: relative;
	line-height: 1;
	text-align: center;
}

.sidebar-secondary .widgettitle {
	text-align: left;
}

.sidebar .widgettitle::before,
.before-footer .widgettitle::before {
	content: '';
	display: block;
	width: 176px;
	height: 17px;
	background: url(images/sidebar-header.png) no-repeat;
	background-size: 176px;
	margin: 0 auto 10px;
}

.no-sprinkles .widgettitle::before {
	content: none;
}

.archive-title {
	color: #bababa;
	text-align: center;
}


/* ## Screen reader text
--------------------------------------------- */

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

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus {
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
}

.more-link {
	position: relative;
}


/* # Skip Links
----------------------------------------------------------------------------- */

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


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


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

.sidebar .widget.featured-content {
	padding-bottom: 0;
}

.featured-content .entry {
	margin-bottom: 10px;
}

.footer-widgets .featured-content .entry {
	margin-bottom: 0;
}

.featured-content .alignleft,
.featured-content .alignright {
	max-width: 285px;
}

.sidebar .featured-content .alignleft,
.sidebar .featured-content .alignright {
	max-width: 115px;
}

.sidebar .featured-content .alignleft + .entry-header .entry-title,
.sidebar .featured-content .alignright + .entry-header .entry-title {
	text-align: left;
}


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

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

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

.user-profile .avatar {
	border: 3px solid #fff;
	-webkit-border-radius: 125px;
	border-radius: 125px;
}


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


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

.enews-widget input {
	float: left;
	padding: 14px 20px;
	height: 45px;
}

.enews-widget input[type="email"] {
	width: calc(100% - 140px);
}

.enews-widget input[type="submit"] {
	width: 140px;
	margin-left: -1px;
	color: #000;
	background: transparent;
	border: 1px solid #000;
	line-height: 1;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.enews-widget input[type="submit"]:hover {
	color: #f289b7;
	border-color: #f289b7;
}

/* Sidebar */

.sidebar .enews-widget input[type="email"],
.sidebar .enews-widget input[type="submit"] {
	float: none;
	width: 100%;
	margin: 10px 0;
}

.sidebar .enews-widget input[type="submit"] {
	width: 140px;
	height: 37px;
	line-height: 37px;
	border-radius: 100px;
	display: block;
	margin: 0 auto;
	padding: 0;
}


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


/* Instagram
--------------------------------------------- */

.before-footer .instagram-widget {
	position: relative;
}

.before-footer .instagram-widget .widgettitle {
	width: 350px;
	margin-left: auto;
	margin-right: auto;
}

.before-footer .instagram-widget .widgettitle::after {
	content: '';
	display: block;
	width: 60px;
	height: 64px;
	background: url(images/arrow.png) no-repeat;
	background-size: 79px;
	position: absolute;
	left: -55px;
	top: 35px;
	z-index: 1;
}

.before-footer #sb_instagram {
	position: relative;
	padding-top: 8px;
}

@media only screen and (max-width: 425px) {
	#sb_instagram.sbi_col_7.sbi_disable_mobile #sbi_images .sbi_item {
		width: 33.28% !important;
	}

	#sb_instagram.sbi_col_7.sbi_disable_mobile #sbi_images .sbi_item:nth-child(7) {
		display: none;
	}
}

.before-footer .sbi_follow_btn {
	width: 150px;
	position: absolute;
	top: -5px;
	left: calc(50% - 75px);
	margin: 0;
}

.before-footer .sbi_follow_btn .fa {
	display: none;
}

.before-footer #sb_instagram .sbi_follow_btn a {
	background: transparent;
	padding: 0;
	margin: 0;
	line-height: 0;
	color: #000;
	font-size: 14px;
}


/* Custom Bios
--------------------------------------------- */

.sidebar .custom-bio .widgettitle {
	text-align: left;
	margin-bottom: 10px;
}

.custom-bio .bio-pic {
	float: right;
	width: 120px;
	height: 120px;
	border-radius: 100%;
	background: url(images/toni.jpg);
	background-size: contain;
}

.footer-widgets .custom-bio .bio-pic {
	float: left;
	width: 115px;
	height: 115px;
}

.custom-bio .bio-text {
	margin-bottom: 0;
	float: left;
	width: calc(100% - 130px);
	font-size: 15px;
	line-height: 1.2;
}

.footer-widgets .custom-bio .bio-text {
	float: right;
	width: calc(100% - 125px);
	line-height: 1.4;
}

.sidebar .bio-link {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 600;
}


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

/* Sidebar */

.widget.custom-social.gear-group {
	position: relative;
	padding-bottom: 51px;
}

.custom-social.gear-group .widgettitle {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 15px 0;
	margin-bottom: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 51px;
}

.custom-social.gear-group .widgettitle::before,
.custom-social.gear-group .widgettitle::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: #fff;
	border: 1px solid #000;
	border-radius: 8px;
	position: absolute;
	bottom: -15px;
	left: 0;
}

.custom-social.gear-group .widgettitle::after {
	bottom: -5px;
	left: auto;
	right: 0;
}

.custom-social.gear-group .textwidget {
	background: url(images/gear-group.png) no-repeat;
	background-size: 300px;
	width: 300px;
	height: 152px;
	margin: 0 auto;
	position: relative;
}

@media only screen and (max-width: 321px) {
	.custom-social.gear-group .textwidget {
		width: 100%;
		background-size: 100%;
	}
}

.custom-social.gear-group .arrow-pointer {
	content: '';
	display: block;
	width: 10px;
	height: 37px;
	background: #fbdfeb;
	position: absolute;
	bottom: 20px;
	left: calc(50% - 8px);
	border-radius: 100% 100% 8px 8px;
	transform-origin: 50% 100%;
}

.custom-social.gear-group .social-icon {
	position: absolute;
	bottom: 30px;
	left: 87.5px;
	font-size: 20px;
	color: #ef68a6;
}

.custom-social.gear-group .social-icon:nth-of-type(2),
.custom-social.gear-group .social-icon:nth-of-type(3) {
	bottom: 60px;
	left: 112.5px;
	color: #f5b054;
}

.custom-social.gear-group .social-icon:nth-of-type(3),
.custom-social.gear-group .social-icon:nth-of-type(4) {
	left: auto;
	right: 125px;
	color: #d2dd2a;
}

.custom-social.gear-group .social-icon:nth-of-type(4) {
	right: 100px;
	color: #84d3f0;
}

.custom-social.gear-group .social-icon:hover {
	opacity: 0.7;
}

/* Footer */

.footer-widgets .widget.custom-social {
	border: 1px solid #000;
	margin-bottom: 60px;
}

.footer-widgets .custom-social .widgettitle,
.footer-widgets .custom-social .textwidget {
	width: 190px;
	background: #f8f8f8;
}

.footer-widgets .custom-social .widgettitle {
	margin: -10px auto 0;
}

.footer-widgets .custom-social .textwidget {
	text-align: center;
	width: 250px;
	margin: 15px auto -20px;
	position: relative;
}

.footer-widgets .custom-social .textwidget::before,
.footer-widgets .custom-social .textwidget::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: #fff;
	border: 1px solid #000;
	border-radius: 8px;
	position: absolute;
	bottom: 15px;
	left: 0;
}

.footer-widgets .custom-social .textwidget::after {
	left: auto;
	right: 0;
}

.footer-widgets .custom-social a {
	background: url(images/gear.png) no-repeat;
	background-size: contain;
	width: 42px;
	height: 41px;
	line-height: 41px;
	color: #f16a73;
}

.footer-widgets .custom-social a:nth-of-type(2n) {
	color: #f5b054;
}

.footer-widgets .custom-social a:nth-of-type(3n) {
	color: #d2dd2a;
}

.footer-widgets .custom-social a:nth-of-type(4n) {
	color: #6ccdea;
}

.footer-widgets .custom-social a:hover {
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
}

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


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

.home-top {
	padding: 50px 0 47px;
	background: url(images/bg.png);
	background-size: 53px;
	background-position: -14px -13px;
}

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

.home-middle .entry-title {
	font-size: 24px;
}

.home-middle .featured-content .entry,
.home-bottom .featured-content .entry,
.page-template-page_blog .entry {
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
}

.home-middle .featured-content .entry p:last-of-type,
.home-bottom .featured-content .entry p:last-of-type
.page-template-page_blog .entry p:last-of-type {
	margin-bottom: 0;
}


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

.page-template-page-recipes .sidebar-secondary li {
	line-height: 1.4;
}

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

.recipe-index .widget:last-of-type {
	border-bottom: 0;
	padding-bottom: 0;
}

.recipe-index .widgettitle {
	text-align: center;
	font-size: 24px;
}

.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 {
	font-size: 19px;
}


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


/* Title Area
--------------------------------------------- */
.title-area {
	clear: both;
	padding: 0;
}

@media only screen and (min-width: 940px) {
	.title-area {
		padding: 10px 0 40px;
	}
}

.site-title {
	margin: 0;
}

.site-title a {
	text-indent: -9999px;
	display: block;
	width: 284px;
	height: 205px;
	background: url(images/logo.png) center no-repeat;
	background-size: 284px;
	margin: 0 auto;
}

.site-description {
	display: none;
}


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

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

.genesis-nav-menu .menu-item {
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-size: 19px;
	text-transform: uppercase;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-align: left;
}

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

.genesis-nav-menu .sub-menu {
	border-top: 1px solid transparent;
	border-bottom: 5px solid #000;
	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 {
	background-color: #fff;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -46px 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 .current-menu-item > a {
}

.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: #bbe2db;
	color: #fff;
}

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

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

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

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

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

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

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

.sidebar .menu-item a {
	text-decoration: none;
}


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

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


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

.nav-primary {
	margin: 0 auto;
}

.nav-primary .menu > .menu-item::before,
.nav-primary .menu > .menu-item:nth-child(8)::after {
    content: '';
    display: block;
    float: left;
    width: 12px;
    height: 12px;
    margin-top: 24px;
    background: url(images/menu-sprinkles.png) no-repeat;
    background-size: 108px;
    background-position: 0 0;
}

.nav-primary .menu-item a {
	padding: 20px 5px 20px 23px;
}

.nav-primary .menu > .menu-item > a:hover {
	color: #ef68a6;
}

.nav-primary .menu > .menu-item:nth-child(2)::before {
    background-position: -12px 0;
}

.nav-primary .menu > .menu-item:nth-child(2) > a:hover {
	color: #f16a73;
}

.nav-primary .menu > .menu-item:nth-child(3)::before {
    background-position: -24px 0;
}

.nav-primary .menu > .menu-item:nth-child(3) > a:hover {
	color: #f5b054;
}

.nav-primary .menu > .menu-item:nth-child(4)::before {
    background-position: -36px 0;
}

.nav-primary .menu > .menu-item:nth-child(4) > a:hover {
	color: #f6eb36;
}

.nav-primary .menu > .menu-item:nth-child(5)::before {
    background-position: -48px 0;
}

.nav-primary .menu > .menu-item:nth-child(5) > a:hover {
	color: #c6d931;
}

.nav-primary .menu > .menu-item:nth-child(6)::before {
    background-position: -60px 0;
}

.nav-primary .menu > .menu-item:nth-child(6) > a:hover {
	color: #76c9bb;
}

.nav-primary .menu > .menu-item:nth-child(7)::before {
    background-position: -72px 0;
}

.nav-primary .menu > .menu-item:nth-child(7) > a:hover {
	color: #6ccdea;
}

.nav-primary .menu > .menu-item:nth-child(8)::before {
    background-position: -84px 0;
}

.nav-primary .menu > .menu-item:nth-child(8) > a:hover {
	color: #bbe2db;
}

.nav-primary .menu > .menu-item:nth-child(8) {
	position: relative;
}

.nav-primary .menu > .menu-item:nth-child(8)::after {
	background-position: -96px 0;
	position: absolute;
	top: 0;
	right: 0;
}

.nav-primary .menu > .menu-item:nth-child(8) > a {
	padding-right: 23px;
}

.nav-primary .sub-menu {
	border-top: 1px solid #eee;
	margin: 0 0 20px;
}

.nav-primary .sub-menu .sub-menu {
	margin-top: -60px;
}


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

.nav-secondary {
	float: left;
	margin: 0 auto;
	padding: 0 10px;
	border: 1px solid #000;
	border-top: 0;
	border-right: 0;
	position: relative;
}

@media only screen and (max-width: 940px) {
	.nav-secondary {
		border: none;
		width: 100%;
	}	
}

.nav-secondary::before,
.nav-secondary::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
}

.nav-secondary::before {
	width: 1px;
	height: 22px;
	background: #000;
	bottom: 0;
}

@media only screen and (max-width: 940px) {
	.nav-secondary::before,
	.nav-secondary::after {
		display: none;
	}	
}

.nav-secondary::after {
	width: 10px;
	height: 10px;
	background: #fff;
	bottom: 15px;
	right: -6px;
	border-radius: 10px;
	border: 1px solid #000;
}

.nav-secondary .menu-item {
	font-size: 15px;
}

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


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


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

.entry {
	margin-bottom: 20px;
	padding: 0 0 22px;
}

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

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

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

.entry-meta {
	font-family: 'Raleway', sans-serif;
	font-size: 10px;
	letter-spacing: 0.15em;
	margin: 0 auto 5px;
	text-align: center;
	text-transform: uppercase;
}

.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,
.more-from-category a {
	background: #f289b7;
	color: #fff;
	display: table;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-size: 17px;
	margin: 0 auto;
	padding: 10px 20px;
	text-transform: uppercase;
	line-height: 1;
	border-radius: 100px;
}

.content .home-bottom .entry:nth-child(4n+1) a.more-link,
.page-template-page_blog .content .entry:nth-child(4n+2) a.more-link,
.page-template-page-recipes .content .widget:nth-child(4n+3) .more-from-category a {
	background: #f5b054;
}

.content .home-bottom .entry:nth-child(4n+2) a.more-link,
.page-template-page_blog .content .entry:nth-child(4n+3) a.more-link,
.page-template-page-recipes .content .widget:nth-child(4n+4) .more-from-category a {
	background: #d2dd2a;
}

.content .home-bottom .entry:nth-child(4n+3) a.more-link,
.page-template-page_blog .content .entry:nth-child(4n+4) a.more-link,
.page-template-page-recipes .content .widget:nth-child(4n+5) .more-from-category a {
	background: #bbe2db;
}

.more-from-category {
	clear: both;
	margin: 40px auto;
}

a.more-link:hover,
a.more-link:focus,
.more-from-category a:hover,
.more-from-category a:focus {
	opacity: 0.8;
}


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

.archive-pagination {
	clear: both;
	font-size: 14px;
	margin: 20px 0;
	text-align: center;
}

.archive-pagination li {
	border: 1px solid #000;
	display: inline-block;
	margin-right: 2px;
}

li.pagination-next,
li.pagination-previous {
	border: 0;
	margin-right: 0;
}

.archive-pagination a {
	display: block;
	line-height: 1;
	padding: 8px 12px;
}

li.pagination-next a,
li.pagination-previous a {
	padding: 6px;
}

.archive-pagination .active a {
	color: #f289b7;
}


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

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

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

.entry-comments .comment-reply-title,
.comment-respond .comment-reply-title {
	font-size: 19px;
}

.comment-respond .comment-reply-title {
	position: relative;
}

.comment-respond .comment-reply-title::before {
	content: '';
	display: block;
	width: 50px;
	height: 185px;
	position: absolute;
	top: 15px;
	left: -65px;
	border: 1px solid #000;
	border-right: 0;
}

.comment-respond .comment-reply-title::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: #fff;
	border: 1px solid #000;
	border-radius: 8px;
	position: absolute;
	top: 196px;
	left: -24px;
}

.entry-comments .comment-header {
	overflow: auto;
	margin-bottom: 10px;
}

.entry-comments .comment-header,
.entry-comments .comment-header a {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-size: 15px;
	text-transform: uppercase;
}

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

.comment-author span {
    display: inline-block;
    margin: 5px 0;
}

.entry-comments .comment-meta,
.entry-comments .comment-edit-link {
	float: left;
	margin-bottom: 0;
}

.entry-comments .comment-meta,
.entry-comments .comment-meta a,
.entry-comments a.comment-edit-link {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 12px;
	text-transform: none;
	margin-top: 0;
}

.entry-comments .comment-edit-link {
	margin-left: 5px;
}

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

.comment-respond input[type="submit"] {
	color: #000;
	background: #fff;
	border: 1px solid #000;
	height: 45px;
	line-height: 1;
	margin-top: 10px;
}

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

.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-list > .comment:last-of-type {
	border-bottom: 1px solid #eee;
}

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

.form-allowed-tags {
	display: none;
}

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

.comment-content ul,
.comment-content ol {
	margin: 0 0 20px 20px;
}

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

.comment-content ol {
	list-style-type: numeral;
}

.comment-content li {
	padding: 0;
	margin: 0;
}

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

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


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

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

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

.sidebar .widget {
	border-bottom: 1px solid #eee;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.sidebar .widget_search,
.sidebar .no-sprinkles {
	border: 0;
	padding: 0;
}

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


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

.before-footer {
	margin-top: 15px;
	margin-bottom: 35px;
}

.footer-widgets {
	padding: 50px 0 0;
	background: #f8f8f8;
}

.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,
.footer-widgets-3 {
	float: left;
}

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


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

.site-footer {
	font-size: 10px;
	letter-spacing: 0.28em;
	padding: 40px 0 60px;
	text-align: center;
	text-transform: uppercase;
	color: #666;
	background: #f8f8f8;
}

.site-footer a {
	color: #666;
	text-decoration: none;
}

.site-footer p {
	margin: 0;
}

.site-credits-container {
    position: relative;
}

.site-credits-box {
    max-height: 0;
    width: 150px;
    line-height: 1.625;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: -160px;
	overflow: hidden;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.site-credits-container:hover {
	cursor: pointer;
}

.site-credits-container:hover .site-credits-box {
    max-height: 100px;
    padding: 10px;
}
.site-credits-box .designer,
.site-credits-box .developer {
	display: block;
}

.site-credits-box .developer {
    margin-top: 5px;
}


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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {
	.site-title a {
		background-image: url(images/logo@2x.png);
	}

	.home-top {
		background-image: url(images/bg@2x.png);
	}

	.nav-primary .menu > .menu-item::before,
	.nav-primary .menu > .menu-item:nth-child(8)::after {
		background-image: url(images/menu-sprinkles@2x.png);
	}

	.sidebar .widgettitle::before,
	.before-footer .widgettitle::before {
		background-image: url(images/sidebar-header@2x.png);
	}

	.before-footer .instagram-widget .widgettitle::after {
		background-image: url(images/arrow@2x.png);
	}

	.custom-bio .bio-pic {
		background-image: url(images/toni@2x.jpg);
	}

	.custom-social.gear-group .textwidget {
		background-image: url(images/gear-group@2x.png);
	}

	.footer-widgets .custom-social a {
		background-image: url(images/gear@2x.png);
	}
}

@media only screen and (max-width: 1200px) {
	.site-inner,
	.wrap {
		max-width: 960px;
		overflow: hidden;
	}

	.site-header .title-area a {
		width: 80%;
		height: 140px;
		background-size: contain;
	}

	.site-header a {
		font-size: 12px;
		padding: 8px;
	}

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

	.site-inner {
		margin: 20px auto;
	}

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

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

	.nav-primary {
		width: 900px;
	}

	.nav-primary .menu > .menu-item::before {
		margin-top: 20px;
	}

	.nav-primary .menu > .menu-item:nth-child(8)::after {
		margin-top: -37px;
	}

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

	.sidebar-primary {
		width: 300px;
	}

	.enews-widget .widgettitle,
	.enews-widget p,
	.enews-widget form {
		clear: both;
		display: block;
		float: none;
		text-align: center;
		width: 100%;
	}

	.home .home-middle .entry-title::before,
	.home .home-middle .entry-header::after,
	.home .home-middle .entry-header::before{
		display: none;
	}

	.footer-widgets .widget.custom-social {
		margin-top: 10px;
	}

	.post .entry-content img {
		display: block;
	    margin-left: auto;
	    margin-right: auto;
	}
}

@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-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

	.sidebar-primary,
	.sidebar-secondary,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		float: none;
		clear: both;
		margin-left: auto;
		margin-right: auto;
		width: 300px;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}

	.site-header .title-area {
		margin-top: 20px;
	}

	.site-header .title-area a {
		margin: 0 auto 20px;
	}

	.nav-primary {
		float: none;
		clear: both;
		margin: 0 auto;
	}

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

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

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

	.home-middle .entry {
		text-align: center;
	}

	.author-box,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.sidebar .widget,
	.comment-respond {
		padding: 20px 0;
	}

	.single .entry {
		padding-top: 0;
	}

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

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

	.genesis-nav-menu li.right {
		display: none;
	}

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

	.footer-widgets {
		padding: 20px 10px 16px;
	}

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

@media only screen and (max-width: 940px) {
	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		visibility: visible;
	}

	.menu-toggle {
		background: transparent;
		border-bottom: 1px solid #eee;
		border-top: 1px solid #eee;
		cursor: pointer;
		min-height: 52px;
		position: relative;
		width: 100%;
		clear: both;
	}

	.menu-toggle span {
		margin-left: -10px;
		top: 23px;
		left: 50%;
	}

	.menu-toggle span,
	.menu-toggle span:before,
	.menu-toggle span:after {
		background: #000;
		-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: #000;
		cursor: pointer;
		padding: 18px;
		position: absolute;
		top: 0;
		right: 0;
	}

	.sub-menu-toggle:before {
		content: "+";
	}

	.sub-menu-toggle.active:before {
		content: "-";
	}

	nav {
		display: none;
		position: relative;
	}

	.nav-primary {
		width: 100%;
	}

	.nav-primary a {
		padding: 18px;
	}

	.nav-primary .menu > .menu-item:nth-child(8)::after {
		display: none;
	}

	.genesis-nav-menu {
		border: none;
	}

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

	.genesis-nav-menu .menu-item:hover,
	.genesis-nav-menu .menu-item:focus {
		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;
	}

	.genesis-nav-menu .sub-menu a:hover,
	.genesis-nav-menu .sub-menu a:focus {
	}

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

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

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

	.site-header .widget-area,
	.site-header .widget-area .genesis-nav-menu {
		width: 100%;
	}

	.home-middle,
	.home-bottom {
		padding-left: 5%;
    	padding-right: 5%;
	}
}

@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 {
		clear: both;
		margin-left: 0;
	}

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

	.footer-widgets-2 .entry {
		float: none;
		margin: 0;
	}

	.widget_hat_widget .tabs-menu li {
		width: 85px;
		margin: 0 5px;
	}

	.widget_hat_widget .tabs-menu li a {
		padding: 5px;
		font-size: 14px;
	}

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

	.sidebar-primary,
	.sidebar-secondary,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 500px;
	}

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

	.footer-widgets .featured-content .entry {
		clear: none;
	    float: left;
	    width: 33.33%;
	}

	.home-bottom .entry-content {
		text-align: left;
	}
}

@media only screen and (max-width: 550px) {
	.sidebar-primary,
	.sidebar-secondary,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 90%
	}
}

@media only screen and (max-width: 420px) {
	.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%;
	}

	.site-inner,
	.home .wrap {
		padding-left: 10px;
		padding-right: 10px;
	}

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

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

	.featured-content .alignleft,
	.featured-content .alignright,
	.sidebar .alignleft,
	.sidebar .entry-image {
		clear: both;
		float: none;
		margin: 0 auto;
		max-width: 100%;
	}

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

	.before-footer .instagram-widget .widgettitle {
		width: 100%;
	}

	.before-footer .instagram-widget .widgettitle::after {
		display: none;
	}
,