/* # Genesis Framework
Theme Name: Saving Room for Dessert Custom
Theme URI: https://savingdessert.com/
Description: This is the sample theme created for the Genesis Framework.
Author: Emily White Designs
Author URI: https://www.emilywhitedesigns.com/
Template: genesis
Template Version: 2.1.1
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
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
- 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
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/


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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

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

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

/* ## 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,
.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,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


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

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

.site-container {

}

body {
	background-color: #fff;
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	line-height: 160%;
	color: #212121;
}

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

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

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

a {
	color: #932F11;
	text-decoration: none;
}

p a {
	font-weight: 700;
}

a:hover {
	color: #3e4c2a;
}

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

.entry-content > div {
	margin-bottom: 20px;
}

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

figure.wp-block-image {
	margin-bottom: 40px;
}

blockquote {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 150%;
	color: #212121;
}

blockquote::before {
	background: url(images/quote.svg) no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 83px;
	left: 0;
	position: absolute;
	top: 0;
	width: 102px;
}

blockquote.wp-block-quote {
    border-left: none;
    margin: 40px 0;
	padding-left: 80px;
	position: relative;
}


blockquote p {
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}

.hbg-highlight {
	background: #EFF1EA;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	line-height: 160%;
	color: #212121;
	margin: 30px auto 40px;
	padding: 40px 40px;
	position: relative;
}

.hbg-highlight-white {
	background: #fff;
	border: 1px solid #E6D3B4;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #212121;
	font-family: 'Playfair Display';
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
	color: #425623;
}

h3 {
	font-size: 24px;
	color: #425623;
}

h4 {
	font-size: 21px;
	color: #425623;
}

h5 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 150%;
	text-transform: uppercase;
	color: #212121;
	letter-spacing: 0.2em;
}

h6 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 150%;
	color: #212121;

}

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

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

img {
	height: auto;
}

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

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

.gallery {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #b2b7aa;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 9px 12px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

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

::-moz-placeholder {
	color: #b2b7aa;
	font-weight: 400;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #b2b7aa;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.wprm-recipe-jump,
.wprm-recipe-print,
.wprm-recipe-pin,
.wprm-recipe-jump-to-comments {
	background-color: #772d10;
	border: none;
	color: #fff !important;
	cursor: pointer;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: .5px;
	padding: 9px 26px;
	text-transform: uppercase;
	width: auto;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 100%;
	color: #FFFFFF;
	text-transform: none;
	letter-spacing: 0;
	background: #932F11;
	border-radius: 4px;
	padding: 15px 20px;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #932F11;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.wprm-recipe-jump:hover,
.wprm-recipe-jump:focus {
	background-color: #425623;
	color: #fff;
}

.wprm-recipe-jump,
.wprm-recipe-print,
.wprm-recipe-pin,
.wprm-recipe-jump-to-comments {
	position: relative;
    display: inline-block;
	margin-top: 10px;
	padding: 15px 40px 15px 20px
}

.hbg-recipe-button-wrap {
	display: flex;
	flex-direction: row-reverse;
}

.hbg-recipe-button-wrap a {
    margin-bottom: 20px;
	margin-top: 0 !important;
	width: 100% !important;
}

.hbg-recipe-rating {
	text-align: center;
}

.wprm-recipe-print {
	background: #C19144;
	color: #fff !important;
	box-sizing: border-box;
}

.wprm-recipe-print {
	margin-right: 20px;
	margin-left: 20px;
}

.wprm-recipe-jump-to-comments {
	background: #425623;
	margin-bottom: 20px;
}

.wprm-recipe-jump:after,
.wprm-recipe-print:after,
.wprm-recipe-pin:after,
.wprm-recipe-jump-to-comments:after {
	position: absolute;
    content: "\f063";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	right: 20px;
    top: 15px;
    font-size: 12px;
}

.wprm-recipe-print:after,
.wprm-recipe-pin:after,
.wprm-recipe-jump-to-comments:after {
    font-size: 15px;
}

.wprm-recipe-print:after {
    content: "\f02f";
}

span.wprm-rating-star svg {
    width: 16px !important;
    height: 16px !important;

}

.product-block-right .wprm-rating-star.wprm-rating-star-full svg {
		fill: #425623 !important;
}

.product-block-right .wprm-recipe-rating {
	margin-bottom: 5px;
}

.wprm-recipe-pin:after {
    content: "\f0d2";
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400;
}

.wprm-recipe-jump-to-comments:after {
    content: "\f005";
}

.button-green {
	background-color: #425623;
	color: #fff;
}

.button-green:hover,
.button-green:focus {
	background-color: #932F11;
	color: #fff;
}

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

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

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

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

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
}


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

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

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

.error404 .site-inner {
	max-width: 900px;
	width: 90%;
}

.site-inner {
	clear: both;
	padding-top: 20px;
}

.hbg-recipe-finder .site-inner {
	padding-top: 60px;
}

/* ## 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: 980px;
}

.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;
	padding-bottom: 40px;
	width: 840px;
}

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

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

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

.error404.full-width-content .content {
	max-width: none !important;
	width: 100% !important;
	text-align: center;
}

.error404 .entry-title {
	font-size: 42px;
}

.error404 .dont-worry {
	font-size: 24px;
	font-style: italic;
	color: #3e4c2a;
}

.error404 .browse-by-404 {
	font-size: 18px;
	text-transform: uppercase;
	color: #3E4C2A;
}

/* ### Primary Sidebar */

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

.hbg-recipe-index .sidebar-primary,
.category .sidebar-primary {
	margin-top: 20px;
}

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

/* ### 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 {
	float: left;
}

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

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

.comment .avatar {
	border-radius: 45px;
	margin: 0 16px 24px 0;
}

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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

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

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

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

.search-form {
	border: 1px solid #b2b7aa;
	overflow: hidden;
	position: relative;
}

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

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.search-form input[type="submit"] {
	background: none;
	border: none;
	color: #b2b7aa;
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 18px;
	font-style: normal;
	padding: 12px 16px;
	vertical-align: top;
}

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

.archive-description {
	padding: 0;
	text-align: center;
}

.archive-title {
	color: #3e4c2a;
	display: inline-block;
	font-size: 24px;
	font-style: italic;
	letter-spacing: .5px;
}

.archive-title span {
	color: #772d10;
	font-size: 24px;
	font-style: normal;
}

.entry-title {
	color: #772d10;
	font-size: 28px;
	margin-bottom: 35px;
}

.single .content .entry .entry-title {
	font-size: 42px;
	margin-bottom: 0;
}

.entry-title a,
.sidebar .widget-title a {
	color: #772d10;
}

.entry-title a:hover {
	color: #3e4c2a;
}

.widget-title {
	color: #3e4c2a;
	font-size: 24px;
	font-style: italic;
	letter-spacing: .5px;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #3e4c2a;
	text-align: center;
}

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

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

a.alignnone {
	display: inline-block;
}

.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 24px 24px 0;
}

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

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

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

.sticky {
}


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

.widget {
	word-wrap: break-word;
}

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

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

.widget_calendar table {
	width: 100%;
}

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

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

.featured-content .entry {
	position: relative;
	margin-bottom: 20px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

/*
.featured-content .entry-title {
	border: none;
	display: none;
	margin-bottom: 0;
	padding: 0;
	position: absolute;
	top: 0;
	font-size: 18px;
}

.featured-content .entry:hover .entry-title {
	display: block;
}

.featured-content .entry-title a {
	background: rgba(0, 0, 0, 0.75);
	color: #fff;
	display: table-cell;
	font-size: 18px;
	font-weight: 400;
	height: 185px;
	line-height: 1.3;
	padding: 10px;
	text-align: center;
	text-transform: none;
	vertical-align: middle;
	width: 280px;
}

.featured-content img.alignnone,
.featured-content a.alignnone {
	display: block;
	margin: 0;
}

.sidebar .widget.featured-content {
	background: none;
	padding: 0;
} */

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 10px;
}

.hbg-category-grid .sidebar .featured-content img {
	margin-bottom: 15px;
}

.featured-content img {
	margin-bottom: 15px;
}

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

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

.sidebar .enews-widget {
	overflow: hidden;
}

.after-entry-subscribe .enews-widget {
	border: 5px solid #EFF1EA;
	padding: 20px 30px;
	text-align: center;
}

.after-entry-subscribe .enews-widget img {
	display: block;
	margin-left: 20px;
	max-width: 228px;
}

.after-entry-subscribe h4 {
	margin: 0 0 15px;
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 125%;
	align-items: center;
	text-align: center;
	color: #212121;
}

.after-entry-subscribe #subscribe {
	border: 1px solid #b2b7aa;
	margin: 0 auto;
	max-width: 280px;
	overflow: hidden;
}

.enews-widget input {
	background: none;
    border: 1px solid #b2b7aa;
	color: #b2b7aa;
	display: block;
	font-size: 18px;
	padding-right: 0;
	position: relative;
	max-width: none;
	width: 100%;
	vertical-align: top;
}

#subscribe {
	border: 1px solid #b2b7aa;
	position: relative;
}

#subscribe:before {
    font-family: "Font Awesome 5 Free";
	color: #b2b7aa;
	content: "\f0e0";
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-weight: 900;
	right: 14px;
	line-height: 1;
	position: absolute;
	top: 13px;
}

.enews-widget input[type="submit"] {
	background-color: #772d10;
	color: #fff;
	margin: 20px 0 0;
	padding: 12px 16px 13px;
	text-transform: uppercase;
	width: 100%;;
}

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

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

.after-entry-subscribe p {
	color: #434343;
	font-size: 18px;
	margin-bottom: 20px;
	text-align: left;
}

.after-entry-subscribe p.srfd-enews-title {
	font-size: 32px;
	line-height: 1.4;
	margin-bottom: 10px;
}

.sidebar .enews .widget-title {
	color: #772d10;
	font-size: 20px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin-bottom: 0;
}

.sidebar .enews {
	background: #eceeeb url(images/email-leaf.png) no-repeat center 15px;
	background-size: 61px 43px;
	border: 1px solid #b2b7aa;
	padding: 70px 25px 35px;
	text-align: center;
}

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

.sidebar .enews-widget input {
	color: #444;
	background: #fff;
	font-size: 14px;
	font-style: italic;
	padding: 10px 12px;
	text-align: center;
}

.sidebar .enews-widget input[type="submit"] {
	background: #772d10;
	border-color: #772d10;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	letter-spacing: 2.5px;
    padding: 9px 16px 8px;
}

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

.sidebar .enews-widget input::-moz-placeholder {
	color: #999;
	font-weight: 400;
	opacity: 1;
}

.sidebar .enews-widget input::-webkit-input-placeholder {
	color: #999;
	font-weight: 400;
	opacity: 1;
}

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

#wpstats {
	display: none;
}


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

.site-header {
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 9999;
}

.site-header .wrap {
	padding: 0;
	max-width: 1200px;
	width: 95%;
}



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

.title-area {
	float: left;
	padding: 0;
	max-width: 290px;
	margin-top: 7px;
}

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

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

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

.header-image .site-title > a {
	background: url(images/logo.svg) no-repeat left center;
	min-height: 33px;
	background-size: contain;
	display: block;
	margin: 0 auto;
	max-width: 290px;
	width: 100%;
	float: left;
}

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

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

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


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

.genesis-nav-menu {
	clear: both;
	font-size: 18px;
	letter-spacing: 2.5px;
	line-height: 1;
	text-transform: uppercase;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.site-header .genesis-nav-menu .logo-right {
    margin-left: 425px;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 22px 24px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #932F11;
}

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

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

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

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

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

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

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

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

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

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

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

.genesis-nav-menu .search-form {
    border: none;
    background: none;
}

.genesis-nav-menu input[type=search] {
    background: none;
    border: none;
    color: #b2b7aa;
    font-size: 16px;
    max-width: 190px;
    vertical-align: top;
}

.side-nav .search-form {
	display: none;
}

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

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

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

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

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

.mini-header .genesis-nav-menu > .menu-item.menu-item-has-children > a:after,
.nav-header .genesis-nav-menu > .menu-item.menu-item-has-children > a:after,
.before-header-bar .genesis-nav-menu > .menu-item.menu-item-has-children > a:after,
.site-header .genesis-nav-menu > .menu-item.menu-item-has-children > a:after,
.menu-home-blog-container .genesis-nav-menu > .menu-item.menu-item-has-children > a:after,
.shop-after-header .genesis-nav-menu > .menu-item.menu-item-has-children > a:after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	font-weight: 900;
	margin-left: 5px;
	speak: none;
}

.nav-primary .wrap {
	text-align: center;
	width: 100%;
}

.nav-primary .genesis-nav-menu a {
	color: #3e4c2a;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
	font-weight: normal;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #932F11;
}

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

.nav-secondary {
	background-color: #fff;
}

/* Social Navigation
--------------------------------------------- */

.menu-social-container {
	text-align: center;
	margin: 20px 0 0;
	width: auto;
}

.before-header-bar {
	background: #fff;
	padding-bottom: 20px;
}

.before-header-bar nav {
	margin-top: 0;
}

li.menu-item.fab,
.side-nav li.menu-item.fab,
li.menu-item.fas,
.side-nav li.menu-item.fas {
	border: none;
	color: #C1B9A1;
	display: inline-block;
	font-size: 24px;
	margin: 0 8px;
	padding: 0;
	position: relative;
}

.sidebar .menu-social-container li:hover {
	color: #3e4c2a;
}

li.menu-item.fas,
li.menu-item.fab {
    margin-top: 9px;
}

.side-nav li.menu-item.fas,
.side-nav li.menu-item.fab {
	margin: 15px 0 0 15px;
}

li.menu-item.fas:hover,
.side-nav li.menu-item.fas:hover,
li.menu-item.fab:hover,
.side-nav li.menu-item.fab:hover {
	position: relative;
}

.side-nav li.menu-item.fas a,
li.menu-item.fas a,
.side-nav li.menu-item.fab a,
li.menu-item.fab a {
	background-image: none;
	border: none;
	display: inline-block;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	text-indent: -9999px;
	vertical-align: top;
	width: 100%;
	word-wrap: break-word;
}

.side-nav li.menu-item.fab-facebook {
	margin: 15px 0 15px 15px;
}

/* Social Navigation New
--------------------------------------------- */

.genesis-nav-menu > li.menu-item {
	border: none;
	display: inline-block;
	font-size: 18px;
	margin: 0 10px;
	padding: 0;
	position: relative;
}

.genesis-nav-menu li.menu-item:hover,
.side-nav li.menu-item:hover {
	color: #00b1f5;
	position: relative;
}

.genesis-nav-menu.menu-social {
	margin: 10px 0 0;
	width: auto;
}

.genesis-nav-menu.menu-social li.menu-item {
    color: #00b1f5;
    display: inline-block;
    font-size: 24px !important;
    font-weight: normal;
    margin: 0 1px 20px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: top;
    border-radius: 100%;
}

.genesis-nav-menu.menu-social li.menu-item.facebook {
	background: #3B77EA;
}

.genesis-nav-menu.menu-social li.menu-item.pinterest {
	background: #D02D2F;
}

.genesis-nav-menu.menu-social li.menu-item.twitter {
	background: #4E9AE9;
}

.genesis-nav-menu.menu-social li.menu-item.instagram {
	background: #E9593A;
}

.genesis-nav-menu.menu-social li.menu-item.envelope {
	background: #72B4A4;
}

.genesis-nav-menu.menu-social li.menu-item a {
	border: none;
    bottom: 0;
    color: #fff;
    display: inline-block;
    height: auto;
    font-weight: normal;
    left: 0;
    line-height: 1;
	padding: 13px 14px;
    top: 0;
    font-size: 24px;
    vertical-align: top;
    width: 50px;
	height: 50px;
}

.genesis-nav-menu.menu-social li.menu-item a:hover i {

}

.social-menu-label {
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
}

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

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

.entry {
	margin-bottom: 40px;
}

.home .content .entry {
	background: url(images/dot.png) left bottom repeat-x;
	margin-bottom: 60px;
	padding-bottom: 30px;
	position: relative;
}

.home .content .entry:after {
	background: #fff url(images/leaf.png) no-repeat;
	bottom: -25px;
	content: "";
	height: 52px;
	left: 50%;
	margin-left: -34px;
	position: absolute;
	width: 67px;
}

.content .entry {
	background-color: #fff;
}

.hbg-recipe-finder .content > .entry {
	margin-bottom: 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: #ddd;
}

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

p.entry-meta,
p.entry-meta a {
	color: #b2b7aa !important;
	font-family: 'Alegreya', serif;
	font-size: 16px;
	margin-bottom: 0;
}

p.entry-meta {
	margin-bottom: 35px;
}

p.entry-meta a:hover {

}

p.entry-meta .entry-comments-link {

}

.entry-header .entry-meta {
	margin-bottom: 35px;
	margin-top: 10px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

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


/* ## Pagination
--------------------------------------------- */

.pagination {
	margin: 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li,
.facetwp-facet-pagination a {
	display: inline;
	margin: 0 3px;
}

.archive-pagination li a,
.facetwp-facet-pagination a {
	color: #932F11;
	cursor: pointer;
	letter-spacing: 0.2em;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	padding: 0;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination .active a,
.facetwp-facet-pagination a.active,
.facetwp-facet-pagination a:hover {
	color: #9E9E9E;
}

.archive-pagination,
.facetwp-facet-pagination {
	clear: both;
	float: none;
	text-align: center;
}

.facetwp-facet-pagination.facetwp-facet {
	margin-bottom: 20px;
}

.before-footer-collection a {
    background: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.30);
    text-align: center;
    display: block;
	padding-bottom: 5px;
    width: 100%;
}

.before-footer-collection h2 {
    color: #772d10;
    font-size: 28px;
    margin-bottom: 5px;
    margin-top: 10px;
    padding: 0 10px;
}

.before-footer-collection h3 {
    color: #444;
    font-size: 18px;
    margin-bottom: 25px;
    padding: 0 10px;
}

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

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

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

.entry-comments {
	clear: both;
	margin: 0 auto;
	padding: 0;
}

.entry-comments h3,
.comment-respond h3 {
	color: #000;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 0;
	line-height: 1.25;
}

.comment-reply-title small {
	display: block;
	margin: 20px 0;
}

.comment-header {
	line-height: 1.4;
	margin-bottom: 15px;
}

.entry-comments p {
	line-height: 1.6;
	margin-bottom: 20px;
}

.comment-list {
	clear: both;
}

.comment-list ul {
	padding-left: 60px;
}

.comment-list li {
	margin-top: 40px;
	padding-bottom: 40px;
}

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

.comment-list li.depth-1 {
	border-bottom: 1px solid #ccc;
}

.comment-list li.depth-1:last-of-type {
	border: 0;
}

.comment-list li.bypostauthor > article {
	border: none;
	padding: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"],
.comment-respond textarea {
	border: 1px solid #dadada;
	display: block;
	padding: 10px 15px;
	width: 50%;
}

.comment-respond textarea {
	width: 100%;
}

.comment-respond label {
	color: #000;
	font-family: 'Inter';
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px;
}

.comment-header p {
	line-height: 1.4;
	margin-bottom: 5px;
}

.comment-author {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 150%;
}

.bypostauthor > article > .comment-header > .comment-author > .comment-author-name:after {
	content: "Author";
	color: #212121;
	background: #EFF1EA;
	line-height: 1;
	padding: 6px 9px;
	font-size: 14px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	margin-left: 20px;
	vertical-align: middle;
}

.comment-author a {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 150%;
	color: #425623;
}

.comment-author a:hover {
	color: #932F11;
}

.comment-time {
	color: #212121;
	font-family: 'Inter';
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}

.comment-metadata {
	display: none;
}

.comment-time a {
	color: #000;
	text-decoration: none;
	font-weight: 400;
}

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

.comment-reply {
	font-size: 16px;
	font-weight: 900;
	text-align: right;
	text-transform: uppercase;
}

.comment-reply a {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #932F11;
}

.comment-reply a:hover {
	background: none;
}

.fas.fa-reply:before {
    content: "\f3e5";
	margin-right: 3px;
	background: none;
}

.comment-respond form {
	clear: both;
}

.children article {
	border: 0;;
	padding-left: 0;
}

.comment-content {
    clear: both;
}

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

.sidebar {
	font-size: 16px;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

.sidebar .widget {
	background: url(images/dot.png) left bottom repeat-x;
	background-color: #fff;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.sidebar .widget_text:first-child {
	background: none;
	padding: 0;
	margin-bottom: 20px;
}

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

.footer-widgets {
	background-color: #fff;
	clear: both;
	padding-top: 40px;
}

.footer-widgets .wrap {
	max-width: none;
}

.footer-widgets,
.footer-widgets a {
	color: #999;
}

.footer-widgets input {
	border: 1px solid #333;
}

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

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

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

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 100%;
}

.footer-widgets-1 {
	margin-right: 0;
	padding-left: 10px;
}

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

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


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

.site-footer {
	background-color: #3e4c2a;
	font-size: 16px;
	padding: 17px 0 12px;
	text-align: center;
}

.site-footer p,
.site-footer a {
	color: #b2b7aa;
	font-size: 14px;
	letter-spacing: 2.5px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-footer a:hover {
	text-decoration: underline;
}

/* # Front Page
---------------------------------------------------------------------------------------------------- */

.home .site-inner {
	padding-top: 60px;
}

.hbg-front-page .sidebar .widget {
	background: none;
	border-bottom: 1px solid #E0E2DD;
}

.hbg-front-page .site-container {
	padding-top: 0;
}

.hbg-front-page .widget-title {
	font-size: 28px;
	text-align: center;
	font-style: normal;
	letter-spacing: 0;
}

.hbg-front-page .sidebar .featured-content .entry-title {
	font-size: 18px;
}

.hbg-front-page .marble-wrap {
	background: url(images/marble-bg.jpg) center center;
	background-size: cover
}

.hbg-front-page .nav-primary .wrap {
	border: 0;
}

.hbg-front-page .site-header .genesis-nav-menu .logo-right {
	margin-left: 0;
}

.hbg-front-page li.menu-item.fas,
.hbg-front-page li.menu-item.fab {
	color: #b2b7aa;
	font-size: 18px;
	margin: 9px 4px 0;
}

.nav-primary {
	float: right;
}

.nav-primary .genesis-nav-menu {
	font-size: 14px;
	line-height: 160%;
	position: relative;
    padding-right: 40px;
}

.nav-primary .genesis-nav-menu a {
	color: #000;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 160%;
	align-items: center;
	text-transform: none;
	letter-spacing: 0;
	padding: 14px 0;
}

.nav-primary .sub-menu a {
	padding: 14px 14px;
}

.nav-primary .genesis-nav-menu a i {
	color: #BDBDBD;
	margin-right: 5px;
}

#menu-item-6434 .sub-menu {
	column-count: 3;
	width: 650px;
	background: #fff;
	padding: 20px 40px;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
	border-top: 0;
}

#menu-item-6434 .sub-menu li {
	display: block;
	border: 0;
	margin-bottom: 15px;
}

#menu-item-6434 .sub-menu li a {
	font-weight: 400;
	width: auto;
	padding: 0;
	border: 0;
}

.search-form {
	overflow: hidden;
}

.site-header .search-form,
.mini-header .search-form {
	margin-bottom: 40px;
	width: 100%;;
}

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

.site-header .search-form input[type="submit"],
.mini-header .search-form input[type="submit"] {
	background: #1e9096;
    border: 1px solid #1e9096;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 12px 30px 11px;
    margin: 0 0 15px 0;
    max-width: 262px;
    text-transform: uppercase;
}

.site-header .search-form input[type="submit"]:hover,
.mini-header .search-form input[type="submit"]:hover {
	background: #333;
}

.site-header input[type="search"],
.mini-header input[type="search"] {
	display: inline-block;
	padding: 6px 10px 7px;
	vertical-align: top;
	width: auto;
	margin-right: 20px;
}

.site-header .search-form,
.mini-header .search-form {
	border: 0;
	margin: 0;
}

.site-header .search,
.mini-header .search {
	position: absolute;
    right: 0;
    top: 0;
    z-index: 200;
}

.site-header .search input[type="search"],
.mini-header .search input[type="search"] {
	background: none;
	border: none;
    cursor: pointer;
	color: #333;
    font-size: 14px;
	font-style: normal;
	margin-right: 0;
	min-height: 51px;
    padding: 14px 35px 15px 15px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
	text-indent: -9999px;
    text-transform: none;
    width: 0;
}

.site-header .search input[type="search"]::-moz-placeholder,
.mini-header .search input[type="search"]::-moz-placeholder {
	color: #B2B7AA;
	font-weight: 400;
	opacity: 1;
}

.site-header .search input[type="search"]::-webkit-input-placeholder,
.mini-header .search input[type="search"]::-webkit-input-placeholder {
	color: #B2B7AA;
	font-weight: 400;
	opacity: 1;
}

.site-header .search input[type="submit"],
.mini-header .search input[type="submit"] {
	display: none;
}

.site-header .search:before,
.mini-header .search:before {
    background: none;
    color: #932F11;
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
	font-weight: 900;
    padding: 14px 10px;
    position: absolute;
    right: 0;
}

.site-header .search input[type="search"]:focus,
.mini-header .search input[type="search"]:focus {
	background: #fff;
	border: 0;
	color: #333;
	cursor: text;
	font-style: normal;
	font-size: 14px;
	font-style: normal;
	outline: none;
	text-indent: 0;
	width: 215px;
}

.site-header .search input[type="search"]:focus,
.mini-header .search input[type="search"]:focus {
	border: 1px solid #B2B7AA;
}

.header-search-wrap {
	position: relative;
}

.featured-recipes-container {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
	margin-bottom: 40px;
}

.featured-recipe {
    flex: 0 0 auto;
    width: 20%;
    text-align: center;
    padding: 0 5px;
    box-sizing: border-box;
}

.featured-recipe:hover h3 {
	color: #932F11
}

.featured-recipe-image {
    width: 100%;
    height: auto;
}

.featured-recipe-image img {
	width: 100%;
}

.featured-recipe-title {
    margin-top: 5px;
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 150%;
	text-align: center;
	color: #212322;
}

.hbg-category-menu .wrap {
	max-width: 1220px;
}

.hbg-category-menu img {
	display: block;
	width: 130px;
	height: 130px;
	object-fit: cover;
	object-position: center center;
	border-radius: 100%;
	margin-bottom: 10px;
}

.hbg-category-menu .genesis-nav-menu a {
	padding: 0;
}

.hbg-category-menu .genesis-nav-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	text-transform: none;
	letter-spacing: 0;
}

.hbg-category-menu .genesis-nav-menu .menu-item {
	text-align: center;
	margin: 0 10px 20px;
}

.hbg-category-menu .genesis-nav-menu .menu-item a {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 500;
}

.hbg-category-menu h2 {
	font-family: 'Playfair Display', serif;
	font-weight: 600;
	font-size: 48px;
	line-height: 125%;
	text-align: center;
	color: #212121;
	margin-bottom: 40px;
}

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

.search-browse {
	margin: 0 auto 40px;
	text-align: center;
}

.hbg-recipe-index .search-browse {
	margin: 15px auto 20px;
}

.hbg-recipe-index .site-inner {
	padding-top: 60px;
}

.search-browse form {
	display: inline-block;
	width: 277px;
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	text-align: left;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 128%;
	color: #212121;
	position: relative;
    margin: 0 15px 20px;
}

.search-browse form:before {
	color: #772d10;
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    padding: 10px 13px;
    position: absolute;
    left: 0;
    top: 0px;
}

.search-browse form input {
	border: 0;
	text-align: left;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 128%;
	color: #212121;
    padding: 12px 10px 12px 36px;
}

.button-new {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 100%;
	color: #FFFFFF;
	text-transform: none;
    letter-spacing: 0;
	background: #932F11;
	border-radius: 4px;
	padding: 15px 20px;
}

.button-wrap {
	text-align: center;
}

.hbg-blog-section {
	background: #EFF1EA;
	padding: 60px 0;
}

.post-columns {
    display: flex;
    justify-content: space-between;
}

.first-column,
.second-column {
    display: flex;
    flex-direction: column;
}

.first-column {
	background: #fff;
    width: 62.91%;
}

.second-column {
    width: 33.75%;
}

.first-column .post {
	background: #fff;
    margin-bottom: 20px;
}

.second-column .post {
	background: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.post:last-child {
    margin-bottom: 0;
}

.second-column .post img {
	width: 194px;
	flex-shrink: 0;
}

.post-title {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	padding: 14px;
	line-height: 150%;
	color: #212322;
	margin: 0;
	text-align: center;
}

.post-title a {
	color: #212322;
}

.second-column .post-title {
	padding: 0;
	margin: 0;
	text-align: left;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	color: #212322;
}

.first-column .post-title {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 160%;
	color: #212322;
	padding: 0;
}

.first-column .post:hover .post-title,
.second-column .post:hover .post-title {
	color: #932F11;
}

.hbg-front-page .site-inner {
	width: 100%;
	max-width: none;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.hbg-front-page .site-inner .hbg-wrap {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.hbg-blog-section .heading-wrap,
.horizontal-rows .heading-wrap,
.two-column .heading-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.hbg-blog-section .second-column .heading-wrap,
.hbg-blog-section .first-column .heading-wrap,
.two-column .second-column .heading-wrap,
.two-column .first-column .heading-wrap {
	padding: 20px;
	display: block;
}

.hbg-blog-section .first-column .heading-wrap,
.two-column .first-column .heading-wrap {
	display: flex;
}

.hbg-blog-section .headline,
.horizontal-rows .headline,
.two-column .headline,
.pop-posts-headline {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 150%;
	color: #000000;
}

.browse-all {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 160%;
	text-align: right;
	color: #932F11;

}

.horizontal-rows {
	background: #F6F2EB;
}

.row-item {
	padding: 60px 0 40px;
	border-bottom: 1px solid #E0E0E0;
}

.row-item:last-child {
	border: 0;
}

.recipes-list {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.recipes-list li {
	margin-bottom: 20px;
	width: 22.5%;
}

.recipes-list li:last-child {
}

.recipes-list .post-title {
	padding: 5px 0 0;
}

.recipes-list a:hover .post-title {
	color: #932F11;
}

.post-columns.frp-right {
	flex-direction: row-reverse;
}

.two-column {
	padding: 60px 0;
}

.grid-layout {
	text-align: center;
	padding: 60px 0;
}

.grid-layout .grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
	grid-gap: 0  1.25%;
}

.grid-layout .grid a {
    color: #212322;
}

.grid-layout .grid a:hover h3.recipe-title {
    color: #932F11;
}

.recipe-item {
	margin-bottom: 30px;
}

h3.recipe-title {
	font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    padding: 14px;
    line-height: 150%;
    color: #212322;
    margin: 0;
    text-align: center;
    padding: 5px 0 0;
}

.grid-layout h2 {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 125%;
	text-align: center;
	color: #000000;
	margin-bottom: 40px;
}

/* # Mini Header
---------------------------------------------------------------------------------------------------- */

.mini-header .wrap {
	position: relative;
}

.mini-header .title-area {
	float: left;
	line-height: 1;
	margin: 0 auto;
	max-width: 220px;
	position: relative;
	top: auto;
}

.mini-header .title-area > a {
	min-height: 38px;
}

.mini-header .title-area img {
	display: block;
	margin-top: 8px;
}

.mini-header {
	border-bottom: 1px solid #E0E2DD;
	position: fixed;
	width: 100%;
	z-index: 99999;
	top: 0;
	display: none;
	background: #fff;
}

.mini-header > .wrap {
	max-width: 1200px;
}

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

.mini-header nav {
	float: right;
	max-width: 855px;
	padding-right: 65px;
	text-align: right;
}

.hbg-front-page .mini-header .nav-primary {
	margin: 0;
}

.hbg-front-page .mini-header .menu-primary .menu-item {
	font-size: 16px;
	margin: 0;
}

.hbg-front-page .mini-header .nav-primary .genesis-nav-menu a {
    padding: 17px 15px 16px;
}

/* # SRfD Misc
---------------------------------------------------------------------------------------------------- */

.wprm-print div.wprm-recipe-image img {
	width: 100%;
	height: auto;
}

.before-header {
	background: #fff;
	line-height: 1;
	padding: 20px 0 0;
	text-align: center;
}

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

.top {
	clear: both;
	color: #b2b7aa;
	display: block;
	letter-spacing: .5px;
	margin-bottom: 25px;
}

.privacy {
	clear: both;
	color: #b2b7aa;
	display: block;
	letter-spacing: .5px;
	margin-bottom: 25px;
}

.after-content-ad {
	clear: both;
	line-height: 1;
	margin-top: 40px;
	text-align: center;
}

input[type=search] {
	border: none;
	border: none;
	color: #b2b7aa;
	font-size: 16px;
	max-width: 228px;
	vertical-align: top;
}

.after-entry-subscribe {
	margin-bottom: 40px;
	width: 100%;
}

.adjacent-entry-navigation {
	color: #434343;
	margin-bottom: 80px;
	text-align: center;
}

.share-after {
	display: inline-block;
	left: 50%;
	margin-bottom: 35px;
	margin-left: -265px;
	padding-left: 175px;
	position: relative;
	text-align: center;
	width: auto;
}

.share-after:before {
	color: #3e4c2a;
	content: "Like it? Share it!";
	font-size: 24px;
	font-style: italic;
	left: 0;
	position: absolute;
	top: -10px;
	width: auto;
}

.more-link {
	font-style: italic;
}

.category-item,
.hbg-category-grid .content .entry {
	border: 1px solid #b2b7aa;
	box-sizing: content-box;
	position: relative;
	margin-bottom: 20px;
	width: 48.5%;
}

.category-item:nth-of-type(odd),
.hbg-category-grid .content .entry:nth-of-type(odd) {
	clear: both;
	float: left;
}

.category-item:nth-of-type(even),
.hbg-category-grid .content .entry:nth-of-type(even) {
	float: right;
}

.category-item img,
.hbg-category-grid .entry img {
	display: block;
	margin-bottom: 0;
}

.category-item h2 {
	background: rgba(255, 255, 255, 0.75);
	bottom: 37px;
	font-size: 24px;
	letter-spacing: .5px;
	position: absolute;
	text-align: center;
	width: 100%
}

.category-item h2 a {
	color: #3e4c2a;
	display: block;
	padding: 20px 10px;
}

._404-category-grid {
    display: grid;
    grid-gap: 0 4.505%;
    grid-template-columns: 30.33% 30.33% 30.33%;
}

._404-category-grid .category-item {
	width: 100% !important;
	margin-bottom: 40px !important;
}

.error404.hbg-front-page .search-form {
	max-width: 290px;
	margin: 0 auto 60px;
}

.hbg-category-grid .content .entry-title {
	bottom: 0;
	display: none;
	left: 0;
	margin-bottom: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.hbg-category-grid .content .entry:hover .entry-title {
	background: rgba(0, 0, 0, 0.75);
	display: block;
	font-size: 24px;
}

.hbg-category-grid .content .entry-title:before {
  	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.hbg-category-grid .content .entry-title a {
	color: #fff;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.ri_search {
	color: #3e4c2a;
	font-size: 24px;
	font-style: italic;
	letter-spacing: .5px;
	margin-bottom: 40px;
	text-align: center;
}

.ri_search .search-form {
	display: inline-block;
	margin-left: 20px;
	max-width: 280px;
	vertical-align: middle;
	width: 100%;
}

.archive-description select {
	color: #b2b7aa;
	font-size: 16px;
	margin-left: 30px;
	max-width: 280px;
	width: 100%;
}

.nrelate {
	margin: 0 0 40px;
	border: 1px solid #b2b7aa;
	padding: 0 19px 20px;
	text-align: center;
}

.nrelate .nr_title {
color: #3e4c2a;
font-size: 24px;
font-style: italic;
margin: -32px 0 10px;
letter-spacing: .5px;
}

.nrelate .nr_title span {
background: #fff url(images/leaf.png) 12px center no-repeat;
display: inline-block;
min-height: 52px;
padding: 15px 15px 0 85px;
}

.nr_text {
	color: #772d10;
	display: inline-block;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.4;
	text-transform: none;
}

.nr_panel {
	display: inline-block;
	float: none;
	padding: 0;
	line-height: 1.4;
	margin: 0 11px 22px;
	vertical-align: top;
	width: 130px;
}

.nrelate .nr_inner {
	text-align: center;
}

.content .pib-hover-btn-link {
	margin: 0 40px 0 0;
}

.content .gform_wrapper input[type=text],
.content .gform_wrapper input[type=url],
.content .gform_wrapper input[type=email],
.content .gform_wrapper input[type=tel],
.content .gform_wrapper input[type=number],
.content .gform_wrapper input[type=password],
.content .gform_wrapper textarea {
	font-size: 16px;
	padding: 8px;
}

.content .gform_wrapper .ginput_complex label {
	font-size: 16px;
}

.content div.easyrecipe {
	background: #e0e2dd;
	border: 1px solid #b2b7aa;
	color: #434343;
	clear: both;
	font-family: 'Alegreya', serif;
	font-size: 19px;
	margin: 30px 0;
	overflow: hidden;
	padding: 40px;
	position: relative;
	text-align: left;
}

.content .easyrecipe .ERSName {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 0;
}

.content .easyrecipe .ERSDetails {
	font-style: italic;
	margin-bottom: 10px;
}

.content .easyrecipe .ERSIngredients .ERSIngredientsHeader,
.content .easyrecipe .ERSInstructions .ERSInstructionsHeader,
.content .easyrecipe div .ERSNotesHeader,
.content .easyrecipe .nutrition .ERSNutritionHeader {
	font-size: 24px;
}

.content div.easyrecipe div.ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn,
.content div.easyrecipe div.ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn {
	background: #772d10;
	font-family: 'Alegreya', serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}

.content .easyrecipe .ERSInstructions li.instruction,
.content .easyrecipe .ERSIngredients li.ingredient {
	line-height: 2;
}

.genesis-grid {
	width: 100%;
}

.genesis-grid .entry-title {
	font-size: 24px;
	min-height: 56px;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}

.genesis-grid-even {
	float: right;
}

.enews form {
    border: 0;
}

.after-entry-subscribe .enews form {
    border: 0;
    margin: 0 auto;
}

html body div.wprm-recipe-container .wprm-recipe-tastefully-simple .wprm-recipe-name {
	font-size: 30px;
    font-weight: 700;
}

html body div.wprm-recipe-container .wprm-recipe-tastefully-simple {
	border-style: solid;
    font-family: 'Alegreya',serif;
	font-size: 19px;
	padding: 40px;
}

html body div.wprm-recipe-container .wprm-recipe-tastefully-simple .wprm-recipe-time-container .wprm-recipe-time-header {
	font-size: 18px;
}

html body div.wprm-recipe-container .wprm-recipe-tastefully-simple li {
	line-height: 2 !important;
}

html body div.wprm-recipe-container .wprm-recipe-tastefully-simple .wprm-recipe-image-container .wprm-recipe-buttons .wprm-recipe-print {
	background: #772d10;
	background-image: url(https://www.savingdessert.com/wp-content/uploads/2017/01/printicon.png);
	background-repeat: no-repeat;
	background-position: 10px;
    font-family: 'Alegreya',serif;
    font-size: 18px;
    font-weight: normal;
    padding: .4em 1em .4em 2.1em;
    text-transform: uppercase;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
}

html body div.wprm-recipe-container .wprm-recipe-tastefully-simple .wprm-recipe-image-container .wprm-recipe-buttons .wprm-recipe-print:hover {
	background-color: #3e4c2a;
}

html body div.wprm-recipe-container .wprm-recipe-tastefully-simple .wprm-recipe-header {
	font-size: 24px;
}

.after-entry-featured {
	clear: both;
	color: #fff;
	font-family: 'Alegreya', serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 6px;
	margin-bottom: 70px;
	text-align: center;
	text-transform: uppercase;
}

.after-entry-featured p {
	color: #000;
	margin: 0 0 10px;
	position: relative;
	z-index: 1;
}

.after-entry-featured a {
	color: #fff;
	height: 533px;
}

.after-entry-featured .widget-title {
	color: #000;
	   font-family: 'Alegreya', serif;
	font-size: 40px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0;
	margin-bottom: 15px;
	position: relative;
	text-transform: none;
}

.after-entry-featured .widget-wrap {
	position: relative;
}

.after-entry-featured .title-subtitle-wrap {
	background: rgba(255, 255, 255, 0.68);
	display: flex;
	flex-direction: column;
	padding: 15px 20px 0;
	position: relative;
  top: 50%;
  -ms-transform: perspective(1px) translateY(-50%);
-webkit-transform: perspective(1px) translateY(-50%);
transform: perspective(1px) translateY(-50%);
}

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

div.sidr .menu-close {
    background-color: transparent;
    color: #3e4c2a !important;
}

div.sidr .menu-close:hover {
    background-color: transparent;
	color: #333;
}

button.slide-nav-link {
    background-color: transparent;
	color: #3e4c2a !important;
	padding: 8px;
}

button.slide-nav-link:hover {
	color: #333;
}

div.search-me:before {
	color: #b2b7aa;
}

.sidr .search-form {
	border: 0;
}

div.sidr li a,
div.sidr .menu-item a {
	color: #222;
}

.sidr .sub-menu a {
	font-weight: 400;
}

div.sidr li a:hover,
div.sidr .menu-item a:hover {
	color: #932F11;
}

div.sidr a i {
    color: #BDBDBD;
    margin-right: 5px;
}

div.sidr {
	border-left: 1px solid rgba(0,0,0,.1);
	font-size: 14px;
	font-weight: 600;
}

.sidr input[type=search] {
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
	color: #b2b7aa;
}

.sidr .sub-menu {
	font-size: 14px;
}

div.sidr .side-nav .menu-item {

}

div.sidr .side-nav .sub-menu .menu-item {
	text-transform: none;
	letter-spacing: 0;
}

.collections-wrap {
	margin: 0 auto;
	width: 90%;
	max-width: 1160px;
	padding: 15px 0 90px;
}

.after-header-collections .widget-wrap {
	display: flex;
	justify-content: space-between;
}

.after-header-collections a {
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.30);
	text-align: center;
	display: block;
	width: 29.92%;
}

.after-header-collections h2 {
	color: #772d10;
	font-size: 28px;
	margin-bottom: 5px;
	margin-top: 10px;
	padding: 0 10px;
}

.after-header-collections h3 {
	color: #444;
	font-size: 18px;
	margin-bottom: 25px;
	padding: 0 10px;
}

.front-page-optin input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.front-page-optin {
	background: #772d10;
	padding-top: 20px;
	position: relative;
}

.front-page-optin:before {
    background: #772d10 url(images/leaf.svg) no-repeat center 13px;
    background-size: 66%;
    border-radius: 100%;
    content: "";
    position: absolute;
    margin-left: -25px;
    left: 50%;
    top: -25px;
    height: 50px;
    width: 50px;
}

.front-page-optin-wrap {
	margin: 0 auto;
	width: 90%;
}

.front-page-optin .widget-title {
	color: #fff;
	font-size: 32px;
	font-style: normal;
}

.front-page-optin .enews-widget input {
    background: #fff;
    border: 0;
    color: #444;
    display: block;
    font-size: 16px;
	font-style: italic;
    padding-right: 0;
    position: relative;
    max-width: none;
    width: 100%;
    vertical-align: top;
}

.front-page-optin .enews-widget input::-moz-placeholder {
	color: #444;
	font-weight: 400;
	opacity: 1;
}

.front-page-optin .enews-widget input::-webkit-input-placeholder {
	color: #444;
	font-weight: 400;
	opacity: 1;
}

.front-page-optin .enews {
	display: flex;
	justify-content: center;
}

.front-page-optin form {
	margin-left: 20px;
	width: 245px;
}

.hbg-front-page .feature .entry-title {
	font-size: 42px;
}

.hbg-front-page .feature img {
	margin-bottom: 25px;
}

.hbg-front-page .content {
	padding-bottom: 0;
}

.hbg-front-page .content .entry {
	background: none;
}

.hbg-front-page .content .entry.feature {
	border-bottom: 1px solid #e0e2dd;
}

.hbg-front-page .content .entry:after {
	display: none;
}

.teaser .entry-title {
	font-size: 24px;
	margin-bottom: 40px;
	margin-top: 10px;
}

.hbg-front-page .content .entry.teaser {
	margin-bottom: 0;
	margin-left: 8%;
	padding-bottom: 0;
	width: 46%;
}

.hbg-front-page .content .entry.teaser.first {
	margin-left: 0;
}


.teaser-headline {
	color: #3E4C2A;
	font-size: 28px;
	text-align: center;
	margin-bottom: 40px;
}

#footer_branding {
	font-size: 14px !important;
	color: #b2b7aa !important;
	font-style: italic;
}

.hbg-front-page .sidebar {
	min-width: 0;
}

span.wprm-rating-star svg {
    width: 24px;
    height: 24px;
}

._404-hero img {
	margin-bottom: 40px;
	width: 100%;
}

/* # Recipe Index
---------------------------------------------------------------------------------------------------- */

.hbg-recipe-index .entry-content:before,
.hbg-recipe-index .entry-content:after {
	display: none;
}

.hbg-recipe-index .entry-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	grid-gap: 0  3.375%;
}

.hbg-recipe-index .entry-header {
	text-align: left;
}

.hbg-recipe-index .entry-title {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	line-height: 125%;
	color: #000000;
}

.index-item-title {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 150%;
	text-align: center;
	color: #212322;
}

.index-item-title a {
	color: #212322;
}

.hbg-recipe-index .entry-header {
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.archive-description {
	background: #F7F2EB;
	text-align: left;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	line-height: 160%;
	color: #212121;
	padding: 40px 0 40px;
}

.archive-title {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	line-height: 125%;
	color: #000000;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.archive-description-upper {
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 40px;
	text-align: center;
	font-style: italic;
    padding: 20px;
	background: #fff;
}

.archive-description-upper {
	margin-top: 20px;
}

.archive-description-right {
	width: 46.66%;
	margin-right: 40px;
	flex-shrink: 0;
}

.pop-posts-headline {
	margin-bottom: 20px;
}

.archive-description-right img {
	width: 100%;
}

.hbg-category .hbg-grid-wrap {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 0 1.57%;
}

.hbg-category .content-sidebar-wrap {
	display: flex;
	flex-direction: row-reverse;
}

.hbg-category .sidebar-primary {
	margin-top: 0;
	min-width: 0;
	width: 268px;
	margin-right: 40px;
	flex-shrink: 0;
}

.hbg-category .content {
	width: 100%;
	padding-bottom: 0;
}

.hbg-category .sidebar-primary h4 {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 600;
	font-size: 21px;
	line-height: 150%;
	color: #000000;
	margin-bottom: 20px;
}

.sidebar li {
	border: 0;
	margin: 0 0 18px;
	padding: 0 0 0 20px;

}

.sidebar li a {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	color: #932F11;
	border: 0;
}

.sidebar li.current-cat a,
.sidebar li a:hover {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #212322;
}

.sidebar li a:hover {
	font-weight: 700;
}

.all-title {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 125%;
	color: #000000;
}

.all-title-search {
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.hbg-category .hbg-grid-wrap .entry-title {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.5;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #212322;
}

.hbg-category .hbg-grid-wrap .entry-title-link {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #212322;
}

.hbg-recipe-finder .entry-header {
	text-align: left;
	display: flex;
	justify-content: space-between;
}

.hbg-recipe-finder .entry-header .entry-title {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 125%;
    color: #000000;
}

.hbg-recipe-finder .facetwp-checkbox {
    margin-bottom: 15px;
    font-family: 'Inter';
    cursor: pointer;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #212322;
}


.single-post .entry-header {
	background: #F6F2EB;
	padding: 40px 0;
}

.single-post .entry-header .wrap {
	background: #fff;
	display: flex;
	padding: 20px;
	align-items: flex-start;
}

.single-post .entry-header .wrap:before,
.single-post .entry-header .wrap:after {
	display: none;
}

.single-post .entry-header img {
	width: 46.66%;
}

.single-post .entry-header .hbg-title-wrap {
	width: 53.34%;
	text-align: center;
	padding: 0 40px;
    font-style: italic;
}

.single-post .entry-header .hbg-title-wrap .entry-title {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	line-height: 125%;
	text-align: center;
	color: #212121;
	letter-spacing: -0.03em;
	position: relative;
	padding-top: 55px;
	margin-top: 20px;
	margin-bottom: 5px;
}

.single-post .entry-header .hbg-title-wrap .entry-title:before {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -43px;
	top: 0;
	background: url(images/leaf.svg);
	width: 86px;
	height: 48px;
	display: block;
}

.hbg-review-count {
	color: #212121;
	font-size: 14px;
	line-height: 1.5;
	font-style: normal;
}

.hbg-review-count:hover {
	color: #932F11;
}

.aff-disclosure {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	color: #000000;
	padding: 10px;
	border: 1px solid #E6D3B4;
}

.hbg-optin {
	text-align: center;
	padding: 30px 0 20px;
}

.hbg-optin h3 {
	font-size: 36px;
}

.hbg-optin .screenread {
    height: 1px;
    left: -1000em;
    overflow: hidden;
    position: absolute;
    top: -1000em;
    width: 1px;
}

.hbg-optin .wrap {
    display: flex;
    align-items: center;
	max-width: 1086px;
}

.hbg-optin .optin-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
	align-items: center;
}

.hbg-optin .optin-left {
    flex: 1;
}

.hbg-optin .optin-form-fields {
    display: flex;
    gap: 15px; /* Adjust the space between form fields */
	justify-content: center;
	margin-top: 35px;
}

.hbg-optin .optin-right {
	width: 226px;
    text-align: right;
}

.hbg-optin input {
	border: 1px solid #A6A7A7;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 128%;
	width: 214px;
	color: #333333;
	text-align: center;
	padding: 14px 10px;
	display: inline-block;

}

.hbg-optin input[type="submit"] {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 100%;
	color: #FFFFFF;
	text-transform: none;
	letter-spacing: 0;
	background: #425623;
	border-radius: 4px;
	padding: 15px 20px;
	width: auto;
	margin: 0;
}

.hbg-optin input[type="submit"]:hover {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 100%;
	color: #FFFFFF;
	text-transform: none;
	letter-spacing: 0;
	background: #932F11;
	border-radius: 4px;

}

.hbg-optin .description {
	max-width: 620px;
	margin-left: auto;
	margin-right: auto;
}

.about-section {
	background: #EFF1EA;
	padding: 50px 0 20px;
}

.about-section .wrap {
	display: flex;
	flex-direction: row-reverse;
	max-width: 953px;
	justify-content: space-between;
}

.about-section .wrap:before,
.about-section .wrap:after {
	display: none;
}

.about-left {
	width: 50.2%;
	padding-top: 40px;
}

.about-right {
	width: 47.63%;
}

.about-section h2 {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	line-height: 125%;
	color: #212121;
}

.sidebar .about-section {
	background: none;
	padding: 0;
	font-size: 18px;
	margin-bottom: 40px;
}

.sidebar .about-section .wrap {
	display: block;
}

.sidebar .about-left,
.sidebar .about-right {
	width: 100%;
	padding: 0;
}

.sidebar h2 {
	font-size: 36px;
	margin-bottom: 30px;
}

.genesis-nav-menu.menu-social li.menu-item:hover {
	background: #3e4c2a !important;
}

.hbg-enews .widget-wrap {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
    justify-content: space-around;
}

.hbg-enews .wrap {
	max-width: 890px;
}

.hbg-optin .after-entry-subscribe input {
	width: 173px;
	margin: 0 3px 10px;
}

.hbg-optin .after-entry-subscribe input[type="submit"] {
	width: auto;
}

.hbg-recipe-index .after-entry-subscribe {
	width: 100%;
}

.widgettitle.pretitle {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	align-items: center;
	letter-spacing: 0.2em;
	text-align: center;
	text-transform: uppercase;
	color: #C19144;
}

.hbg-recipe-index .content {
	padding-bottom: 10px;
}

.hbg-recipe-index .content .entry {
	margin-bottom: 0;
}

.hbg-category .sidebar ul {
	margin-bottom: 40px;
}

.featured-product {
	background: #F7F2EB;
	display: flex;
	margin-bottom: 40px;
}

.featured-product h3 {
	font-size: 24px;
	line-height: 150%;
	color: #212322;
	margin-bottom: 20px;
}

.featured-product h3 a {
		color: #212322;
	}

.featured-product > a {
	display: block;
	width: 320px;
	flex-shrink: 0;
}

.featured-product > a img {
	object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.product-block-right {
	padding: 30px 40px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.product-block-right p {
	font-size: 14px;
	font-style: italic;
	margin-bottom: 0;
}

.product-block-right .button {
	font-size: 13px;
	margin-top: 20px;
}

.facetwp-flyout-open {
	display: none;
}

.index-item {
	display: block;
	margin-bottom: 20px;
}

.index-item:hover .index-item-title {
	color: #932F11;
}

.hbg-category .content .hbg-grid-wrap .entry:hover .entry-title-link {
	color: #772d10;
}

.hbg-cat-select {
	max-width: 390px;
	display: none;
}

.hbg-search .site-inner {
	max-width: 892px;
    padding-bottom: 50px;
}

.hbg-search .archive-description {
	padding: 0;
	background: none;
}

.hbg-search.hbg-recipe-finder .entry-header {
	display: block;
}

.hbg-search.hbg-recipe-finder .entry-header .entry-title {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
}

.archive-description-lower {

}

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

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

	.sidebar .enews {
		background-image: url(images/email-leaf@2x.png);
	}

}

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

	.mini-header > .wrap {
		padding-left: 20px;
	}

	.hbg-front-page .nav-primary .genesis-nav-menu .menu-item:last-of-type a {
		padding-right: 0;
	}

	.hbg-front-page .nav-primary {
		margin-right: 0;
	}

	.after-entry-featured a {
		height: 426px;
	}

    .genesis-nav-menu a {
        padding: 22px 11px;
    }

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

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

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

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

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

	.ri_search .search-form {
		margin: 20px 0 0;
	}

	.archive-description select {
		display: block;
		margin: 20px auto 0;
	}

}


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

	.site-header {

	}

	.post-columns {
		display: block;
	}

	.first-column {
		width: 100%;
		max-width: 800px;
		margin: 0 auto 30px;
	}

	.second-column .post {
		display: block;
		width: 23.5%;
		text-align: center;
	}

	.second-column .post img {
		width: 100%;
	}

	.second-column {
		width: 100%;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		flex-direction: row;
	}

	.second-column .post-title {
    	margin: 0;
    	text-align: center;
	}

	.second-column .post:last-child {
		margin-bottom: 20px;
	}

	.hbg-blog-section {
		padding-bottom: 40px;
	}

}

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

	.search-browse {
    	margin: 0px auto 20px;
	}

	.hbg-cat-select {
		display: block;
		margin-bottom: 40px;
	}

	.hbg-category .sidebar-primary {
		display: none;
	}

	.facetwp-flyout-open {
		margin-bottom: 40px;
		display: block;
	}

	.hbg-category .content-sidebar-wrap {
		display: block;
	}

	.hbg-recipe-finder .sidebar-primary {
		display: none;
	}

	.single-post .entry-header .wrap {
		display: block;
		max-width: 90%;
	}

	.single-post .entry-header img {
		width: 100%;
		max-width: 350px;
	}

	.single-post .entry-header .hbg-title-wrap {
		width: 100%;
		padding: 0;
	}

	._404-category-grid {
		grid-gap: 0 3%;
		grid-template-columns: 48.5% 48.5%;
	}

	.grid-layout .grid {
	    display: grid;
	    grid-template-columns: repeat(3, 1fr);
	    grid-gap: 0 2%;
	}

	.hbg-front-page .nav-primary .genesis-nav-menu .menu-item:last-of-type a {
		padding-right: 15px;
	}

	.hbg-front-page .nav-primary {
		margin-top: 0;
		margin-right: 20px;
	}

	.hbg-front-page .site-header .widget-area {
		position: relative;
		padding-right: 70px;
		margin: 0 auto;
    	width: 95%;
    	float: none;
	}

	.hbg-front-page .header-search-wrap {
		position: absolute;
		top: 0;
		right: 0;
	}

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

	.site-inner {
		padding-top: 20px !important;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.sidebar-primary {
		clear: both;
		float: none;
		margin: 20px auto 0;
		text-align: center;
		width: 100%;
	}

	.sidebar form {
		margin: 0 auto;
		max-width: 400px;
	}

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

	.header-image .title-area {
		background-position: center top;
	}

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

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

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 10px;
	}

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

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

	.ri_search .search-form {
		display: block;
		margin: 20px auto 0;
	}

	.featured-content .entry {
		position: relative;
		margin: 10px;
		display: inline-block;
	}

	.top,
	.archive-pagination {
		margin-bottom: 40px;
	}

	.header-image .site-title > a {
    }

    .site-header .genesis-nav-menu .logo-right {
    }

    .genesis-nav-menu {
        font-size: 16px;
    }

    .title-area {

    }

}

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

	.hbg-optin.unique-optin .optin-content {
		flex-direction: column-reverse;
		justify-content: flex-start;
		align-items: center;
	}

	.hbg-optin.unique-optin input {
		margin-bottom: 20px;
	}

	.featured-recipes-container {
		flex-wrap: wrap;
		justify-content: center;
	}

	.row-item,
	.two-column,
	.grid-layout {
		padding: 40px 0 20px;
	}

	.featured-recipe {
		width: 33.33%;
		margin-bottom: 20px;
	}

.after-entry-subscribe p {
			text-align: center;
		}

		.recipes-list {
			flex-wrap: wrap;
			justify-content: center;
		}

	.recipes-list li {
		width: 33%;
		padding: 0 10px;
		box-sizing: border-box;
		margin: 0 0 30px !important;
	}

	.after-entry-subscribe .enews-widget img {
		margin: 0 auto 25px;
	}

	.hbg-enews .widget-wrap {
		display: block;
	}

	.featured-product {
		display: block;
		padding-top: 20px;
	}

	.featured-product > a {
		width: 100%;
		max-width: 320px;
		margin: 0 auto 0;
	}

	.product-block-right {
		padding-top: 10px;
		align-items: center;
	}

	.hbg-front-page .side-nav li.menu-item.fas,
	.hbg-front-page .side-nav li.menu-item.fab {
    	display: inline-block;
    	font-size: 20px;
    	position: relative;
    	border-width: initial;
    	border-style: none;
    	border-color: initial;
    	border-image: initial;
    	margin: 10px 8px;
    	padding: 0px;
	}

	.after-entry-featured a {
		height: 460px;
	}

    .site-container {
        padding-top: 0;
    }

	body {
		background-color: #fff;
	}

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

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.site-header {
		padding: 0;
	}

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

	.share-after {
		display: block;
		left: auto;
		margin-left: 0;
		padding: 50px 0 0;
	}

	.share-after:before {
		color: #3e4c2a;
		content: "Like it? Share it!";
		font-size: 24px;
		left: 50%;
		margin-left: -80px;
		position: absolute;
		top: 0;
		width: auto;
	}

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


		.archive-description-upper {
			display: block;
		}

		.archive-description-right {
			width: 100%;
			max-width: 400px;
			margin: 30px 0;
		}

		.hbg-category .hbg-grid-wrap {
		    display: grid;
		    grid-template-columns: repeat(3, 1fr);
		    grid-gap: 0 2%;
		}

}

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

	.second-column {
		flex-wrap: wrap;
	}

	.second-column .post {
		width: 48%;
	}

	.front-page-optin .enews {
		display: block;
		overflow: hidden;
	}

	.after-header-collections .widget-wrap {
		flex-wrap: wrap;
	}

	.after-header-collections a {
		margin: 0 auto 40px;
		max-width: 345px;
		width: 100%;
	}

	.front-page-optin form {
		margin: 0 auto 20px;
	}


}

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

	.hbg-recipe-button-wrap {
		display: flex;
		flex-direction: column;
		margin-top: 20px;
	}

	.hbg-recipe-button-wrap a {
	    margin-bottom: 20px;
		margin-top: 0 !important;
		width: 100% !important;
		margin-left: 0;
		margin-right: 0;
	}

	.hbg-blog-section .heading-wrap, .horizontal-rows .heading-wrap, .two-column .heading-wrap {
		display: block;
	}

	.featured-recipes-container {
		margin-bottom: 0;
	}

	.grid-layout .grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 0 3%;
	}

	.all-title {
		margin-bottom: 40px;
	}

	.all-title-search {
		display: block;
	}

	.recipes-list li {
		width: 50%;
	    text-align: center;
	}


	.about-section .wrap {
		display: block;
	}

	.hbg-category .hbg-grid-wrap,
	.hbg-recipe-index .entry-content {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 0 3%;
	}

	.hbg-recipe-finder .entry-header,
	.hbg-recipe-index .entry-header {
		display: block;
	}

	.about-right {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}

	.about-left {
		width: 100%;
		padding-top: 10px;
	}

	.category-item h2 {
		bottom: 25px;
		padding: 10px;
	}

	.search-browse {
		text-align: left;
	}

	.hbg-front-page .search-browse {
		text-align: center;
	}

	.nav-primary .wrap {
		padding: 10px 0;
	}

	.search-browse form {
		margin-left: 0;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 10px 16px;
	}

}

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

	.hbg-blog-section .second-column .heading-wrap,
	.hbg-blog-section .first-column .heading-wrap,
	.two-column .second-column .heading-wrap,
	.two-column .first-column .heading-wrap {
		padding: 10px;
	}

	.hbg-blog-section .first-column .heading-wrap,
	.two-column .first-column .heading-wrap {
    	display: block;
		text-align: center;
	}

	.hbg-blog-section {
    	padding-top: 30px;
	}

	._404-category-grid {
		display: block;
	}

	.comment-form-author,
	.comment-form-email {
		width: 100%;
	}

	.after-entry-featured a {
		height: 330px;
	}

	.category-item,
	.hbg-category-grid .entry {
		float: none !important;
		max-width: 388px;
		margin: 0 auto 20px;
		width: 100%;
	}

	.site-inner {
		padding-top: 0 !important;
	}

}

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

	.genesis-grid {
		width: 100%;
	}

}

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

	.content .nrelate .nr_title {
		margin-top: -40px;
	}

	.after-entry-subscribe h4 {
		margin: -50px 0 10px;
	}

	button.slide-nav-link .label {
		font-size: 14px;
	}

}
