/* # Real Life Dinner
Theme Name: Real Life Dinner Theme
Theme URI: https://www.emilywhitedesigns/
Description: This is a custom theme created for the Genesis Framework.
Author: Emily White Designs
Author URI: https://www.emilywhitedesigns.com/
Template: genesis
Template Version: 2.1.2
Tags: black, orange, white, 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: 1230px
	- 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
--------------------------------------------- */

@font-face {
	font-family: 'Abril Fatface', cursive;
	src: url('fonts/2EEE9B_0_0.eot');
	src: url('fonts/2EEE9B_0_0.eot?#iefix') format('embedded-opentype'),
		 url('fonts/2EEE9B_0_0.woff2') format('woff2'),
		 url('fonts/2EEE9B_0_0.woff') format('woff'),
		 url('fonts/2EEE9B_0_0.ttf') format('truetype');
}

@font-face {
	font-family: 'ThirstyRoughRegOne';
	src: url('fonts/2EEE9B_1_0.eot');
	src: url('fonts/2EEE9B_1_0.eot?#iefix') format('embedded-opentype'),
		 url('fonts/2EEE9B_1_0.woff2') format('woff2'),
		 url('fonts/2EEE9B_1_0.woff') format('woff'),
		 url('fonts/2EEE9B_1_0.ttf') format('truetype');
}


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

body {
	background-color: #fff;
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

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

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

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

a {
	color: #488F8F;
	text-decoration: none;
}

a:hover {
	color: #4c4950;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

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


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #4c4950;
	font-family: 'Abril Fatface', cursive;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 22px;
}

h4 {
	color: #c1c32e;
	font-size: 28px;
}

h5 {
	color: #cf4437;
	font-size: 24px;
}

h6 {
	color: #999;
	font-size: 16px;
}

/* ## 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 #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 20px 14px;
	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: #999999;
	font-weight: 400;
	opacity: 1;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #488F8F;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 400;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.button-new {
	background-color: #488F8F;
	border: none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0.1em;
    padding: 14px 20px;
	text-transform: uppercase;
	width: auto;
}

.button-red {
	background: #DD6558;
}

.search-browse .button-red {
	border: 1px solid #dd6558;
}

.search-browse .button-red:hover {
	background: #fff;
	color: #dd6558;
}

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

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

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

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.button-new:hover {
	background-color: #DD6558;
}

.button-red:hover {
	background: #488F8F;
}

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

.hbg-front-page .site-inner {
	max-width: 1200px;
	width: 90%;
	padding-left: 0;
	padding-right: 0;
}

.new-wrap {
	max-width: 1200px;
	margin: 0 auto;
}

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

.hbg-recipe-finder .site-inner {
	max-width: 1200px;
	width: 90%;
	padding: 50px 0 0;
}

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

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

/* ### Primary Sidebar */

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

.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: 100%;
	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 {
	overflow: hidden;
}

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

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

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

input[type="search"] {
    display: inline-block;
    padding: 21px 10px 21px;
    vertical-align: top;
    width: auto;
    margin-right: 20px;
}

.error404 input[type="search"] {
	margin-bottom: 20px;
}

.hbg-freebies-library .alert {
	display: none;
}

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

.before-header-bar .search-form,
.mini-header .search-form {
	margin: 0;
}

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

.before-header-bar .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: 50px;
    padding: 15px 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;
}

.mini-header .search input[type="search"] {
	min-height: 50px;
}

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

.before-header-bar .search:before,
.mini-header .search:before {
	background: #DD6558;
    color: #fff;
    content: "\f002";
    font-family: FontAwesome;
    font-size: 16px;
    padding: 17px 13px 17px;
    position: absolute;
    right: 0;
}

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

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

.error404 .entry-content .search-form,
.hbg-shop .site-header .search-form,
.woocommerce .sidebar .search-form {
	border: 1px solid #c9c9c9;
}

.error404 .entry-content .search-form,
.hbg-shop .site-header .search-form,
.woocommerce .sidebar .search-form {
	max-width: 300px;
}

.search-select .cat-search input,
.error404 .entry-content .search-form input,
.hbg-shop .site-header .search-form input,
.woocommerce .sidebar .search-form input {
	border: none;
    font-size: 16px;
	margin-right: 0;
    text-transform: none;
    padding: 7px 12px 6px;
    text-align: left;
    width: 258px;
	margin-bottom: 0;
}

.search-select .cat-search input[type="submit"],
.error404 .entry-content .search-form input[type="submit"],
.hbg-shop .site-header .search-form input[type="submit"],
.woocommerce .sidebar .search-form input[type="submit"] {
	background-color: #fff !important;
	box-shadow: none;
	color: #000 !important;
	font-family: FontAwesome;
	font-size: 18px;
	font-weight: 900 !important;
	margin: 0;
    padding: 3px 10px 2px 2px;
    vertical-align: middle;
    width: auto;
}

.error404 .fp-facebook-left {
	margin-top: 0;
}

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

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-family: 'Abril Fatface', cursive;
	font-size: 32px;
	margin-bottom: 40px;
}

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

.entry-title a:hover {
	color: #488F8F;
}

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
}

/* ## 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 {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

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

.featured-content .entry-title {
	font-size: 20px;
}


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

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

.enews-widget .widget-title {
	color: #cf4437;
	font-size: 24px;
	margin: -17px 0 30px;
	text-align: center;
}

.enews-widget .widget-title span {
	background: #fff;
	padding: 10px;
}

.widget.enews-widget {
	background-color: #fff;
	border: 1px solid #ccc;
	padding-top: 0 !important;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #ccc;
}

.enews-widget input {
	font-size: 14px;
	margin-bottom: 20px;
	text-align: center;
}

.enews-widget input[type="email"] {
	border-right: none;
	float: left;
	margin-right: 0;
	width: 207px;
}

.sidebar .enews-widget input[type="email"] {
	width: 100%;
	max-width: 235px;
}

.enews-widget input[type="submit"] {
	background-color: #488F8F;
	border-color: #488F8F;
	color: #fff;
	font-size: 18px;
	float: right;
    font-family: FontAwesome;
    height: 60px;
	margin: 0;
	padding: 10px;
	width: 65px;
}

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

.enews p {
	clear: both;
	color: #000;
	font-size: 14px;
	margin-top: 24px;
	text-align: center;
}

.after-entry-subscribe {
	margin-bottom: 50px;
}

.after-entry-subscribe form {
	margin: 0 auto;
	max-width: 545px;
}

.after-entry-subscribe input {
	float: left;
	margin-right: 40px;
	max-width: 220px;
}

.after-entry-subscribe .enews-widget input[type="email"] {
	width: 220px;
}

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

#wpstats {
	display: none;
}


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

.before-header-bar {
	background: #333;
}

.before-header-bar .wrap {
	max-width: 1200px;
    position: relative;
    padding-right: 51px;
}

.before-header-bar .genesis-nav-menu {
    text-align: right;
}

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

.site-header > .wrap {
	padding: 21px 0 21px;
	width: 95%;
}

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

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

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

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

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

.mini-header {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
	display: none;
	background: #fff;
}

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

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

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

.mini-header .genesis-nav-menu > li.menu-item {
	margin: 0 7px;
}

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

.title-area {
	float: left;
	margin: 0 auto;
	max-width: 189px;
	width: 100%;
	padding: 0;
}

.mini-header .title-area {
	float: left;
	line-height: 1;
	margin: 0 auto;
	padding: 1px 0 0;
	max-width: 218px;
}

.site-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
}

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

.site-title > a {
	background: url(images/logo.svg) no-repeat left;
	background-size: contain !important;
	float: left;
	border: 0;
	min-height: 139px;
	width: 100%;
}

.woocommerce .site-title > a,
.woocommerce-page .site-title > a {

}

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

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

.site-description,
.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: 16px;
	line-height: 1;
	width: 100%;
}

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

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

.genesis-nav-menu .sub-menu {
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
	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: 272px;
	z-index: 99;
}

.before-header-bar .genesis-nav-menu .menu-item .sub-menu {
    border: 0;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
    padding: 0;
}

.genesis-nav-menu .sub-menu a,
.sidr .sub-menu a,
.hbg-blog-section .genesis-nav-menu .sub-menu > li.menu-item a {
	color: #333;
	background: #fff no-repeat;
    background-size: 24px 24px;
    background-position: 15px center;
	font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    padding: 18px 15px;
    position: relative;
	width: 270px;
    word-wrap: break-word;
}

.sidr .sub-menu a {
	font-size: 14px;
	text-transform: none;
}

div.sidr li .sub-menu a {
	padding-left: 55px;
	text-transform: none;
	font-size: 14px;
}

div.sidr li.icon-item a {
	padding-left: 45px;
}

div.sidr li a,
div.sidr .menu-item a {
	font-family: 'Poppins', sans-serif;
	padding: 15px;
	font-size: 16px;
	font-weight: 400;
}

div.sidr .sub-menu-toggle:before {
    content: '\f107';
    margin-top: 10px;
}

button.menu-close:before {
    position: relative;
    border: 0;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
}

.site-header .slide-nav-link:hover {
	background: none;
	color: #ff039a;
}

.sidr .sub-menu .menu-item .menu-image-wrap,
.sidr .sub-menu .menu-item.icon-item .menu-image-wrap, {
	top: 8px;
	left: 20px;
}

.sidr .social-icon {
	display: inline-block;
	border: 0;
}

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

.before-header-bar .genesis-nav-menu .menu-item .sub-menu a {
	color: #333 !important;
	background: #fff no-repeat !important;
    background-size: 24px 24px;
    background-position: 15px center;
    font-size: 16px;
	font-weight: 400;
    line-height: 1.2;
    padding: 15px 15px 15px 50px;
    position: relative;
    word-wrap: break-word;
	text-transform: none;
}

.before-header-bar .genesis-nav-menu .menu-item .sub-menu a:hover {
	color: #293692;
}

.mini-header .genesis-nav-menu .sub-menu li,
.shop-after-header .genesis-nav-menu .sub-menu li {
	border-bottom: 1px solid #eee;
	text-align: left;
}

.mini-header .genesis-nav-menu .sub-menu li:first-of-type,
.shop-after-header .genesis-nav-menu .sub-menu li:first-of-type {
    border-top: 0;
}

.mini-header .genesis-nav-menu .sub-menu a,
.shop-after-header .genesis-nav-menu .sub-menu a {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	padding: 17px 20px 17px 50px;
	text-transform: none;
}

.shop-after-header .genesis-nav-menu .sub-menu a {
	font-size: 14px;
	padding-left: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.site-header .genesis-nav-menu li li,
.menu-home-blog-container .genesis-nav-menu li li {
	border-bottom: 1px solid #231f20;
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	margin: 0;
}

.before-header-bar .genesis-nav-menu li li {
	border-bottom: 1px solid #efefef;
	text-align: left;
}

.site-header .genesis-nav-menu li li a {
	font-weight: 400;
}

.site-header .genesis-nav-menu li li:last-of-type,
.before-header-bar .genesis-nav-menu li li:last-of-type {
	border: 0;
}

.icon-menu {
	float: right;
	max-width: 920px;
}

.icon-menu .genesis-nav-menu > li.menu-item {
	margin: 0 20px;
	text-align: center;
	vertical-align: top;
	max-width: 115px;
}

.icon-menu #menu-shop-header > li.menu-item {
	margin: 0px 18px;
    max-width: 85px;
    text-align: center;
}


.icon-menu .genesis-nav-menu > li:first-of-type {
	margin-left: 0;
}

.icon-menu .genesis-nav-menu > li:last-of-type {
	margin-right: 0;
}

.site-header .genesis-nav-menu {
	margin-top: 14px;
	text-align: right;
}

.icon-menu .genesis-nav-menu {
	font-size: 16px;
	text-transform: none;
}

.site-header .genesis-nav-menu > li > a,
.icon-menu .genesis-nav-menu > li > a {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 125%;
	color: #333;
	padding: 0;
}

.icon-menu .genesis-nav-menu a:hover {
	color: #488F8F;
}

.menu-item .menu-image-wrap {
	align-items: center;
	justify-content: center;
	display: flex;
	width: 77px;
    height: 65px;
	opacity: 1;
	margin: 0 auto 7px;
}

.site-header .menu-item.green .menu-image-wrap img {
	top: -5px;
    position: relative;
}

.sub-menu .menu-item .menu-image-wrap,
.menu-item.icon-item .menu-image-wrap {
    height: 30px;
    margin: 0 10px 0 0;
    position: absolute;
    left: 10px;
	top: 10px;
    width: 30px;
}

.menu-item .menu-image-wrap img {
	max-height: 100%;
}

.sidr li.menu-item.visit-shop a {
    background: #e41957;
    color: #fff !important;
}

.sidr li.menu-item.visit-shop a:hover {
	background: #67cac5;
}

/* ## Before Header Navigation
--------------------------------------------- */

.before-header-bar .wrap {
	position: relative;
}
.before-header-bar .genesis-nav-menu > li > a,
.mini-header .genesis-nav-menu > li > a {
	font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    text-align: right;
    padding: 13px 0;
    margin: 0 10px;
}

.before-header-bar .genesis-nav-menu > li > a i {
	opacity: .5;
	margin-right: 5px;
}

.mini-header .genesis-nav-menu > li > a i {
	color: #488F8F;
	margin-right: 5px;
}


.mini-header .genesis-nav-menu > li > a {
    padding: 18px 8px 19px;
}

.before-header-bar .genesis-nav-menu > li.shop > a {
	background: #faab00;
	color: #000;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: 700;
}

.before-header-bar .genesis-nav-menu > li.shop > a:hover {
	color: #faab00;
	background: #231f20;
	opacity: 1;
}

.mini-header .genesis-nav-menu > li > a {
	font-family: 'Poppins', sans-serif;
}

.mini-header .genesis-nav-menu li a {
	color: #333;
	font-size: 16px;
    padding: 13px 0;
}

.mini-header .genesis-nav-menu li.menu-button a,
.before-header-bar .genesis-nav-menu li.menu-button a {
	background: #FFE699;
	color: #000;
    border-radius: 4px;
    display: inline-block;
    padding: 10px;
    text-transform: uppercase;
}

.before-header-bar .genesis-nav-menu li.menu-button a {
	background: #FFE699 !important;
	color: #000 !important;
    border-radius: 4px;
    display: inline-block;
    padding: 10px;
    text-transform: uppercase;
	opacity: 1 !important;
}

.mini-header .genesis-nav-menu li.menu-button a:hover{
	background: #488F8F !important;
    color: #fff !important;
	opacity: 1;
}

.before-header-bar .genesis-nav-menu li.menu-button a:hover {
	background: #fff !important;
    color: #488F8F !important;
	opacity: 1 !important;
}


.mini-header .genesis-nav-menu a:hover {
	color: #488F8F;
}

.before-header-bar .genesis-nav-menu a {
	color: #fff;
}


.before-header-bar .genesis-nav-menu > li.yellow a {
	color: #edd42e;
}

.before-header-bar .genesis-nav-menu > li.yellow a:hover {
	color: #fff;
}

.before-header-bar .genesis-nav-menu > li.yellow-bg a,
.mini-header .genesis-nav-menu > li.yellow-bg a {
	color: #000;
	background: #edd42e;
	text-transform: none;
    padding: 22px 20px 22px;
}

.before-header-bar .genesis-nav-menu > li.yellow-bg a:hover {
	background: none;
	color: #fff;
}
.mini-header .genesis-nav-menu > li.yellow-bg a:hover {
	background: none;
	color: #293692;
}



.mini-header .genesis-nav-menu > li.yellow-bg a {
    padding: 21px 20px 20px;
}

.before-header-bar .genesis-nav-menu > li > a:hover,
.woocommerce .before-header-bar .genesis-nav-menu > li > a:hover {
	color: #fff;
	opacity: .4;
}

.shop-after-header .genesis-nav-menu > li > a:hover,
.shop-after-header .genesis-nav-menu > li.current-menu-item > a {
	opacity: .5;
}

.shop-after-header .genesis-nav-menu .sub-menu a:hover{
    color: #488F8F;
}

.genesis-nav-menu .menu-item.visit-shop {
	background: #edd42e;
	color: #fff;
	margin: 0 20px;
	-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;
}

.genesis-nav-menu .menu-item.visit-shop:hover {
	background: #64d2a7;
	color: #fff;
	cursor: pointer;
}

.genesis-nav-menu .menu-item.visit-shop a {
	color: #fff;
}

.genesis-nav-menu .menu-item.visit-shop a:hover {
    opacity: 1;
}

.genesis-nav-menu .menu-item.visit-shop .sub-menu {
	border: 0;
	box-shadow: 0 0 6px 0 rgba(0,0,0,.25);
	padding: 10px;
	width: 166px;
}

.genesis-nav-menu .menu-item.visit-shop .sub-menu a {
	color: #222;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0;
    padding: 12px 18px 12px 44px;
	text-transform: none;
	width: 144px;
}

.genesis-nav-menu .menu-item.visit-shop .sub-menu .shop-my-site a {
	background: url(images/shop-my-site.svg) left center no-repeat;
	background-size: 27px 26px;
}

.genesis-nav-menu .menu-item.visit-shop .sub-menu .shop-tpt a {
	background: url(images/shop-tpt.svg) left center no-repeat;
	background-size: 37px 22px;
}

.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,
.icon-menu .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: FontAwesome;
	font-size: 16px;
	font-weight: 900;
	margin-left: 4px;
	speak: none;
}

.mini-header .genesis-nav-menu .menu-item.visit-shop {
	background: none;
}

.mini-header .genesis-nav-menu .menu-item.visit-shop a {
	color: #ff039a;
}

.mini-header .genesis-nav-menu .menu-item.visit-shop .sub-menu a {
	color: #222;
}

.mini-header .genesis-nav-menu .menu-item.visit-shop .sub-menu a:hover {
	color: #1b1464;
}

.mini-header .search input[type="search"] {
    padding: 14px 35px 14px 15px;
}

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

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

.shop-after-header {
	background: #FFE699;
	text-align: center;
}

.shop-after-header .genesis-nav-menu > li > a {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 17px 8px 17px;
}

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

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

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

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

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

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

.before-footer-menus {
	background: #000;
	padding-top: 75px;
}

.before-footer-menus .genesis-nav-menu a,
.before-footer-menus .genesis-nav-menu li {
	color: #fff;
	font-size: 18px;
	padding: 0;
}

.before-footer-menus .genesis-nav-menu li.menu-item {
	margin-bottom: 25px;
	display: list-item;
	text-align: left;
}

.before-footer-menus .footer-0 img {
	margin-bottom: 20px;
}

.before-footer-menus .footer-0 .genesis-nav-menu li,
.before-footer-menus .footer-0 .genesis-nav-menu li a {
	font-size: 24px;
	display: inline-block;
}

.before-footer-menus .footer-0 .genesis-nav-menu li {
	margin-right: 15px;
	margin-bottom: 0;
}

.before-footer-menus .genesis-nav-menu a i {
    color: #fff;
}

.before-footer-menus .genesis-nav-menu a:hover {
	opacity: .6;
	color: #fff;
}

.before-footer-menus .wrap {
	display: flex;
	justify-content: space-between;
}

.before-footer-menus .wrap:before,
.before-footer-menus .wrap:after {
	display: none;
}

button.slide-nav-link,
.sidr button.menu-close,
.sidr button.sub-menu-toggle {
	background: none !important;
	color: #000 !important;
	border: 0 !important;
}


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

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

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

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

.genesis-nav-menu.menu-social li.menu-item {
	color: #DD6558;
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
    margin: 0 5px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: top;
}

.genesis-nav-menu.menu-social li.menu-item:hover {
	color: #488F8F;
	position: relative;
}

.genesis-nav-menu.menu-social li.menu-item:before {
	display: table-cell;
	height: 50px;
	vertical-align: middle;
	width: 50px;
}

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

.genesis-nav-menu.menu-social li.menu-item a:hover {
	color: #488F8F;
	opacity: 1;
}

.nav-social {

}

button.slide-nav-link,
.sidr button.menu-close,
.sidr button.sub-menu-toggle {
	background: none !important;
	color: #000 !important;
}

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

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

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

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

.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 {
	color: #989898;
	font-size: 12px;
	margin-bottom: 0;
}

.entry-meta a {
	color: #989898;
}

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

.entry-header .entry-meta {
	margin-bottom: 12px;
}

.entry-footer .entry-meta {
	clear: both;
	margin-top: 0;
}

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

.entry-meta .fa {
	padding-right: 5px;
}

.entry-header .entry-meta .fa-comment {
	padding-left: 5px;
}

.entry-meta .entry-time,
.entry-meta .entry-categories {
	padding-right: 5px;
}

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

.pagination {
	clear: both;
	font-weight: 600;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

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

.pagination ul {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	display: inline-block;
	padding: 10px 30px;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	color: #488F8F;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 2px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	color: #4c4950;
}

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

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

.comment-respond,
.entry-pings {
	margin-bottom: 40px;
	padding: 0;
}

.entry-pings {
	border: none;
	padding-top: 0;
}

.entry-comments {
	padding: 0;
}

.entry-comments h3,
.comment-respond h3 {
	font-size: 32px;
}

.comment-header {
	font-size: 16px;
	font-weight: 700;
}

.comment-content p:last-of-type {
	margin-bottom: 20px;
}

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

.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 {

}

.comment-list li.bypostauthor > article {
	background: #edfbfb;
	border: none;
	padding: 40px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"],
.comment-respond textarea {
	border: 1px solid #ccc;
	width: 50%;
}

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

.comment-respond input[type="submit"] {
	padding: 12px 22px;
}

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

.entry-comments .comment-author {
	color: #cf4437;
	font-family: 'Abril Fatface', cursive;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 7px;
}

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

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}

.comment-meta {
	line-height: 1.2;
}

.comment-meta a {
	color: #999;
	font-size: 14px;
	font-weight: 400;|
}

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

.comment-notes-after {
	color: #24304f;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 20px;
}

.comment-content {
	clear: both;
}

.comment-reply {
	font-family: 'Abril Fatface', cursive;
	font-size: 14px;
	font-weight: 400;
	text-align: right;
}

.commentnumber {
	color: #a4a4a4;
	display: none;
	font-size: 14px;
	font-weight: 500;
	float: left;
}

.logged-in .commentnumber {
	display: block;
}

.comment-respond form {

}

.children article {
	border-left: 6px solid #edfbfb;
	padding-left: 40px;
}


/* # 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-color: #fff;
	margin-bottom: 40px;
	padding: 25px;
}


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

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

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

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

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

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


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

.site-footer {
	background: #333333 url(images/logo-footer.svg) no-repeat center 40px;
	background-size: 115px 84px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	color: #FFFFFF;
	padding: 160px 0 40px;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer .creds {
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

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

.nav-footer {
	margin-bottom: 15px;
}

.site-footer .genesis-nav-menu a {
	color: #fff;
	font-family: 'Abril Fatface', cursive;
	font-size: 22px;
	letter-spacing: 1px;
}

.site-footer .genesis-nav-menu a:hover {
	color: #fff;
	opacity: .5;
}

/* # Misc.
---------------------------------------------------------------------------------------------------- */

.before-header-cta {
	background: #cf4437;
	padding: 16px 0;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 500;
}

.before-header-cta a {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 600;
}

.before-header-cta a:after {
	color: #fff;
    content: "\f061";
    font-family: FontAwesome;
    margin-left: 10px;
}

.after-header-ad {
	margin-bottom: 50px;
	text-align: center;
}

.after-header-ad div {
	text-align: center;
}

.single div.easyrecipe {
	background: #edfbfb;
	border: none;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 1.35;
	margin: 0px 0;
	padding: 40px;
}

.single .easyrecipe .ERSDetails {
	font-size: 16px;
	font-weight: 700;
}

.single .easyrecipe .ERSDetails span,
.single .easyrecipe .ERSSummary span {
	font-weight: 400;
}

.single .easyrecipe .ERSName,
.single .easyrecipe div .ERSNotesHeader,
.single .easyrecipe .nutrition .ERSNutritionHeader {
	color: #4c4950;
	font-family: 'Abril Fatface', cursive;
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 25px;
	max-width: 550px;
}

.single .easyrecipe .ERSIngredients .ERSIngredientsHeader,
.single .easyrecipe .ERSInstructions .ERSInstructionsHeader,
.single .easyrecipe div .ERSNotesHeader,
.single .easyrecipe .nutrition .ERSNutritionHeader {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 700;
}

.single .easyrecipe .ERSIngredients {
	line-height: 1.56;
}

.single .easyrecipe .ERSIngredients li.ingredient {
	margin-left: 35px;
}

.single .easyrecipe .ERSInstructions li.instruction {
	margin: 0 0 2px 52px;
}

.single .easyrecipe .ui-button-text-icon-primary .ui-button-text,
.single .easyrecipe .ui-button-text-icons .ui-button-text {
	font-size: 14px;
	font-weight: 700;
	padding: 10px 18px 10px 38px;
	text-transform: uppercase;
}

.single div.easyrecipe div.ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn,
.single div.easyrecipe div.ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn {
	background: #e93038;
	border-radius: 0;
}

.single div.easyrecipe div.ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn:hover,
.single div.easyrecipe div.ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn:hover {
	background: #003b51;
}

.single div.easyrecipe div.ERSSavePrint span.ERSPrintBtnSpan a.ERSPrintBtn span.ERSPrintIcon {
	background: url(images/print.png);
	background-size: contain;
	height: 18px;
	left: 14px;
	width: 22px;
}

.nrelate {
	clear: both;
	margin-bottom: 0px;
	overflow: hidden;
}

.nr_title {
	background: url(images/left-arrow.png) center bottom no-repeat;
	background-size: 92px 54px;
	color: #cf4437;
	float: right;
	font-family: 'Abril Fatface', cursive;
	font-size: 24px;
	max-width: 170px;
	padding: 17px 0 57px;
	text-transform: none;
	text-align: center;
}

.related-recipes .nr_inner {
	float: left;
	font-size: 0;
}

.nr_panel {
	display: inline-block;
	font-size: 16px;
	line-height: 1.2;
	margin-left: 20px;
	max-width: 174px;
	text-align: center;
	vertical-align: top;
}

.nr_img_div {
	display: block;
	margin-bottom: 15px;
}

.nrelate.leftover-recipes {
	margin-bottom: 0px;
}

.leftover-recipes .nr_inner {
	float: right;
}

.leftover-recipes .nr_title {
	background-image: url(images/right-arrow.png);
	float: left;
	padding-top: 0;
}

.leftover-recipes .nr_panel {
	margin: 0 20px 0 0;
}

.after-entry-share {
	margin-bottom: 40px;
}

.back-to-top a {
	background: url(images/footer-pot.png) center center no-repeat;
	background-size: 90px 60px;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: 600;
	height: 60px;
	line-height: 1.1;
	margin: 0 auto -7px;
	padding: 25px 10px 0;
	text-align: center;
	text-transform: uppercase;
	width: 90px;
}

.before-footer-ad {
	margin-bottom: 50px;
	text-align: center;
}

.sidebar .widget,
.sidebar #text-23.widget.widget_text,
.sidebar #text-24.widget.widget_text,
.sidebar #text-25.widget.widget_text,
.sidebar #text-26.widget.widget_text {
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 14px;
    padding-top: 0;
}

.sidebar #text-23.widget.widget_text,
.sidebar #text-24.widget.widget_text,
.sidebar #text-25.widget.widget_text,
.sidebar #text-26.widget.widget_text {
    padding: 0 25px 25px;
}

.sidebar .widget.widget_text {
	border: none;
	padding: 0;
	text-align: center;
}

.widget.widget_ewd_about img {
	margin-bottom: 5px;
}

.widget-title {
    color: #cf4437;
    font-size: 24px;
    margin: -17px 0 30px;
    text-align: center;
}

.widget-title span {
    background: #fff;
    padding: 10px;
}

.widget_ewd_about p {
	line-height: 1.5;
}

.widget_ewd_wdp {
	text-align: center;
}

.widget_ewd_wdp li {
	font-size: 16px;
}

.widget_ewd_wdp li span {
	color: #4c4950;
	font-family: 'Abril Fatface', cursive;
	font-size: 20px;
}

.sidebar li {
	border: 0;
	line-height: 1.2;
}

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

.sidebar .featured-content .entry {
	border: none;
	padding-bottom: 18px;
}

.sidebar .featured-content .entry-title {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	margin-bottom: 0;
	text-align: center;
	text-transform: none;
}

.sidebar .featured-content .entry-title a {
	color: #4c4950;
}

.sidebar .featured-content .entry-title a:hover {
	color: #488F8F;
}

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

.content .gform_wrapper .gform_footer input.button,
.content .gform_wrapper .gform_footer input[type=submit] {
    font-size: 20px;
}

.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] {
	padding: 18px;
}

.masonry-page.search-results .archive-description {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.masonry-page.search-results .archive-title {
	background-color: #fff;
	display: inline-block;
	margin-bottom: 0;
	padding: 0 10px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.search-results.masonry-page.paged .loop-wrap {
	padding-top: 0;
}


.YUMMLY-YUM-IFRAME,
.share-buttons {
	display: inline-block;
}

/* Masonry on Posts page
--------------------------------------------- */

.gutter-sizer {
	width: 40px;
}

.masonry-page .masonry-wrap {
	clear: both;
	position: relative;
}

.masonry-page .loop-wrap {
	clear: both;
	border: 1px solid #ccc;
	padding: 0 40px 60px;
	position: relative;
}

.tag.masonry-page .loop-wrap {
	padding-top: 40px;
}

.error404.masonry-page .loop-wrap {
	border: none;
	padding: 0;
}

.masonry-page.paged .loop-wrap {
	padding-top:  40px;
}

.masonry-page .masonry-wrap .entry {
	border: none;
	border-radius: 0;
	margin-bottom: 30px;
	width: 323px; /* ((no. of columns) * x) + ((no. of columns – 1) * gutter width) = ".site-inner" width */
	overflow: visible;
}

.error404.masonry-page .masonry-wrap .entry {
	width: 100%;
}

.masonry-page .masonry-wrap .entry:before,
.masonry-page .masonry-wrap .entry:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.masonry-page .masonry-wrap .entry:after {
	clear: both;
}

.masonry-page .entry-title {
	font-size: 22px;
	margin-bottom: 0;
	text-align: center;
}

.error404.masonry-page .entry-title {
	font-size: 32px;
	margin-bottom: 40px;
	text-align: left;
}

.masonry-page .archive-description {
	background: none;
	margin-top: -22px;
	padding: 0;
}

.masonry-page .archive-title {
	background: none;
	color: #c1a32e;
	font-family: 'Abril Fatface', cursive;
	font-size: 28px;
	margin-bottom: 25px;
	text-align: center;
	text-transform: none;
}

.masonry-page .archive-title span {
	background: #fff;
	padding: 0 10px;
}

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

.hbg-recipe-index .content .entry-header {
	margin-top: -22px;
}

.hbg-recipe-index .content .entry-title {
	background: none;
	color: #c1a32e;
	font-family: 'Abril Fatface', cursive;
	font-size: 28px;
	text-align: center;
	text-transform: none;
}

.hbg-recipe-index .content .entry-title span {
	background: #fff;
	padding: 0 10px;
}

.hbg-recipe-index .content .entry {
	clear: both;
	border: 1px solid #ccc;
	padding: 0 40px 60px;
	position: relative;
}

.category-item {
	float: left;
	display: block;
	margin: 0 0 20px 3.6%;
	width: 30.9%;
}

.category-item img {
	margin-bottom: 5px;
}

.category-item:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}

.category-title {
	font-size: 22px;
	text-align: center;
}

.category-title a {
	color: #4c4950;
}

.category-title a:hover {
	color: #488F8F;
}

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

.front-page .archive-title {
	margin: -22px 0 40px;
}

.blog-link {
	clear: both;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
}

.blog-link a {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	display: inline-block;
	font-weight: 600;
	padding: 20px 25px;
}

.front-page-before-blog {
	margin-bottom: 80px;
}

.content-sidebar-wrap {
	margin-bottom: 80px;
}

.front-page .featured-content {
	clear: both;
	border: 1px solid #ccc;
	padding: 0 40px;
	position: relative;
}

.front-page .featured-content:before,
.content-sidebar-wrap:before,
.front-page .featured-content:after,
.content-sidebar-wrap:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}

.front-page .featured-content:after,
.content-sidebar-wrap:after { clear: both; }

.front-page .featured-content,
.content-sidebar-wrap { zoom: 1; } /* IE < 8 */

.front-page .content .featured-content .widget-title {
	background: none;
	color: #c1a32e;
	font-family: 'Abril Fatface', cursive;
	font-size: 28px;
	margin: -22px 0 35px;
	text-align: center;
	text-transform: none;
}

.front-page .featured-content .widget-title span {
	background: #fff;
	padding: 0 10px;
}

.front-page-before-blog .featured-content .entry {
	border: none;
	float: left;
	margin-left: 13px;
	width: 220px;
}

.front-page .featured-content .entry-title {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	text-transform: none;
}

.front-page-before-blog .featured-content .entry:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}

.front-page .after-header-ad {
	margin-bottom: 60px;
	text-align: center;
}

.front-page-after-blog {
	margin-bottom: 60px;
}

.front-page-after-blog .featured-content .entry {
	border: none;
	float: left;
	margin-left: 14px;
	width: 212px;
}

.front-page-after-blog .featured-content .entry:first-of-type {
	clear: both;
	margin-left: 0;
}

.site-header {
	position: relative;
}

.site-header .slide-nav-link {
	position: absolute;
	top: 0;
}

.site-header .slide-nav-link:hover,
.sidr .menu-close:hover {
	background: none;
	color: #488F8F !important;
}

.site-header .slide-nav-link:focus,
.sidr .menu-close:focus {
	color: #4c4950 !important;
}

.sidr a:hover {
	color: #488F8F;
}

.sidr .menu-close {
	background: none !important;
}

.search-inst {
    color: #999;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.content .search-form {
	margin: 0 auto 20px;
	max-width: 300px;
}

.featured-content:before,
.featured-content:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}
.featured-content:after { clear: both; }
.featured-content { zoom: 1; } /* IE < 8 */

.sidebar .featured-content .featured-grid {
	margin-bottom: 0;
	padding-bottom: 0;
	width: 48%;
}

.sidebar .featured-content .featured-grid img {
	display: block;
	margin-bottom: 0;
}

.sidebar .featured-content .featured-grid .alignnone {
	margin-bottom: 2px;
}

.featured-grid:nth-of-type(odd) {
	float: left;
}

.featured-grid:nth-of-type(even) {
	float: right;
}

.sidebar .featured-content .featured-grid:last-of-type {
	margin-bottom: 32px;
}

.weekly-recipes {
    padding-top: 10px;
}

.daily-recipe {
	float: left;
	margin: 0 0 20px 3.1%;
	width: 22.6%;
	text-align: center;
}

.daily-recipe:first-of-type {
	margin-left: 0;
}

.daily-recipe .recipe-text {
	display: inline-block;
	line-height: 1.2;
}

.daily-recipe .recipe-img {
	display: inline-block;
	margin-bottom: 10px;
}

.daily-recipe-wrap {
    overflow: hidden;
    margin-bottom: 20px;
}

.daily-recipe-wrap h3 {
	color: #CF4437;
	font-family: 'Abril Fatface', cursive;
	font-size: 24px;
	text-transform: none;
	margin-bottom: 25px;
}

.jump-button-wrap {
	text-align: center;
	margin: 0 20px 20px 0;
}

.rld-jump.button {

}

.search-jump-wrap {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	margin: -20px 0 40px;
}

.content .search-jump-wrap .search-form input[type="search"],
.content .search-jump-wrap .widget_search input[type="submit"] {
	padding-top: 9px;
    padding-bottom: 9px;
}

.content .search-jump-wrap .widget_search input[type="submit"] {
	height: 48px;
}

.content .search-jump-wrap .search-form {
	margin-bottom: 0;
	width: 275px;
}

.widget_search,
.content .search-jump-wrap .search-form {
    border: 1px solid #ddd;
	position: relative;
}

.search-jump-wrap .widget_search {
	border: 0;
}

.widget_search input,
.content .search-jump-wrap .search-form input[type="search"] {
	border: 0;
	padding: 11px;
}

.content .search-jump-wrap .search-form input[type="search"] {
   border: 0;
   padding: 9px;
}

.widget_search form:before {
    color: #000;
    content: "\f002";
    font-family: FontAwesome;
    font-size: 14px;
    padding: 10px 13px;
    position: absolute;
    right: 0;
    top: 4px;
}

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

.featured-recipes-container {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
}

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

.featured-recipe-image img {
	display: block;
}

.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: 'Poppins', sans-serif;
	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: #000;
    content: "\f002";
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: 900;
    padding: 10px 13px;
    position: absolute;
    right: 0;
    top: 4px;
}

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

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

.featured-recipe {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
}

.featured-recipe-inner {
  position: relative;
}

.featured-recipe-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s;
}

.featured-recipe:hover .featured-recipe-image img {

}

.featured-recipe-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.featured-recipe:hover .featured-recipe-title {
  opacity: 1;
}

.hbg-category-menu {
	background: #488F8F;
	color: #fff;
	text-align: center;
	padding: 20px;
}

.hbg-category-menu h2 {
	font-family: 'Abril Fatface';
	font-style: normal;
	font-weight: 400;
	font-size: 60px;
	line-height: 125%;
	text-align: center;
	color: #FFFFFF;
	text-transform: none;
}

.recipe-banner-cta {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 125%;
	margin-bottom: 20px;
}

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

.post {
    flex: 0 0 31.09%;
    text-decoration: none;
    margin-bottom: 40px; /* Adjust the margin based on the gap size */
}

.post-title {
	color: #212322;
	font-family: 'Poppins';
    margin-top: 10px;
	font-size: 18px;
	line-height: 160%;
	text-align: center;
	margin-bottom: 0;
}

a.post:hover .post-title {
	color: #488F8F;
}

.hbg-recipe-slider {
    text-align: center;
	padding: 80px 0 80px;
}

.slider {
    margin: 0 auto 40px;
	max-width: 1240px;
}

.hbg-recipe-slider h2 {
	padding: 0 5%;
	margin-bottom: 40px;
	font-size: 48px;
	line-height: 1.25;
}

.slider-post {
	text-align: center;
    box-sizing: border-box;
    padding: 0 20px;
    text-decoration: none;
}

.slider-post:hover .post-title {
	color: #488F8F;
}

.hbg-front-page-optin {
	background: #DD6558;
	text-align: center;
	color: #fff;
	padding: 80px 0 55px;
}

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

.hbg-front-page-optin h3 {
	font-family: 'Abril Fatface';
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 125%;
	color: #fff;
}

.hbg-optin input {
	border: 1px solid #A6A7A7;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	color: #333333;
	line-height: 128%;
	width: 214px;
	text-align: center;
	padding: 12px 10px;
	display: inline-block;
	vertical-align: top;
    text-align: left;
    margin: 0 5px 15px;
}

.hbg-optin input[type="submit"] {
	background: none;
	border: 1px solid #fff;
	box-shadow: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.1em;
    padding: 14px 20px;
    text-transform: uppercase;
    width: auto;
}

.hbg-optin input[type="submit"]:hover {
    background-color: #fff;
	color: #DD6558;
}

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

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

.hbg-blog-section .headline {
	font-family: 'Abril Fatface';
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 125%;
	text-align: center;
	margin-bottom: 40px;
}

.featured-categories-grid {
	background: url(images/gingham-315.svg);
	background-size: 315px 315px;
	padding: 100px 0;
}

.featured-category-item {
    flex: 0 0 22.5%; /* Adjust the percentage and subtraction value based on the gap size */
	border: 3px solid #fff;
    text-align: center;
    margin-bottom: 20px; /* Adjust the margin based on the gap size */
    position: relative;
	display: block;
}

.category-image {
    position: relative;
}

.category-image img {
    width: 100%;
    height: auto;
    display: block;
}

.featured-categories-wrap {
	max-width: 1200px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 20px; /* Adjust the gap between the grid items */
	justify-content: center;
}

.category-name {
	position: absolute;
    top: 0;
    left: 0;
    color: white;
	font-size: 32px;
    text-align: center;
    transition: opacity 0.3s;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.category-name span {
	padding: 10px;
}

.featured-category-item:hover .category-name {
    background: rgba(0, 0, 0, 0.75);
}

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

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

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

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

.hbg-category .sidebar-primary h4 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 125%;
	color: #000;
	margin-bottom: 15px;
}

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

}

.sidebar li a {
	font-family: 'Poppins', sans-serif;
	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: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #212322;
}

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

.all-title {
	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-style: normal;
	font-weight: 400;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	line-height: 150%;
	text-align: center;
	text-transform: none;
	color: #212322;
}

.hbg-category .hbg-grid-wrap .entry-title-link {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	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: 'Abril Fatface';
	font-style: normal;
	font-weight: 400;
	font-size: 42px;
	line-height: 125%;
    color: #000000;
	text-transform: none;
}

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

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

.search-banner-label {
	font-family: 'Abril Fatface';
	font-style: normal;
	font-weight: 400;
	font-size: 60px;
	line-height: 125%;
	margin-bottom: 20px;
}

.search-banner-intro {
	font-size: 24px;
	line-height: 125%;
}

.facetwp-facet input.facetwp-search, .facetwp-facet input.facetwp-location {
    margin: 0;
    padding-right: 30px;
    min-width: 282px;
	font-size: 16px;
	padding-top: 14px;
	padding-bottom: 14px;
}

i.facetwp-icon:before {
    background-size: 15px 15px;
}

.hbg-recipe-finder .hbg-category-menu {
    background: #488F8F;
    color: #fff;
    text-align: center;
    padding: 40px 20px 1px;
}

.facetwp-facet-pager_ {
	text-align: center;
}

.facetwp-load-more {
	background-color: #488F8F;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.1em;
    padding: 14px 20px;
    text-transform: uppercase;
    width: auto;
}

.facetwp-load-more:hover {
	background-color: #DD6558;
}

a.facetwp-toggle {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	color: #DD6558;
}

.hbg-about-section {
	color: #333;
	padding: 80px 0 80px;
}

.hbg-about-section .hbg-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1017px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

.hbg-about-section .hbg-wrap .about-left {
	width: 100%;
	padding: 0;
	text-align: center;
	max-width: 480px;
}

.hbg-about-section .hbg-wrap .about-right {
	width: 450px;
	position: relative;
	margin-left: 40px;
}

.hbg-about-section .hbg-wrap .about-right img {
	display: block;
	position: relative;
}

.hbg-about-section .button-wrap {
	padding-top: 10px;
}

.hbg-about-section h2 {
	font-family: 'Abril Fatface';
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 125%;
	text-align: center;
	color: #333;
}

.hbg-about-section p {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 160%;
	text-align: center;
	color: #222222;
}

.slick-slide img {
	margin-left: auto;
	margin-right: auto;
}

div.facetwp-facet input.facetwp-search {
	min-width: 282px;
}

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

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

	.nr_title {
		background-image: url(images/left-arrow2x.png);
	}

	.leftover-recipes .nr_title {
		background-image: url(images/right-arrow2x.png);
	}

	.back-to-top a {
		background-image: url(images/footer-pot2x.png);
	}

}

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

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

	.content {
		width: 620px;
	}

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

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

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

	.nav-primary .wrap {
		padding-left: 25px
	}

	.nav-primary .genesis-nav-menu a {
		font-size: 18px;
		padding: 19px 10px;
	}

	.header-image .site-title > a {
		background-size: contain;
	}


	.genesis-nav-menu .menu-item.logo-right {
    	margin-left: 272px;
	}


}

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

	.icon-menu .genesis-nav-menu > li.menu-item {
	    margin: 0 10px;
		max-width: 90px;
	}

}

@media only screen and (max-width: 1230px) and (min-width: 961px) {

	.front-page-before-blog .featured-content .entry {
    	width: 177px;
	}

	.front-page .featured-content {
		padding: 0 30px;
	}

	.masonry-page .loop-wrap {
    	padding: 0 30px 40px;
	}

	.masonry-page .masonry-wrap .entry {
		width: 259px;
	}

	.front-page-after-blog .featured-content .entry {
		width: 168px;
	}

	.sidebar .widget {
		padding: 0 30px 30px;
	}

	.sidebar-primary {
		width: 300px;
	}

	input[type="search"] {
		max-width: 185px;
	}

	.enews-widget input[type="email"],
	.sidebar .enews-widget input[type="email"] {
		width: 173px;
	}

	.nr_title {
		background: none !important;
		max-width: 100%;
		padding-bottom: 15px;
	}

}

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

	.slide-nav-link .ssme-wrapper {
		font-size: 16px;
	}

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

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

	.site-title > a {
		min-height: 90px;
	}

	.featured-category-item {
    	flex: 0 0 31%;
	}

}

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

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

	.site-inner {
		padding-top: 40px;
	}

	.front-page .site-inner,
	.front-page .wrap {
		max-width: 768px;
	}

	.title-area {
		position: relative;
	}

	.genesis-nav-menu .menu-item.logo-right {
		margin-left: 0;
	}

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

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

	.header-image .title-area {
		background-position: center top;
    		margin-left: 0;
    		left: auto;
    		width: 304px;
    		margin: 0 auto;
	}

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

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

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

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

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

	.sidebar-primary {
		clear: both;
		float: none;
		margin: 0 auto 40px;
		padding-top: 80px;
		width: 354px;
	}

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

	.front-page-after-blog .featured-content .entry {
		float: none;
		display: inline-block;
		margin: 0 10px 10px !important;
		vertical-align: top;
	}

	.front-page-after-blog .featured-content {
		padding: 0 35px;
		text-align: center;
	}

	.front-page .content-sidebar-wrap {
		margin-bottom: 30px;
	}

	.front-page-after-blog .featured-content .entry img {
		margin-bottom: 0;
	}

	.before-header-cta {
		padding: 6px 0;
	}

	.before-header-cta a {
		font-size: 14px;
	}

	.content-sidebar-wrap {
    	margin-bottom: 50px;
	}

}

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

	.hbg-about-section {
		padding-bottom: 50px;
	}

	.hbg-about-section .hbg-wrap .about-right {
		max-width: 450px;
		margin: 0 auto 40px;
		width: 100%;
	}

	.hbg-about-section .hbg-wrap .about-left {
		max-width: none;
	}

	.hbg-about-section .hbg-wrap {
		flex-direction: column-reverse;
	}

	body {
		background-color: #fff;
		font-size: 16px;
	}

	.site-inner,
	.wrap,
	.front-page .site-inner,
	.front-page .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%;
	}

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

	.front-page .content .featured-content {
		padding: 0 25px;
	}

	.front-page-before-blog .featured-content .entry {
		margin-left: 2.1%;
		padding-bottom: 10px;
		width: 31.9%;
	}

	.front-page-before-blog .featured-content .entry img {
		margin-bottom: 0;
	}

	.masonry-page .loop-wrap {
		padding: 0 25px 40px;
	}

	.gutter-sizer {
		width: 4%;
	}

	.masonry-page .masonry-wrap .entry {
		width: 48%;
	}

	.masonry-page .loop-wrap img {
		margin-right: 0;
	}

	.sidebar-primary {
		width: 324px;
	}

	.sidebar .widget {
		padding: 20px 25px 25px;
	}

	.front-page-after-blog .featured-content {
		margin: 0 auto;
		max-width: 503px;
		padding: 0 20px;
	}

	.front-page-after-blog .featured-content .entry {
		margin: 0 2% 10px !important;
		width: 46%;
	}

	.nr_title {
		background: none !important;
		max-width: 100%;
		padding-bottom: 15px;
	}

	.hbg-recipe-index .content .entry {
		padding: 0 25px;
	}

	.sidebar .enews-widget input[type="email"] {
    		width: 100%;
    		max-width: 207px;
	}

}

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

	.featured-category-item {
		flex: 0 0 47%;
	}

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

}

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

	.search-banner-label {
		font-size: 50px;
	}

	.header-image .site-title > a {
		background-image: url(images/logo-sticky.svg);
	}

	.header-image .title-area {
		width: 218px;
	}

	.site-title > a {
		min-height: 30px;
	}

	.nr_inner {
		clear: both;
		float: none !important;
	}

	.nr_panel {
		display: block;
		float: left !important;
		margin: 0 4% 0 0 !important;
		width: 30.6% !important;
	}

	.nr_panel:last-of-type {
		margin-right: 0 !important;
	}

	.after-entry-subscribe .widget.enews-widget {
		border: none;
	}

	.after-entry-subscribe input {
		margin-right: 0;
		max-width: none;
	}

	.after-entry-subscribe form {
		max-width: 285px;
	}

	.enews-widget .widget-title span {
		background: none;
	}

	.search-jump-wrap {
		display: block;
		text-align: center;
	}

	.content .search-jump-wrap .search-form {
		margin-bottom: 20px;
	}

	.search-browse .button {
		margin-bottom: 10px;
	}

	.hbg-recipe-slider {
		padding: 50px 0;
	}

	.hbg-optin input {
		width: 100%;
	}

}

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

	.category-name {
		font-size: 24px;
	}

	.featured-categories-grid {
		padding: 50px 0;
	}

	.post {
    	flex: 0 0 100%;
    	text-decoration: none;
    	margin-bottom: 40px;
		text-align: center;
	}

	.front-page-before-blog .featured-content .entry:nth-of-type(3n+1),
	.category-item:nth-of-type(3n+1) {
    	clear: none;
    	margin-left: 4%;
	}

	.front-page-before-blog .featured-content .entry,
	.category-item {
		margin-left: 4%;
		width: 48%;
	}

	.front-page-before-blog .featured-content .entry:nth-of-type(odd),
	.category-item:nth-of-type(odd) {
		clear: both;
		margin-left: 0;
	}

	.front-page .content .featured-content,
	.masonry-page .loop-wrap,
	.front-page .featured-content,
	.hbg-recipe-index .content .entry {
		border: none;
		padding: 0;
	}

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

	.sidebar .widget {
		border: none;
    	padding: 0 !important;
	}

	.widget_ewd_about img {
		display: block;
		margin: 0 auto 10px !important;
	}

	.sidebar-primary {
		width: 300px;
	}

	.before-header-cta {
		position: static;
	}

	.daily-recipe {
		margin-left: 4.5%;
		max-width: 174px;
    		width: 47.7%;
    	}

	.daily-recipe:nth-of-type(odd) {
		clear: both;
		margin-left: 0;
	}

}
