/*
	Theme Name: Genesis Sample
	Theme URI: http://www.studiopress.com/
	Description: This is the sample theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 2.2.4

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.2.3

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
	- WP Instagram
	- Yummly Recipes
	- Simple Social Icons
	- Po.st Code
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Home Page Elements
	- Home Featured
	- Home Middle
	- Featured Categories
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
	- Related Content
- Sidebars
- Footer Widgets
- Utility + Bottom Bar
- Site Footer
- Recipe Index
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
	- Max-width: 670px;
	- Max-width: 500px;
- Print Styles
*/


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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

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

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

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


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

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

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


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

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


@font-face {
    font-family: 'museo_slab500';
    src: url('Museo_Slab_500_2-webfont.eot');
    src: url('Museo_Slab_500_2-webfont.eot?#iefix') format('embedded-opentype'),
         url('Museo_Slab_500_2-webfont.woff2') format('woff2'),
         url('Museo_Slab_500_2-webfont.woff') format('woff'),
         url('Museo_Slab_500_2-webfont.ttf') format('truetype'),
         url('Museo_Slab_500_2-webfont.svg#museo_slab500') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

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

body {
	background-color: #fff;
	color: #333;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.4;
	margin: 0;
}

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

a {
	color: #36d0c4;
	text-decoration: none;
}


a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

a img:hover {
	opacity: .8;
}

p {
	margin: 0 0 28px;
	padding: 0;
	font-size: 15px;
	line-height: 1.3;
}

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: bold;
}

em {
	font-size: 15px;
	margin-bottom: 20px;
}

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

blockquote {
	margin: 40px;
}

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


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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'museo_slab500', serif;
	line-height: 1.3;
	margin: 0 0 10px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .5px;
}

h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
}

h1 {
	font-size: 28px;
	font-size: 2.8rem;
}

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

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

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

h5 {
	font-size: 18px;
	font-size: 1.8rem;
	color: #f35b8d;
}

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

h2, h6 {
	color: #36d0c4;
}

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

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

img {
	height: auto;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input,
select,
textarea {
	background-color: #fff;
	box-shadow: 0;
	border: 1px solid #eee;
	color: #333;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
	border-radius: 0;
	font-family: 'museo_slab500', serif;
}

input:focus,
textarea:focus {
	border: 1px solid #eee;
	outline: none;
	color: #333;
	border-radius: 0;
}

input[type="search"] {
	color: #333;
}

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	font-family: 'museo_slab500', serif;
	background-color: #f35b8d;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: normal;
	padding: 8px 12px;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
.button:hover,
.content input:hover[type="submit"],
.entry-content .button:hover,
.entry-content .button:focus {
	background: #333 !important;
	-ms-transform: rotate(-3deg) !important;
    -webkit-transform: rotate(-3deg) !important;
    -moz-transform: rotate(-3deg) !important;
	-o-transform: rotate(-3deg) !important;
	transform: rotate(-3deg);
	color: #fff;
}



.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #999;
	cursor: not-allowed;
}

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

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-word;
}

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## 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: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0;
	border-radius: 0;
}

.more-link {
    position: relative;
}


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

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

.site-container {
	max-width: 1150px;
	margin: 0 auto;
	background: #fff;
	padding: 0 50px;
}


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

.site-inner {
	clear: both;
	word-wrap: break-word;
	background: #fff;
	padding: 30px 0px 0;
	border-top: 0px solid #eee;
}

.landing-page .site-inner {
	max-width: 800px;
}

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

/* ### Wrapping div for .content and .sidebar-primary */

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

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

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

/* ### Content */

.content {
	float: right;
	width: 700px;

}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
	margin-bottom: 30px;
}

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

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */


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

.copyright {
	background: url(images/stripe.png);
	padding: 6%;
	font-weight: 600;
}


.copyright p {
	font-size: 11px;
}
.copyright strong {
	text-transform: uppercase;
	font-weight: 600;
}




/* ### Secondary Sidebar */

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

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

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

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

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

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

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

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

.breadcrumb {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 60px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

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

/* Search Form */
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */

.search-form {
	position: relative;
}

input:focus[type="search"],
input[type="search"] {
	padding: 6px 4px 6px 10px;
	padding: .7rem .4rem .6rem 1rem;
	width: 87%;
	color: #000;
	background: #eee;
	opacity: .5;
	border: none;
	float: right;
	line-height: 2;
	font-family: 'museo_slab500', serif;
}

.search-form input[type="submit"] {
	position: absolute;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	clip: inherit;
	color: #333;
	right: 0;
	border: 0;
}

.search-form input[type="submit"]:hover {
	background: #36d0c4;
}

.site-header .search-form {
	width: 189px;
}

.search-form:before {
    content: "\f2f5";
    font-family: 'ionicons';
    color: #333;
    padding: 10px;
    font-size: 20px;
    background: #fff;
    margin: 0;
    line-height: 1.8;
}

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin: 40px 0;
}
.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 0px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

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

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title,
.entry-title auto {
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.1;
	margin: 12px 0 8px;
	letter-spacing: 1px;
	color: #2bcdc1;
}

.entry-title a,
.sidebar .widget-title a {
	color: #2bcdc1;
	text-decoration: none;
	text-transform: uppercase;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #333;
}

.widget-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	color: #f35b8d;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 700;
}

.home-featured .featured-content .entry-title a,
.category-featured .entry-title a,
.sidebar .entry-title a {
	color: #333;
}

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

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

a.alignnone {
	display: inline;
}

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

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

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

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

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

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 4% 1% 0;
}

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

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	margin: 0;
	text-align: center;
}

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

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


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

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

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

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

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.after-entry, .after-entry .widget {
	padding: 0;
}

.after-entry .widget-area {
	margin-bottom: 0px;
}

/* ## User Profile
--------------------------------------------- */
.user-profile a {
	font-weight: 600;
	padding: 0;
}

#profile {
	margin-bottom: 10px;
}

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

.featured-content .entry {
	background: none;
	padding: 1%;
	margin-bottom: 10px;
	float: left;
	display: block;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
	font-family: 'source sans pro', sans-serif;
	margin-bottom: 2px;
	letter-spacing: .5px;
}

.featured-content .entry-title a {
	font-weight: 600;
	font-size: 15px;
}

.featured-content .entry-meta .entry-time {
	color: #999;
	font-size: 12px;
	font-weight: normal;
	font-family: 'museo_slab500', serif;
	font-style: italic;
	text-align: left;
	text-transform: lowercase;
	letter-spacing: 0;
}

.footer-widgets .featured-content .entry img,
.sidebar-primary .featured-content .entry img {
	width: 95%;
	float: left;
	display: inline-block;
	padding-right: 5px;
}

.sidebar-primary .featured-content .entry {
	width: 100%;
	min-height: none;
}

.sidebar-primary .featured-content .entry-meta .entry-time {
	text-align: left;
	float: left;
}

.sidebar-primary .featured-content .entry-title {
	text-align: left;
}

.featured-content a.alignleft {
	margin: 0;
}


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

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

/*.sidebar-primary .enews-widget .widget-title:before {
	background: url(images/whiskline.png);
	z-index: 3;
	width: 300px;
	height: 30px;
}*/

.sidebar .widget.enews-widget {
	background: #2bcdc1;
	color: #fff;
	padding: 20px;
	text-align: center;
}
.sidebar .enews-widget h3 {
	color: #fff;
	font-size: 24px;
	text-align: center;
}

.sidebar .enews-widget h3 {
	margin-bottom: 2px;
	font-size: 28px;
}

.sidebar .enews-widget img {
	margin: 0 auto;
}

.sidebar .enews-widget p {
	font-size: 15px;
	margin: 0 0 0px;
	font-weight: 600;
	color: #fff;
}



.sidebar .enews-widget .widget-title {
	border: none;
	font-size: 26px;
	margin-bottom: 5px;
}

.sidebar .widget.enews-widget {
	padding: 18px;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 4px solid #fff;
	display: inline-block;
	float: left;
	z-index: 2;
	margin-top: 22px;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #f35b8d !important;
	color: #fff!important;
	border: none;
	z-index: 3;
	float: right;
	font-size: 22px;
	font-family: 'museo_slab500', serif;
	letter-spacing: 1px;
}


.enews-widget input:hover[type="submit"],
.sidebar .enews-widget input:hover[type="submit"],
.sidebar .enews-widget input:focus[type="submit"]  {
	background-color: #333 !important;
	-ms-transform: rotate(-3deg) !important;
    -webkit-transform: rotate(-3deg) !important;
    -moz-transform: rotate(-3deg) !important;
	-o-transform: rotate(-3deg) !important;
	transform: rotate(-3deg);

}

.enews-widget input {
	font-size: 13px;
	font-size: 1.3rem;
	margin-top: 10px;
	margin-bottom: 16px;
	padding: 10px;
}

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

.enews form + p {
	margin-top: 24px;
}

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

#wpstats {
	display: none;
}


/* Instagram
--------------------------------------------- */
.widget.null-instagram-feed .widget-wrap {
  display: block;
}

.widget.null-instagram-feed a {
	text-align: center;
}


.instagram-pics li {
  text-align: center;
  margin-bottom: 0 !important;
  width: 50%;
  padding: 1%;
  display: inline-block;
}



.instagram-footer .instagram-pics li {
  display: inline-block;
  max-width: calc(100%/6);
  margin: 0 auto;
  padding: 0%;
  /*margin-top: -8px;*/
}

.instagram-pics img {
  max-width: 100%;
  padding: 1%;

}

.instagram-footer .null-instagram-feed .widget-title {
  margin: 10px auto;
  text-align: left;
}

/*.instagram-footer .null-instagram-feed .widget-title:before {
	content: "\f350";
    font-family: 'ionicons';
    font-size: 18px;
    color:;
    float: left;
    text-align: left;
    margin-right: 5px;
    padding-top: 1px;
}*/

.instagram-footer .widget {
	margin-bottom: 0px;
	background: #fff;
}


.instagram-footer h5 {
	text-align: left;
}

.instagram-footer a {
	color: #333;
}

.instagram-footer a:hover {
	color: #36d0c4;
}

.instagram-footer img {
display: inline-block;}


div#amzn-native-ad-0 .amzn-native-header .amzn-native-header-text {
	font-size: 22px !important;
	font-family: 'museo_slab500', serif !important;
	text-transform: uppercase;
}

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

.yrecipe-container-border {
	background: #f8f8f8 !important;
	padding: 40px;
}

#yrecipe-title {
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 3rem;
	font-weight: 700;
	color: #36d0c4;
	text-transform: uppercase;
	display: block;
	letter-spacing: 1px;
	width: 75%;
}


.butn-link {
	font-family: 'museo_slab500', serif;
	color: #fff;
	font-size: 16px;
	background: #f35b8d;
	padding: 6px 10px;
	text-transform: uppercase;
	margin-top: -5px;
}

.butn-link:hover {
	color: #fff;
	background: #333;
	-ms-transform: rotate(-3deg) !important;
    -webkit-transform: rotate(-3deg) !important;
    -moz-transform: rotate(-3deg) !important;
	-o-transform: rotate(-3deg) !important;
	transform: rotate(-3deg);
}



iframe.YUMMLY-YUM-IFRAME {
	width: 75px !important;
}

#yrecipe-beacon {
	display: none;
}

.item.b-b {
	width: 100%;
	display: inline-block;
}

.yrecipe-print-link, .butn-link, .btn-wrapper, #y-recipe-link-1, .views-urb-yum {
	float: right;
	display: block;
}


#yrecipe-total-time, #yrecipe-prep-time, #yrecipe-cook-time, #yrecipe-yield, #yrecipe-nutrition, #yrecipe-serving-size {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 11px;

}

#yrecipe-total-time, #yrecipe-prep-time, #yrecipe-cook-time, #yrecipe-yield, #yrecipe-nutrition, #yrecipe-serving-size, #yrecipe-summary {
	float: left;
	display: inline-block;
	padding-right: 10px;
}

.ymeta.yclear {
	display: inline-block;
	margin: 5px;
	width: 65%;
	height: 20px;
}

#yrecipe-summary {
	width: 60%;
	margin-top: -15px;
}


#yrecipe-ingredients,
#yrecipe-instructions,
#yrecipe-notes {
	font-family: 'museo_slab500', serif;
	font-size: 16px;
	color: #f35b8d;
	font-weight: normal;
	text-transform: uppercase;
}

#yrecipe-ingredients,
#yrecipe-instructions,
#yrecipe-notes,
#yrecipe-ingredients-list,
#yrecipe-instructions-list {
	display: inline-block;
	width: 75%;
}

.img-desc-wrap .photo {
	width: 210px !important;
	margin-top: -30px;
	margin-bottom: -50px;
	z-index: 99;
	float: right;
}


.recipe.button {
	margin: 0 10px 15px 0;
	display: inline-block;
	padding: 7px 10px;
	letter-spacing: .5px;
	font-size: 12px;
}

#jump:after {
	content: "\f35d";
	font-family: 'ionicons';
	margin-left: 4px;
	font-size: 12px;
}





/* # Simple Social Icons
---------------------------------------------------------------------------------------------------- */

.simple-social-icons ul li a {
	background-color: #333333 !important;
    border-radius: 100px;
    color: #ffffff !important;
    border: 0px #ffffff solid !important;
    font-size: 11px !important;
    padding: 6px !important;
    margin-left: -6px !important;
}

.simple-social-icons li.social-snapchat a:hover {
	background: #36d0c4 !important;

}

.simple-social-icons li.social-facebook a:hover {
	background: #355bae !important;

}

.simple-social-icons li.social-instagram a:hover {
	background: #ff7f0d !important;
	}

.simple-social-icons li.social-pinterest a:hover {
	background: #d91130 !important;
}

.simple-social-icons li.social-twitter a:hover {
	background: #55aeeb !important;
}



/* Po.st Code
--------------------------------------------- */
.pw-widget {
	padding: 50px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	opacity: .9;
}

.pw-sticky .pw-widget {
	border: none;
	margin: 200px 0 0 0px;
	
}

.pw-widget.__pw-padding-true.__pw-layout-vertical .pw-button, .pw-widget.__pw-padding-true.__pw-layout-vertical .pw-native {
	padding-bottom: 10px !important;
	opacity: .9;
}

.pw-widget.__pw-padding-true.__pw-layout-horizontal .pw-button, .pw-widget.__pw-padding-true.__pw-layout-horizontal .pw-native {
	padding-right: 15px !important;
}

.pw-widget.__pw-padding-true.__pw-layout-vertical .pw-button:hover ,.pw-button:hover {
	opacity: .7;
}





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

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

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

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


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

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

.site-header > .wrap {
	padding: 15px 0 25px;
}

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

.title-area {
	float: left;
	padding: 0;
	width: 400px;
}


.header-full-width .title-area {
	float: none;
	width: 100%;
}

.site-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-size: 3rem;
	font-weight: normal;
	line-height: 1.2;
}

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



.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 0;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

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


/* Logo, hide text */

.header-image .site-title,
.header-image .title-area {
	background: none;
	border: none;
	outline: none;
	padding: 0;
	margin: 0 auto;
}

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

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

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

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 58%;
}

/* # Home Page Elements
---------------------------------------------------------------------------------------------------- */


/* Home Featured */

.home-featured {
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

.home-featured .widget {
	margin-bottom: 15px;
}

.home-featured .featured-content .entry img {
	width: 100%
}

.home-featured .featured-content .entry {
	width: 33% !important;
	float: left !important;
	padding: .25%;
	margin-left: 3px;
	min-height: 150px;
}


.home-featured .featured-content .entry-title {
	text-align: center;
	margin-top: 5px;
	font-family: 'Montserrat', sans-serif;

}

.home-featured .featured-content .entry-title a {
	font-weight: 400;
}

.home-featured .featured-content .entry-title a:hover {
	color: #36d0c4;
}

/* Home Middle */

.home-middle {
	margin-bottom: 50px;
	margin-top: 30px;
}

.home-middle .enews-widget {
  background: #2bcdc1;
  color: #fff;
  padding: 2% 0% 1.5% 3%;
  margin: 0 auto;
}

.home-middle .enews-widget p {
  width: 45%;
  float: left;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  margin: 0 10px 0 0;
  padding: 0 23px;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
}


.home-middle .widget-title {
	font-size: 32px;
	color: #fff;
	letter-spacing: 2px;
	width: 45%;
	margin-right: 0px;
	margin-bottom: 2px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-align: center;
}


.home-middle input {
    float: left;
    width: 40%;
    margin-right: 0px;
    margin-top: -37px;
    padding: 17px 30px;
    color: #888;
}


.home-middle .enews-widget input[type="email"] {
	border: 1px solid #fff;
	padding-left: 15px;
	width: 40%;
	margin-right: 10px;
}

.home-middle .enews-widget input[type="submit"] {
    color: #fff;
    background: #f35b8d;
    margin-top: -37px;
    width: auto;
    padding: 12px 18px;
    font-size: 22px;
    font-family: 'museo_slab500', serif;
    text-transform: uppercase;
}

.home-middle .enews-widget input[type="submit"]:hover {
	background: #333;
}

/* Featured Categories */



.category-header {
	padding: 2px 20px 3px;
	display: inline-block;
	float: left;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	margin: -12px 0 0 2px;
	font-size: 21px;
	-ms-transform: rotate(-3deg) !important;
    -webkit-transform: rotate(-3deg) !important;
    -moz-transform: rotate(-3deg) !important;
	-o-transform: rotate(-3deg) !important;
	transform: rotate(-3deg);
	
}

.category-more {
	padding: 10px 0 0;
	display: inline-block;
	float: right;
	text-align: right;
	font-family: 'museo_slab500', serif;
	text-transform: uppercase;
	color: #333;
}

.category-more:after {
	content: "\f30f";
	font-family: 'ionicons';
	margin-left: 4px;
	font-size: 11px;
	text-align: right;
}

.category-more:hover {
	color: #36d0c4;
}


.category-featured {
	margin-top: 20px;
}

.category-featured .widget {
	margin-bottom: 20px;
}

.category-featured .featured-content .entry {
	margin-right: 1.5%;
	padding: 0;
	width: 32.3%;
}

.category-featured .featured-content .entry:last-child {
	margin-right: 0;
}
.category-featured .featured-content .entry-title a {
	font-size: 13px;
	letter-spacing: .5px;
}

.category-featured .featured-content .entry-title a:hover {
	color: #36d0c4;
}

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

.genesis-nav-menu {
	clear: both;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-family: 'museo_slab500', serif;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
}

.genesis-nav-menu .sub-menu::after, 
.genesis-nav-menu .sub-menu::before {
    border: medium solid transparent;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    width: 0;

}

.genesis-nav-menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 12px 20px;
}

.genesis-nav-menu .menu-item:hover,
.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #36d0c4;
}

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

.genesis-nav-menu .sub-menu a {
	background-color: #333;
	color: #fff;
	border: 0px solid #fff;
	border-top: 0;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 10px;
	position: relative;
	width: 175px;
	word-wrap: break-word;
	text-align: left;
	opacity: .9;

}

.genesis-nav-menu .sub-menu .menu-item:hover {
	
}

.genesis-nav-menu .sub-menu a:hover {
	background: #f35b8d !important;
	color: #fff !important;
}

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

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

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

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

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

.genesis-nav-menu > .right {
	float: right;
}

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

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

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

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

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

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


.site-header .genesis-nav-menu {
	margin-top: 10px;
	float: right;
}

.site-header .genesis-nav-menu a:hover {
	
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	text-align: center;
}

.nav-primary .search-form,
.nav-primary .widget-area {
	display: none;
}

.nav-secondary {
	text-transform: uppercase;
	text-align: center;
	display: none;
	border-top: none;
}

.site-header .genesis-nav-menu .view-all {
	display:none;
}


/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}

.top > a::after {
	content: "\f366";
	font-family: 'ionicons';
	margin-left: 4px;
	font-size: 12px;
}




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

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

.entry {
	background-color: #fff;
	margin-bottom: 50px;
	padding: 0;
}

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

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

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

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

.entry-content code {
	background-color: #333;
	color: #eee;
}

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

p.entry-meta {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
	line-height: 1;
	color: #999;
	font-style: italic;
	font-family: 'museo_slab500', serif;
	text-transform: lowercase;
	letter-spacing: 0;
}

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

.parent-category {
	font-family: 'museo_slab500', serif;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	padding: 3px 5px;
	background: #ccc;
	-ms-transform: rotate(-1.5deg) !important;
    -webkit-transform: rotate(-1.5deg) !important;
    -moz-transform: rotate(-1.5deg) !important;
	-o-transform: rotate(-1.5deg) !important;
	transform: rotate(-1.5deg);
	display: inline-block;
	margin-top: -10px;
}

.parent-category:hover {
	background: #f35b8d;
	color: #fff;
}

.entry-categories,
.entry-tags {
}

.entry-categories a ul.children {
	display: none;
}

.entry-comments-link:before {
	content: "\f3fc";
    font: 15px/.5 "ionicons";
    margin: 0 5px 0 20px;
    color: #333;
}

.entry-meta a,
.entry-meta .entry-time {
	font-style: normal;
	text-transform: uppercase;
	font-family: 'museo_slab500', sans-serif;
	color: #333;
	font-weight: normal;
	font-size: 12px;
	line-height: 1;
}

.entry-meta a:hover {
	color: #36d0c4;
}

.entry-header .entry-meta {
	margin-bottom: 15px;
	margin-top: 5px;
}


.posted-on {
	margin-right: 2px;
	font-size: 12px;
	letter-spacing: 0;
	font-family: 'museo_slab500', sans-serif;
	font-weight: normal;
}

.entry-categories a:first-child {
}

.entry-categories a {
	color: #333;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	margin: 0px 5px 5px 0;
}

.entry-categories a:hover {
	color: #36d0c4;
}

.single .entry-categories {
	padding-top: 11px;
}

.more-link {
	font-family: 'museo_slab500', serif;
	font-size: 16px;
	display: block;
	margin-top: 10px;
	color: #f35b8d;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .5px;
}

.entry-content p {
	margin-bottom: 15px;
}

.single .entry-content p {
	margin-bottom: 24px;
}

.more-link:hover {
	color: #36d0c4;
}

.single .entry-header {
	text-align: center;
	margin-bottom: 10px;
}


/* ## Pagination
--------------------------------------------- */
.archive-pagination,
.entry-pagination {
	font-size: 11px;
	font-weight: 600;
	margin: 60px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.pagination {
	margin: 20px auto 50px;
	text-align: center;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #ffffff;
	border: 1px solid #eee;
	color: #333;
	cursor: pointer;
	display: inline-block;
	padding: 3px 6px;
}


.archive-pagination li.active a {
	border: none;
	color: #333;
	background: #fff;
}

.archive-pagination li a:hover {
	background: #333 !important;
	color: #fff !important;
}

.single-post-nav a {
	text-transform: lowercase;
	font-size: 14px;
	text-decoration: none;
	font-family: 'museo_slab500', serif;
	color: #999;
	font-weight: normal;
	font-style: italic;
	display: inline-block;
}

span.single-post-nav.previous-post-link {
	float: left;
}

span.single-post-nav.next-post-link {
	float: right;
}

.single-post-nav a:hover {
	color: #36d0c4;
}



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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 0px 32px;
}

.entry-comments {
	padding: 0px;
}



.entry-comments a {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 800;
}

.entry-comments .comment-author, .entry-comments .comment-author a {
	font-family: 'museo_slab500', serif;
	font-weight: normal;
	font-size: 16px;
	font-style: normal;
	text-transform: uppercase;
	color: #333;
}

.entry-comments a:hover {
	color: #333;
}

.comment-list li {
	padding: 40px 0 0 30px;

}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

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

.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-header p {
	margin-bottom: 0;
}

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

.comment-list .children > .bypostauthor > article {
  border: 0;
  background: #f6f6f6;
  padding: 30px;
}

/* ## Related Content
--------------------------------------------- */

.related-posts {
    overflow: hidden;
    margin: 20px 0 30px;
}

.related-posts h3 {
	margin: 10px 0;
}

.related-list li {
	float: left;
	list-style-type: none;
	padding: 0 2% 2% 0;
	width: 33%;
	line-height: 1.3;
	text-align: center;
}

.related-list img {
	display: block;
	margin: 5px auto;
	padding: 0%;
	width: 203px;
}

.related-posts a {
	text-transform: uppercase;
	font-size: 15px;	
	font-weight: 600;
	color: #333;
}

.related-posts a:hover {
	color: #36d0c4;
}


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


.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.sidebar-primary {
	width: 320px;
	background: #f8f8f8;
	float: right;
	padding: 30px 20px;
}

.sidebar .widget {
	padding: 0px;
	margin-bottom: 50px;
}


.sidebar .enews-widget {
	background: url(images/stripe.png);
}

.sidebar-primary .widget-title {
	margin-bottom: 15px;

}


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

.footer-widgets {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	clear: both;
	padding: 60px 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 380px;
}

.footer-widgets-1 {
	margin-right: 70px;
}

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

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

/* Utility Bar
--------------------------------------------- */

.utility-bar {
	font-size: 10px;
	font-size: 1rem;
	padding: 6px 0px;
	height: 55px;
	margin: 0 auto;
	max-width: 1120px;
	background: #fff;
	border-bottom: 1px solid #eee;
}

.utility-bar-left, .bottom-bar-left, .utility-bar-right, .bottom-bar-left {
	width: 50%;
}
.utility-bar-left {
	padding-top: 10px;
}
.utility-bar-right {
	font-size: 10px !important;
	padding-top: 4px;
}

.utility-bar-right .search-form {
	border: none;
}

.utility-bar-left, .bottom-bar-left p,
.utility-bar-right p {
	margin-bottom: 0;
}

.utility-bar-left, .bottom-bar-left {
	float: left;
	text-align: left;
}

.utility-bar-right {
	float: right;
	text-align: right;
}

.bottom-bar input[type="search"], .utility-bar input[type="search"] {
	padding: 5px 4px 5px 10px;
	padding: .5rem .4rem .5rem 1rem;
	width: 175px;
	color: #000;
	background: #f8f8f8;
	opacity: .7;
}

.bottom-bar input[type="search"] {
float: left;
}

.utility-bar .widget {
	margin: 0;
}



.bottom-bar-left .widget {
	margin-bottom: 0;
}

.utility-bar-left .simple-social-icons:before {
	content: 'FOLLOW ALONG:  ';
	display: inline;
	font-family: 'museo_slab500', serif;
	margin: 5px 10px 0 0;
	font-size: 13px;
	float: left;
}

.utiltiy-bar-left .simple-social-icons {
	display: inline;
}

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

.creds {
	width: 50%;
	float: right;
	text-align: right;
	padding-top: 10px;
}


.site-footer {
	background-color: #fff;
	border-top: 1px solid #eee;
	color: #333;
	line-height: 1;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	font-family: 'museo_slab500', serif;
	font-weight: normal;
	margin-top: 10px;
}

.site-footer p {
	margin-bottom: 0;
	font-size: 12px;
}

.site-footer a {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	color: #333;
	text-transform: uppercase;
	font-family: 'museo_slab500', serif;
}

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

.creds a {
	font-style: italic;
}

.site-footer .menu-item {
	display: inline-block;
	margin-right: 12px;
}

/* Clear input fields' placeholder text on focus */
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */

.page .entry-title {
	margin-bottom: 10px;
	text-align: center;
}


/* Recipe Index
--------------------------------------------- */
.tag-nav {
display: none
}

.category-grid .entry-content a,
.category-grid .combo-index a {
color: #333 !important;
font-weight: 600;
}


.category-grid a:hover {
color: #36d0c4 !important;
}

.tag-index a:hover {
color: #36d0c4;
}


.clear {
	width: 100%;
	height: 1px;
	clear: both;
	margin: 18px auto;
}


.index-group:last-child {
	margin-bottom: 45px;
}

.recipe-index a:hover {
color: #36d0c4;
}

.tag-title {
	margin-bottom: 8px;
	color: #36d0c4;
	font-size: 26px;
}


.index-group ul li:before {
	color: #333;
}

.index-group ul li {
	list-style: disc inside;
}

.index-group ul li a {
	color: #333;
	font-weight: 600;
}

.count {
	color: red;
}
.index-group ul li:before {
	
}

.category-grid h3 {
	margin-bottom: 30px;
	text-align: center;

}

.cat-title {
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
}

.cat-title a {
	color: #36d0c4;
	font-size: 15px;
	text-align: center;
}

.category-grid .category-item {
	margin-bottom: 10px;
}

/* # Archives
---------------------------------------------------------------------------------------------------- */
.archive-description {
	line-height: 0;
	padding: 0;
	margin-bottom: 0px;
}

.term-title {
	text-align: center;
}


.cat-item {
	font-family: 'museo_slab500', serif;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	display: inline-block;
	padding: 6px 10px;
	background: #f35b8d;
	margin-right: 15px;
	margin-bottom: 10px;
}

.cat-item a {
	color: #fff;
}

.cat-item:hover {
	color: #fff;
	background: #333;
	-ms-transform: rotate(-1.5deg) !important;
    -webkit-transform: rotate(-1.5deg) !important;
    -moz-transform: rotate(-1.5deg) !important;
	-o-transform: rotate(-1.5deg) !important;
	transform: rotate(-1.5deg);
}

.cats {
	margin-bottom: 20px;
	text-align: center;
	padding: 10px;
}
.archive .content .entry {
	overflow: hidden;
	padding: 1%;
    width: 33.333333%;
	float: left;
	margin-bottom: 5px;
	display: block;
	min-height: 300px;
}

.archive .content .entry img {
	margin-bottom: 5px;
}

.archive .content .entry img:hover {
	opacity:0.8;
}

	
.archive .content .entry-title {
	background-image: none;
	background-color: #fff;
	margin: 0 0 10px 0;
	line-height: 1.1;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: .5px;

}

	
.archive .content .entry-title a {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	height: 50px;
	color: #333;
}

.archive .content .entry-title a:hover {
	color: #36d0c4;
}

.archive .content {
	margin-bottom: 50px;
}

.archive .content .entry-header .entry-meta {
	display: none;
}

.archive .archive-pagination {
	clear: both;
}


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

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

	.site-container {
		padding: 0 20px;
	}

	.site-inner,
	.wrap {
		max-width: 1150px;
	}

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

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


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

	.sidebar-primary {
		width: 320px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 340px;
	}

	.footer-widgets-1 {
		margin-right: 60px;
	}

}


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

	.site-container {
		padding: 0 10px;
	}


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

	.site-header .widget-area {
		width: 550px;
	}

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

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

}

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

	.site-container {
		padding: 0;
	}

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

	.content-sidebar-wrap {
	width: 610px;
	margin: 0 auto;	
}


	.header-image .site-title, 
	.header-image .site-title a {
	    float: none;
	    margin: 0 auto;
	}
	.site-container {
		border: none;
		padding: 0 10px;
	}

	.site-inner {
		padding: 5% 1% 0;
		border-top: 0px solid #eee;
	}
	/*mobile menu styling*/


	.genesis-nav-menu {
		clear: both;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: 600;
		line-height: 1;
		width: 100%;
		text-transform: uppercase;
		letter-spacing: .5px;
	}

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

	.genesis-nav-menu a {
		color: #333;
		text-decoration: none;
		display: block;
		padding: 32px 18px;
	}

	.genesis-nav-menu a:hover,
	.genesis-nav-menu a:focus,
	.genesis-nav-menu .current-menu-item > a,
	.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
		color: #36d0c4;
	}

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

	.genesis-nav-menu .sub-menu a {
		background-color: #fff;
		border: 1px solid #eee;
		border-top: 0;
		font-size: 14px;
		font-size: 1.4rem;
		padding: 20px;
		position: relative;
		width: 200px;
		word-wrap: break-word;
	}

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

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

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

	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.js .genesis-nav-menu .sub-menu a,
	.js .genesis-nav-menu .sub-menu, 
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.title-area {
		width: 100%;
	}

	.content {
		margin-bottom: 40px;
	}

	.sidebar, .sidebar-primary {
	width: 320px;
	float: left;
	margin: 20px auto;
	padding-top: 50px;
}

	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: right;
	}

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


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

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



	.sidebar-primary .enews-widget input[type="submit"]:hover,
	.home-middle .enews-widget input[type="submit"]:hover {
		background: #333 !important;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto 40px;
	}

	.js nav.nav-primary,
	.js .site-header nav  {
		display: none;
		position: relative;
	}

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

	.js nav.pagination {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background-color: #fff;
		color: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}
	
	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		border-width: 0;
	}

	.menu-toggle {
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
		line-height: 20px;
		position: relative;
		right: 0;
		z-index: 1000;
		width: 100%;
		background: #fff);
		text-align: center;
	}

	button#mobile-nav-secondary:hover {
		transform: none;
}
	.site-header .menu-toggle {
		border: 0;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		margin-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

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

	.sub-menu-toggle:before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

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

	.js .nav-secondary .genesis-nav-menu .menu-item,
	.js .site-header .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin: 1px 0;
		position: relative;
		text-align: left;
		line-height: 2;
	}

	.js .genesis-nav-menu {
		padding: 10px;
	}

	.js .genesis-nav-menu input[type="search"] {
		float: none;
		width: 85%;
	}

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

	.js .genesis-nav-menu .search-form:before {
		display: none
	}

	.js .genesis-nav-menu .search-form input[type="submit"] {
		line-height: 1.3;
		float: none;
		color: #fff;
		letter-spacing: .5px;
	}


	.js .nav-secondary .genesis-nav-menu .menu-item a,
	.js .site-header .genesis-nav-menu .menu-item a {
		border: none;
		padding: 12px;
		width: 100%;
		line-height: 2;
		font-weight: normal;
	}


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

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

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

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

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

	.js nav button:hover,
	.js .menu-toggle:hover,
	.js .nav-secondary {
		background-color: #fff !important;
		color: #333;
		transform: none;
	}

	.js nav button:focus,
	.js .menu-toggle:focus {
		background-color: #fff;
		color: #c3251d;
	}

	.utility-bar {
		display: none;
	}

	.js .site-header .genesis-nav-menu {
		display: none;
	}

	.simple-social-icons ul li a {
	    font-size: 10px !important;
	    padding: 5px !important;
	    margin-left: 0 !important;
	}

	.site-header .title-area {
		float: none;
	}

	.view-all {
	display: initial;
}

	.archive .content .entry {
		min-height: 265px;
	}

	


}


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

	.home-middle .widget-title {
		font-size: 25px;
	}

}



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

	body > div {
		font-size: 1.5rem;
	}

	body {
		font-size: 15px;
		font-size: 1.5rem;
	}	
	

	

	.site-description {
		line-height: 0;
	}

	

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 0px;
		margin-bottom: 5%;
	}

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

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

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

	


	.bottom-bar-left, .creds {
		width: 100%;
		text-align: center;
	}

	.category-grid .one-third {
		width: 31.623931623931625%;
	}

	.category-grid .category-item {
		margin-bottom: 10px;
		min-height: auto;
		padding: 1%;
	}

	.home-middle .enews-widget {
		padding-top: 35px;
		padding-bottom: 25px;
	}

	.home-featured .featured-content .entry {
		width: 32.5% !important;
	}


}

@media only screen and (max-width: 750px) { 
	.home-middle .enews-widget {
		padding: 20px;
	}

	.home-middle .enews-widget p {
		margin-bottom: 20px;
		font-size: 15px;
	}

	.home-middle .widget-title {
		font-size: 30px;
	}

	.home-middle .widget-title,
	.home-middle .enews-widget p,
	.home-middle input,
	.home-middle .enews-widget input[type="email"],
	.home-middle .enews-widget input[type="submit"] {
		width: 100%;
		margin-top: 0;
	}

	#yrecipe-title, .ymeta.yclear, #yrecipe-ingredients, #yrecipe-instructions, #yrecipe-notes, #yrecipe-ingredients-list, #yrecipe-instructions-list {
		width: 100%;
	}

	#yrecipe-summary {
		width: 60%;
		float: left;
		margin: 0;
	}

	.img-desc-wrap .photo {
		width: 35% !important;
		float: right;
		display: inline-block;
			}

	#yrecipe-total-time, #yrecipe-prep-time, #yrecipe-cook-time, #yrecipe-yield, #yrecipe-nutrition, #yrecipe-serving-size {
		height: 0;
	}
}


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

	.content-sidebar-wrap {
		width: 100%;
}


	.sidebar-primary .widget {
		margin-bottom: 15%;
	}
	

	.home-featured .featured-content .entry {
		width: 100% !important;
	}

	.entry img {
		width: 100%;
	}

	.parent-category {
		margin-top: 20px;
	}

	.entry-footer {
		margin-top: -15px;
	}


	.bottom-bar-left p, .site-footer a, .site-footer p {
		font-size: 12px;
	}

	.site-footer .menu-item {
		padding-right: 6px;
	}


	.menu-footer-container {
		margin-bottom: 20px;
		line-height: .5;
	}

	.site-footer .genesis-nav-menu a {
	padding: 0 3px 10px;
	float: none;
	}

	.category-grid .entry img {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.category-grid .category-item {
		width: 33%;
		margin-bottom: 10px;
		min-height: auto;
		padding: 1%;
	}

	.archive .content .entry {
		padding: 2%;
		width: 50%;
		margin-bottom: 10px;
		float: left;
		display: block;
		min-height: 250px;
		}

	.archive .content .entry-title {
		font-size: 12px;
	}
	.category-grid {
		padding: 0;
	}

	.category-grid .one-third {
		width: 33%;
		margin: 0 auto;
	}
	.index-group {
		margin-left: 20px;
	}

	.tag-index .one-third {
		width: 100%;
	}

	.instagram-footer .instagram-pics li {
		display: inline-block;
		max-width: calc(100%/3);
		margin: 0 auto;
		padding: 1%;
		/*margin-top: -8px;*/
	}

	.instagram-footer .widget {
		margin-bottom: 0px;
	}

	.sidebar-primary .featured-content .entry-title a {
		font-size: 14px;
	}

		.img-desc-wrap .photo {
			margin-top: 0;
		}

		div.archive-pagination.pagination {
			margin-bottom: 50px;
		}

	
	
}

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

	/*.category-grid .one-third {
		width: 100%;
	}*/

	

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


	.home-middle .widget-title {
		font-size: 26px;
	}

	.related-posts li, .related-posts a {
		font-size: 11px;
	}

	.header-image .site-title a {
        background-size: contain !important;
        width: 100%;
    }



	.single-post-nav a {
		padding-bottom: 10px;
	}

	.archive .content .entry {
		min-height: 230px;
	}

	.cat-title a {
		font-size: 14px;
	}


	.index-group .one-third {
		width: 100%;
	}





}




/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

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

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

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

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

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

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

	@page {
		margin: 2cm 0.5cm;
	}

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

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

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

/* Begin Additions by Lauren at Once Coupled, 2017 */

.content-sidebar .content,
.sidebar-content .content {
	max-width: calc(100% - 360px);
}

.content-sidebar .sidebar,
.sidebar-content .sidebar {
	min-width: 340px;
}

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

	.content-sidebar .content,
	.content-sidebar .sidebar,
	.sidebar-content .content,
	.sidebar-content .sidebar {
		max-width: initial;
		min-width: initial;
		float: none;
	}

	.content-sidebar .content,
	.sidebar-content .content {
		width: 100%;
	}

	.content-sidebar .sidebar,
	.sidebar-content .sidebar {
		margin-left: auto;
		margin-right: auto;
	}

}

/* End Additions by Lauren at Once Coupled, 2017 */
