/**
 * Theme Name: Foodie Pro
 * Description: This is the Foodie Pro child theme created for the Genesis Framework.
 * Author: Feast Design Co.
 * Author URI: https://feastdesignco.com/
 * Version: 4.4.0
 *
 * Tags: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 *
 * Template: genesis
 * Template Version: 2.0.1
 *
 * License: GPL-2.0+
 * License URI: http://www.opensource.org/licenses/gpl-license.php
 */

/*
 * You should NOT edit this file. Put all CSS customizations into Appearances -> Customize -> Additional CSS
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Reset
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Block Editor (Gutenberg)
		- Headings
        - Screen Reader Text
	- Widgets
		- Featured Page and Featured Post
		- User Profile
	- Plugins
		- Genesis eNews Extended
		- Gravity Forms
		- Simple Social Icons
		- WP Rocket
	- Custom Page Templates
		- Home Page
		- Recipes Page
	- Top Ad
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Archive Navigation
		- After Entry
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


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


/* ## Baseline Normalize
--------------------------------------------- */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;

	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}


/* HTML5 display definitions
--------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}


/* Links
--------------------------------------------- */

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}


/* Text-level semantics
--------------------------------------------- */

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}


/* Embedded content
--------------------------------------------- */

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}


/* Grouping content
--------------------------------------------- */

figure {
	margin: 20px 0;
}

hr {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
}


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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
	font-family: sans-serif; /* Google Fonts crash Safari */
}

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

	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;

	-webkit-appearance: textfield;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}


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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}


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

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


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

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

.clear,
.clear-line {
	clear: both;
	margin-bottom: 30px;
}


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


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

body {
	background: #fff;
	color: #010101;
	font-family: "Muli", Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 1.8;
}

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

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

::selection {
	background: #111;
	color: #fff;
}

a {
	color: #fb6a4a;
	text-decoration: none;
}

/*.single .content a, 
aside a, 
.footer-widgets a, 
.site-footer a {
	text-decoration: underline; /* accessibility */
}
*/
a img {
	margin-bottom: 17px;
}

a:hover img,
a:focus img {
	opacity: 0.9;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

a:hover,
a:focus {
	opacity: 0.7;
}

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

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

strong {
	font-weight: 600;
}

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

blockquote,
blockquote::before {
	color: #999;
	font-size: 17px;
}

blockquote {
	margin: 0;
	padding: 21px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 77px;
	height: 0;
	position: relative;
	top: -31px;
	left: -41px;
}

pre {
	background: #efefef;
	color: #010101;
	overflow: scroll;
	padding:5px 5px 5px 40px;
	white-space: pre;
	margin:15px 0;
	font-size:0.7em;
	border:1px solid #DDD;
	border-radius:3px;
}

cite {
	font-style: normal;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Karla", Arial, Helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 1.3;
	margin: 37px 0 21px;
	padding: 0;
	text-transform: uppercase;
}

h1 a {
	font-style: normal;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.625em;
}

h3 {
	font-size: 1.375em;
}

h4 {
	font-size: 1.125em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 1em;
}



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

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

img {
	height: auto;
}

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


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

.gallery {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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


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

input,
select,
textarea {
	border: 1px solid #eee;
	-webkit-box-shadow: 0 0 0 #fff;
	-webkit-box-shadow: 0 0 0 #fff;
	box-shadow: 0 0 0 #fff;
	color: #999;
	font-weight: 300;
	letter-spacing: 0.5px;
	padding: 10px;
	width: 100%;
}

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

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

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

.button,
.button-secondary,
a.more-link,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.more-from-category a,
.sidebar .button,
.sidebar .more-from-category a {
	background: #010101;
	border: 1px solid #010101;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: "Karla", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 7px 17px;
	text-transform: uppercase;
	width: auto;
}

input[type="submit"] {
	letter-spacing: 2px;
}

.button:hover,
.button:focus,
a.more-link:hover,
button:hover,
button:focus,
input:hover[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"],
.more-from-category a:hover {
	background: #fff;
	color: #010101;
}

.button-secondary {
	background: #f7f9fc;
	color: #010101;
}

.button-secondary:hover,
.button-secondary:focus {
	background: #010101;
	color: #fff;
}

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


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


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

.site-container {
	margin: 0 auto;
}

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

.site-inner {
	background: #fff;
	margin: 0 auto;
	padding: 15px 37px;
}


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

/* Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap,
.alt-sidebar-content .content-sidebar-wrap,
.alt-sidebar-content .content {
	width: 860px;
}

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

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

/* Content */
.content {
	float: right;
	width: 720px;
}

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

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

.full-width-content .content,
.full-width-slim .content {
	float: none;
	width: 100%;
}

.full-width-slim .content {
	margin: 0 auto;
	max-width: 750px;
}

/* Primary Sidebar */
.sidebar-primary {
	float: right;
	width: 300px;
}

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

/* Secondary Sidebar */
.sidebar-secondary {
	float: left;
	width: 160px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}


/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */


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

.avatar {
	float: left;
}

.search-form {
	background: #fff;
	border: 1px solid #eee;
	padding: 10px;
}

.search-form input {
	background: #fff url("images/search.svg") center right no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	border: 0;
	padding: 0;
}

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

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

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

.alignleft {
	float: left;
	margin-right: 37px;
	text-align: left;
}

.alignright {
	float: right;
	margin-left: 37px;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 22px 22px 0;
}

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

.wp-caption-text {
	font-style: italic;
	margin: 0;
	text-align: center;
}

.wp-caption {
	max-width: 100% !important;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}


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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	margin-bottom: 20px;
}

.archive-description {
	padding: 21px 0;
}

.author-box {
	padding: 20px;
}

.author-box-title {
	color: #111;
	font-size: 1em;
	margin-bottom: 4px;
	margin-top: 0;
}

.author-box p {
	margin: 0;
}

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


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

.entry-title {
	margin: 0 0 17px;
	word-wrap: break-word;
}

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

.entry-title a:hover,
.sidebar .widgettitle a:hover {
	opacity: 0.7;
}

.widgettitle {
	font-weight: 600;
	letter-spacing: 2px;
	margin: 27px 0;
	text-align: center;
	text-transform: uppercase;
}

.sidebar .widgettitle a {
	border: none;
}


/* Block Editor (Gutenberg) 
--------------------------------------------- */
figcaption {
	text-align: center;
}
@media only screen and (min-width: 600px) { 
	figcaption {
		font-size: 0.8em;
	}
}


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

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

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


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

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


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


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

.featured-content .entry {
	padding: 0;
}

.featured-content .alignleft,
.featured-content .alignright {
	max-width: 40%;
}

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

.sidebar .featured-content .entry {
	border-bottom: 1px solid #eee;
	padding: 0 0 27px;
}

.sidebar .featured-content .entry:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

.sidebar .featured-content .entry-title {
	font-family: "Muli", Arial, Helvetica, sans-serif;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: none;
}


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

.user-profile .alignleft {
	margin: -7px 11px 0 0;
}

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

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


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


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

.enews-widget {
	background: #f7f9fc;
	color: #010101;
	padding: 17px;
	text-align: center;
}

.enews-widget input {
	margin-bottom: 7px;
	padding: 11px 17px;
}

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

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

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

.after-entry .enews-widget {
	margin-bottom: 37px;
}


.before-header .enews-widget .widgettitle,
.before-header .enews-widget p,
.content .enews-widget .widgettitle,
.content .enews-widget p {
	display: inline;
	float: left;
	line-height: 37px;
	margin: 0 7px 0 0;
	width: auto;
}

.before-header .enews-widget .widgettitle,
.content .enews-widget .widgettitle {
	font-size: 1em;
}

.before-header .enews-widget form,
.content .enews-widget form {
	display: inline;
	float: right;
	width: auto;
}

.before-header .enews-widget input,
.content .enews-widget input {
	border: 0;
	display: inline;
	float: left;
	margin: 0 7px 0 0;
	width: auto;
}

.before-header .enews-widget input[type="submit"],
.content .enews-widget input[type="submit"] {
	display: inline;
	float: right;
	margin: 0;
	width: auto;
}


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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 1em;
	padding: 8px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 17px 0 0;
}


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

.simple-social-icons ul li:before {
	content: none !important;
	padding-right: 0 !important;
}


/* WP Rocket
--------------------------------------------- */

/* Image with 'data' attribute is hidden */
img[data-lazy-src] {
	/* we set the opacity to 0 */
	opacity: 0;
}

/* Image without 'data' attribute is (or becomes) visible */
img.lazyloaded {
	/* prepare the future animation */
	-webkit-transition: opacity .5s linear 0.2s;
	   -moz-transition: opacity .5s linear 0.2s;
	        transition: opacity .5s linear 0.2s;

	/* we set the opacity to 1 to do the magic */
	opacity: 1;
}



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


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

.home-middle {
	margin: 0 0 77px;
}

.home-bottom .widgettitle {
	border-bottom: 1px solid #eee;
	margin: 37px 0 17px;
	padding: 0 0 17px;
}

.simple-grid .entry-title {
	letter-spacing: 1.5px;
	font-size: 1em;
}

.more-from-category {
	clear: both;
}


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

.recipe-index-search {
	border-bottom: 1px solid #eee;
	padding: 21px 0;
}

.recipe-index-search .widget {
	float: left;
	margin-right: 3%;
	width: 100%;
}
@media only screen and (min-width: 600px) { 
	.recipe-index-search .widget { 
		width: 31%; 
	} 
}

.recipe-index-search .widget:nth-child(3) {
	margin-right: 0;
}

.recipe-index-search .search-form {
	border: 0;
	border-bottom: 1px solid #eee;
	padding: 0 11px;
}

.recipe-index-featured-posts {
	margin-top: 21px;
}

.recipe-index-featured-posts .widget {
	border-bottom: 1px solid #eee;
	clear: both;
	display: block;
	overflow: hidden;
	padding: 20px 0;
}


/*
Top Ad
---------------------------------------------------------------------------------------------------- */

.before-header {
	background: #f7f9fc;
	clear: both;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
}

.before-header img,
.before-header iframe {
	display: block;
	margin: 0 auto;
}

.before-header .widget {
	margin: 0 auto;
	max-width: 1100px;
}



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

.title-area {
	display: inline-block;
	margin: 0;
	padding: 17px 0;
	width: 320px;
}

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

.header-image .title-area {
	padding: 0;
}

.site-title {
	line-height: 0.8;
	margin: 0;
	text-transform: uppercase;
}

.site-title a {
	color: #010101;
	font-style: normal;
}

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

.site-description {
	color: #777;
	font-family: "Muli", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 300;
	letter-spacing: 0.5px;
	margin: 0;
	text-transform: none;
}

/* Full width header, no widgets */
.header-full-width .title-area,
.header-full-width .site-title {
	text-align: center;
	width: 100%;
}

.header-image .site-title a {
	width: 100%;
}

.site-title img {
	max-width: 100%;
}


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

.site-header .widget-area,
.site-header .widget-area .genesis-nav-menu {
	float: right;
	max-width: 710px;
	text-align: right;
}

.site-header .widget-area .genesis-nav-menu {
	border: 0;
	margin: 31px 0 0;
	padding: 0;
}


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

.genesis-nav-menu {
	background: #fff;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	clear: both;
	font-family: "Karla", Arial, Helvetica, sans-serif;
	font-weight: 400;
	letter-spacing: 2px;
	padding: 7px 0;
	text-align: center;
	width: 100%;
}

.genesis-nav-menu aside {
	display: inline-block;
	height: 32px;
	vertical-align: middle;
	width: auto;
}

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

.genesis-nav-menu a {
	color: #010101;
	display: block;
	padding: 17px 21px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	min-height:52px;
}

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

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

.genesis-nav-menu .sub-menu {
	border-bottom: 5px solid #6E2A3C;
	opacity: 0;
	position: absolute;
	left: -9999px;
	-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	width: 230px;
	z-index: 2000;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	letter-spacing: 1px;
	padding: 20px;
	position: relative;
	width: 230px;
}

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

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

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #777;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
	background: #6E2A3C;
	color: #fff;
}

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

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

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

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

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

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

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

.genesis-nav-menu .simple-social-icons {
	margin: 0 17px;
}

.genesis-nav-menu .simple-social-icons li {
	margin: 2px 0 !important;
}

.genesis-nav-menu .search-form {
	display: inline-block;
	margin-left: 27px;
	vertical-align: middle;
	width: auto;
}

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

#foodie-social a {
	min-height: 0 !important;
}


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

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


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

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

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


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

.nav-primary {
	margin: 0;
}


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

.nav-secondary {
	margin: 0 0 20px;
}


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


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

.entry {
	margin-bottom: 37px;
}

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

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

.entry-content ol li,
.entry-content ul li {
	margin: 0 0 17px 37px;
}

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

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

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

.entry-header {
	color: #777;
	margin: 0 0 37px;
}

.simple-grid .entry-header {
	margin: 0 0 17px;
}

.entry-meta a {
	color: #777;
	text-decoration: underline;
}

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

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

.more-link {
	display: table;
	margin: 37px 0;
}


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

.archive-pagination {
	clear: both;
	font-size: 13px;
	margin: 27px 0;
	box-sizing: border-box;
}

.archive-pagination li {
	display: inline;
	padding: 3px 17px;
}

li.pagination-next,
li.pagination-previous {
	border: 0 !important;
}

div.pagination-next,
div.pagination-previous {
	float: left;
	width: 50%;
}

div.pagination-next {
	float: right;
}

.archive-pagination a {
	color: #010101;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination li.active a {
	color: #999;
}


/* Post Navigation
--------------------------------------------- */


.pagination {
	clear: both;
	margin: 27px 0;
}

.adjacent-entry-pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	box-sizing: border-box;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.adjacent-entry-pagination .pagination-previous,
.adjacent-entry-pagination .pagination-next {
	display: block;
	overflow-wrap: break-word;
	padding: 14px;
	margin: 0;
	width: 50%;
}

.adjacent-entry-pagination .pagination-previous {
	border-right: 1px solid #ddd;
}

@media only screen and (max-width: 767px) {
	.adjacent-entry-pagination .pagination-previous,
	.adjacent-entry-pagination .pagination-next {
		text-align: center;
		width: 100%;
	}

	.adjacent-entry-pagination .pagination-previous {
		border-right: 0;
		border-bottom: 1px solid #ddd;
	}
}

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

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

.comment-respond,
.entry-comments,
.ping-list {
	margin: 0 0 37px;
}

.entry-comments h3,
.comment-respond h3 {
	color: #010101;
}

.comment-author, .comment-meta { 
	display: inline-block; 
	margin: 0 17px 0 0;
}

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

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

.comment-list {
	border-top: 1px solid #eee;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 37px 0 0;
	padding: 0;
}

.comment-list article { 
	padding: 17px; 
	overflow: auto;
	border-bottom: 1px solid #F7F7F7;
}

.comment-header {
	margin: 0 0 17px;
}

.comment .avatar {
	-webkit-border-radius: 100%;
	border-radius: 100%;
	display: inline;
	float: left;
	margin: 0 17px 17px 0;
}

.form-allowed-tags {
	background: #f7f9fc;
	font-size: 12px;
	padding: 22px;
}

.comment-reply a {
	color: #777;
	border: 1px solid #CCC;
	border-radius: 5px;
	padding: 7px;
	float: right;
	display: block;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none !important;
}

.comment-meta {
	margin: 0;
}

@media only screen and (min-width: 600px) { 
	.comment-meta {
		float:right;
	}
}

.comment-meta {
	margin: 0;
		float:right;
}

.comment-time a, .comment-time {
	color: #777;
}

.comment-content {
	overflow-wrap: break-word;
}

.bypostauthor article {
	background: #f7f9fc;
}
	
.bypostauthor .comment-author-name {
	color: #fb6a4a;
}

.comment-author-name {
	font-weight: bold;
}

.comment-list .children {  
	margin-left: 17px;
}

.comment-list .children article { 
	border-left: 11px solid #CCC;
}

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

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

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	padding: 0;
	word-wrap: break-word;
}

.sidebar ul li:before {
	content: "\00BB \0020";
	padding-right: 7px;
}

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

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

.sidebar a {
	font-weight: 600;
}

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

.sidebar .search-form {
	width: 100%;
}

.sidebar .widget_search {
	border: 0;
}

.sidebar a img {
	margin-bottom: 0;
}


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

.footer-widgets {
	background: #f7f9fc;
	clear: both;
	display: block;
	overflow: hidden;
	padding: 0 0 27px;
}

.footer-widgets .wrap,
.footer-widgets-1,
.footer-widgets-4 {
	max-width: 1400px;
	width: 100%;
}

.footer-widgets-2,
.footer-widgets-3 {
	float: left;
	margin-left: 2.564102564102564%;
	padding: 17px;
	width: 48.717948717948715%;
}

.footer-widgets-2 {
	margin-left: 0;
}

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

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

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

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form {
	width: 100%;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #eee;
}

.footer-widgets img {
	margin: 0;
}

.footer-widgets .featured-content,
.footer-widgets .featuredpost {
	background: transparent;
	max-width: 95%;
}

.footer-widgets .entry {
	background: #fff;
	padding: 5px;
}

.footer-widget-area .widget_media_image {
	text-align: center;
}

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

/*.site-footer {
	color: #777;
	letter-spacing: 2px;
	padding: 27px 0;
	text-align: center;
	text-transform: uppercase;
}*/

/*.site-footer a {
	color: #777;
}*/

.site-footer p {
	margin: 0;
}


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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {
	.header-image .site-header {
		-webkit-background-size: contain !important;
		background-size: contain !important;
	}
}

@media only screen and (min-width: 1200px) {
	#before-header {
		visibility: visible;
	}
	.comment-time a, .comment-time {
		font-size: 0.8em;
	}
	.children { 
		margin-left: 17px; 
	}
	.comment-list .children article { 
		border-left: none;
	}
	aside, #breadcrumbs, .entry-meta { 
		font-size: 0.8em; 
	}
}

@media only screen and (max-width: 1200px) {
	.site-inner,
	.wrap {
		max-width: 1040px;
		overflow: hidden;
	}
	.custom-search{display: none;}
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.alt-sidebar-content .content-sidebar-wrap,
	.alt-sidebar-content .content {
		width: 720px;
	}

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

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

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

	.sidebar-primary {
		width: 300px;
	}
}

@media only screen and (max-width: 1023px) {
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.alt-sidebar-content .content-sidebar-wrap,
	.alt-sidebar-content .content,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

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

	.header-image .site-header .widget-area {
		padding: 0;
	}

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

	.archive-description,
	.author-box,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.sidebar .widget,
	.site-header,
	.comment-respond {
		padding: 10px 0;
	}

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

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

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

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

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

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

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

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

	.before-header .enews-widget p {
		display: none;
	}
}

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

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

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

	.menu-toggle span,
	.menu-toggle span:before,
	.menu-toggle span:after {
		background: #101010;
		-webkit-border-radius: 1px;
		border-radius: 1px;
		content: "";
		cursor: pointer;
		display: block;
		height: 3px;
		position: absolute;
		-webkit-transition: all 500ms ease-in-out;
		transition: all 500ms ease-in-out;
		width: 20px;
	}

	.menu-toggle span:before {
		top: -5px;
	}

	.menu-toggle span:after {
		bottom: -5px;
	}

	.menu-toggle.active span {
		background: transparent;
	}

	.menu-toggle.active span:before,
	.menu-toggle.active span:after {
		top: 0;
	}

	.menu-toggle.active span:before {
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.menu-toggle.active span:after {
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.menu-toggle:hover,
	.menu-toggle:focus {
		background: transparent;
	}

	.sub-menu-toggle {
		color: #999;
		cursor: pointer;
		padding: 14px 18px;
		position: absolute;
		top: 0;
		right: 0;
	}

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

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

	nav {
		
		position: relative;
	}
	
	#genesis-nav-primary {
		border-bottom: 2px solid #CCC;
	}

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

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

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

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		clear: both;
		display: none;
		opacity: 1;
		position: static;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu .menu-item:last-child {
		border-bottom: none;
	}

	.genesis-nav-menu .sub-menu a {
		border: none;
		padding: 16px 22px;
		position: relative;
		width: auto;
	}

	.genesis-nav-menu .sub-menu a:hover,
	.genesis-nav-menu .sub-menu a:focus {
		background: #101010;
		opacity: 1.0;
	}

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

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

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

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

	.genesis-nav-menu .foodie-social {
		padding: 11px;
		overflow:hidden;
	}

	.genesis-nav-menu .simple-social-icons {
		margin: 0;
	}

	.genesis-nav-menu .search-form {
		border: 0;
		float: right;
		width: 100%;
		padding: 20px 10px;
	}
	
	.genesis-nav-menu aside {
		min-height: 52px;
	}
	
	#foodie-social a {
		font-size: 26px !important;
		padding: 13px  !important;
	}
	
}

@media only screen and (max-width: 767px) {
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.first {
		clear: none;
		margin-left: 2.564102564102564%;
		width: 48.717948717948715%;
	}
	
	.five-sixths .entry-title ,
	.four-sixths .entry-title ,
	.one-fourth .entry-title ,
	.one-half .entry-title ,
	.one-sixth .entry-title ,
	.one-third .entry-title ,
	.three-fourths .entry-title ,
	.three-sixths .entry-title ,
	.two-fourths .entry-title ,
	.two-sixths .entry-title ,
	.two-thirds .entry-title {
		font-size: 1em;
	}

	.odd {
		clear: both;
		margin-left: 0;
	}

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

	#before-header {
		display:none;
	}
}

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

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

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

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

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

	.before-header .enews-widget .widgettitle,
	.before-header .enews-widget p,
	.before-header .enews-widget form,
	.before-header .enews-widget form input,
	.content .enews-widget .widgettitle,
	.content .enews-widget p,
	.content .enews-widget form,
	.content .enews-widget form input {
		display: block;
		float: none;
		line-height: 1.5;
		margin: 0 auto 7px;
		text-align: center;
		width: 100%;
	}

	.before-header .enews-widget input[type="submit"],
	.home .content .enews-widget input[type="submit"] {
		display: block;
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	#before-header {
		display:none;
	}
}




/*
CSS Customizations should be put into Appearances > Customize > Additional CSS
But if you have to put them here, put them below this line so they're easy to copy in an update
---------------------------------------------------------------------------------------------------- */



/* The overlay effect with black background */
html .overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9); /* Black with a little bit see-through */
}

/* The content */
html .overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

/* Close button */
html .overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

html .overlay .closebtn:hover {
  color: #ccc;
}

/* Style the search field */
html .overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

html .overlay input[type=text]:hover {
  background: #f1f1f1;
}

/* Style the submit button */
html .overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

html .overlay button:hover {
  background: #bbb;
}
/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

html .relevanssi-live-search-results-showing{position:fixed !important;}
html .widget_searchwp_live_search .search-form .relevanssi-live-search-results.relevanssi-live-search-results-showing {
    top: 65px !important;
    left: 25px !important;
	position:absolute !important;
}
html .wp-block-column.first-column .wp-block-column.company-help {
    margin-left: 0;
}
html footer ul li, .site-footer ul li {
    list-style-type: none;
    line-height: 32px;
    font-weight: 600;
}

html .site-footer li {
    color: #464646;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0;
}
html li.menu-item.custom-search a.hsearch {
    border: 1px solid #f4ebe2;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 40px;
    padding: 10px 0;
    cursor: pointer;
}
html li.menu-item.custom-search a.hsearch img {
    width: 25px;
    height: 25px;
    object-fit: cover;
}
html li.menu-item.custom-search a.hsearch:hover {
    background: #fff;
}
html .gform_wrapper.gravity-theme .footer-signup-form .gfield_label {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
    padding: 0;
}
html .overlay-content button {
    background: #6f2a3d !important;
    height: 70px !important;
    width: 70px !important;
	font-size: 0 !important;
}
html .overlay-content button span.is-search-icon svg {
    fill: #fff !important;
}
html div#myOverlay span.closebtn {
    right: 20px;
    top: 30px;
    left: auto;
    font-size: 30px;
}
html div#myOverlay span.closebtn:hover {
    color: #fff;
}

html .widget_searchwp_live_search .search-form {
    background: #fff;
    padding: 0;
    display: flex;
    width: 70%;
	border-radius:70px;
    justify-content: space-between;
    margin: 0px auto;
	position:relative;
}
html .site-footer .wrap {
    padding: 0 37px;
}
html .gchoice.gchoice_17_7_1 {
    display: flex;
    align-items: center;
    column-gap: 5px;
}
html label#label_17_7_1 {
    top: 0;
    line-height: normal;
}
html .footer-signup-form .gform_footer.top_label {
    display: inline-block;
    height: 70px;
}
html .widget_searchwp_live_search input.search-form-submit, .widget_searchwp_live_search input.search-form-submit:focus {
    background: #6f2a3d;
    position: inherit;
    background-image: url(https://www.spoonabilities.com/wp-content/uploads/2023/10/search-icon.png);
    font-size: 0 !important;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
    border-radius: 40px;
    width: 90px;
    right: 0;
    height: 65px;
    top: 0;
}
html ul#menu-main-menu li.astm-search-menu.is-menu.popup.menu-item a {
    border: 1px solid #f4ebe2;
    border-radius: 100%;
    height: 45px;
    width: 45px;
    text-align: center;
    padding: 10px 0;
    position: relative;
    background: url(https://www.spoonabilities.com/wp-content/uploads/2022/04/search.png) no-repeat !important;
    background-size: 50% !important;
    background-position: center !important;
}
html li.astm-search-menu.is-menu.popup.menu-item svg {
    display: none;
}
html ul#menu-main-menu {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0 !important;
}
html div#before-header .textwidget p a   {
 color: #fff;
}
html header.site-header .wrap {
    padding: 0 37px;
}
html div#pg-gb57119-626a3aa10abab-0 {
    display: none;
}
html .panel-grid.panel-has-style {
    margin-bottom: 0 !important;
}
html .homeslider.siteorigin-panels-stretch.panel-row-style{
 display: none !important;	
}
html .spoonabilities-banner {
    min-height: 800px;
}
html .sow-slider-image-wrapper.spponabilities-content {
    background: #fff;
    width: 40%;
    padding: 30px;
}
html .sow-slider-image-wrapper.spponabilities-content .sow-hero-buttons {
    display: flex;
    column-gap: 20px;
	justify-content: center;
}
html .sow-slider-image-wrapper.spponabilities-content .sow-hero-buttons a.ow-icon-placement-left.ow-button-hover {
    background: #6f2a3d !important;
    padding: 1em 1.7em;
    line-height: 20px;
    display: block;
    color: #fff;
    font-size: 15px;
    border-radius: 34px;
}
html .sow-slider-image-wrapper.spponabilities-content p {
    font-size: 17px;
}
html .site-header .wrap {
    border-bottom: none !important;
}
html .gform_required_legend {
    font-size: 0.7em;
}

html .wp-block-image figcaption {
    font-size: 0.7em;
}
html .genesis-nav-menu .sub-menu a {
    letter-spacing: 0;
}
html div#before-header .textwidget p a:hover {
    color: #6E2A3C;
}

html ul.sub-menu {
    background: #fff;
}
html .genesis-nav-menu .menu-item ul li a {
    font-size: 14px !important;
}
html body {
   overflow-x: hidden !important;
}
html .recipe-pics-section .panel-grid-cell {
    box-shadow: 0px 2px 12px #dfdfe1;
    text-align: center;
    padding-bottom: 30px;
    border-radius: 15px;
}
html .recipe-pics-section .sow-image-container img {
    border-radius: 15px 15px 0 0;
}
html .recipe-pics-section .so-widget-sow-image h3.widget-title {
    font-size: 22px;
    font-weight: bold;
    padding: 0 30px;
    padding-top: 15px;
    margin-bottom: 0;
}
html .recipe-pics-section .so-widget-sow-image h3.widget-title a:hover {
    color: #8B0000;
}
html .recipe-pics-section .so-widget-sow-image h3.widget-title a {
    color: #363636;
}
html .widget_searchwp_live_search {
    box-shadow: 0px 7px 16px #f7f7f7;
    border-radius: 170px;
    padding: 30px 10px 50px;
    margin-top: -140px;
    background: #fff !important;
/*     z-index: 99; */
    position: relative;
}
html .site-header .widget-area .genesis-nav-menu {
    margin-top: -5px !important;
}
html ul.wp-block-latest-posts__list.is-grid.columns-4.wp-block-latest-posts li {
    box-shadow: 0px 2px 12px #dfdfe1;
    padding: 0 0 30px !important;
    border-radius: 20px;
    border: 0;
    list-style: none;
}
html ul.wp-block-latest-posts__list.is-grid.columns-4.wp-block-latest-posts li a {
    padding: 0 15px;
}
html ul.wp-block-latest-posts__list.is-grid.columns-4.wp-block-latest-posts li {
    list-style: none;
    box-shadow: 0px 2px 12px #dfdfe1;
    padding: 0 0 30px !important;
    border-radius: 20px;
    border: 0;
}
html form.searchwp-live-search-widget-search-form, html form.searchwp-live-search-widget-search-form label {
    position:relative;
	width:100%;
}
html form.searchwp-live-search-widget-search-form label {
    width: 70%;
}
html .widget_searchwp_live_search input.search-field {
    border-radius: 70px;
    padding: 10px 30px;
    height: 65px;
    width: 70%;
/*     display: inline-block; */
    position: relative;
    margin: 0 auto;
    display: table;
}
html .widget_searchwp_live_search input.search-submit {
    background: #6f2a3d;
    position: absolute;
    background-image: url(https://www.spoonabilities.com/wp-content/uploads/2023/10/search-icon-white.png);
    font-size: 0;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
    border-radius: 40px;
    width: 90px;
    right: 180px;
    height: 65px;
    top: 0;
}
html .widget_searchwp_live_search h3.widget-title {
    color: #6f2a3d;
    text-align: center;
    font-size: 35px;font-weight:bold;
}
html .sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container {
    height: 700px !important;
}
html .hometopbanner li.sow-slider-image.sow-slider-image-cover,
html .hometopbanner .so-widget-sow-hero {
    height: 800px !important;
	    min-height: 800px;
}
html .hometopbanner li.sow-slider-image.sow-slider-image-cover .sow-hero-buttons {
    display: flex;
   margin-top: 35px !important;
}
html .hometopbanner a.ow-icon-placement-left.ow-button-hover {
    font-size: 15px !important;
    line-height: 15px !important;
   }
html .hometopbanner {
    padding-bottom: 0 !important;
}
html .popular-videos .so-widget-sow-editor.so-widget-sow-editor-base h3.widget-title {
    font-size: 35px;
    text-align: center;
    margin-top: 40px;font-weight:bold;
}
html div#pg-gb57119-6257c0f26b3ac-3 .panel-grid-cell {
    box-shadow: 6px 10px 10px #f7f7f9;
    padding: 0 0 30px !important;
    border-radius: 20px;
}
html h2#h-most-recent-recipes-ideas,
html h2#h-trending-recipes, h2#h-dessert-recipes, h2#h-seasonal-holiday-recipes{
    font-size: 35px;
    text-align: center;
    margin: 20px auto 30px;
	font-weight:bold;
}
html .feast-category-index ul.feast-category-index-list li.listing-item {
    box-shadow: 0px 2px 12px #dfdfe1;
    padding: 0 0 30px !important;
    border-radius: 20px;
	border:0;
}

html .home-page-form-wrapper div#gform_wrapper_14 {
    border: 2px solid #ebebeb;
    border-radius: 20px;
    padding: 20px 30px;
}
html .home-page-form-wrapper div#gform_wrapper_14 .gfield {
    display: flex;
    width: 100%;
}
html .home-page-form-wrapper div#gform_wrapper_14 .gfield {
    width: 100%;
    padding-right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
html .home-page-form-wrapper div#gform_wrapper_14 .gfield input {
    width: 100%;
    border: 2px solid #ebebeb;
    min-width: 300px;
}
html .home-page-form-wrapper div#gform_wrapper_14 li#field_14_7 {
    display: inline-block !important;
}
html .home-page-form-wrapper div#gform_wrapper_14 li#field_14_7 .gfield_checkbox li {
    display: flex;
    justify-content: space-evenly;
}
html .home-page-form-wrapper div#gform_wrapper_14 li#field_14_7 .gfield_checkbox li input {
    order: 2;
}
html .home-page-form-wrapper div#gform_wrapper_14 li#field_14_7 .gfield_checkbox li label {
    order: 1;
    min-width: 50px;
}
html .home-page-form-wrapper div#gform_wrapper_14 li#field_14_7 .gfield_checkbox li input[type=checkbox] {
    background: #6f2a3d !important;
    accent-color: #6f2a3d;
    border: 2px solid #ebebeb;
    position: relative;
    right: 85px;
}
html .home-page-form-wrapper div#gform_wrapper_14 .gform_footer input#gform_submit_button_14 {
    width: 100%;
    border-radius: 4px;
    padding: 10px 15px;
    font-size: 16px;margin-bottom: 20px;
}
html .home-page-form-wrapper p.has-text-align-center {
    margin-bottom: 0px;
}
html .author {
    border-radius: 20px;
}
html .author img {
/*    margin-left: 0 !important; */
	margin: 0 auto;
    border-radius: 20px;
    height: 300px;
    width: auto;
    object-fit: contain;
    vertical-align: middle;
}
html div#before-header img {
    width: 120px;
}
html p.custom-paragraph {
    margin-top: 30px;
}
html h2#h-dessert-recipes, h2#h-seasonal-holiday-recipes {
    margin: 40px auto 0;
}
html div#before-header span {
    margin-top: 5px;
}
html .home-page-form-wrapper {
    padding-bottom: 0;
}
html .genesis-nav-menu .menu-item a,.hometopbanner a.ow-icon-placement-left.ow-button-hover,
html form#subscribedenews input#subbutton.enews-submit{
    transition: .4s ease-in-out;
}
html .hometopbanner a.ow-icon-placement-left.ow-button-hover:hover, .widget_searchwp_live_search input.search-submit:hover ,
html form#subscribedenews input#subbutton.enews-submit:hover{
    background-color: #6f2a3d !important;
    opacity: .7;
    color: #fff !important;
}
html .wp-block-button__link {
    padding: 10px 15px;
    font-size: 14px;
}

html .fsri-title {
    padding: 0 10px;font-size: 18px;
}

@media screen and (max-width:1024px){
	html .home .site-container {
    margin-top: 0;
}
html .hometopbanner .sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper {
    max-width: 50% !important;
    margin: 70px 55px !important;
    padding: 30px !important;
	height: auto !important;
    min-height: initial !important;
}
	html .author img{height:250px; width:250px;}
	html .widget_searchwp_live_search input.search-submit{right:140px;}
	html .home-page-form-wrapper div#gform_wrapper_14 .gfield input {
    min-width: 200px;
    max-width: 200px;
}
}

@media screen and (max-width:820px){
	html .hometopbanner .sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper {
    max-width: 65% !important;
    margin: 70px 40px !important;
    padding: 50px 25px !important;
    height: auto !important;
    min-height: initial !important;
}
	html .widget_searchwp_live_search h3.widget-title{font-size:30px;}
	html .widget_searchwp_live_search input.search-submit {
    right: 100px;
}
html body .feast-desktop-grid-fourth {
    grid-template-columns: repeat(2, 1fr) !important;
}

	html .wp-block-media-text{display:inline-block;}
	html .wp-block-media-text .wp-block-media-text__media {
    margin: 0 auto;
    display: table;
}
	html .wp-block-media-text .wp-block-media-text__content h2#h-about-carlos-leo {
    text-align: center;
}
	
html body .home-page-form-wrapper .wp-block-column, html .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
    max-width: 100% !important;
    flex-basis: calc(100% - var(--wp--style--block-gap, 2em)/2)!important;
    margin-left: 0 !important;
    width: 100% !important;
    flex: 0 0 100% !important;
    flex-basis: initial !important;
}
	html .home-page-form-wrapper div#gform_wrapper_14 .gfield input {
    min-width: 300px !important;
    max-width: 300px !important;
}
}

@media screen and (max-width:480px){
	html body .feast-desktop-grid-fourth {
    grid-template-columns: repeat(1, 1fr) !important;
}

	html .widget_searchwp_live_search {
    box-shadow: 0px 7px 16px #f7f7f7;
    border-radius: 10px;
		margin-top:0;
 }
html .widget_searchwp_live_search h3.widget-title {
    font-size: 25px !important;
}
	html .widget_searchwp_live_search input.search-field {
    border-radius: 70px;
    padding: 10px 20px;
    height: 50px;
		margin-top:0;
		width:100% !important;
	}
	html .widget_searchwp_live_search input.search-submit {
    right: 0;
    height: 50px;
    width: 50px;
    background-size: 25px;
}
	html .home-page-form-wrapper div#gform_wrapper_14 .gfield {
    display: inline-block;
}
	html .home-page-form-wrapper div#gform_wrapper_14 .gfield input {
    min-width: initial !important;
    max-width: initial !important;
    margin: 0 auto;
    width: 100% !important;
}
	html h2#h-most-recent-recipes-ideas, h2#h-trending-recipes, h2#h-dessert-recipes, h2#h-seasonal-holiday-recipes {
    font-size: 25px;
     margin: 15px auto 20px;
  }
	html .wp-block-media-text .wp-block-media-text__content h2#h-about-carlos-leo {
    font-size: 22px;
}
	html .wp-block-media-text__content p {
    font-size: 18px;
}
	html .home-page-form-wrapper{padding:0 !important;}
	html .home-page-form-wrapper div#gform_wrapper_14{padding:20px;}
	html .home-page-form-wrapper div#gform_wrapper_14 .gform_footer input#gform_submit_button_14 {
    padding: 10px 12px;
    font-size: 14px;
}
	html .hometopbanner .sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper {
    max-width: 90% !important;
    margin: 100px auto 50px !important;
    padding: 50px 25px !important;
    height: auto !important;
    min-height: initial !important;
    display: block;
    top: 60px;
}
html body	.hometopbanner .sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper h1{font-size:28px !important;}
html body	.hometopbanner li.sow-slider-image.sow-slider-image-cover .sow-hero-buttons {
    margin-top: 0px !important;
    flex-wrap: wrap;
}
	html .hometopbanner li.sow-slider-image.sow-slider-image-cover .sow-hero-buttons .so-widget-sow-button, .hometopbanner li.sow-slider-image.sow-slider-image-cover .sow-hero-buttons .so-widget-sow-button .ow-button-hover {
    width: 100% !important;
		display:block;
}
	html .hometopbanner li.sow-slider-image.sow-slider-image-cover, .hometopbanner .so-widget-sow-hero {
    height: 680px !important;
    min-height: 680px;
}
	html .sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container {
    height: initial !important;
}
}

html .home header.entry-header {
    display: none;
}
html .home .site-inner {
    margin-top: 0;
    padding-top: 0;
}
html .hometopbanner .sow-slider-image-container {
    max-width: 1300px;
    margin: 0 auto;
    position: relative !important;
}
html .hometopbanner .sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper {
    background: #fff;
    max-width: 40%;
    width: 100%;
    margin: 100px 10px;
    padding: 30px;
    min-height: 460px;
    height: 460px;
}
html header.site-header .site-title a img {
    margin: 0 auto 10px;
    height: 70px;
    object-fit: cover;
    width: 230px;
}

html .hometopbanner a.ow-icon-placement-left.ow-button-hover {
    background: #6f2a3d;
    border-radius: 50px;
    font-size: 16px;
    line-height: 10px;
    height: 50px;
	padding:1em 1.5em;
}

html .hometopbanner .sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper p {
    font-size: 17px;
    text-shadow: none;
    font-family: "Muli", Arial, Helvetica, sans-serif;
}
html .hometopbanner .sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper h1 {
    color: #363636;
    text-shadow: none;
    line-height: normal;
    font-size: 36px !important;
    letter-spacing: 0;
    font-family: "Muli", Arial, Helvetica, sans-serif;
}
html .genesis-nav-menu a {
    color: #363636;
}
html img.search-icon.header-search{
    width: 20px;
    margin-bottom: 0;
}
html li#wpmenucartli {
    position: relative;
    top: -10px;
}

html #before-header {
    height: 70px;
}
html .content-sidebar-wrap, html .site-inner, html .wrap {
    margin: 0 auto;
    max-width: 1300px;
}
html li.astm-search-menu.is-menu.popup.menu-item {
    padding: 0 15px;
}
html li.astm-search-menu.is-menu.popup.menu-item a {
    border: 1px solid #f4ebe2;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 40px;
    padding: 10px 0;
}
html body .popup-search-close:before, 
html body .search-close:before, 
html body .popup-search-close:after, 
html body .search-close:after {
    border-color: #fff !important;
    border-left: 4px solid #fff;
}
html .is-form-style.is-form-style-3 label {
    width: calc(100% - 70px)!important;
}
html .is-form-style button.is-search-submit {
    background: #6f2a3d;
    width: 70px;
    height: 70px;
}
html .is-form-style .is-search-submit path {
    fill: #fff;
}
html .is-search-icon:hover, 

html form.is-form-style input.is-search-submit:hover {
    background: transparent;
}
html .is-form-style input.is-search-submit, .is-search-icon {
    background: transparent;
    height: 50px;
	    border: none;
}
html .is-search-icon svg {
    width: 40px;
}
html .is-form-style input.is-search-input {
    padding: 0 25px;
    font-size: 25px!important;
    height: 36px;
    min-height: 0;
    line-height: 1;
}
html .is-form-style.is-form-style-3 input.is-search-input {
    border-right: 0!important;
    height: 70px;
}
html #is-popup-wrapper {
    background: rgb(255 160 0 / 80%);
}
html form#subscribedenews {
    display: inline-flex;
	width:100%;
}
html h2#h-sign-up-for-recipes-to-your-inbox {
font-size: 24px;
    margin-top: 30px;
    letter-spacing: 0;
}
html .simple-social-icons {
    text-align: center;
}
html .simple-social-icons ul li {
    float: none;
    margin: 0 6px 0px !important;
    display: inline-block;
}
html .site-header .widget-area .genesis-nav-menu {
    border: 0;
    margin: 0;
    padding: 0;
    float: none;
    text-align: right;
    max-width: none;
}
html .site-header .wrap {
    border-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
html .before-header {
    background: #ffa000;
    color: #fff;
    padding: 0px;
    text-transform: uppercase;
}
html .before-header p {
    margin: 0px;
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    column-gap: 20px;
	padding:10px 0;
}
html .feast-modern-footer .wp-block-column.quick-nav {
    margin-left: 0 !important;
}
html .simple-social-icons svg[class^="social-"], html .simple-social-icons svg[class*=" social-"] {
    color: #fff;
}
html .simple-social-icons a:hover{
	    background-color: #eea240;
}
html .simple-social-icons a {
    background: #6e2a3c;
    color: #fff;
    font-size: 18px;
    width: 30px;
    height: 30px;
    display: block;
    padding: 10px;
    border-radius: 50px;
}
html form#subscribedenews input#subbutton.enews-submit {
    border: none;
    background: #6f2a3d;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 15px;
    width: auto;
    color: #fff;
}
html #subscribedenews input {
    border: 1px solid #eee;
    box-shadow: 0 0 0 #fff;
    color: #999;
    font-weight: 300;
    letter-spacing: 0.5px;
    padding: 5px 10px;
    width: 100%;
}
html .wp-block-column.newsletter-div-column {
    margin-left: 20px !important;
}
html .feast-modern-footer h2, html .feast-modern-footer h3 {
font-size: 20px;
    font-weight: 600;
    color: #363636;
    letter-spacing: 0;
}
html .wp-block-column.quick-nav {
    border-right: 6px solid #cfd8dc;
}
html .site-footer a {
    color: #464646;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0;
}
html p.copyrights {
    font-size: 15px;
	color: #464646 !important;
}
html input#subbutton.enews-submit {
    border: 1px solid #fff;
}
html .genesis-nav-menu > li > a:hover, html .genesis-nav-menu > .current-menu-item > a {
    color: #fff;
    background: #6f2a3d;
    border-radius: 40px;
}
html .genesis-nav-menu a {
    font-family: 'Helvetica', sans-serif;
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 20px;
    min-height: auto;
}
html .common-body-class .genesis-nav-menu a {
    font-family: 'Helvetica', sans-serif;
}
html .common-body-class input#subbutton.enews-submit {
    border: 1px solid #fff;
    font-size: 20px;
    letter-spacing: 2px;
    font-family: 'Helvetica', sans-serif;
    font-weight: 700;
    padding: 11px 17px;
}
html input#subbutton.enews-submit:hover {
    border: 1px solid #eea240;
    background: #eea240;
    color: #fff;
}
html .gform_wrapper .gform_footer input.button, 
html .gform_wrapper .gform_footer input[type=submit] {
	background: #6E2A3C;
	border: 1px solid #6E2A3C;
	color: #fff !important;
}
html .gform_wrapper .gform_footer input[type=submit]:hover {
	background: #eea240;
	border: 1px solid #eea240;
	color: #fff;
}

html body #gform_wrapper_12 {
    background-color: #eaecec;
	  padding: 10px 15px;
}

html .site-inner {
	margin-top: 15px;
}

html .button.alt:hover {
    color: #fff;
    background-color: #eea240!important
}

html .wp-block-button__link {
	color: #fff;
background: #6E2A3C;
}

html .wp-block-button__link:hover {
    color: #fff;
    background-color: #eea240!important
}

html .site-header .widget-area {
    margin-top: 0;
    position: relative;
    float: none;
    max-width: 100%;
	width: 100%;
}

html .search-form input[type=search] {
    opacity: 1 !important;
	letter-spacing:0;
	border:none;
	border-radius:70px;
}

html .site-header .widget-area .search-form {
	margin-bottom: 10px;
padding: 5px;
}

/*.genesis-nav-menu a {
	padding: 14px 16px;
}*/

html .genesis-nav-menu .sub-menu a {
	padding: 5px 10px;
	min-height: 24px;
	line-height:25px;
	opacity: 80;
}

html .genesis-nav-menu .sub-menu {
	border-bottom: 5px solid #EEA240;
}

html .genesis-nav-menu .sub-menu a:hover {
	background: #6E2A3C;
}

html .gform_wrapper label.gfield_label {
	font-size: 16px;
	font-weight: 400;
}

html .site-header .wrap {
	border-bottom: 2px solid #EEA240;
}

html .before-header .enews-widget .widgettitle {
	color: #fff;
	font-size: 18px;
}

html .before-header .enews-widget input, html .before-header .enews-widget input[type="submit"] {
	height: 30px;
}

html .before-header .enews-widget input[type="submit"] {
line-height: 0;
}

html .before-header .enews-widget {
		background: #6E2A3C;
}

html .site-title {
	margin-top: 10px;
}


body {
	/*font-family: 'Helvetica', sans-serif;*/
	font-size: 20px !important;
	font-weight: 300;
	line-height: 1.6;
}

body h1, 
body h2, 
body h3, 
body h4, 
body h5, 
body h6 {
    color: #20221d;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 10px;
	text-transform: none;
	letter-spacing: 1px;
}

html a {
    color: #6E2A3C;
}

html .single .content a {
	    text-decoration: underline;
font-weight: 600;
}
html .feast-modern-footer .wp-block-columns {
    margin-bottom: 0;
}
html .footer-widgets {
	background: #eaecec; 
	}

html .site-footer {
	background: #eaecec;
	color: #000;
	padding:70px 0;
	text-transform: none;
	letter-spacing: 1px;
	text-align: left !important;
}

html h1.entry-title, 
html .entry-title a, 
html .sidebar .widgettitle a {
    color: #6E2A3C;
    text-decoration: none;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 1px;
}

html .simple-grid .entry-title {
	font-size: 19px;
}

html h1 {
    font-size: 26px;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 1px;
}

html .wp-block-button__link {
	line-height: 1;
	font-size: 16px;
}

html .widgettitle {
	letter-spacing: 1px;
	color: #6E2A3C;
	border-bottom: 1px solid #000;
}

html .before-header .enews-widget .widgettitle {
	border-bottom: none;
}

html .sidebar .widget {
    border-bottom: none;
    margin-bottom: 27px;
    padding-bottom: 17px;
}

html .sidebar .featured-content .entry {
    border-bottom: none;
    padding: 0 0 17px;
}

html input, 
html select, 
html textarea, 
html .select2-container {
    border: 1px solid #eee;
    box-shadow: 0 0 0 #fff;
    color: #999;
    font-weight: 300;
    letter-spacing: 0.5px;
    padding: 10px;
    width: 100%;
}

html .sidebar .entry-title a {
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
}

html .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none !important;
}

@media screen and (min-width: 768px){
html .wp-block-column.company-col {
    max-width: 125px;
}
	
}
html .search-form input {
    background: none;
    padding: 15px;
}

@media screen and (max-width:600px)
{
	html .header-image .site-title > a
	{
		background-size:contain !important;
	}
}

@media print {
    html .tasty-recipes {
    font-size: 14px !important;
}
}

html .tasty-recipes-print .tasty-recipes-entry-content .tasty-recipes-ingredients ul li, .tasty-recipes-print .tasty-recipes-entry-content .tasty-recipes-instructions ul li {
list-style: disc !important;
}

html li.right.search {
    width: 33%;
}
html .search-form input[type="search"]{
   opacity: 0;
}
html .new-search{
   opacity: 1 !important;
}
@media screen and (min-width: 701px) and (max-width: 768px) {
    html li.right.search {
        width: 100% !important;
        padding: 0px 20px;
        margin: 20px 0px;
    }

    html li.right.search .new-search {
        width: 50% !important;
        text-align: center;
    }
}

@media screen and (max-width: 700px) {
    html li.right.search {
        width: 100% !important;
        padding: 0px 10px;
        margin: 10px 0px;
    }

    html li.right.search .new-search {
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
  html .header-image .site-title > a {
    background-position: center;
    background-size: 100%;
  }
}


html .gfield_checkbox label {
	position: relative;
	top: 2px;
}

html .page-template-template-landing-page .site-header .wrap {
	padding: 10px 0 0 0;
}

html .site-footer a:hover {
	color: #8B0000;
}

html input[type=checkbox], .input-radio {
width:16px
}
html #genesis-content {
	position:relative!important
}


@media (min-width:1224px) {
html .site-header .widget-area section.widget.widget_search{
	margin-top: -58px;
    position: absolute;
    width: 70%;
    left: 7%;
}
}

html p.star-rating {
display:block;
text-align:center;
margin:20px auto;
}


@media only screen and (min-width: 1100px){
html .full-width-content main.content {
    max-width: 1230px;
}
}
html .sow-slider-image-wrapper.spponabilities-content h1 {
    font-size: 36px;
}
@media screen and (max-width: 767px) {
 html .sow-slider-image-wrapper.spponabilities-content {
width: 100%;
padding: 20px;
}
html #spoonabilitiesid.spoonabilities-banner {
    min-height: auto;
    margin-top: 70px;
		padding:20px;
}
	html .sow-slider-image-wrapper.spponabilities-content .sow-hero-buttons {
    display: inline-flex;
    column-gap: 5px;
}
	html .sow-slider-image-wrapper.spponabilities-content h1 {
    font-size: 25px;
}
	html .sow-slider-image-wrapper.spponabilities-content p {
    font-size: 15px;
    margin-bottom: 20px;
}
	html .sow-slider-image-wrapper.spponabilities-content .sow-hero-buttons a.ow-icon-placement-left.ow-button-hover {
    background: #6f2a3d !important;
    padding: 1em 1.2em;
    line-height: 18px;
    font-size: 12px;
    border-radius: 34px;
}
html .wp-block-column.quick-nav{
		border-right:none;
}
html .site-footer{
		padding-left:20px;
		padding-right:20px;
	}
	html .wp-block-column.quick-nav, .wp-block-column.company-col{
		padding-top:30px;
	}
	html h2#h-sign-up-for-recipes-to-your-inbox{
margin-top:30px;		
	}
}

html li.astm-search-menu.is-menu.popup.menu-item img.lazyloaded {
    width: 20px;
    margin-bottom: 0;
}
html li.menu-item.wpmenucartli.wpmenucart-display-standard.menu-item a:hover {
    background: transparent;
    color: #000;
}
html li.wpmenucartli a.wpmenucart-contents span {
    position: absolute;
    top: 0;
    left: 30px;
    background: #ed1c24;
    width: 20px;
    height: 20px;
    font-size: 10px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    line-height: 23px;
}
/* The overlay effect with black background */
html .overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(255 160 0 / 80%);
}
html .overlay-content form input {
    font-size: 25px!important;
    background-image: none!important;
    color: #333;
    margin: 0;
    outline: 0!important;
    min-height: 0;
    line-height: 1;
    border: solid 1px #ccc!important;
    font-family: arial;
    width: 90% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-right: 0!important;
    height: 70px;
}
html .overlay-content form input:hover {
    background: #fff !important;
}
html .overlay-content form {
    display: flex;
    justify-content: center;
    background: transparent;
    border: none;
}

html li.menu-item.custom-search {
    margin: 0 15px !important;
}


/* The content */
html .overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

/* Close button */
html .overlay .closebtn {
  position: absolute;
  top: 40px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

html .overlay .closebtn:hover {
  color: #ccc;
}

/* Style the search field */
html .overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

html .overlay input[type=text]:hover {
  background: #f1f1f1;
}

/* Style the submit button */
html .overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

html .overlay button:hover {
  background: #bbb;
}
html #menu-feast-modern-mobile-menu li:not(.top-nav) > a {
    font-weight: 700 !important;
    padding-left: 26px;
	font-size:16.5px;
}
@media screen and (max-width:767px){
	html .gform_wrapper .gform_footer input.button, 
    html .gform_wrapper .gform_footer input[type=submit] {
    font-size: 14px !important;
}
	html .overlay-content form input {
    font-size: 14px !important;
}
html #menu-feast-modern-mobile-menu li a {
    border: none;
		font-weight:700 !important;
}
	html #menu-feast-modern-mobile-menu li.menu-item.custom-search {
    display: none;
}
	html .widget_searchwp_live_search .search-form{width:100%;}
	html .site-footer .wrap{
		padding:0px;
	}
	html .wp-block-column.company-menu {
    margin-bottom: 30px;
}

	html .gform_wrapper.gravity-theme .gform_footer, 
    html .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 20px 0 0;
}
	html .simple-social-icons {
    text-align: left;
}
html .widget_searchwp_live_search {
    border-radius: 20px;
    margin-top: 0;
}
}
@media only screen and (max-width: 1200px){
	html .custom-search{display: none;}
	html .overlay{z-index:999;}
	html div#myOverlay span.closebtn{top:40px;}
	html .menu-item.custom-search a{/*display:none;*/float: left !important; margin-left: -15px;    border: 1px solid #f4ebe2 !important;}
	html #menu-feast-modern-mobile-menu li a {
    border: none;
		font-weight:700 !important;
}
}
@media (max-width: 399px) { 
    html input.search-form-input::-webkit-input-placeholder,
    html input.search-form-input::-moz-placeholder,
    html input.search-form-input:-moz-placeholder,
    html input.search-form-input:-ms-input-placeholder { 
        font-size:12px;
    }
}

@media (max-width: 820px) {
    html .wp-container-5.wp-block-columns.has-background {
        flex-wrap: wrap !important;
    }
}

@media screen and (min-width: 782px) and (max-width: 1024px) {
    html .wp-container-5.wp-block-columns.has-background {
        flex-wrap: wrap !important;
}
	
html .site-footer .feast-modern-footer .wp-block-columns {
        flex-wrap: wrap !important;
}
}

@media (max-width: 480px) {
    html .wp-container-5.wp-block-columns.has-background {
        flex-wrap: wrap !important;
    }
}


html .ig-links-container {
margin: 0 1rem;
	padding-top: 1rem;
display: flex;
	flex-direction: column;
	gap: 1rem;
}

html .ig-links {
	margin: 0 auto;
	  padding: 1em 1.7em;
    line-height: 20px;
    display: inline-block;
	background: #6f2a3d !important;
    color: #fff;
    font-size: 15px;
    border-radius: 34px;
	text-align: center;
width: auto;
}

@media screen and (max-width:980px){
	html .mmm-dialog .mmm-content {
		text-align: left !important;
	}
	html body #menu-feast-modern-mobile-menu li {
		min-height: 36px;
		line-height: 28px;
	}
	html body .sub-menu li{
		min-height:26px !important;
	}
}
.panel-grid.panel-has-style>.panel-row-style,.panel-grid.panel-no-style {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    justify-content: space-between
}

.panel-grid .so-parallax {
    position: relative
}

.panel-grid .so-parallax>:not(.simpleParallax) {
    position: relative;
    z-index: 1
}

.panel-grid .so-parallax .simpleParallax {
    overflow: hidden
}

.panel-grid .so-parallax .simpleParallax,.panel-grid .so-parallax img[data-siteorigin-parallax] {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0
}

.panel-background-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.panel-has-overlay .panel-grid-cell {
    position: relative
}

.panel-grid-cell.panel-has-overlay .so-panel {
    position: relative;
    z-index: 1
}

.panel-has-overlay.so-panel .panel-widget-style>* {
    position: relative
}

.panel-has-overlay.so-panel .panel-background-overlay {
    position: absolute
}

.panel-layout.panel-is-rtl .panel-grid.panel-has-style>.panel-row-style,.panel-layout.panel-is-rtl .panel-grid.panel-no-style {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.panel-grid-cell {
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.panel-grid-cell .panel-cell-style {
    height: 100%
}

.panel-grid-cell .so-panel {
    zoom:1}

.panel-grid-cell .so-panel:before {
    content: "";
    display: block
}

.panel-grid-cell .so-panel:after {
    content: "";
    display: table;
    clear: both
}

.panel-grid-cell .panel-last-child {
    margin-bottom: 0
}

.panel-grid-cell .widget-title {
    margin-top: 0
}

body.siteorigin-panels-before-js:not(.siteorigin-panels-css-container) {
    overflow-x: hidden
}

body.siteorigin-panels-before-js:not(.siteorigin-panels-css-container) .siteorigin-panels-stretch {
    margin-right: -1000px!important;
    margin-left: -1000px!important;
    padding-right: 1000px!important;
    padding-left: 1000px!important
}
