/*
    Theme Name: Lemons For Lulu
	Theme URI: http://lemonsforlulu.com
	Description: Lemons For Lulu is a two column child theme created with the Genesis Framework.
    Author: Lauren Gray Designs
    Author URI: http://laurengraydesigns.com
    Version: 1.0
    Tags: featured-images, threaded-comments, two-columns, author-comments, minimal-style
 
    Template: genesis
    Template Version: 2.0.1
*/

/*=================================
=            Normalize            =
=================================*/

/* normalize.css v3.0.2 | MIT License | git.io/normalize */

img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}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}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{font:inherit;margin:0;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-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{margin:0 2px;padding:.35em .625em .75em;border:1px solid silver}table{border-spacing:0;border-collapse:collapse}


/*====================================
=            Clear Floats            =
====================================*/

.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,
.wrap:before {
	display: table;

	content: ' ';
}

.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,
.wrap:after {
	display: table;
	clear: both;

	content: ' ';
}

/*----------  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;
}


/*=====================================
=            Accessibility            =
=====================================*/

/*----------  Screen Reader Text  ----------*/

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;

	overflow: hidden;
	clip: rect(0, 0, 0, 0);

	width: 1px;
	height: 1px;

	border: 0;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;

	z-index: 100000; /* Above WP toolbar. */

	display: block;
	clip: auto !important;

	width: auto;
	height: auto;
	padding: 15px 23px 14px;

	text-decoration: none;

	color: rgba(51, 51, 51, 1.0);
	background: rgba(255, 255, 255, 1.0);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .7);
}

/*----------  Skip Links  ----------*/

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	width: 0;
	height: 0;

	list-style: none;
}

.genesis-skip-link a {
	border-bottom: 0;
}

.genesis-skip-link a:hover {
	background: rgba(245, 245, 245, 1.0);
}

/*=================================
=            Defaults            =
=================================*/

body,
p,
select,
textarea {
	color: #58595B;
	font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.8;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input {
	color: #58595B;
	font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
}

pre,
blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #F8F8F8;
	border: 1px solid #D1D3D4;
}

pre,
blockquote {
	margin: 20px 0;
	padding: 15px;
}

pre {
	white-space: pre-wrap;
	/* css-3 */
	white-space: -moz-pre-wrap;
	/* Mozilla,
 since 1999 */
	white-space: -pre-wrap;
    /* Opera 4-6 */
	white-space: -o-pre-wrap;
    /* Opera 7 */
	word-wrap: break-word;
    /* Internet Explorer 5.5+ */
}

blockquote {
	background-color: transparent;
	border: none;
	padding: 1px 15px 1px 65px;
	background: url('images/quote.png') no-repeat left top;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}



/*====================================
=               Layout               =
====================================*/

body {
    margin: 0 auto 0;
	background-color: #fff;
}

.site-container {
	width: 100%;
}

.wrap {
	margin: 0 auto;
}

.site-inner {
	width: 1068px;
	margin: 0 auto;
	padding: 20px 0 0;
	border-top: 1px #F0F0F0 solid;
	overflow: auto;
}

    /* controls custom layouts for posts */
.content-sidebar-wrap,
.content-sidebar .content-sidebar-wrap,
.full-width-content .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
	width: 100%;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap {
	width: 868px;
	float: left;
}

.sidebar-sidebar-content .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap {
	float: right;
}

.content,
.content-sidebar .content,
.sidebar-content .content {
	width: 728px;
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-sidebar-content .content,
.sidebar-content-sidebar .content {
	width: 528px;
	float: left;
}

.sidebar-sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content {
	margin-right: 40px;
}

.sidebar-sidebar-content .content,
.sidebar-sidebar-content .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap {
	margin-left: 40px;
}

.sidebar-content .content {
	float: right;
	margin-left: 40px;
}

.content {
	margin-bottom: 40px;
	overflow: hidden;
}

    /* sidebars */
.sidebar-primary {
	display: inline;
	float: right;
	width: 300px;
}

.sidebar-secondary {
	display: inline;
	float: right;
	width: 160px;
}

.sidebar-content .sidebar-primary {
	float: left;
}

.sidebar-sidebar-content .sidebar,
.sidebar-content-sidebar .sidebar-secondary {
	float: left;
}

.sidebar {
	margin-bottom: 40px;
	overflow: hidden;
}


/*====================================
=               Links               =
====================================*/

a,
a:visited {
	color: #79C7D3;
	text-decoration: none;
}

a:hover {
	color: #79C7D3;
	text-decoration: none;
}

a img {
	border: none;
}

.widget-area a {
	color: #F2D577;
}

.widget-area a:hover {
	color: #F9E3AA;
}



/*====================================
=              Headers              =
====================================*/

.site-header {
	margin: 20px auto;
	overflow: hidden;
	width: 1068px;
}

.title-area {
	float: left;
	width: 300px;
}

.site-title {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 38px;
	line-height: 38px;
	text-align: center;
	margin: 0;
	padding: 0;
}

.site-title a,
.site-title a:hover {
	color: #79C7D3;
	text-decoration: none;
	text-shadow: 1px 1px #fff;
}

.site-description {
	color: #F6DB8B;
    font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	font-size: 13px;
	font-style: italic;
	text-shadow: 1px 1px #fff;
	text-align: center;
}

.header-image .site-title,
.header-image .site-title a {
	background: url(images/logo2.png) no-repeat center center;
	height: 50px;
	text-indent: -9999px;
	display: block;
	margin: 0;
	width: 100%;
	padding: 0;
	background-size: contain;
}

.header-image .site-description {
	display: none;
}


/*====================================
=               Menus               =
====================================*/

.nav-primary {
	float: left;
	width: 743px;
	height: 50px;
	margin-left: 25px;
}

.menu-primary,
.menu-secondary {
	clear: both;
	color: #58595B;
	overflow: hidden;
}

.nav-primary .wrap,
.nav-secondary .wrap {
	margin: 0 auto;
	text-align: center;
}

.nav-secondary .wrap {
	width: 1068px;
}

.menu-primary {
	margin: 8.5px auto;
}

.menu-secondary {
	background-color: #F9E3AA;
	margin: 20px auto;
}

.menu-primary ul,
.menu-secondary ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
.site-header .menu li {
	display: inline-block;
	float: none;
	list-style-type: none;
}

.menu-primary a,
.menu-secondary a {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 400;
	color: #58595B;
	display: block;
	padding: 10px 22px 6px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited {
	color: #58595B;
	background-color: #F9E3AA;
	border-bottom: 1px solid #F6DB8B;
	padding: 7px 15px;
	width: 178px;
	text-align: left;
	text-transform: lowercase;
	letter-spacing: 1px;
}

.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited {
	font-weight: normal;
}

.menu-primary li a:hover,
.menu-primary li:hover > a {
	background-color: #F9E3AA;
	border-bottom: 1px solid #F6DB8B;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

.menu-primary li li a:hover,
.menu-secondary li li a:hover,
.menu-primary li li:hover > a {
	background-color: #F6DB8B;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

.menu-primary li ul,
.menu-secondary li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 0px;
	position: absolute;
	width: 178px;
	z-index: 9999;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
.site-header .menu li ul ul {
	margin: -35px -0 0 178px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
.site-header .menu li:hover>ul,
.site-header .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
.site-header .menu li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	text-indent: -9999px;
}

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

#wpadminbar li:hover ul ul {
	left: 0;
}



/*====================================
=            Breadcrumbs            =
====================================*/

.breadcrumb {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #58595B;
	background: none;
	border: none;
	line-height: 18px;
	margin: 0 0 20px;
	padding: 0 20px;
}


/*====================================
=            Post Content            =
====================================*/

.post {
	margin: 0 0 40px;
}

.home .post:first-of-type header img,
.home .post:nth-of-type(2) header img {
	display: none;
}

.home.paged .post:first-of-type header img,
.home.paged .post:nth-of-type(2) header img {
	display: initial;
}

.entry-content {
	clear: both;
	overflow: hidden;
}

.entry-content p {
	margin: 20px 0;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #F0F0F0;
	clear: both;
	margin: 0 0 15px;
}

.read-more,
.more-link,
.more-from-category {
	display: block;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	font-weight: 300;
	font-size: 20px;
	margin: 20px 0;
	float: right;
	padding-right: 40px;
}

a.read-more,
a.more-link {
	color: #79C7D3;
}

a.read-more:hover,
a.more-link:hover {
	color: #B6E2EA;
}



/*====================================
=           Blog Template           =
====================================*/

.genesis-feature img.post-image {
	width: 100%;
	height: auto;
	margin: 15px 0 -5px;
}

.genesis-feature,
.genesis-grid {
	clear: both;
}

.genesis-grid img.post-image {
	width: auto;
	height: auto;
}

.genesis-grid h2.entry-title {
	margin-top: 0;
	font-size: 26px;
}

.genesis-feature .entry-meta,
.genesis-grid .entry-meta {
	margin: 10px 0;
}

.genesis-grid .entry-content {
	clear: none;
}

.genesis-grid p {
	margin: 2px 0 5px;
}


/*====================================
=          Archive Template          =
====================================*/

.archive article img {
	max-width: 100%;
	height: auto;
	margin: 0 0 10px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;
}

.archive article .entry-title {
	text-align: center;
	margin: 0;
}



/*====================================
=          Recipe Template          =
====================================*/

.lgd-recipe-index .one-third {
	text-align: center;
	margin-bottom: 20px;
}

.lgd-recipe-index .one-third > a {
	display: block;
	min-height: 230px;
}

.lgd-recipe-index .one-third img {
	max-width: 100%;
	height: auto;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;
}

.lgd-recipe-index .one-third h3 {
	position: relative;
	top: -80px;
	background: rgba(255,255,255,.8);
	margin: 0;
	padding: 10px;
}

.lgd-recipe-index .one-third h3 a {
	color: #81362D;
}

.lgd-recipe-index .one-third h3 a:hover {
	color: #A05354;
}


/*====================================
=            Headers            =
====================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #79C7D3;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
   	font-weight: 300;
	margin: 20px 0;
	line-height: 1;
}

h1 {
	font-size: 34px;
}

h2 {
	font-size: 30px;
}

h1.entry-title,
h2.entry-title,
h2 a,
h2 a:visited {
	color: #81362D;
	font-size: 28px;
    font-weight: 300;
    line-height: 1.25;
}

h2 a:hover {
	color: #A05354;
	text-decoration: none;
}

h3 {
	font-size: 26px;
}

.entry-comments h3,
.entry-pings h3,
#respond h3 {
	color: #81362D;
	margin: 10px 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 38px;
	line-height: 40px;
    font-weight: 300;
}

#respond small {
	font-size: 14px;
}

h4 {
	font-size: 22px;
}

h4.widget-title,
h4.widget-title a {
	color: #79C7D3;
	margin: 0 0 20px;
	text-transform: lowercase;
	font-variant: small-caps;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}


/*====================================
=               Lists               =
====================================*/

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.archive-page ul li,
.entry-content ul li {
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/*====================================
=             Post Info             =
====================================*/

.entry-meta {
	color: #939598;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
        padding-top: 20px;
}

.entry-meta a {
	color: #939598;
}

.entry-meta a:hover {
	color: #79C7D3;
}

	/* date, author, comments, edit */
.entry-header .entry-meta {
	margin: -15px 0 0px;
}

.entry-header .entry-comments-link {
	background: url('images/logo-bg.png') no-repeat left center;
	padding-left: 105px;
	margin-left: 2px;
}

	/* categorized, tagged */
.entry-footer .entry-meta {
	margin: 0;
	overflow: auto;
}


/*====================================
=            Pagination            =
====================================*/

.pagination {
	clear: both;
}

/* post pagination: next & previous post links */
/* main pagination: non-numbered */
.adjacent-entry-pagination,
.archive-pagination .pagination-next,
.archive-pagination .pagination-previous {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	font-weight: 300;
	font-size: 20px;
	overflow: auto;
	width: 100%;
	height: auto;
	line-height: 1.5;
	margin: 20px 0;
}

.archive-pagination .pagination-next,
.archive-pagination .pagination-previous {
	width: auto;
}

/* main pagination: numbered */
.archive-pagination ul {
	text-align: center;
	width: 100%;
}

.archive-pagination li {
	display: inline;
	margin: 0 2px;
}

.archive-pagination li a {
	padding: 5px 7px;
	margin-bottom: 40px;
	overflow: auto;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	font-weight: 300;
	font-size: 12px;
	line-height: 1;
}

.archive-pagination li.active a {
	background-color: #F0F0F0;
}


/*====================================
=             Author Box             =
====================================*/

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}

h1.author-box-title {
	color: #58595B;
	font-size: 30px;
	line-height: .9;
}

.author-box-content p {
	font-size: 14px;
	line-height: 22px;
}

/* Avatar replacement for Author Box added by Doug @ OC 11/02/2017 */
.author-box::before {
    content: url('images/ab-tanya-schroeder.jpg');
    display: block;
    float: left;
	margin: 0 10px 0 0;
	height: 100px;
	width: 100px;
}


/*====================================
=            Sticky Posts            =
====================================*/

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}

.wwsgd p {
	border: 1px solid #F0F0F0;
	padding: 10px;
	font-style: italic;
	margin-bottom: 20px;
}


/*====================================
=               Images               =
====================================*/

img,
.post img {
	max-width: 100%;
	height: auto;
}

.post-photo {
	margin: 0 0 20px -40px;
}

.sidebar-content .post-photo,
.sidebar-sidebar-content .post-photo {
	margin: 0 -40px 20px 0;
}

.sidebar-content-sidebar .post-photo {
	margin: 0 0 20px;
}

.author-box .avatar {
	float: left;
	margin: 0 10px 0 0;
	height: 100px;
	width: 100px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto;
}

img.alignnone {
	display: inline;
	margin: 0;
}

img.alignleft {
	display: inline;
	margin: 0 10px 0 0;
}

img.alignright {
	display: inline;
	margin: 0 0 0 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	border: none;
	padding: 10px 5px 5px;
	text-align: center;
	margin-bottom: 20px;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
	font-style: italic;
}

    /* featured image on single page */
.single img.post-image {
	width: 100%;
	height: auto;
	margin: 20px 0 0;
}

	/* other images in posts */
.entry-content img.size-full {
	width: 100%;
	height: auto;
}


/*====================================
=            Contact Form            =
====================================*/

.entry .contact-form input[type='text'],
.entry .contact-form input[type='email'] {
	padding: 7px 5px;
	width: 100%;
	margin: 0 0 10px 0;
}

.entry .contact-form textarea {
	height: 150px;
	margin-bottom: 10px;
}

.entry .contact-form input[type='submit'] {
	padding: 7px 5px;
	width: 100%;
}


/*====================================
=            Shareaholic            =
====================================*/

.entry-content .shareaholic-canvas .shareaholic-recommendations-header {
	color: #79C7D3;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
   	font-weight: 300;
	line-height: 1;
	font-size: 30px;
}

.entry-content .shareaholic-canvas .shareaholic-recommendations-container .shareaholic-recommendations .shareaholic-recommendation .recommendation-article-link,
.entry-content .shareaholic-canvas .shareaholic-recommendations-container .shareaholic-recommendations .shareaholic-recommendation .recommendation-article-link .recommendation-article-title {
	color: #81362E;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	text-decoration: none;
	margin: 10px 0 0;
	text-align: center;
}

.entry-content .shareaholic-canvas .shareaholic-recommendations-container .shareaholic-recommendations .shareaholic-recommendation .recommendation-article-link:hover,
.entry-content .shareaholic-canvas .shareaholic-recommendations-container .shareaholic-recommendations .shareaholic-recommendation .recommendation-article-link .recommendation-article-title:hover {
	color: #79C7D3;
}



/*====================================
=              Comments              =
====================================*/

.entry-comments,
.entry-pings,
#respond {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	clear: both;
	list-style-type: none;
	margin: 20px 0 0;
	padding: 20px 10px 0;
}

.comment-list li.comment article {
	overflow: auto;
}

.comment-list ul.children {
	clear: both;
}

.comment-list li.pingback {
	margin: 20px 0 0;
	padding: 25px 10px 0;
}

.comment-list li ul li,
.ping-list li ul li {
	list-style-type: none;
}

.comment,
.pingback {
	clear: both;
	background-color: #fff;
	background: url('images/border-bg.png') no-repeat left top;
}

.comment-list .pingback {
	border: none;
}

.avatar-and-reply {
	float: left;
}

.comment-reply {
	background-color: #79C7D3;
	font-size: 12px;
	margin-top: 5px;
	padding: 2px 7px;
	font-weight: 300;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.comment-reply:hover {
	background-color: #B6E2EA;
}

.comment .comment-header {
	line-height: 32px;
	margin-bottom: 5px;
}

.comment .comment-header a {
	color: #79C7D3;
}

.comment .comment-header a:hover {
	color: #B6E2EA;
}

.comment .comment-header,
.comment .comment-content {
	margin-left: 68px;
}

.pingback .comment-author {
	line-height: 1;
}

.comment .comment-header p {
	color: #58595B;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline;
}

.comment .comment-header p.comment-author {
	font-size: 12px;
}

.comment .at {
	text-transform: lowercase;
}

.comment-content p {
	text-align: justify;
	line-height: 18px;
}

.pingback span[itemprop="name"]:before,
.ping-list .fn:before {
	content: "Pingback: ";
}

.pingback span[itemprop="name"],
.ping-list .fn,
.ping-list .fn a {
	font-style: italic;
	font-size: smaller;
}

.pingback time,
.pingback .comment-edit-link,
.pingback .says,
.pingback .comment-metadata,
.pingback .comment-content,
.pingback .comment-reply,
.pingback .reply {
	display: none;
}

.comment-reply a {
	color: #fff;
}

.bypostauthor {
	background: url('images/border-bg-author.png') no-repeat left top;
}

.entry-comments .pagination {
	display: block;
}

.nocomments {
	text-align: center;
}

.entry-pings {
	display: none;
}

  /* Comment Policy */
.comment-policy-box {
	background-color: #F8F8F8;
	border: 1px solid #F0F0F0;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 20px;
	line-height: .75;
}

  /* comment form */
#author,
#email,
#url,
#comment,
#submit {
	padding: 5px;
	margin: 0 0 10px 0;
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.comment-respond label {
	height: 24px;
	margin: 0;
	display: block;
}

.comment-respond label[for="subscribe-reloaded"] {
	height: auto;
}

.comment-respond span {
}

.comment-form-comment textarea {
	height: 150px;
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

.form-submit {
	margin: 0;
}

#submit {
	width: 100%;
	float: none;
}

.comment-subscription-form label {
	float: none;
}

.comment-notes,
.form-allowed-tags {
	clear: both;
	display: block;
	margin-bottom: 10px;
}



/*====================================
=              Widgets              =
====================================*/

.lgd-ct-widget {
	margin-bottom: 20px;
	text-align: center;
}

.lgd-hpt-widget {
}

.lgd-cb-widget {
	margin: 20px 0 0;
	text-align: center;
}

.lgd-apc-widget {
	clear: both;
	margin: 20px 0;
}

.lgd-psl-widget {
	width: 129px;
	float: left;
}

.lgd-psr-widget {
	width: 160px;
	float: right;
}

.lgd-psb-widget {
	clear: both;
	width: 100%}

/* Genesis Responsive Slider */
.lgd-hpt-widget #genesis-responsive-slider {
	background-color: #fff;
	border: 0px solid #F0F0F0;
	margin: 0 auto 7px;
	padding: 0;
	position: relative;
}

.lgd-hpt-widget .flex-direction-nav li .prev {
	left: 0;
}

.lgd-hpt-widget .flex-direction-nav li .next {
	right: 0;
	background-position: -52px 0;
}

.lgd-hpt-widget .flex-direction-nav li a {
	margin: -25px 0 0;
	background: url(images/lgd-grs-nav.png);
	top: 50%;
}

.lgd-hpt-widget .slide-excerpt {
	margin: 0;
	background-color: #fff;
	opacity: 0.9;
}

.lgd-hpt-widget .slide-excerpt-border {
	margin: 0;
	padding: 12px;
	border: 0;
}

.lgd-hpt-widget #genesis-responsive-slider h2 {
	font-size: 20px;
	margin: 0;
}

.lgd-hpt-widget #genesis-responsive-slider a {
	color: #81362D;
}

.lgd-hpt-widget #genesis-responsive-slider a:hover {
	color: #914241;
}

.lgd-hpt-widget #genesis-responsive-slider p {
	line-height: 20px;
	margin-top: 10px;
}

.lgd-hpt-widget #genesis-responsive-slider img {
	width: 100%;
}

.lgd-hpt-widget .flex-control-nav li a {
	background: url('images/lgd-grs-tab.png') no-repeat 0 0;
}

/* tabbed */
#tabbed-sidebar-widgets .widgettitle {
	font-size: 10px;
	padding: 0;
	border-bottom: none;
}

#tabbed-sidebar-widgets h2.widgettitle,
#tabbed-sidebar-widgets .widgettitle a {
	color: #939598;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 400;
}

#tabbed-sidebar-widgets .widgettitle a {
	background-color: #F0F0F0;
	border: 1px #E6E7E8 solid;
	border-bottom: 0px;
	margin-right: -1px;
	padding: 9px 12px;
}

#tabbed-sidebar-widgets .widgettitle a:hover {
}

#tabbed-sidebar-widgets .widgettitle a.selected {
	background-color: #FFF;
	color: #414042;
	border-top: 3px solid #F9E3AA;
	border-bottom: 1px solid #FFF;
	padding: 7px 12px;
}

#tabbed-sidebar-widgets .widgettitle a.selected:hover {
	color: #58595B;
}

#tabbed-sidebar-widgets ul {
	border: 1px solid #E6E7E8;
	margin-top: -2px;
}

#tabbed-sidebar-widgets ul li {
	padding: 20px;
}

#tabbed-sidebar-widgets .enews-widget {
	background-color: #FFF;
}

/* sidebar widget styles */
.sidebar .widget {
	clear: both;
	margin: 0 0 40px;
	padding: 0;
}

.sidebar .textwidget,
.sidebar .widget p {
	line-height: 20px;
	margin-bottom: 18px;
	text-align: justify;
}

  /* weird 16px link height */
  .sidebar .widget a,
.sidebar .widget a:visited,
.sidebar .widget a:hover {
	display: inline-block;
}

/*.footer-widgets .widget-area ul li,
.sidebar .widget-area ul li {
	border-bottom: 1px solid #F0F0F0;
	list-style-type: none;
	word-wrap: break-word;
	margin: 0 0 5px;
	padding: 0 0 5px;
}

*/.sidebar .widget ul li {
	list-style-type: none;
}

.tagcloud a,
.tagcloud a.active {
	float: left;
	margin: 0 5px 5px 0;
	padding: 2px;
}

.tagcloud a:hover {
	color: #F6DB8B;
	text-decoration: none;
}

.widget-wrap textarea {
	width: 100%;
}

    /* drop down option */
#cat,
.widget_archive select {
	display: inline;
	font-size: 12px;
	width: 100%;
}

    /* gensis featured page and post fixin's - "show post content" does not look good. */
.widget-area .featuredpost .post,
.widget-area .featuredpost .page {
	margin-bottom: 20px;
	text-align: center;
}

.widget-area .featuredpost a,
.widget-area .featuredpost img {
	width: 100%;
	height: auto;
}

.widget-area .featuredpost h2,
.widget-area .featuredpost h2 a,
.widget-area .featuredpost h2 a:hover {
	color: #81362D;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 1.2;
	text-decoration: none;
	margin: 0;
}

.widget-area .featuredpost h2 a {
    display: block;
    clear: both;
    padding-top: 20px;
}

.widget-area .featuredpost h2 a:hover {
	color: #79C7D3;
}

.widget-area .featuredpost .avatar {
	float: left;
	margin: 5px 5px 2px 2px;
}

.widget-area .featuredpost p,
.widget-area .featuredpost a {
	line-height: 18px;
}

.widget-area .featuredpost .post {
	border: none;
	padding: 0;
}

.widget-area .featuredpost .read-more {
	margin: 0 0 15px;
}

	/* Jetpack popular posts */
.widget .widgets-list-layout .widgets-list-layout-blavatar {
	display: block;
	float: none;
	width: 129px;
	max-width: 100%;
	height: auto;
	border-radius: 65px;
	-webkit-border-radius: 65px;
	-moz-border-radius: 65px;
}

.widget ul.widgets-list-layout li {
	border-bottom: none;
}

.widget .widgets-list-layout-links {
	float: none;
	width: 100%;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.2;
	text-decoration: none;
	margin: 0;
	text-align: center;
}

.widget .widgets-list-layout-links a:hover {
	color: #79C7D3;
}

	/* Top 10: popular posts */
.tptn_posts li {
	list-style-type: none;
	width: 129px;
	float: left;
	margin-right: 20px;
}

.tptn_posts li:last-of-type {
	margin-right: 0;
}

.tptn_posts .tptn_thumb {
	display: block;
	float: none;
	width: 129px;
	max-width: 100%;
	height: auto;
	border-radius: 65px;
	-webkit-border-radius: 65px;
	-moz-border-radius: 65px;
}

.tptn_posts .tptn_after_thumb {
	display: block;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.2;
	text-decoration: none;
	margin: 5px 0 0;
	text-align: center;
}

.tptn_posts .tptn_after_thumb a {
	color: #81362E;
}

.tptn_posts .tptn_after_thumb a:hover {
	color: #79C7D3;
}

    /* Calendar Widget */
#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	text-align: center;
}

#wp-calendar thead {
	background-color: transparent;
	font-weight: bold;
	margin: 10px 0;
}

#wp-calendar td {
	background-color: transparent;
	padding: 2px;
	text-align: center;
}

    /* Search Form, Buttons, E-News Extended */
.search-form input[type="search"],
input[type="button"],
.enews-widget input {
	background-color: #F8F8F8;
	border: 1px solid #F0F0F0;
	font-size: 14px;
	padding: 2.5%;
	width: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.enews-widget input[type="checkbox"] {
	width: auto;
	display: inline;
}

.search-form input[type="submit"] {
	display: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	cursor: pointer;
}

	/* e-news extended */
.widget-area .enews-widget {
	background: #F0F0F0;
	padding: 20px;
	overflow: auto;
}

.enews-widget .enews-image {
    float: left;
    margin-right: 2%;
    width: 18%;
}

.enews .screenread {
	display: none;
}

.enews-widget p {
	line-height: 20px;
	margin-bottom: 18px;
	text-align: justify;
}

.enews-widget #subscribe {
    float: left;
    width: 80%;
}

.sidebar-primary .enews-widget #subscribe {
    float: none;
    width: 100%;
}

.enews-widget input[type="text"],
.enews-widget input[type="email"] {
	font-size: 13px;
	margin: 10px 0 7px;
}

.enews-widget .segment {
	margin-bottom: 7px;
}

.enews-widget input[type="submit"] {
	border: none;
	background: #F6DB8B;
	color: #fff;
	font-weight: bold;
}

.sidebar-primary .enews-widget form + p {
	margin-top: 10px;
}

.enews-widget input[type="submit"]:hover {
	background: #F9E3AA;
}

/* add divider to select sidebar widgets */
.sidebar .widget_tabs,
.sidebar .featured-content,
.sidebar #text-35 {
	background: url('images/logo-bg.png') no-repeat center top;
    padding: 35px 0 0;
}

    /* Footer Widgets */
.footer-widgets {
	background-color: #F9E3AA;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

.footer-widgets .wrap {
	width: 1068px;
	padding: 20px;
	overflow: hidden;
}

.footer-widgets .widget {
	margin: 0 0 15px;
}

.footer-widgets h4.widget-title,
.footer-widgets h4.widget-title a {
	color: #58595B;
}

.footer-widgets p {
	padding: 0 0 10px;
}

.footer-widgets-1 {
	float: left;
	margin: 0 20px 0 0;
	width: 323px;
}

.footer-widgets-2 {
	float: left;
	width: 725px;
}

.footer-widgets-3 {
	float: left;
	width: 100%;
}

/* Jetpack Top Posts and Pages in Footer */.footer-widgets .widget_top-posts ul li {
	float: left;
	width: 137px;
	margin-right: 10px;
}

.footer-widgets .widget_top-posts ul li:last-child {
	margin-right: 0;
}

.footer-widgets .widget_top-posts ul li img {
	margin-bottom: 5px;
}

.footer-widgets .widget_top-posts a {
	color: #81362D;
}


/*====================================
=            Site Footer            =
====================================*/
.site-footer {
	clear: both;
	background-color: #F9E3AA;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 10px;
	letter-spacing: 1px;
	text-align: center;
	padding: 14px 0 35px;
	margin: 0;
    text-transform: lowercase;
}

.site-footer p,
.site-footer a,
.site-footer a:visited,
.site-footer a:hover {
	font-size: 10px;
	color: #58595B;
}

.site-footer a {
	text-transform: uppercase;
}

.site-footer a:hover {
	color: #fff;
}

.site-footer .wrap {
	margin: 0 auto;
	width: 1068px;
	border-top: 3px solid #fff;
}

.site-footer .gototop {
	float: left;
	width: 175px;
}

.site-footer .creds {
	float: right;
	text-align: right;
	width: 750px;
}

#wpstats {
	margin: -10px 0 0 -9999px;
}


/*====================================
=           Column Classes           =
====================================*/

.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;
}

/*====================================
=             Additions             =
====================================*/

/* Jump Links */

.recipe-buttons {
    padding-top: 20px;
    text-align: center;
}

.added-button.jump,
.added-button.print {
    display: inline-block;
    font-size: 10px;
    height: 25px;
    width: 150px;
    background: rgba(121, 199, 211, 1.0);
    color: #fff;
    padding: 5px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    margin-left: 10px;
}

.added-button.jump .fa,
.added-button.print .fa {
    float: right;
    line-height: 15px;
    margin-right: 5px;
    margin-left: -5px;
}

.added-button.jump:hover,
.added-button.print:hover {
    background: rgba(121, 199, 211, 0.8);
    cursor: pointer;
}

/* New Social Icons */

.social-buttons {
	text-align: center;
}

.social-buttons a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    /**color: rgba(255, 255, 255, 0.9);
    background: rgba(129, 54, 45, 1.0);**/
    border-radius: 35px;
    font-size: 19px;
    text-align: center;
}

.social-buttons a:hover {
    background: rgba(129, 54, 45, 0.8);
}

/* Simple Social Icons, added by Doug @ OC 11/16/2017 */
html body .simple-social-icons ul li {
    margin: 0 3px 12px !important;
}
/* end of changes */

/* Responsive Menu */
 
.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}


/*====================================
=             Home Page             =
====================================*/
/* Widgetized Home Page (Rachel Kay Jan 2015)
----------------------------------------------------------------------------------------------------------------------------- */

.widget-area.lgd-home-widget.home-page section {
	padding-bottom: 60px;
}

/* four per line */
.widget-area.lgd-home-widget.home-page article {
	width: 23.5%;
	margin-right: 2%;
	display: inline-block;
	vertical-align: top;
}
.widget-area.lgd-home-widget.home-page article:nth-of-type(4n) {
	margin-right: 0;
}

.widget-area.lgd-home-widget.home-page article:nth-of-type(4n+1) {
	clear: both;
}

.widget-area.lgd-home-widget.home-page article a.alignleft {
	margin-right: 0;
}

/* resize images */
.widget-area.lgd-home-widget.home-page img.entry-image.attachment-post {
	width: 100%;
}

/* titles */
.widget-area.lgd-home-widget.home-page h4.widget-title.widgettitle {
	font-size: 36px;
	text-align: left;
	clear: both;
	padding-top: 40px;
}


/*====================================
=         Responsive Queries         =
====================================*/

@media only screen and (max-width: 1100px) {

	body {
		width: 900px;
		margin: 0 auto;
	}

	.content-sidebar-wrap .content {
		width: calc(100% - 340px);
	}

	.content-sidebar-wrap .sidebar {
		width: 300px;
	}

	.wrap,
	.site-header,
	.title-area,
	.site-header .widget-area,
	.nav-primary,
	.site-inner,
	.content-sidebar-wrap,
	.content-sidebar .content,
	.sidebar-content .content,
	.content-sidebar-sidebar .content,
	.sidebar-sidebar-content .content,
	.sidebar-content-sidebar .content,
	.full-width-content .content,
	#breadcrumb,
	.sidebar,
	.sidebar-secondary,
	.footer-widgets .wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.site-footer .wrap,
	.site-footer .gototop,
	.site-footer .creds {
		max-width: 100%;
		margin: 0 auto;
	}

	.title-area,
	.nav-primary {
		float: none;
		margin-top: 20px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		float: none;
	}

	.site-footer .creds {
		width: auto;
		padding-right: 10px;
	}

}

@media only screen and (max-width: 1023px) {

	body {
		width: 768px;
	}

	.wrap,
	.site-header,
	.title-area,
	.site-header .widget-area,
	.nav-primary,
	.site-inner,
	.content-sidebar-wrap,
	.content-sidebar .content,
	.sidebar-content .content,
	.content-sidebar-sidebar .content,
	.sidebar-sidebar-content .content,
	.sidebar-content-sidebar .content,
	.full-width-content .content,
	#breadcrumb,
	.sidebar,
	.sidebar-secondary,
	.footer-widgets .wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.site-footer .wrap,
	.site-footer .gototop,
	.site-footer .creds {
		width: 100% !important;
		margin: 0;
	}

	.sidebar {
		display: none;
	}

	.footer-widgets,
	.site-footer {
		width: 728px;
	}

	.site-title,
	.title-area,
	.site-description,
	.site-footer .gototop,
	.site-footer .creds {
		float: none;
		text-align: center;
	}

	.title-area {
		padding: 20px 0 0;
	}

	.breadcrumb {
		width: auto;
		margin: 0;
	}

	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.entry-comments,
	#respond {
		padding: 0 20px;
	}

	.pagination,
	.author-box {
		margin: 0 0 20px;
	}

	.entry-comments,
	#respond {
		margin: 20px 0 0;
	}

	.comment-list li,
 	.ping-list li {
		padding: 20px;
	}

	.sidebar {
		margin: 20px 0 0;
		padding: 0;
		text-align: center;
	}

	.widget-wrap {
		padding: 0 20px;
	}

	#tabbed-sidebar-widgets h2.widgettitle {
		padding: 0 20px;
	}

	.widget .widgets-list-layout .widgets-list-layout-blavatar,
	.widget .widgets-list-layout-links {
		width: 100%;
		float: none;
		text-align: center;
		margin: 0 auto;
	}

	.widget .widgets-list-layout .widgets-list-layout-blavatar {
		width: 130px;
	}

	.tptn_posts li {
		width: 100%;
		float: none;
		text-align: center;
		margin: 0 auto;
	}

	.tptn_posts .tptn_thumb {
		display: block;
		margin: 20px auto 5px;
	}

	.lgd-psl-widget .widget-wrap,
	.lgd-psr-widget .widget-wrap {
		padding: 0;
	}

	.sidebar .textwidget,
	.sidebar .widget p,
	.footer-widgets .widget-area	{
		text-align: center;
	}

	.lgd-psl-widget,
	.lgd-psr-widget {
		width: 100%;
		float: none;
	}

	.footer-widgets {
		margin: 20px auto 0;
	}

	.footer-widgets .wrap {
		padding: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin: 0 auto;
	}

	.footer-widgets .widget-area {
		text-align: center;
	}

	.site-footer {
		margin: 0 auto;
	}

	.site-footer .wrap {
		border-top: none;
	}

	.site-footer,
	.site-footer .creds,
	.site-footer .gototop {
		box-sizing: border-box;
		padding: 10px;
		text-align: center;
	}

	.site-footer .gototop a {
		padding: 0;
	}

	h1,
	h1.entry-title,
	h2,
	h2 a,
	h2 a:visited {
		font-size: 30px;
	}

	h3,
	h4 {
		font-size: 24px;
	}

	h5,
	h6 {
		font-size: 20px;
	}
	
	/* Responsive navigation
	------------------------- */

	/* toggles */
 
	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		font-size: 30px;
		font-weight: 700;
		margin: 0 auto;
		overflow: hidden;
		padding: 20px;
		text-align: center;
		visibility: visible;
	}
	
	.sub-menu-toggle {
		font-size: 15px;
		line-height: 25px;
	}
 
	button.menu-toggle,
	button.sub-menu-toggle {
		border: 0;
		color: #555;
		background-color: transparent;
		padding: 20px;
	}
 
	.sub-menu-toggle {
		padding: 18px;
		position: absolute;
		right: 0;
		top: 0;
	}
 
    .menu-toggle:before {
        font-family: FontAwesome;
        content: "\f0c9";
    }
 
    .menu-toggle.activated:before {
        font-family: FontAwesome;
        content: "\f00d";
    }
 
    .sub-menu-toggle:before {
        font-family: FontAwesome;
        content: "\f078";
    }
 
    .sub-menu-toggle.activated:before {
        font-family: FontAwesome;
        content: "\f077";
    }
 
	nav {
		display: none;
		position: relative;
	}
 
	.wrap .genesis-nav-menu .menu-item {
		display: block;
		position: relative;
		text-align: left;
	}
 
	.wrap .genesis-nav-menu .menu-item a {
		padding: 20px;
		background: transparent;
	}
 
	.wrap .genesis-nav-menu .menu-item:hover > a {
	    border-bottom: 0;
	}
 
	.wrap .genesis-nav-menu .menu-item:hover {
		position: relative;
	}
 
	.wrap .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		opacity: 1;
		position: static;
		width: 100%;
		float: none;
	}
 
	.wrap .genesis-nav-menu .sub-menu .menu-item {
	}
 
	.wrap .genesis-nav-menu .sub-menu a {
		border-left: 0;
		position: relative;
		width: auto;
		padding: 10px 20px;
		border-bottom: 0;
	}
 
	.wrap .genesis-nav-menu .sub-menu .menu-item:hover > a {
		background: transparent;
	}
 
	.wrap .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
 
	.wrap .genesis-nav-menu .sub-menu .sub-menu a {
		padding-left: 30px;
	}
 
	.wrap .genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		padding-left: 40px;
	}

	/* location specific */

	.nav-primary {
	    float: none;
	    height: auto;
	}

	.nav-primary .menu {
	    margin: 0;
	    background: rgba(249, 227, 170, 1.0);
	}

	.nav-primary .sub-menu {
	    background: rgba(255, 255, 255, 0.2);
	}

}

@media only screen and (max-width: 780px) {

	body {
		width: 100%;
	}

	.footer-widgets,
	.site-footer {
		width: 100%;
	}

	h1,
	h2,
	h2 a,
	h2 a:visited {
		font-size: 24px;
	}

	h3,
	h4 {
		font-size: 20px;
	}

	h5,
	h6 {
		font-size: 18px;
	}

	.widget .widgets-list-layout .widgets-list-layout-blavatar {
		display: block;
		width: 40px;
		height: auto;
	}

	.enews-widget #subscribe {
		clear: both;
		float: none;
		width: 100%;
		padding-top: 10px;
	}

	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		padding: 0;
		width: 100%;
	}

	/* Jump Links */	

	.recipe-buttons {
		display: none;
	}

	.added-button.jump,
	.added-button.print {
	    width: 48%;
	    padding: 5px 0;
	    margin-left: 4%;
	    margin-bottom: 20px;
	}

	.added-button.jump {
	    margin-left: 0;
	}

	.added-button + .entry-title {
	    clear: both;
	}

}

@media only screen and (max-width: 590px) {

	/* home */

	.genesis-grid {
	    clear: none;
	    width: 48%;
	    margin-right: 4%;
	    float: left;
	    box-sizing: border-box;
	}

	.genesis-grid-odd {
	    clear: both;
	}

	.genesis-grid-even {
	    margin-right: 0;
	}

	.genesis-grid .entry-header .entry-meta,
	.genesis-grid .entry-content p,
	.genesis-grid .entry-footer {
	    display: none;
	}

	.genesis-grid .entry-header .entry-title {
	    font-size: 16px;
	    line-height: 1;
	    text-align: center;
	    border-top: 1px solid #eee;
	    border-bottom: 1px solid #eee;
	    padding: 5px 0;
	}

	.genesis-grid .entry-header .entry-title a {
	    font-size: 16px;
	}

	.genesis-grid .entry-content > a {
	    display: block;
	    text-align: center;
	}

	.genesis-grid .entry-content > a img {
	    float: none;
	}

	/* widgets */

	.widget-area.lgd-hm-widget.home-middle article,
	.widget-area.lgd-hb-widget.home-bottom article {
		width: 47.5%;
		margin-right: 5%;
		display: inline-block;
	}

	.widget-area.lgd-hm-widget.home-middle article:nth-of-type(2n),
	.widget-area.lgd-hb-widget.home-bottom article:nth-of-type(2n) {
		margin-right: 0;
	}

	.widget-area.lgd-hm-widget.home-middle article:nth-of-type(2n+1),
	.widget-area.lgd-hb-widget.home-bottom article:nth-of-type(2n+1) {
		clear: both;
	}

	.enews-widget .enews-image {
		width: 40%;
		margin-right: 10px;
	}

}

.enews img {
    max-width: 40%;
    height: auto;
}

.after-post .enews img {
    max-width: 20%;
    float: right;
    margin-top: -50px;
}

@media only screen and (max-width: 375px) {

    .after-post .enews img {
        max-width: 100%;
        float: none;
        margin-top: 0;
    }
    
}