@charset "UTF-8";
/*
  Theme Name: Clean & Delicious
  Description: Revised styles for Clean & Delicious.
  Author: Layer Cake
  Author URI: http://layercakeco.com
  Version: 4
  Template: genesis
  Template Version: 2.0.2

  License: GPL-2.0+
  License URI: http://www.opensource.org/licenses/gpl-license.php
*/
@keyframes fadein {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }

/**
 * Theme Name: Cravings Pro
 * Description: This is the Cravings Pro child theme created for the Genesis Framework.
 * Author: Feast Design Co.
 * Author URI: https://feastdesignco.com/
 * Version: 4.2.1
 *
 * 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
		- Gallery
		- Forms
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Container
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Block Editor (Gutenberg)
        - Search Form
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Gravity Forms
		- Instagram
		- WP Rocket
    - Skip Links
	- Custom Page Templates
		- Home Page
		- Recipes Page
	- Top Ad
	- Site Header
		- Title Area
	- Site Navigation
		- Header Menu
		- Footer Menu
		- Accessible Menu
        - Mobile Toggle Menu
	- Content Area
		- Entries
		- Archive Navigation
		- After Entry
		- Comments
    - Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/
/*
HTML5 Reset
----------------------------------------------------------------------------- */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
----------------------------------------------------------------------------- */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
----------------------------------------------------------------------------- */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/* Grouping content
----------------------------------------------------------------------------- */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 20px 0; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
----------------------------------------------------------------------------- */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  text-decoration: underline dotted;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  /* 2 */ }



/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
----------------------------------------------------------------------------- */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
----------------------------------------------------------------------------- */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  /* 1 */
  outline-offset: -2px;
  -webkit-appearance: textfield;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */ }

/* Interactive
----------------------------------------------------------------------------- */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
----------------------------------------------------------------------------- */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
----------------------------------------------------------------------------- */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
  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-color: #fff;
  color: #323545;
  font-family: "Franklin Sans", sans-serif;
  font-size: 100%;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 1.875;
  margin: 0; }

body {
  -webkit-animation: fadein 1s;
  animation: fadein 1s; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.header-image .site-title > a,
.header-image .title-area,
.site-header {
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; }

a {
  color: #536ade;
  text-decoration: none; }

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

p, .content li {
  margin: 0 0 30px;
  padding: 0; }

ol,
ul {
  margin: 5px 0 30px;
  padding: 0; }

li {
  list-style-type: none; }

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



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

mark {
  background-color: #ddd;
  color: #323545; }

blockquote {
  margin: 40px; }

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

/* Headings
--------------------------------------------- */
h1,
h2,
h3.widget-title,
.sidebar .widget-title,
h3,
.searchandfilter h4,
h4,
h5,
h6 {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.3;
  margin: 0 0 10px; }

h1 a {
  font-style: normal; }

h1 {
  font-size: 2em; }

h2, h3.widget-title, .sidebar .widget-title, .searchandfilter h4.widget-title {
  font-size: 1.625em; }

h3, .sidebar .widget-title, .searchandfilter h4 {
  font-size: 1.375em; }

h4 {
  font-size: 1.125em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: 1em; }

.comment-respond h3::after, .comment-respond .sidebar .widget-title::after, .sidebar .comment-respond .widget-title::after, .comment-respond .searchandfilter h4::after, .searchandfilter .comment-respond h4::after,
.entry-comments h3::after,
.entry-comments .sidebar .widget-title::after,
.sidebar .entry-comments .widget-title::after,
.entry-comments .searchandfilter h4::after,
.searchandfilter .entry-comments h4::after {
  border-bottom: 1px solid #323545;
  content: "";
  display: block;
  margin: 0 auto 17px;
  padding-bottom: 10px;
  width: 7%; }

.entry-content h2,
.entry-content h3,
.entry-content .sidebar .widget-title,
.sidebar .entry-content .widget-title,
.entry-content h4 {
  margin-bottom: 21px;
  margin-top: 37px; }

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

img {
  height: auto; }

figure {
  margin: 0; }

/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Forms
--------------------------------------------- */
input,
input[type="search"],
select,
textarea {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 0;
  color: #323545;
  font-weight: 300;
  line-height: 1.625;
  padding: 13px;
  width: 100%; }

input[type="search"] {
  -webkit-appearance: none; }

input:focus,
input[type="search"]:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none; }

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-link {
  background-color: transparent;
  border: 1px solid #536ade;
  color: #536ade;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1;
  padding: 17px 21px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  width: auto; }

.button {
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 5px; }

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

.landing-page .button {
  margin-top: 20px; }

.more-link {
  display: inline-block;
  margin-top: 10px; }

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

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"],
.button:hover,
.button:focus,
.more-link:hover,
.more-link:focus {
  background-color: #536ade;
  color: #fff; }

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

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

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

.more-from-category {
  background: #f7f9fc;
  clear: both;
  display: inline-block;
  float: right;
  margin-bottom: 10px;
  padding: 7px 13px;
  text-transform: uppercase; }

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

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

td,
th {
  padding: 0;
  text-align: left; }

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

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

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

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

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

.more-link {
  position: relative; }

/*
Structure and Layout
----------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.site-container {
  margin: 0 auto; }

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

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

/* Column Widths and Positions
--------------------------------------------- */
/* Content */
.content {
  float: right;
  position: relative;
  width: 720px; }

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

.full-width-content .content {
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: 680px; }

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

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

/* 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
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
  text-align: center; }

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,
.aligncenter img {
  display: block;
  margin: 0 auto 24px;
  text-align: center; }

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

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

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

.gallery-caption,
.wp-caption-text {
  color: #bbb;
  font-weight: 500;
  margin: 0 auto 37px;
  text-align: center; }

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

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

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

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

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

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

.entry-avatar .avatar {
  background-color: #fff;
  float: none;
  margin-bottom: 40px;
  margin-top: -60px;
  padding: 5px; }

/* Block Editor (Gutenberg) 
--------------------------------------------- */
.entry-content .wp-block-gallery {
  margin-left: 0; }

/* Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
  position: relative; }

.entry-content .search-form {
  margin-bottom: 40px;
  margin-top: 20px; }

.error404 .entry-content .search-form input[type="search"] {
  margin-right: 10px;
  width: 50%; }

.search-form input {
  background: #fff url("../svg/search.svg") center right no-repeat;
  background-size: 19px 19px;
  border: 0;
  border-bottom: 1px solid #ccc;
  padding: 11px; }

.search-form input:focus,
.search-form input:hover {
  border: 0;
  border-bottom: 2px solid #323545; }

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

/* Genesis
--------------------------------------------- */
.breadcrumb {
  margin: 10px 0; }

.full-width-content .breadcrumb {
  text-align: left; }

.after-entry,
.archive-description,
.author-box {
  margin-bottom: 77px; }

.after-entry {
  padding: 77px; }

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

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

.archive-description p:last-of-type, .archive-description .content li:last-of-type, .content .archive-description li:last-of-type,
.author-box p:last-of-type,
.author-box .content li:last-of-type,
.content .author-box li:last-of-type {
  margin-bottom: 0; }

.author-box {
  padding: 20px; }

.author-box p, .author-box .content li, .content .author-box li {
  margin: 0; }

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

/* Titles
--------------------------------------------- */
.entry-title {
  overflow-wrap: break-word; }

.archive-description .entry-title,
.archive-title,
.author-box-title {
  font-weight: 300; }

.archive-description .entry-title,
.archive-title {
  margin-bottom: 20px; }

.author-box-title {
  margin-bottom: 10px; }

.page .entry-title {
  margin-bottom: 37px; }

.page-template-page_blog-php.page .entry-title {
  margin-bottom: 10px; }

.entry-title,
.entry-title a,
.sidebar .widget-title a {
  color: #323545;
  text-decoration: none; }

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

.featured-content .simple-grid .entry-title,
.simple-grid .entry-title {
  letter-spacing: 1.25px; }

.widget-title {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 3px;
  margin-bottom: 11px;
  text-transform: uppercase; }

.sidebar .widget-title {
  margin-bottom: 21px; }

.content .widget-title {
  border-top: 1px solid #eee;
  padding: 37px 0;
  text-align: center; }

/*
Widgets
----------------------------------------------------------------------------- */
.widget {
  margin-bottom: 23px;
  word-wrap: break-word; }

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

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

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

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

.widget_calendar table {
  width: 100%; }

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

/* Featured Content
--------------------------------------------- */
.featured-content .aligncenter,
.featured-content .aligncenter:hover,
.featured-content .alignleft,
.featured-content .alignleft:hover,
.featured-content .alignnone,
.featured-content .alignnone:hover,
.featured-content .alignright,
.featured-content .alignright:hover {
  border-width: 0; }

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

.sidebar .featured-content .entry {
  margin-bottom: 17px; }

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

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

.sidebar .featured-content .entry-title {
  font-size: 100%;
  margin-bottom: 5px;
  margin-top: 10px; }

.sidebar .featured-content .entry-meta {
  margin-bottom: 5px; }

.sidebar .featured-content a.alignleft,
.sidebar .featured-content a.alignright {
  margin-bottom: 0; }

/*
Plugins
----------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget {
  background: #f7f9fc;
  padding: 27px;
  text-align: center; }

.after-entry .enews-widget {
  text-align: center; }

.content .enews-widget {
  background: #fff;
  border: 1px solid #eee;
  padding: 57px; }

.enews-widget .widget-title {
  letter-spacing: 0;
  text-transform: none; }

.after-entry .enews-widget form {
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 30px; }

.sidebar .enews-widget form {
  margin-top: 20px; }

.content .enews-widget form {
  margin-top: 37px; }

.enews-widget input {
  background: #fff;
  font-size: 80%;
  margin-bottom: 10px; }

.content .enews-widget input {
  background: #f7f9fc; }

.enews-widget input[type="email"],
.enews-widget input[type="text"] {
  border: 0; }

.after-entry .enews-widget input {
  text-align: center; }

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

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

.enews form + p, .enews .content form + li, .content .enews form + li {
  margin-top: 10px; }

.before-header .enews-widget {
  background: transparent;
  padding: 0; }

.before-header .enews-widget p, .before-header .enews-widget .content li, .content .before-header .enews-widget li {
  display: inline;
  float: left;
  font-size: 90%;
  line-height: 49px;
  margin: 0 7px 0 0;
  opacity: 0.8;
  width: auto; }

.before-header .enews-widget .widgettitle, .before-header .enews-widget .searchandfilter h4, .searchandfilter .before-header .enews-widget h4 {
  display: inline;
  float: left;
  font-size: 100%;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 45px;
  margin: 0 7px 0 0;
  opacity: 0.7;
  text-transform: none;
  width: auto; }

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

.before-header .enews-widget input {
  background: #fff;
  border: 0;
  display: inline;
  float: left;
  margin: 6px 7px 6px 0;
  opacity: 0.9;
  padding: 7px 14px;
  width: auto; }

.before-header .enews-widget input:focus,
.before-header .enews-widget input:hover {
  border-bottom: 2px solid #323545; }

.before-header .enews-widget input[type="submit"] {
  background: #536ade;
  color: #fff;
  display: inline;
  float: right;
  font-weight: 600;
  height: 34px;
  margin: 6px 0;
  width: auto; }

.before-header .enews-widget input[type="submit"]:hover {
  background: #323545; }

/* Gravity Forms
--------------------------------------------- */
.cravings-pro .gform_wrapper input[type="email"],
.cravings-pro .gform_wrapper input[type="text"],
.cravings-pro .gform_wrapper textarea,
.cravings-pro .gform_wrapper .ginput_complex label {
  font-size: 100%;
  padding: 8px; }

.cravings-pro .gform_wrapper .ginput_complex label {
  color: #bbb;
  font-size: 100%;
  padding: 0; }

.cravings-pro .gform_wrapper li,
.cravings-pro .gform_wrapper form li {
  margin: 16px 0 0; }

.gform_wrapper .gfield_radio li label {
  margin: 10px 0 0 10px; }

.cravings-pro .gform_wrapper .gform_footer input[type="submit"] {
  font-size: 100%; }

.cravings-pro .gform_wrapper label.gfield_label {
  font-size: 100%;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 2.75;
  margin-top: 37px; }

.cravings-pro .gform_wrapper .description,
.cravings-pro .gform_wrapper .gfield_description,
.cravings-pro .gform_wrapper .instruction {
  color: #555;
  font-size: 100%; }

.cravings-pro .gform_wrapper .gsection_description {
  color: #777;
  font-size: 100%; }

.cravings-pro .gform_wrapper h2.gsection_title, .cravings-pro .gform_wrapper h3.gsection_title.widget-title, .cravings-pro .gform_wrapper .sidebar .gsection_title.widget-title, .sidebar .cravings-pro .gform_wrapper .gsection_title.widget-title, .cravings-pro .gform_wrapper .searchandfilter h4.gsection_title.widget-title, .searchandfilter .cravings-pro .gform_wrapper h4.gsection_title.widget-title,
.cravings-pro .gform_wrapper h3.gform_title,
.cravings-pro .gform_wrapper .sidebar .gform_title.widget-title,
.sidebar .cravings-pro .gform_wrapper .gform_title.widget-title,
.cravings-pro .gform_wrapper .searchandfilter h4.gform_title,
.searchandfilter .cravings-pro .gform_wrapper h4.gform_title {
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.65;
  margin-top: 27px;
  text-transform: none; }

.cravings-pro .gform_wrapper .gf_progressbar {
  background: #fff;
  border: 0;
  box-shadow: 0 0 0 0 #fff; }

.cravings-pro .gform_wrapper .gf_progressbar_percentage {
  background: transparent; }

.cravings-pro .gform_wrapper .gf_progressbar_percentage,
.cravings-pro .gform_wrapper .percentbar_blue {
  background-color: #515555;
  border-radius: 3px; }

.cravings-pro .gform_wrapper .gf_progressbar:after {
  border-radius: 3px;
  box-shadow: 0 0 0 0 #fff; }

/* Instagram
--------------------------------------------- */
.instagram-pics {
  overflow: hidden; }

.instagram-pics .widget-title {
  margin-bottom: 20px; }

.instagram-pics ul {
  display: inline-block;
  margin-left: auto;
  margin-right: auto; }

.instagram-pics li {
  float: left;
  margin: 11px;
  padding: 0;
  width: 17%;
  border: 5px solid #FFFFFF; }

.instagram-pics img {
  vertical-align: top; }

/* 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 */
  transition: opacity .5s linear 0.2s;
  /* we set the opacity to 1 to do the magic */
  opacity: 1; }

/* Skip Links
----------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0; }

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

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

/*
Custom Page Templates
----------------------------------------------------------------------------- */
/* Home Page
--------------------------------------------- */
.home-top .snippet {
  background: #fff;
  float: right;
  margin: -177px 0 0;
  padding: 27px 27px 0;
  position: relative;
  width: 80%;
  z-index: +2; }

.home-top .entry-header {
  margin-bottom: 7px; }

.home-top .snippet p, .home-top .snippet .content li, .content .home-top .snippet li {
  font-size: 90%;
  margin: 0 0 17px; }

.home-middle {
  display: grid;
  margin-bottom: 57px;
  grid-gap: 1%;
  grid-template-columns: [col] 32.5% [col] 32.5% [col] 32.5%; }

.home-middle .widget:not(.featured-content) {
  grid-column: col / span 3; }

.home-middle .widget.widget_media_image {
  grid-column: auto; }

.home-middle .entry {
  margin-bottom: 0;
  position: relative; }

.home-middle .aligncenter,
.home-middle .page .entry-title {
  margin-bottom: 0; }

.home-middle .featuredpage .entry-header {
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-align: center;
  justify-content: center; }

.home-middle img {
  -webkit-filter: brightness(75%) contrast(75%);
          filter: brightness(75%) contrast(75%); }

.home-middle img:hover {
  -webkit-filter: brightness(50%) contrast(50%);
          filter: brightness(50%) contrast(50%); }

.home-middle .page .entry-title {
  line-height: 1; }

.home-middle .featuredpage .entry-title a {
  color: #fff; }

/* Recipes Page
--------------------------------------------- */
.recipes-top {
  display: grid;
  grid-gap: 6%;
  grid-template-columns: [col] 47% [col] 47%; }

.recipes-top .widget-title {
  border: 0;
  height: 0;
  padding: 0;
  text-indent: -9999px; }

.recipes-top .widget_categories {
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px; }

.recipes-top .widget_categories:focus,
.recipes-top .widget_categories:hover {
  border-bottom: 2px solid #000; }

.recipes-bottom {
  display: grid;
  margin-bottom: 77px;
  grid-gap: 1%;
  grid-template-columns: [col] 24.25% [col] 24.25% [col] 24.25% [col] 24.25%; }

.recipes-bottom section,
.recipes-bottom .featured-content.cravings-featured {
  grid-column: col / span 4; }

.recipes-bottom .featured-content {
  grid-column: initial; }

.recipes-top .widget_categories select {
  border: 0; }

.recipes-bottom .widget:first-child .widget-title {
  border-top: 0; }

.recipes-bottom .featured-content .page .entry-title {
  margin-bottom: 0;
  text-align: center; }

/* Recipe Filter Index
--------------------------------------------- */
.filter-wrap {
  margin-top: 0; }

.filter-toggle {
  display: none; }

.page-template-filter-recipes .entry {
  margin-bottom: 32px; }

.page-template-filter-recipes .entry-title {
  margin-bottom: 10px; }

body .facetwp-facet {
  margin-bottom: 30px; }

@media only screen and (max-width: 1023px) {
  .page-template-filter-recipes .site-inner,
  .page-template-filter-recipes .content-sidebar-wrap {
    display: flex;
    flex-direction: column; }
  .page-template-filter-recipes .sidebar {
    margin-bottom: 30px;
    order: 1; }
  .page-template-filter-recipes .content,
  .page-template-filter-recipes .content-sidebar-wrap {
    order: 2; }
  .page-template-filter-recipes .sidebar .widget {
    margin-bottom: 20px;
    padding: 0; }
  .page-template-filter-recipes .sidebar .widget:last-of-type {
    margin-bottom: 0; }
  .filter-wrap {
    display: none;
    margin-top: 20px; }
  .filter-toggle {
    display: block;
    visibility: visible; }
  .filter-toggle {
    width: 100%; } }

/*
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: 90%;
  width: 1065px; }

/*
Site Header
----------------------------------------------------------------------------- */
.site-header {
  background: #fff;
  border-bottom: 1px solid #eee;
  min-height: 55px;
  padding: 11px 37px;
  top: 0;
  text-align: center;
  width: 100%;
  z-index: 9999; }

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

.site-header .wrap {
  margin: 0 auto;
  max-width: 1065px; }

.site-header > .wrap > * {
  transition: all 0.4s ease-in-out; }

/* Title Area
--------------------------------------------- */
.title-area {
  float: none;
  margin: 0 auto;
  padding-bottom: 7px;
  padding-top: 7px; }

.header-image .title-area {
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  padding: 0;
  width: 215px; }

.site-title {
  font-size: 2em;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0; }

.site-title a {
  color: #323545;
  text-decoration: none; }

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

/* Site Navigation
----------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  line-height: 1;
  width: 100%; }

.genesis-nav-menu li {
  float: none;
  list-style-type: none; }

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

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

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

.genesis-nav-menu a {
  color: #979599;
  display: block;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 17px; }

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

.genesis-nav-menu .sub-menu {
  background: transparent;
  opacity: 0;
  position: absolute;
  left: -9999px;
  transition: opacity 0.5s ease-in-out;
  width: 160px;
  z-index: 99; }

.genesis-nav-menu .sub-menu:before {
  border-bottom: 5px solid #f7f9fc;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: " ";
  height: 0;
  position: absolute;
  top: 0;
  left: 15px;
  width: 0; }

.genesis-nav-menu .sub-menu .sub-menu:before {
  display: none; }

.genesis-nav-menu > .menu-item > .sub-menu {
  padding-top: 5px; }

.genesis-nav-menu > .menu-item > .sub-menu > .menu-item:first-child {
  border-radius: 1px 1px 0 0; }

.genesis-nav-menu > .menu-item .sub-menu > .menu-item:first-child,
.genesis-nav-menu > .menu-item > .sub-menu > .menu-item:last-child,
.genesis-nav-menu .sub-menu a {
  background-color: #f7f9fc; }

.genesis-nav-menu > .menu-item .sub-menu > .menu-item:first-child {
  padding-top: 5px; }

.genesis-nav-menu > .menu-item > .sub-menu > .menu-item:last-child {
  border-radius: 0 0 1px 1px; }

.genesis-nav-menu > .menu-item .sub-menu > .menu-item:last-child {
  padding-bottom: 5px; }

.genesis-nav-menu .sub-menu a {
  letter-spacing: 0;
  padding: 12px 15px;
  position: relative;
  text-transform: none;
  width: 170px; }

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

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

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

/* Header Menu
--------------------------------------------- */
.nav-primary {
  float: left;
  margin: 0 auto;
  text-align: right;
  width: 100%;
  margin-top: -50px;
  /* remove if logo too large  to fit */ }

.nav-primary .genesis-nav-menu .menu-item {
  vertical-align: top; }

.nav-primary .genesis-nav-menu .sub-menu a {
  color: #aaa; }

.nav-primary .genesis-nav-menu .sub-menu li:last-child a {
  border-bottom: none;
  padding-right: 0; }

.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu a:hover {
  background-color: #fff;
  color: #536ade; }

.nav-primary .alignleft {
  float: left; }

#cravings-social .simple-social-icons ul {
  padding: 9px 0; }

.genesis-nav-menu .simple-social-icons {
  margin: 0 3px;
  vertical-align: baseline; }

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

.simple-social-icons ul li a {
  font-size: 1.2em !important; }

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

.genesis-nav-menu .search-form input {
  font-size: 80%; }

/* Footer Menu
--------------------------------------------- */
.nav-secondary {
  margin-bottom: 17px;
  text-align: center; }

.nav-secondary .genesis-nav-menu {
  margin-top: 27px; }

.nav-secondary .genesis-nav-menu a {
  letter-spacing: 0; }

.nav-secondary .genesis-nav-menu li:first-child:before {
  content: ""; }

.nav-secondary .genesis-nav-menu li:before {
  content: "·";
  float: left;
  line-height: 50px;
  margin-right: 7px; }

/* Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus,
.menu .menu-item.sfHover {
  position: static; }

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

.genesis-nav-menu .menu-item.sfHover > .sub-menu > .menu-item.sfHover > .sub-menu {
  margin-left: 0;
  left: 160px; }

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

/* Content Area
----------------------------------------------------------------------------- */
/* Entries
--------------------------------------------- */
.entry {
  margin-bottom: 77px; }

.featured-content .simple-grid.entry {
  margin-bottom: 17px; }

.landing-page .entry {
  margin-bottom: 0; }

.entry-content p:last-of-type, .entry-content .content li:last-of-type, .content .entry-content li:last-of-type {
  margin-bottom: 0; }

.entry-content ol,
.entry-content ul {
  margin-bottom: 37px;
  margin-left: 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 {
  margin-bottom: 0; }

p.center, .content li.center {
  text-align: center; }

/* Entry Meta
--------------------------------------------- */
p.entry-meta, .content li.entry-meta {
  color: #aaa;
  font-size: 80%;
  margin-bottom: 31px; }

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

.entry-meta a:hover,
.entry-meta a:focus {
  color: #323545;
  text-decoration: none; }

.single.full-width-content .entry-header {
  text-align: center; }

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

.entry-footer p.entry-meta, .entry-footer .content li.entry-meta, .content .entry-footer li.entry-meta {
  font-size: 90%; }

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

.entry-categories a,
.entry-tags a {
  background: #f7f9fc;
  color: #aaa;
  line-height: 37px;
  padding: 3px 7px; }

.entry-categories a:hover,
.entry-tags a:hover {
  color: #323545; }

.dot {
  margin: 0 11px; }

/* Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 40px 0; }

.archive-pagination li,
.pagination .nav-links {
  display: inline-block;
  margin-bottom: 10px; }

.archive-pagination a,
.pagination .nav-links .page-numbers {
  color: #bbb;
  cursor: pointer;
  letter-spacing: 1px;
  line-height: 1;
  padding: 7px 15px; }

.archive-pagination a:hover,
.archive-pagination a:focus,
.pagination .nav-links a:focus,
.pagination .nav-links a:hover {
  border-bottom: 1px solid #ddd;
  color: #777; }

.archive-pagination li.active a,
.pagination .nav-links .page-numbers.current {
  background-color: #f7f9fc;
  border: 0;
  border-radius: 100%;
  color: #000; }

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

.adjacent-entry-pagination .pagination-previous,
.adjacent-entry-pagination .pagination-next {
  display: block;
  padding: 37px;
  border-top: 1px solid #ddd;
  margin-bottom: 0;
  width: 50%; }

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

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

@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;
    margin-right: 0; }
  .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.2%;
    width: 47.7%; } }

/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  font-size: 90%; }

.entry-comments,
.entry-pings {
  margin-bottom: 77px; }

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

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

.comment-header {
  font-size: 95%;
  line-height: 1.5;
  margin-bottom: 30px; }

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

.comment-content p, .comment-content .content li, .content .comment-content li {
  margin-bottom: 20px; }

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

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

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

.comment-header p, .comment-header .content li, .content .comment-header li {
  margin-bottom: 0; }

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

.comment-time a, .comment-time {
  color: #aaa;
  font-size: 11px; }

/* Sidebar
----------------------------------------------------------------------------- */
.sidebar {
  line-height: 1.75; }

.sidebar .widget {
  margin-bottom: 77px; }

/*
Footer Widgets
----------------------------------------------------------------------------- */
.footer-widgets {
  background: #f7f9fc;
  clear: both;
  display: block;
  overflow: hidden;
  padding: 37px 5%; }

.footer-widgets .wrap {
  display: grid;
  max-width: 1400px;
  width: 100%;
  grid-gap: 1%;
  grid-template-columns: [col] 32.5% [col] 32.5% [col] 32.5%;
  grid-template-rows: [row] auto [row] auto [row]; }

.footer-widgets-1 {
  grid-column: span 3; }

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

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

.footer-widgets img {
  margin: 0; }

.footer-widgets .widget-title {
  line-height: 37px;
  text-align: center; }

/*
Site Footer
----------------------------------------------------------------------------- */
.site-footer {
  color: #aaa;
  font-family: "Work Sans", sans-serif;
  font-size: 70%;
  font-weight: 400;
  letter-spacing: 1px;
  letter-spacing: 1px;
  padding: 27px 0;
  text-align: center;
  text-transform: uppercase; }

.site-footer a {
  color: #aaa;
  text-decoration: none; }

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

/* 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 {
    background-size: contain !important; } }

@media only screen and (max-width: 1200px) {
  .title-area {
    float: left; }
  .menu-toggle,
  .sub-menu-toggle {
    display: block;
    visibility: visible; }
  .nav-primary {
    float: none; }
  .nav-primary .alignleft {
    float: none; }
  .menu-toggle {
    background: transparent;
    cursor: pointer;
    min-height: 50px;
    position: relative;
    width: 95%; }
  .menu-toggle span {
    margin-left: -10px;
    top: 23px;
    left: 100%; }
  .menu-toggle span,
  .menu-toggle span:before,
  .menu-toggle span:after {
    background: #101010;
    border-radius: 1px;
    content: "";
    cursor: pointer;
    display: block;
    height: 3px;
    position: absolute;
    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 {
    transform: rotate(45deg); }
  .menu-toggle.active span:after {
    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 {
    display: none;
    position: relative; }
  .genesis-nav-menu {
    border: none; }
  .genesis-nav-menu .menu-item {
    border-bottom: 1px solid #eee;
    display: block;
    position: relative;
    text-align: left;
    min-height: 52px; }
  .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:before {
    display: none; }
  .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; }
  .genesis-nav-menu .search-form {
    margin-left: 0;
    width: 100%; }
  .genesis-nav-menu .search-form input {
    background: #fff url(../svg/search.svg) center left 20px no-repeat;
    background-size: 19px 19px;
    padding: 17px 17px 17px 47px; }
  .cravings-social {
    padding: 17px 17px 17px 7px; }
  .genesis-nav-menu .simple-social-icons ul.aligncenter {
    text-align: left; }
  .before-header .enews-widget p, .before-header .enews-widget .content li, .content .before-header .enews-widget li {
    height: 0;
    text-indent: -9999px; }
  .site-header > .wrap {
    position: relative; }
  .site-header .menu-toggle {
    position: absolute;
    top: 4px;
    right: 15px;
    width: auto; }
  .nav-primary {
    clear: left; }
  #cravings-social .simple-social-icons ul {
    padding: 0 !important; }
  .genesis-nav-menu .menu-item.cravings-search,
  .nav-primary .search-form input {
    border-bottom: none; }
  .site-container > .menu-toggle {
    display: table;
    margin: 0 auto;
    width: auto; } }

@media only screen and (max-width: 1023px) {
  .site-inner {
    max-width: 720px; }
  .content,
  .full-width-content .content,
  .sidebar {
    width: 100%; }
  .site-header {
    padding-left: 5%;
    padding-right: 5%; }
  .genesis-skip-link .skip-link-hidden {
    display: none;
    visibility: hidden; }
  .genesis-nav-menu > .menu-item .sub-menu > .menu-item:first-child {
    padding-top: 0; }
  .genesis-nav-menu > .menu-item .sub-menu > .menu-item:last-child {
    padding-bottom: 5px; }
  .content-sidebar .content,
  .sidebar-content .content {
    margin-bottom: 77px; }
  .home-top .one-half {
    display: block;
    margin-left: 0;
    width: 100%; } }

@media only screen and (max-width: 782px) {
  .site-inner {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%; }
  .landing-page .content {
    margin-bottom: 0; }
  .after-entry {
    padding: 30px 40px; }
  .after-entry .enews-widget form {
    margin-left: 0;
    margin-right: 0; }
  .footer-widgets .wrap {
    display: block; } }

@media only screen and (max-width: 600px) {
  .before-header .enews-widget .widgettitle, .before-header .enews-widget .searchandfilter h4, .searchandfilter .before-header .enews-widget h4,
  .before-header .enews-widget form,
  .before-header .enews-widget form input {
    display: block;
    float: none;
    line-height: 1.5;
    margin: 0 auto 7px;
    text-align: center;
    width: 90%; }
  .before-header .enews-widget input[type="submit"] {
    display: block;
    float: right;
    margin-right: 5%;
    margin-top: -42px; }
  .featured-content .alignleft,
  .featured-content .alignright {
    display: block;
    max-width: 100%; }
  .home-bottom a.alignleft,
  .cravings-featured a.alignleft {
    float: none;
    margin-right: 0; }
  .sidebar .cravings-featured .entry {
    margin-bottom: 40px; }
  #genesis-nav-primary {
    border-bottom: 1px solid #eee; } }

@media only screen and (min-width: 1023px) {
  .filter-wrap {
    display: block !important; }
  .site-inner {
    margin: 20px auto 0;
    padding: 27px 37.5px; }
  .genesis-nav-menu .menu-item {
    min-height: inherit; }
  .gallery-caption,
  .wp-caption-text {
    font-size: 0.8em;
    font-weight: 500; }
  .widget-title {
    font-size: 0.8em; } }

body {
  color: #2D262B;
  /*font-family: "Cera", sans-serif;*/
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 20px; }

figcaption {
  font-family: "Cera Medium", sans-serif;
  text-align: center; }

.site-container {
  position: relative; }

.site-inner {
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1500px;
  background: transparent; }
  .single .site-inner {
    max-width: 1260px; }
  .home .site-inner {
    padding: 0;
    max-width: none; }
  .page-template-landing-page .site-inner {
    padding: 0;
    max-width: 100%; }
  @media only screen and (max-width: 1023px) {
    .site-inner {
      padding: 0 15px; } }
.wrap,
.widget-wrap {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1500px; }
  .wrap.full-width, .footer-widget-area .wrap,
  .widget-wrap.full-width, .footer-widget-area .widget-wrap {
    padding: 0;
    max-width: none; }

.content-sidebar-wrap {
  max-width: none;
  margin: 0;
  padding-top: 45px; }
  .home .content-sidebar-wrap {
    padding-top: 7.5px; }
    @media only screen and (max-width: 1023px) {
      .home .content-sidebar-wrap {
        padding-top: 0; } }
  .single .content-sidebar-wrap, .archive .content-sidebar-wrap, .search .content-sidebar-wrap, .error404 .content-sidebar-wrap, .blog .content-sidebar-wrap, .page-template-default:not(.home) .content-sidebar-wrap {
    display: flex;
    margin-bottom: 60px; }
    @media only screen and (max-width: 1023px) {
      .single .content-sidebar-wrap, .archive .content-sidebar-wrap, .search .content-sidebar-wrap, .error404 .content-sidebar-wrap, .blog .content-sidebar-wrap, .page-template-default:not(.home) .content-sidebar-wrap {
        flex-direction: column; } }
  .page-template-landing-page .content-sidebar-wrap {
    padding-top: 0; }
  .content-sidebar-wrap .content {
    flex: 2;
    padding-right: 90px;
    width: 100%;
    min-height: 600px; }
    body.home .content-sidebar-wrap .content, body.page-template-landing-page .content-sidebar-wrap .content {
      padding: 0; }
      @media only screen and (max-width: 1023px) {
        body.home .content-sidebar-wrap .content, body.page-template-landing-page .content-sidebar-wrap .content {
          margin-bottom: 0; } }
    @media only screen and (max-width: 1023px) {
      .content-sidebar-wrap .content {
        padding-right: 0; } }
.genesis-skip-link,
.post-edit-link {
  display: none; }

.simple-grid.entry {
  margin-bottom: 15px; }
  @media only screen and (max-width: 767px) {
    .simple-grid.entry.odd {
      clear: left; } }
  .simple-grid.entry .entry-title {
    margin: 0 auto 10px !important; }

.wp-block-column .wp-block-image {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }
  .wp-block-column .wp-block-image a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 2;
    box-shadow: none !important; }
  .wp-block-column .wp-block-image figcaption {
    flex: 0 0 auto; }

.button,
.submit-wrap,
input[type="submit"],
.wprm-recipe-link-wide-button,
a.elementor-button-link {
  transition: ease-in-out 0.2s;
  position: relative;
  display: inline-block;
  color: #2D262B !important;
  font-family: "Cera Medium", sans-serif;
  font-size: 14px !important;
  text-align: center;
  text-transform: uppercase !important;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0 !important;
  padding: 12.5px 20px !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  z-index: 1;
  cursor: pointer; }
  .button::before,
  .submit-wrap::before,
  input[type="submit"]::before,
  .wprm-recipe-link-wide-button::before,
  a.elementor-button-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100px;
    border: solid 1px #2D262B;
    z-index: 2; }
  .button::after,
  .submit-wrap::after,
  input[type="submit"]::after,
  .wprm-recipe-link-wide-button::after,
  a.elementor-button-link::after {
    transition: ease-in-out 0.2s;
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    right: -3px;
    bottom: -3px;
    border-radius: 100px;
    background: #F9E89C;
    z-index: -1; }
  .button:hover,
  .submit-wrap:hover,
  input[type="submit"]:hover,
  .wprm-recipe-link-wide-button:hover,
  a.elementor-button-link:hover {
    color: #fff;
    background: none;
    border-color: #F9E89C;
    opacity: 1; }
    .button:hover::after,
    .submit-wrap:hover::after,
    input[type="submit"]:hover::after,
    .wprm-recipe-link-wide-button:hover::after,
    a.elementor-button-link:hover::after {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .button.wprm-recipe-print::after,
  .submit-wrap.wprm-recipe-print::after,
  input[type="submit"].wprm-recipe-print::after,
  .wprm-recipe-link-wide-button.wprm-recipe-print::after,
  a.elementor-button-link.wprm-recipe-print::after {
    background: #f5e7dd; }
  .button input[type="submit"],
  .submit-wrap input[type="submit"],
  input[type="submit"] input[type="submit"],
  .wprm-recipe-link-wide-button input[type="submit"],
  a.elementor-button-link input[type="submit"] {
    position: relative;
    padding: 0 !important;
    z-index: 2;
    border: 0; }
  .button .wprm-recipe-icon,
  .submit-wrap .wprm-recipe-icon,
  input[type="submit"] .wprm-recipe-icon,
  .wprm-recipe-link-wide-button .wprm-recipe-icon,
  a.elementor-button-link .wprm-recipe-icon {
    display: none; }

.secondary-button, body.home .home-dani .meet-dani-bio .textwidget p a, body.home .home-dani .meet-dani-bio .textwidget .content li a, .content body.home .home-dani .meet-dani-bio .textwidget li a,
.more-from-category a {
  position: relative;
  display: inline-block;
  color: #2D262B;
  font-family: "Cera Medium", sans-serif !important;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  font-weight: 700;
  margin: 15px 0;
  padding-right: 20px;
  box-shadow: none !important;
  z-index: 1; }
  .secondary-button::after, body.home .home-dani .meet-dani-bio .textwidget p a::after, body.home .home-dani .meet-dani-bio .textwidget .content li a::after, .content body.home .home-dani .meet-dani-bio .textwidget li a::after,
  .more-from-category a::after {
    transition: ease-in-out 0.2s;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    height: 50px;
    width: 50px;
    background: #F9E89C;
    border-radius: 50px;
    z-index: -1;
    transform: translateY(-50%); }
  .secondary-button:hover, body.home .home-dani .meet-dani-bio .textwidget p a:hover, body.home .home-dani .meet-dani-bio .textwidget .content li a:hover, .content body.home .home-dani .meet-dani-bio .textwidget li a:hover,
  .more-from-category a:hover {
    color: #2D262B !important; }
    .secondary-button:hover::after, body.home .home-dani .meet-dani-bio .textwidget p a:hover::after, body.home .home-dani .meet-dani-bio .textwidget .content li a:hover::after, .content body.home .home-dani .meet-dani-bio .textwidget li a:hover::after,
    .more-from-category a:hover::after {
      background: #f8e284; }

.more-from-category {
  padding: 0;
  background: transparent; }

a.more-link {
  font-family: "Cera Medium", sans-serif !important;
  font-weight: 600;
  font-size: 14px;
  padding: 0;
  border: 0;
  color: #2D262B;
  box-shadow: inset 0 -6px 0 0 rgba(249, 232, 156, 0.8);
  background: transparent !important; }
  a.more-link:hover {
    color: #2D262B;
    box-shadow: inset 0 -20px 0 0 #F9E89C; }

@font-face {
  font-family: 'Cera';
  src: url("../woff2/cera_pro_light-webfont.woff2") format("woff2"), url("../woff/cera_pro_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: 'Cera Regular';
  src: url("../woff2/cera_pro_regular-webfont.woff2") format("woff2"), url("../woff/cera_pro_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; 
font-display: optional;
}

@font-face {
  font-family: 'Cera Medium';
  src: url("../woff2/cera_pro_medium-webfont.woff2") format("woff2"), url("../woff/cera_pro_medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gambero';
  src: url("../woff2/gambero-webfont.woff2") format("woff2"), url("../woff/gambero-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Marshmallow';
  src: url("../woff2/marshmallow-webfont.woff2") format("woff2"), url("../woff/marshmallow-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

input,
textarea {
  color: #2D262B;
  /*font-family: "Cera", sans-serif;*/
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: 0;
  border: solid 1px rgba(45, 38, 43, 0.5); }

label {
  margin-top: 0 !important; }

::-webkit-input-placeholder {
  color: rgba(45, 38, 43, 0.5); }

::-moz-placeholder {
  color: rgba(45, 38, 43, 0.5); }

:-ms-input-placeholder {
  color: rgba(45, 38, 43, 0.5); }

:-moz-placeholder {
  color: rgba(45, 38, 43, 0.5); }

h1,
h2,
h3.widget-title,
.sidebar .widget-title,
h3,
.searchandfilter h4,
h4,
h5,
h6 {
  font-family: "Cera Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0; }

h1 {
  font-size: 48px;
  line-height: 1.1em !important; }
  h1.entry-title {
    font-family: "Cera Regular", sans-serif; }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 36px; } }
h2, h3.widget-title, .sidebar .widget-title, .searchandfilter h4.widget-title {
  font-size: 32px;
  line-height: 1.1 !important;
  letter-spacing: 0 !important; }
  h2.entry-title, h3.entry-title.widget-title, .sidebar .entry-title.widget-title, .searchandfilter h4.entry-title.widget-title {
    font-size: 24px;
    font-family: "Cera Regular", sans-serif; }
    @media only screen and (max-width: 767px) {
      h2.entry-title, h3.entry-title.widget-title, .sidebar .entry-title.widget-title, .searchandfilter h4.entry-title.widget-title {
        font-size: 20px; } }
  @media only screen and (max-width: 767px) {
    h2, h3.widget-title, .sidebar .widget-title, .searchandfilter h4.widget-title {
      font-size: 26px; } }
h3, .sidebar .widget-title, .searchandfilter h4 {
  font-size: 24px; }
  h3.widget-title, .sidebar .widget-title, .searchandfilter h4.widget-title {
    font-family: "Cera", sans-serif;
    text-align: left !important;
    text-transform: uppercase;
    letter-spacing: 2px !important; }
    h3.widget-title em, .sidebar .widget-title em, .searchandfilter h4.widget-title em {
      font-family: "Marshmallow", sans-serif;
      font-size: 1.4em;
      font-style: normal;
      text-transform: none;
      letter-spacing: 0;
      margin-left: 8px; }
  @media only screen and (max-width: 767px) {
    h3, .sidebar .widget-title, .searchandfilter h4 {
      font-size: 22px; } }
h4 {
  font-family: "Gambero", serif;
  font-size: 20px;
  line-height: 1.5em; }
  @media only screen and (max-width: 767px) {
    h4 {
      font-size: 18px; } }
h5 {
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 2px; }

h6 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px; }

p, .content li {
  color: #2D262B;
  /* font-family: "Cera", sans-serif; */
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0;
  margin-bottom: 20px; }
  .single p, .single .content li, .content .single li {
    line-height: 1.6em; }

.content li {
  margin-bottom: 5px; }

a {
  transition: ease-in-out 0.2s;
  color: #2D262B; }
  a:hover {
    color: #2D262B !important;
    opacity: 0.85 !important; }

blockquote cite {
  font-family: "Cera Regular", sans-serif;
  font-size: 14px;
  font-style: normal; }



#breadcrumbs a:not(.dpsp-network-btn):not(.comment-time-link):not(.pib-hover-btn-link),
body:not(.page-id-852) .entry-content a:not(.dpsp-network-btn):not(.comment-time-link):not(.pib-hover-btn-link),
.entry-comments a:not(.dpsp-network-btn):not(.comment-time-link):not(.pib-hover-btn-link),
.author-box a:not(.dpsp-network-btn):not(.comment-time-link):not(.pib-hover-btn-link), .archive-description a {
  color: #2D262B;
  box-shadow: inset 0 -6px 0 0 rgba(249, 232, 156, 0.8); }
  #breadcrumbs a:not(.dpsp-network-btn):not(.comment-time-link):not(.pib-hover-btn-link):hover,
  body:not(.page-id-852) .entry-content a:not(.dpsp-network-btn):not(.comment-time-link):not(.pib-hover-btn-link):hover,
  .entry-comments a:not(.dpsp-network-btn):not(.comment-time-link):not(.pib-hover-btn-link):hover,
  .author-box a:not(.dpsp-network-btn):not(.comment-time-link):not(.pib-hover-btn-link):hover, .archive-description a:hover {
    color: #2D262B;
    box-shadow: inset 0 -20px 0 0 #F9E89C; }

.edd_purchase_submit_wrapper .submit-wrap {
  display: none; }

.sf-field-search label,
.sf-field-search input {
  display: block;
  width: 100% !important; }

.search-filter-results {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); }
  .search-filter-results .entry {
    width: 100%; }
  .search-filter-results img,
  .search-filter-results h4 {
    margin: 0; }
  .search-filter-results img {
    float: left;
    margin-bottom: 15px; }
  .search-filter-results h4 {
    font-size: 20px; }
  .search-filter-results .entry-header {
    margin: 0; }
  .search-filter-results .entry-title {
    margin-top: 15px; }
  .search-filter-results .pagination {
    grid-column: auto / span 2; }
  @media only screen and (max-width: 1023px) {
    .search-filter-results {
      grid-template-columns: repeat(auto-fill, minmax(35%, 1fr)); } }
.searchandfilter .sf-field-search {
  margin-bottom: 30px; }
  .searchandfilter .sf-field-search input {
    padding: 10px 15px;
    border-radius: 100px;
    border: solid 1px rgba(45, 38, 43, 0.5); }

.searchandfilter .sf-field-category {
  padding-bottom: 30px; }

.searchandfilter h4 {
  color: #2D262B;
  text-align: left; }
  .searchandfilter h4::after {
    right: auto;
    left: -10px; }

.searchandfilter ul li {
  font-size: 16px;
  padding: 0;
  margin: 0; }
  .searchandfilter ul li::before {
    display: none; }
  .searchandfilter ul li li {
    padding: 0; }
  .searchandfilter ul li input {
    width: auto; }

#breadcrumbs {
  color: rgba(45, 38, 43, 0.75);
  font-size: 15px;
  margin-bottom: 30px; }
  body.single #breadcrumbs {
    text-align: center; }
  body.category-food-for-thought #breadcrumbs, body.category-video #breadcrumbs {
    display: none; }
  #breadcrumbs span[aria-current="page"] {
    font-family: "Cera Medium", sans-serif; }
  @media only screen and (max-width: 1023px) {
    #breadcrumbs {
      text-align: center; } }
.comment {
  position: relative;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  border-top: solid 1px #eaeaea; }
  .comment:first-child {
    margin-top: 0 !important;
    border-top: 0; }
  .comment.bypostauthor {
    margin-bottom: 45px !important;
    padding: 30px;
    background: #FAF9F3;
    border: 0; }
    .comment.bypostauthor article {
      position: relative;
      z-index: 2; }
  .comment.depth-2 {
    margin-left: 30px; }

.comment-respond h3::after, .comment-respond .sidebar .widget-title::after,
.comment-respond .searchandfilter h4::after,
.searchandfilter .comment-respond h4::after,
.sidebar .comment-respond .widget-title::after,
.entry-comments h3::after,
.entry-comments .searchandfilter h4::after,
.searchandfilter .entry-comments h4::after,
.entry-comments .sidebar .widget-title::after,
.sidebar .entry-comments .widget-title::after {
  display: none; }

.comment-respond {
  margin: 0 auto;
  max-width: 680px; }

.footer-widgets {
  padding: 0;
  margin-top: 45px;
  background: #FAF9F3; }
  .home .footer-widgets {
    margin-top: 0; }
    @media only screen and (max-width: 1023px) {
      .home .footer-widgets {
        margin-top: 0 !important; } }
  .page-template-landing-page .footer-widgets {
    margin-top: 0; }
  .footer-widgets .footer-widget-area {
    margin: 0 auto;
    padding: 0 30px; }
  .footer-widgets .wrap {
    display: block;
    padding: 30px 15px 20px; }
  .footer-widgets .widget {
    margin: 0; }
  .footer-widgets .menu {
    display: flex;
    justify-content: center;
    margin: 15px 0; }
    .footer-widgets .menu .menu-item {
      margin: 0 10px; }
      .footer-widgets .menu .menu-item a {
        color: rgba(45, 38, 43, 0.5);
        font-size: 12px;
        font-family: "Cera Medium", sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px; }
        .footer-widgets .menu .menu-item a:hover {
          color: #2D262B; }
    @media only screen and (max-width: 1023px) {
      .footer-widgets .menu {
        flex-direction: column;
        align-items: center; } }
  .footer-widgets .enews-widget {
    padding-bottom: 30px;
    background: transparent; }
  .footer-widgets .enews {
    display: flex;
    justify-content: center; }
    .footer-widgets .enews .intro {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: left;
      padding-right: 30px; }
      @media only screen and (max-width: 1023px) {
        .footer-widgets .enews .intro {
          text-align: center;
          padding-right: 0;
          margin-bottom: 30px; } }
    .footer-widgets .enews form {
      display: flex;
      align-items: center;
      flex: 2; }
      .footer-widgets .enews form input {
        flex: 1;
        margin-right: 15px;
        margin-bottom: 0; }
        @media only screen and (max-width: 767px) {
          .footer-widgets .enews form input {
            margin-right: 0;
            margin-bottom: 7.5px; } }
      @media only screen and (max-width: 767px) {
        .footer-widgets .enews form {
          flex-direction: column; }
          .footer-widgets .enews form .submit-wrap {
            margin-top: 15px !important; } }
    @media only screen and (max-width: 1023px) {
      .footer-widgets .enews {
        flex-direction: column; } }
  @media only screen and (max-width: 767px) {
    .home .footer-widgets {
      margin-top: 15px; } }
.footer-logos {
  margin: 15px auto;
  max-width: 1320px; }
  .page-template-landing-page .footer-logos {
    display: none; }
  .footer-logos img {
    margin-bottom: 0; }

.site-footer {
  padding: 0 15px 30px;
  background: #FAF9F3; }
  .site-footer p, .site-footer .content li, .content .site-footer li {
    font-size: 9px;
    letter-spacing: 1px;
    margin: 0; }

.site-header {
  position: relative;
  padding: 30px;
  margin: 0 auto 15px;
  max-width: 1500px;
  border-bottom: 0;
  z-index: 1000; }
  .site-header > .wrap {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    max-width: none; }
    @media only screen and (max-width: 1023px) {
      .site-header > .wrap {
        align-items: flex-start;
        padding: 0 15px; } }
  .site-header .simple-social-icons .widget-wrap {
    padding: 0; }
  .site-header .simple-social-icons .aligncenter {
    display: flex; }
  .site-header .cravings-social {
    display: flex !important;
    justify-content: flex-end;
    padding-bottom: 15px; }
    .site-header .cravings-social .widget-area {
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .site-header .cravings-social .widget-area {
          flex-direction: column;
          align-items: flex-start;
          width: 100%; } }
  .site-header .search-close,
  .site-header .search-mobile {
    display: none; }
    @media only screen and (max-width: 1023px) {
      .site-header .search-close,
      .site-header .search-mobile {
        display: inline-block; } }
  .site-header .search-mobile {
    position: absolute;
    top: 50%;
    right: 60px;
    height: 25px;
    width: 25px;
    background: url("../svg/search.svg") center center no-repeat;
    background-size: 75%;
    transform: translateY(-50%); }
  .site-header .search-close {
    color: #2D262B;
    font-family: "Cera Regular", sans-serif;
    font-size: 14px;
    line-height: 0; }
  .site-header .widget_search {
    margin: 0; }
    .site-header .widget_search .widget-wrap {
      padding: 0; }
      @media only screen and (max-width: 1023px) {
        .site-header .widget_search .widget-wrap {
          flex: 2;
          margin: 0;
          margin-right: 15px; } }
    .site-header .widget_search .submit-wrap {
      display: none; }
    .site-header .widget_search .search-form {
      padding: 0;
      margin-right: 15px;
      max-width: 200px;
      background: transparent;
      border: solid 1px rgba(45, 38, 43, 0.5);
      border-radius: 80px; }
      .site-header .widget_search .search-form input {
        font-size: 14px !important;
        padding: 4px 30px !important;
        background-color: transparent;
        background-position: 10px 50% !important;
        background-size: 14px !important; }
      @media only screen and (max-width: 1023px) {
        .site-header .widget_search .search-form {
          max-width: 100%; } }
    .site-header .widget_search .search-form-input {
      text-transform: capitalize;
      padding: 5px 30px;
      border: 0; }
    @media only screen and (max-width: 1023px) {
      .site-header .widget_search {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        padding-right: 60px;
        width: 100%;
        background: #fff;
        outline: solid 10px #fff; }
        .site-header .widget_search.show {
          display: flex;
          align-items: center; } }
  .site-header .nav-primary {
    transition: ease-in-out 0.2s;
    display: block !important;
    margin-top: 0; }
    .site-header .nav-primary .wrap {
      padding: 0;
      max-width: none; }
    @media only screen and (max-width: 1023px) {
      .site-header .nav-primary {
        position: fixed;
        top: 0;
        right: -320px;
        padding: 90px 30px 30px !important;
        height: 100% !important;
        width: 100%;
        max-width: 300px;
        background: #f6f1f0;
        z-index: 9990; }
        .site-header .nav-primary.active {
          right: 0 !important; } }
  .site-header .header-right-side-wrap {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    width: 100%;
    height: 45px;
    max-width: 1320px; }
    @media only screen and (max-width: 1023px) {
      .site-header .header-right-side-wrap {
        justify-content: flex-end;
        padding: 0; } }
  .site-header .header-widget-area {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
    min-height: 180px;
    width: 100%;
    max-width: 100%; }
    @media only screen and (max-width: 1023px) {
      .site-header .header-widget-area {
        min-height: 130px; } }
  .site-header .title-area {
    height: auto;
    width: auto;
    margin: 0; }
  .site-header .site-title {
    margin: 0;
    max-width: 580px;
    z-index: 10; }
    .site-header .site-title img {
      float: left;
      margin: 0; }
    @media only screen and (max-width: 1023px) {
      .site-header .site-title {
        max-width: 260px; } }
  .site-header .genesis-nav-menu,
  .site-header .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    float: none !important;
    padding: 0;
    margin-top: 0 !important;
    max-width: none !important;
    border: 0;
    background: transparent; }
    .site-header .genesis-nav-menu .menu-item,
    .site-header .menu .menu-item {
      display: block;
      border: 0; }
      .site-header .genesis-nav-menu .menu-item a,
      .site-header .menu .menu-item a {
        width: auto; }
    .site-header .genesis-nav-menu > .menu-item,
    .site-header .menu > .menu-item {
      position: relative;
      margin: 0 12px !important;
      display: inline-block;
      padding-bottom: 8px; }
      .site-header .genesis-nav-menu > .menu-item.current-menu-item > a::after,
      .site-header .menu > .menu-item.current-menu-item > a::after {
        width: 100%; }
      @media only screen and (max-width: 767px) {
        .site-header .genesis-nav-menu > .menu-item.cravings-social,
        .site-header .menu > .menu-item.cravings-social {
          padding: 0; } }
      .site-header .genesis-nav-menu > .menu-item a,
      .site-header .menu > .menu-item a {
        position: relative;
        color: #2D262B;
        font-family: "Cera Medium", sans-serif;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        padding: 8px 0;
        min-height: 0;
        background: transparent !important; }
        .site-header .genesis-nav-menu > .menu-item a::after,
        .site-header .menu > .menu-item a::after {
          transition: ease-in-out 0.2s;
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 0;
          height: 3px;
          background: #F9E89C;
          border-radius: 10px; }
        .site-header .genesis-nav-menu > .menu-item a:hover, .site-header .genesis-nav-menu > .menu-item a:active,
        .site-header .menu > .menu-item a:hover,
        .site-header .menu > .menu-item a:active {
          background: transparent; }
          .site-header .genesis-nav-menu > .menu-item a:hover::after, .site-header .genesis-nav-menu > .menu-item a:active::after,
          .site-header .menu > .menu-item a:hover::after,
          .site-header .menu > .menu-item a:active::after {
            width: 100%; }
        @media only screen and (max-width: 1320px) {
          .site-header .genesis-nav-menu > .menu-item a,
          .site-header .menu > .menu-item a {
            font-size: 13px; } }
        @media only screen and (max-width: 1023px) {
          .site-header .genesis-nav-menu > .menu-item a,
          .site-header .menu > .menu-item a {
            font-size: 16px; } }
      @media only screen and (max-width: 1320px) {
        .site-header .genesis-nav-menu > .menu-item,
        .site-header .menu > .menu-item {
          margin: 0 20px !important; } }
      @media only screen and (max-width: 767px) {
        .site-header .genesis-nav-menu > .menu-item,
        .site-header .menu > .menu-item {
          margin: 0 !important; } }
    @media only screen and (max-width: 1023px) {
      .site-header .genesis-nav-menu,
      .site-header .menu {
        display: flex;
        flex-direction: column; } }
  .site-header .genesis-nav-menu > li {
    margin-left: 36px; }
    .site-header .genesis-nav-menu > li:hover .sub-menu {
      opacity: 1;
      visibility: visible;
      display: block !important; }
    .site-header .genesis-nav-menu > li a {
      transition: ease-in-out 0.2s; }
      @media only screen and (max-width: 1023px) {
        .site-header .genesis-nav-menu > li a {
          padding: 10px 0; } }
    @media only screen and (max-width: 1023px) {
      .site-header .genesis-nav-menu > li {
        margin-left: 0;
        width: 100%; } }
  .site-header .menu-secondary-menu-container {
    padding-right: 20px; }
    .site-header .menu-secondary-menu-container li a {
      color: #2D262B;
      font-size: 14px;
      text-transform: none;
      margin-left: 20px; }
  .site-header .sub-menu {
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    right: 0;
    left: auto;
    display: none !important;
    padding: 0 !important;
    width: 100%;
    height: auto !important;
    min-width: 200px;
    background: #fff;
    border: 0;
    box-shadow: 0 8px 24px rgba(55, 56, 60, 0.25);
    border-radius: 6px; }
    .site-header .sub-menu::before {
      display: none; }
    .site-header .sub-menu.show {
      display: block !important; }
    .site-header .sub-menu li {
      padding: 0 !important;
      background: transparent !important; }
      .site-header .sub-menu li::after {
        display: none; }
      .site-header .sub-menu li a {
        font-size: 16px;
        text-transform: none !important;
        letter-spacing: 0 !important;
        padding: 12px 15px !important;
        margin: 0;
        width: auto;
        background: transparent;
        cursor: pointer; }
        .site-header .sub-menu li a:hover {
          color: #2D262B !important;
          background: #FAF9F3 !important; }
        .site-header .sub-menu li a::after {
          display: none; }
        @media only screen and (max-width: 1320px) {
          .site-header .sub-menu li a {
            font-size: 14px; } }
    @media only screen and (max-width: 1023px) {
      .site-header .sub-menu {
        background: transparent;
        box-shadow: none; } }
  .site-header .sub-menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    top: 3px;
    right: 18px;
    color: rgba(45, 38, 43, 0.5);
    font-size: 18px;
    padding: 0;
    height: 30px;
    width: 30px; }
    @media only screen and (max-width: 1023px) {
      .site-header .sub-menu-toggle {
        display: flex; } }
  .site-header .simple-social-icons,
  .site-header .simple-social-icons .widget-wrap,
  .site-header .simple-social-icons .widget-wrap .alignleft,
  .site-header .simple-social-icons ul li,
  .site-header .simple-social-icons ul li a {
    display: flex;
    align-items: center;
    height: auto;
    margin: 0; }
    @media only screen and (max-width: 1023px) {
      .site-header .simple-social-icons,
      .site-header .simple-social-icons .widget-wrap,
      .site-header .simple-social-icons .widget-wrap .alignleft,
      .site-header .simple-social-icons ul li,
      .site-header .simple-social-icons ul li a {
        padding-top: 7.5px; } }
  .site-header #simple-social-icons-2 ul li {
    padding: 0 !important;
    margin: 0 !important;
    margin-left: 5px !important; }
    .site-header #simple-social-icons-2 ul li a,
    .site-header #simple-social-icons-2 ul li a:hover {
      color: #fff !important;
      font-size: 16px !important;
      padding: 8px !important;
      background: #2D262B !important;
      border: 0 !important; }
      .site-header #simple-social-icons-2 ul li a::before, .site-header #simple-social-icons-2 ul li a::after,
      .site-header #simple-social-icons-2 ul li a:hover::before,
      .site-header #simple-social-icons-2 ul li a:hover::after {
        display: none; }
      .site-header #simple-social-icons-2 ul li a:hover,
      .site-header #simple-social-icons-2 ul li a:hover:hover {
        opacity: 0.5 !important; }
    @media only screen and (max-width: 1023px) {
      .site-header #simple-social-icons-2 ul li {
        margin-left: 0 !important;
        margin-right: 6px !important; } }
  .site-header .slide-nav-link {
    display: none !important; }
  @media only screen and (max-width: 1023px) {
    .site-header {
      padding-right: 15px !important;
      padding-left: 15px !important;
      margin-bottom: 0; } }
.menu-toggle {
  display: none !important;
  position: absolute;
  top: 0 !important;
  right: 5px !important;
  border: 0;
  margin-top: -5px;
  min-width: 40px !important;
  height: 40px !important;
  min-height: 0 !important;
  z-index: 9999;
  transition: none !important; }
  .menu-toggle.active {
    position: fixed;
    margin-top: 25px;
    margin-right: 15px; }
  .menu-toggle span {
    transition: ease-in-out 0.2s;
    position: absolute;
    left: auto !important;
    right: 0 !important;
    height: 2px;
    width: 28px; }
    .menu-toggle span::before, .menu-toggle span::after {
      transition: ease-in-out 0.2s;
      left: auto !important;
      right: 0 !important;
      height: 2px;
      width: 28px; }
    .menu-toggle span::before {
      top: -8px; }
    .menu-toggle span::after {
      bottom: -8px; }
  @media only screen and (max-width: 1023px) {
    .menu-toggle {
      display: block !important; } }
.wp-pagenavi,
.archive-pagination ul,
.pagination ul {
  display: flex;
  padding-top: 30px;
  margin-bottom: 0; }
  .wp-pagenavi a,
  .wp-pagenavi li,
  .wp-pagenavi span,
  .archive-pagination ul a,
  .archive-pagination ul li,
  .archive-pagination ul span,
  .pagination ul a,
  .pagination ul li,
  .pagination ul span {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2D262B !important;
    font-size: 14px !important;
    height: 40px;
    width: 40px;
    border: 0 !important;
    border-radius: 40px;
    box-shadow: none !important; }
    .wp-pagenavi a.current, .wp-pagenavi a.active,
    .wp-pagenavi li.current,
    .wp-pagenavi li.active,
    .wp-pagenavi span.current,
    .wp-pagenavi span.active,
    .archive-pagination ul a.current,
    .archive-pagination ul a.active,
    .archive-pagination ul li.current,
    .archive-pagination ul li.active,
    .archive-pagination ul span.current,
    .archive-pagination ul span.active,
    .pagination ul a.current,
    .pagination ul a.active,
    .pagination ul li.current,
    .pagination ul li.active,
    .pagination ul span.current,
    .pagination ul span.active {
      background: #F9E89C; }
      .wp-pagenavi a.current a, .wp-pagenavi a.active a,
      .wp-pagenavi li.current a,
      .wp-pagenavi li.active a,
      .wp-pagenavi span.current a,
      .wp-pagenavi span.active a,
      .archive-pagination ul a.current a,
      .archive-pagination ul a.active a,
      .archive-pagination ul li.current a,
      .archive-pagination ul li.active a,
      .archive-pagination ul span.current a,
      .archive-pagination ul span.active a,
      .pagination ul a.current a,
      .pagination ul a.active a,
      .pagination ul li.current a,
      .pagination ul li.active a,
      .pagination ul span.current a,
      .pagination ul span.active a {
        background: #F9E89C; }
    .wp-pagenavi a.pagination-previous, .wp-pagenavi a.pagination-previous a, .wp-pagenavi a.pagination-next, .wp-pagenavi a.pagination-next a,
    .wp-pagenavi li.pagination-previous,
    .wp-pagenavi li.pagination-previous a,
    .wp-pagenavi li.pagination-next,
    .wp-pagenavi li.pagination-next a,
    .wp-pagenavi span.pagination-previous,
    .wp-pagenavi span.pagination-previous a,
    .wp-pagenavi span.pagination-next,
    .wp-pagenavi span.pagination-next a,
    .archive-pagination ul a.pagination-previous,
    .archive-pagination ul a.pagination-previous a,
    .archive-pagination ul a.pagination-next,
    .archive-pagination ul a.pagination-next a,
    .archive-pagination ul li.pagination-previous,
    .archive-pagination ul li.pagination-previous a,
    .archive-pagination ul li.pagination-next,
    .archive-pagination ul li.pagination-next a,
    .archive-pagination ul span.pagination-previous,
    .archive-pagination ul span.pagination-previous a,
    .archive-pagination ul span.pagination-next,
    .archive-pagination ul span.pagination-next a,
    .pagination ul a.pagination-previous,
    .pagination ul a.pagination-previous a,
    .pagination ul a.pagination-next,
    .pagination ul a.pagination-next a,
    .pagination ul li.pagination-previous,
    .pagination ul li.pagination-previous a,
    .pagination ul li.pagination-next,
    .pagination ul li.pagination-next a,
    .pagination ul span.pagination-previous,
    .pagination ul span.pagination-previous a,
    .pagination ul span.pagination-next,
    .pagination ul span.pagination-next a {
      width: auto;
      height: auto; }
    .wp-pagenavi a.pagination-previous, .wp-pagenavi a.pagination-previous a,
    .wp-pagenavi li.pagination-previous,
    .wp-pagenavi li.pagination-previous a,
    .wp-pagenavi span.pagination-previous,
    .wp-pagenavi span.pagination-previous a,
    .archive-pagination ul a.pagination-previous,
    .archive-pagination ul a.pagination-previous a,
    .archive-pagination ul li.pagination-previous,
    .archive-pagination ul li.pagination-previous a,
    .archive-pagination ul span.pagination-previous,
    .archive-pagination ul span.pagination-previous a,
    .pagination ul a.pagination-previous,
    .pagination ul a.pagination-previous a,
    .pagination ul li.pagination-previous,
    .pagination ul li.pagination-previous a,
    .pagination ul span.pagination-previous,
    .pagination ul span.pagination-previous a {
      padding-left: 0; }
    .wp-pagenavi a.pagination-next, .wp-pagenavi a.pagination-next a,
    .wp-pagenavi li.pagination-next,
    .wp-pagenavi li.pagination-next a,
    .wp-pagenavi span.pagination-next,
    .wp-pagenavi span.pagination-next a,
    .archive-pagination ul a.pagination-next,
    .archive-pagination ul a.pagination-next a,
    .archive-pagination ul li.pagination-next,
    .archive-pagination ul li.pagination-next a,
    .archive-pagination ul span.pagination-next,
    .archive-pagination ul span.pagination-next a,
    .pagination ul a.pagination-next,
    .pagination ul a.pagination-next a,
    .pagination ul li.pagination-next,
    .pagination ul li.pagination-next a,
    .pagination ul span.pagination-next,
    .pagination ul span.pagination-next a {
      padding-right: 0; }

.wp-pagenavi,
.archive-pagination,
.pagination {
  margin: 0 !important; }

.post {
  position: relative;
  z-index: 10; }

.entry {
  margin-bottom: 0; }

.single .entry-header {
  margin: 15px 0; }

.entry-header .entry-title {
  color: #2D262B; }

.entry-meta {
  color: #b0a2ac;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 15px 0;
  margin: 0; }
  .single .entry-meta {
    text-align: center;
    margin-top: 15px;
    padding: 15px; }

.entry-image-link {
  display: block;
  margin-bottom: 15px; }
  .entry-image-link img {
    float: left;
    margin-bottom: 15px; }

.entry-time::after,
.entry-author::after {
  margin: 0 8px; }

.entry-footer {
  margin: 0; }

.featured-content img,
.gallery img {
  margin-bottom: 10px; }

.page .entry-title {
  margin-bottom: 0; }
  @media only screen and (max-width: 1023px) {
    .page .entry-title {
      text-align: center; } }
.featured-content .alignnone {
  margin-bottom: 0; }

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

.wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template {
  /*font-family: "Cera", sans-serif !important;*/
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 100% !important;
  line-height: 1.4em !important;
  padding: 8px !important;
  margin: 60px auto 0 !important;
  max-width: 700px !important;
  border: solid 2px #f5e7dd !important; }
  @media only screen and (max-width: 767px) {
    .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-container-float-right {
      margin-left: 0 !important; } }
  .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template li {
    font-size: 100% !important; }
  @media only screen and (max-width: 767px) {
    .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-recipe-name,
    .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-recipe-tags-container,
    .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-recipe-author-container {
      display: block !important;
      text-align: center; } }
  .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-recipe-image {
    display: flex !important;
    justify-content: center !important;
    height: 160px !important;
    width: 160px !important;
    border-radius: 160px !important;
    margin: 0 auto 7.5px !important;
    overflow: hidden !important; }
    .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-recipe-image img {
      width: auto !important;
      height: 100% !important;
      max-width: none !important;
      border-radius: 0 !important; }
  .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-recipe-header {
    color: #2D262B !important;
    font-size: 20px !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    margin: 7.5px 0 !important; }
  .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-recipe-name {
    color: #2D262B !important;
    font-family: "Cera Regular", sans-serif !important;
    font-size: 36px !important;
    margin-bottom: 15px; }
  .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-high-level-details {
    padding-top: 20px; }
    .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-high-level-details .wprm-recipe-details-label {
      display: block;
      font-size: 14px;
      line-height: 1.1em; }
    @media only screen and (max-width: 767px) {
      .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-high-level-details {
        text-align: center; } }
  .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-recipe-tags-container {
    margin: 0 !important; }
  .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-high-level-details > div,
  .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-recipe-times-container > div {
    display: inline-block; }
  .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-recipe-times-container {
    padding: 0; }
    .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-recipe-times-container > div {
      padding-right: 30px; }
  .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-recipe-time-container {
    text-align: left; }
  .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-recipe-time,
  .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-recipe-details {
    color: #2D262B !important;
    font-family: "Cera Regular", sans-serif !important;
    font-size: 20px !important; }
    .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-recipe-time.wprm-recipe-servings,
    .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-recipe-details.wprm-recipe-servings {
      color: #2D262B !important;
      text-decoration: underline; }
  .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-recipe-servings-link {
    box-shadow: none !important; }
  .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-recipe-summary {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 7.5px; }
    .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-recipe-summary::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      height: 1px;
      width: 60px;
      background: #f5e7dd; }
  .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-recipe-tags-container,
  .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-recipe-author-container {
    font-size: 12px !important;
    line-height: 1.6em; }
    .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-recipe-tags-container .wprm-recipe-time,
    .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-recipe-tags-container .wprm-recipe-details,
    .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-recipe-author-container .wprm-recipe-time,
    .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-recipe-author-container .wprm-recipe-details {
      font-size: 12px !important;
      line-height: 1.6em; }
  .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-recipe-servings-container,
  .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-recipe-nutrition-container {
    margin-right: 30px; }
  .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-recipe-nutrition-container {
    margin-right: 0; }
  .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-container-head {
    padding: 30px;
    background: #FAF9F3; }
    .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-container-head img {
      border-radius: 300px; }
  .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-recipe-details-container-table,
  .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-recipe-block-container-table {
    border: 0 !important; }
  .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-recipe-ingredients-container,
  .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-recipe-instructions-container,
  .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-recipe-notes-container,
  .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-nutrition-container,
  .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-recipe-video-container {
    padding: 15px 30px; }
  .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-container-float-right {
    margin-left: 45px; }
  .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-recipe-instruction {
    margin-left: 15px; }
  .wprm-recipe.wprm-recipe-template-clean-and-delicious-recipe-template .wprm-recipe-link-wide-button {
    max-width: 200px;
    margin: 7.5px auto 15px !important; }

.wprm-recipe-template-clean-and-delicious-buttons {
  position: relative;
  padding-bottom: 36px !important;
  margin-bottom: 30px !important; }
  .wprm-recipe-template-clean-and-delicious-buttons .wprm-recipe-link {
    color: #2D262B !important;
    font-family: "Cera Medium", sans-serif !important;
    font-size: 14px;
    letter-spacing: 2px !important;
    line-height: 1 !important;
    text-transform: uppercase;
    margin: 0 7.5px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: inset 0 -6px 0 0 rgba(245, 231, 221, 0.8) !important; }
    .wprm-recipe-template-clean-and-delicious-buttons .wprm-recipe-link:hover {
      box-shadow: inset 0 -20px 0 0 #f5e7dd !important; }
    .wprm-recipe-template-clean-and-delicious-buttons .wprm-recipe-link span {
      display: none !important; }

.sidebar {
  flex: 1;
  min-width: 330px;
  max-width: 330px; }
  .sidebar .widget {
    margin-bottom: 30px; }
  .sidebar .about-dani img {
    max-width: 160px;
    border-radius: 500px; }
  .sidebar .about-dani p, .sidebar .about-dani .content li, .content .sidebar .about-dani li {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 15px; }
  .sidebar .featured-content {
    display: block !important;
    margin-bottom: 0 !important; }
    .sidebar .featured-content .entry-header {
      margin-bottom: 15px !important; }
    .sidebar .featured-content img {
      float: left; }
  @media only screen and (max-width: 1023px) {
    .sidebar {
      max-width: 100%;
      min-width: 0; } }
.widget-title {
  position: relative;
  padding: 15px 0 !important;
  border: 0 !important;
  z-index: 1; }
  .widget-title-wrap {
    display: inline-block;
    position: relative;
    padding-right: 15px;
    z-index: 1;
    background: #fff; }
  .widget-title::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 3px;
    background: #F9E89C;
    transform: translateY(-50%);
    z-index: -1; }

.widget_nav_menu li,
.widget_nav_menu .cat-item,
.widget_sub_categories li,
.widget_sub_categories .cat-item {
  margin-bottom: 0 !important; }
  .widget_nav_menu li.current-cat a[aria-current="page"], .widget_nav_menu li.current-menu-item a[aria-current="page"],
  .widget_nav_menu .cat-item.current-cat a[aria-current="page"],
  .widget_nav_menu .cat-item.current-menu-item a[aria-current="page"],
  .widget_sub_categories li.current-cat a[aria-current="page"],
  .widget_sub_categories li.current-menu-item a[aria-current="page"],
  .widget_sub_categories .cat-item.current-cat a[aria-current="page"],
  .widget_sub_categories .cat-item.current-menu-item a[aria-current="page"] {
    box-shadow: inset 0 -20px 0 0 #F9E89C; }

.widget_nav_menu a,
.widget_sub_categories a {
  color: #2D262B !important; }
  .widget_nav_menu a:hover,
  .widget_sub_categories a:hover {
    opacity: 0.5 !important; }

@media only screen and (max-width: 1023px) {
  .widget_sub_categories {
    opacity: 0;
    visibility: hidden;
    transition: ease-in-out 0.2s;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 15px;
    padding: 15px;
    height: 50vh;
    width: 100%;
    overflow: auto;
    background: #fff;
    box-shadow: 0 8px 24px rgba(55, 56, 60, 0.25);
    z-index: 9999; }
    .widget_sub_categories ul {
      display: grid;
      grid-gap: 20px;
      grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
      .widget_sub_categories ul ul {
        display: block; }
    .widget_sub_categories li {
      text-align: left;
      margin-left: 0 !important; }
    .widget_sub_categories.active {
      opacity: 1;
      visibility: visible; }
    .widget_sub_categories .widget-title {
      display: none; } }

body.archive .archive-description,
body.page-template-page_blog .archive-description {
  position: relative;
  padding: 0 0 15px;
  max-width: 85%; }
  body.archive .archive-description p, body.archive .archive-description .content li, .content body.archive .archive-description li,
  body.page-template-page_blog .archive-description p,
  body.page-template-page_blog .archive-description .content li,
  .content body.page-template-page_blog .archive-description li {
    font-size: 18px; }
    @media only screen and (max-width: 1023px) {
      body.archive .archive-description p, body.archive .archive-description .content li, .content body.archive .archive-description li,
      body.page-template-page_blog .archive-description p,
      body.page-template-page_blog .archive-description .content li,
      .content body.page-template-page_blog .archive-description li {
        font-size: 16px; } }
  @media only screen and (max-width: 1023px) {
    body.archive .archive-description,
    body.page-template-page_blog .archive-description {
      text-align: center;
      padding-bottom: 0;
      max-width: 100%; } }
body.archive .entry-title,
body.archive .entry-meta,
body.archive .entry-content,
body.page-template-page_blog .entry-title,
body.page-template-page_blog .entry-meta,
body.page-template-page_blog .entry-content {
  padding-right: 15px; }

body.archive .entry-content p, body.archive .entry-content .content li, .content body.archive .entry-content li,
body.page-template-page_blog .entry-content p,
body.page-template-page_blog .entry-content .content li,
.content body.page-template-page_blog .entry-content li {
  margin: 0; }

body.archive .entry-comments-link,
body.archive .entry-author::after,
body.page-template-page_blog .entry-comments-link,
body.page-template-page_blog .entry-author::after {
  display: none; }

.recipes-categories a {
  display: block;
  text-transform: capitalize; }

.mobile-index-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 200px;
  margin: 30px auto 0 !important; }
  .mobile-index-toggle i {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    margin-left: 5px;
    width: 14px; }
  @media only screen and (max-width: 1023px) {
    .mobile-index-toggle {
      display: flex; } }
body.page-template-page_blog .site-container > h1.entry-title {
  display: none; }

body.home .entry {
  text-align: center; }

body.home .home-top {
  display: flex;
  margin: 0 auto 15px;
  padding: 0 10px;
  max-width: none; }
  body.home .home-top .widget-wrap {
    padding: 0 !important; }
  body.home .home-top .widget:first-child .widget-wrap {
    padding-left: 0; }
    @media only screen and (max-width: 1023px) {
      body.home .home-top .widget:first-child .widget-wrap {
        padding-right: 0; } }
  body.home .home-top .widget:last-child .widget-wrap {
    display: flex; }
    @media only screen and (max-width: 1023px) {
      body.home .home-top .widget:last-child .widget-wrap .entry {
        margin-bottom: 30px; } }
    @media only screen and (max-width: 1023px) {
      body.home .home-top .widget:last-child .widget-wrap {
        padding-left: 0;
        flex-direction: column; } }
  body.home .home-top .entry {
    position: relative;
    margin-bottom: 0;
    padding: 0 10px; }
    body.home .home-top .entry .alignnone {
      position: relative;
      margin-bottom: 5px; }
      body.home .home-top .entry .alignnone::after {
        position: absolute;
        bottom: 0;
        left: 50%;
        color: #fff;
        font-family: "Cera Medium", sans-serif;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 2px;
        padding: 1px 18px;
        margin-bottom: -14px;
        transform: translateX(-50%);
        border-radius: 6px;
        border: solid 3px #fff; }
  body.home .home-top section:first-child {
    flex: 1; }
    body.home .home-top section:first-child .alignnone::after {
      content: 'New';
      background: #f8e284; }
  body.home .home-top section:last-child {
    flex: 2; }
    body.home .home-top section:last-child .alignnone::after {
      content: 'Featured';
      background: #efd9c9; }
  body.home .home-top .snippet {
    float: none;
    text-align: center;
    width: auto;
    margin: 0 auto;
    max-width: 400px;
    padding: 15px;
    background: transparent; }
    body.home .home-top .snippet .entry-header {
      margin: 0; }
  body.home .home-top img {
    float: left;
    margin-bottom: 0; }
  @media only screen and (max-width: 1023px) {
    body.home .home-top {
      flex-direction: column;
      padding: 0 15px; } }
body.home .home-logos {
  margin: 0 auto;
  max-width: 1320px;
  opacity: 0.9; }
  body.home .home-logos img {
    width: 100%; }

body.home .home-dani {
  display: flex;
  padding: 0 15px;
  margin: 45px auto;
  max-width: 1500px; }
  body.home .home-dani .home-dani-inner {
    display: flex;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      body.home .home-dani .home-dani-inner {
        display: block;
        border-radius: 0; } }
  body.home .home-dani .widget-wrap {
    padding: 0; }
  body.home .home-dani .widget {
    margin: 0; }
  body.home .home-dani .meet-dani-head {
    display: flex;
    flex: 1;
    background: #f5e7dd; }
    body.home .home-dani .meet-dani-head .textwidget {
      display: flex;
      align-items: center; }
      body.home .home-dani .meet-dani-head .textwidget h2, body.home .home-dani .meet-dani-head .textwidget h3.widget-title, body.home .home-dani .meet-dani-head .textwidget .searchandfilter h4.widget-title, .searchandfilter body.home .home-dani .meet-dani-head .textwidget h4.widget-title, body.home .home-dani .meet-dani-head .textwidget .sidebar .widget-title, .sidebar body.home .home-dani .meet-dani-head .textwidget .widget-title {
        font-family: "Marshmallow", sans-serif;
        text-align: center;
        margin: 0 30px;
        min-width: 140px; }
        @media only screen and (max-width: 1023px) {
          body.home .home-dani .meet-dani-head .textwidget h2, body.home .home-dani .meet-dani-head .textwidget h3.widget-title, body.home .home-dani .meet-dani-head .textwidget .searchandfilter h4.widget-title, .searchandfilter body.home .home-dani .meet-dani-head .textwidget h4.widget-title, body.home .home-dani .meet-dani-head .textwidget .sidebar .widget-title, .sidebar body.home .home-dani .meet-dani-head .textwidget .widget-title {
            display: none; } }
      body.home .home-dani .meet-dani-head .textwidget img {
        position: relative;
        float: left;
        margin-right: -120px;
        margin-bottom: 0;
        max-width: 260px;
        border-radius: 260px; }
        @media only screen and (max-width: 1023px) {
          body.home .home-dani .meet-dani-head .textwidget img {
            margin-left: 16%;
            margin-right: 0;
            margin-bottom: 30px; } }
        @media only screen and (max-width: 767px) {
          body.home .home-dani .meet-dani-head .textwidget img {
            max-width: 100%; } }
      @media only screen and (max-width: 767px) {
        body.home .home-dani .meet-dani-head .textwidget {
          top: 300px; } }
    @media only screen and (max-width: 767px) {
      body.home .home-dani .meet-dani-head {
        float: left;
        width: 40%;
        padding: 0;
        background: transparent; } }
  body.home .home-dani .meet-dani-bio {
    display: flex;
    flex: 1.5;
    padding: 20px 30px 20px 80px;
    background: #FAF9F3; }
    body.home .home-dani .meet-dani-bio .textwidget {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      body.home .home-dani .meet-dani-bio .textwidget p, body.home .home-dani .meet-dani-bio .textwidget .content li, .content body.home .home-dani .meet-dani-bio .textwidget li {
        margin-bottom: 15px; }
      body.home .home-dani .meet-dani-bio .textwidget .secondary-button, body.home .home-dani .meet-dani-bio .textwidget p a, body.home .home-dani .meet-dani-bio .textwidget .content li a, .content body.home .home-dani .meet-dani-bio .textwidget li a {
        margin-bottom: 0; }
    @media only screen and (max-width: 1023px) {
      body.home .home-dani .meet-dani-bio {
        padding-left: 8%; } }
    @media only screen and (max-width: 767px) {
      body.home .home-dani .meet-dani-bio {
        float: left;
        width: 60%;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 15px; } }
  body.home .home-dani .widget_sp_image {
    display: flex;
    flex: 1;
    overflow: hidden; }
    body.home .home-dani .widget_sp_image .widget-wrap {
      position: relative;
      display: flex;
      flex: 1;
      height: 100%;
      overflow: hidden; }
      body.home .home-dani .widget_sp_image .widget-wrap::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(45, 38, 43, 0.15);
        z-index: 1;
        pointer-events: none; }
      body.home .home-dani .widget_sp_image .widget-wrap h3, body.home .home-dani .widget_sp_image .widget-wrap .searchandfilter h4, .searchandfilter body.home .home-dani .widget_sp_image .widget-wrap h4, body.home .home-dani .widget_sp_image .widget-wrap .sidebar .widget-title, .sidebar body.home .home-dani .widget_sp_image .widget-wrap .widget-title {
        position: absolute;
        top: 50%;
        left: 0;
        font-family: "Cera Medium", sans-serif;
        font-size: 14px;
        text-align: center !important;
        padding: 0 5px;
        width: 100%;
        transform: translateY(-50%);
        background: transparent;
        z-index: 2;
        pointer-events: none; }
        body.home .home-dani .widget_sp_image .widget-wrap h3::after, body.home .home-dani .widget_sp_image .widget-wrap .searchandfilter h4::after, .searchandfilter body.home .home-dani .widget_sp_image .widget-wrap h4::after, body.home .home-dani .widget_sp_image .widget-wrap .sidebar .widget-title::after, .sidebar body.home .home-dani .widget_sp_image .widget-wrap .widget-title::after {
          display: none; }
        body.home .home-dani .widget_sp_image .widget-wrap h3 .widget-title-wrap, body.home .home-dani .widget_sp_image .widget-wrap .searchandfilter h4 .widget-title-wrap, .searchandfilter body.home .home-dani .widget_sp_image .widget-wrap h4 .widget-title-wrap, body.home .home-dani .widget_sp_image .widget-wrap .sidebar .widget-title .widget-title-wrap, .sidebar body.home .home-dani .widget_sp_image .widget-wrap .widget-title .widget-title-wrap {
          letter-spacing: 2px;
          padding: 4px 10px;
          background: #F9E89C;
          border-radius: 20px; }
          body.home .home-dani .widget_sp_image .widget-wrap h3 .widget-title-wrap em, body.home .home-dani .widget_sp_image .widget-wrap .searchandfilter h4 .widget-title-wrap em, .searchandfilter body.home .home-dani .widget_sp_image .widget-wrap h4 .widget-title-wrap em, body.home .home-dani .widget_sp_image .widget-wrap .sidebar .widget-title .widget-title-wrap em, .sidebar body.home .home-dani .widget_sp_image .widget-wrap .widget-title .widget-title-wrap em {
            font-family: "Cera Regular", sans-serif;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 2px; }
      body.home .home-dani .widget_sp_image .widget-wrap img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.5);
        z-index: 0;
        min-height: 100%;
        max-width: none !important; }
        @media only screen and (max-width: 767px) {
          body.home .home-dani .widget_sp_image .widget-wrap img {
            top: 100%;
            min-width: 100%;
            transform: translate(-50%, -50%) scale(0.9); } }
    body.home .home-dani .widget_sp_image h3, body.home .home-dani .widget_sp_image .searchandfilter h4, .searchandfilter body.home .home-dani .widget_sp_image h4, body.home .home-dani .widget_sp_image .sidebar .widget-title, .sidebar body.home .home-dani .widget_sp_image .widget-title {
      position: absolute; }
    @media only screen and (max-width: 767px) {
      body.home .home-dani .widget_sp_image {
        display: block;
        height: 160px;
        clear: both; } }
  @media only screen and (max-width: 767px) {
    body.home .home-dani {
      padding: 30px 15px 0;
      margin-bottom: 30px;
      background: #FAF9F3; } }
body.home .home-tabs-header {
  display: flex;
  flex-direction: column;
  align-items: center; }
  body.home .home-tabs-header .widget-title {
    margin-bottom: 15px; }
    body.home .home-tabs-header .widget-title::after {
      display: none; }
  body.home .home-tabs-header .home-tabs-nav {
    display: flex;
    margin: 0 0 30px; }
    body.home .home-tabs-header .home-tabs-nav li {
      font-family: "Cera Medium", sans-serif;
      font-weight: 700;
      font-size: 13px;
      text-transform: uppercase;
      line-height: 1;
      letter-spacing: 2px;
      padding: 2px 10px;
      margin: 0 3px;
      border-radius: 30px;
      cursor: pointer; }
      body.home .home-tabs-header .home-tabs-nav li.current {
        background: #f5e7dd; }
    @media only screen and (max-width: 767px) {
      body.home .home-tabs-header .home-tabs-nav {
        margin: 15px 0; } }
  body.home .home-tabs-header a {
    text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    body.home .home-tabs-header {
      flex-direction: column; } }
body.home .home-tabs {
  position: relative;
  padding-bottom: 60px; }
  body.home .home-tabs::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 250px;
    bottom: 0;
    z-index: -1;
    background: #FAF9F3; }
    @media only screen and (max-width: 767px) {
      body.home .home-tabs::after {
        top: 220px; } }
  body.home .home-tabs h4,
  body.home .home-tabs section.tabs-content {
    display: none; }
    body.home .home-tabs h4.current,
    body.home .home-tabs section.tabs-content.current {
      display: block; }
  body.home .home-tabs .tabs-content {
    padding: 0;
    margin-bottom: 15px; }
  body.home .home-tabs .custom-html-widget {
    text-align: center; }

body.home .home-middle {
  display: block; }

body.home .home-video {
  display: grid;
  grid-gap: 0;
  grid-template-columns: 1fr 2fr 2fr 2fr;
  margin: 60px auto 0;
  padding: 0 15px;
  max-width: 1260px; }
  body.home .home-video h5 {
    display: block;
    margin-bottom: 15px; }
  body.home .home-video h2, body.home .home-video h3.widget-title, body.home .home-video .searchandfilter h4.widget-title, .searchandfilter body.home .home-video h4.widget-title, body.home .home-video .sidebar .widget-title, .sidebar body.home .home-video .widget-title {
    margin: 0 0 20px;
    max-width: 350px; }
  body.home .home-video .home-video-head {
    margin: 0;
    margin-right: -30px;
    min-width: 400px;
    grid-column: span 1; }
    body.home .home-video .home-video-head .widget-wrap {
      padding: 60px;
      padding-right: 100px; }
      body.home .home-video .home-video-head .widget-wrap .textwidget {
        position: relative; }
        body.home .home-video .home-video-head .widget-wrap .textwidget::before {
          content: '';
          position: absolute;
          top: -90px;
          left: -90px;
          margin-left: -30px;
          height: 500px;
          width: 500px;
          background: #FAF9F3;
          border-radius: 500px;
          z-index: -1; }
          @media only screen and (max-width: 767px) {
            body.home .home-video .home-video-head .widget-wrap .textwidget::before {
              top: -30px;
              left: 50%;
              height: 320px;
              width: 320px;
              margin-left: 0;
              transform: translateX(-50%); } }
        body.home .home-video .home-video-head .widget-wrap .textwidget img {
          max-width: 250px; }
      @media only screen and (max-width: 767px) {
        body.home .home-video .home-video-head .widget-wrap {
          padding: 30px;
          padding-bottom: 90px; } }
      @media only screen and (max-width: 767px) {
        body.home .home-video .home-video-head .widget-wrap img {
          max-width: 260px; } }
    @media only screen and (max-width: 767px) {
      body.home .home-video .home-video-head {
        text-align: center;
        margin: 0; } }
  body.home .home-video .widget_media_video {
    grid-column: span 3;
    margin: 60px 0 0 0; }
    body.home .home-video .widget_media_video .widget-wrap {
      padding: 0; }
    @media only screen and (max-width: 767px) {
      body.home .home-video .widget_media_video {
        margin: 0;
        margin-top: -60px;
        padding: 0; } }
  body.home .home-video .widget_custom_html {
    grid-column: auto / span 4; }
    body.home .home-video .widget_custom_html .widget-wrap {
      display: flex;
      justify-content: center;
      max-width: none;
      margin: 45px 0 30px;
      width: 100%; }
    body.home .home-video .widget_custom_html .custom-html-widget {
      display: flex;
      align-items: center; }
      body.home .home-video .widget_custom_html .custom-html-widget h4 {
        margin-bottom: 0;
        margin-right: 15px; }
        @media only screen and (max-width: 767px) {
          body.home .home-video .widget_custom_html .custom-html-widget h4 {
            margin: 0 0 15px; } }
      @media only screen and (max-width: 767px) {
        body.home .home-video .widget_custom_html .custom-html-widget {
          flex-direction: column;
          text-align: center;
          padding: 0 30px; } }
  @media only screen and (max-width: 767px) {
    body.home .home-video {
      display: flex;
      flex-direction: column;
      margin: 0; } }
body.home .home-food-for-thought {
  position: relative;
  margin: 60px auto;
  padding-bottom: 30px; }
  body.home .home-food-for-thought::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 280px;
    bottom: 0;
    z-index: -1;
    background: #f5e7dd; }
  body.home .home-food-for-thought .widget-wrap {
    padding: 0;
    max-width: none; }
  body.home .home-food-for-thought .widget-title {
    text-align: center !important; }
    body.home .home-food-for-thought .widget-title::after {
      background: #f5e7dd; }
    body.home .home-food-for-thought .widget-title-wrap {
      position: relative;
      padding: 0 20px !important;
      background: transparent; }
      body.home .home-food-for-thought .widget-title-wrap::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        background: #f5e7dd;
        height: 120px;
        width: 120px;
        transform: translate(-50%, -50%);
        z-index: -1;
        border-radius: 120px; }
      body.home .home-food-for-thought .widget-title-wrap::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        height: 100%;
        width: 100%;
        z-index: -2; }
      body.home .home-food-for-thought .widget-title-wrap em {
        position: relative;
        z-index: 3; }
        body.home .home-food-for-thought .widget-title-wrap em::before {
          content: 'For';
          position: relative;
          top: -5px;
          display: inline-block;
          /* font-family: "Cera", sans-serif; */
          font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
          font-size: 14px;
          text-transform: uppercase;
          margin-right: 4px; }
  body.home .home-food-for-thought .snippet {
    padding: 0 30px; }
  body.home .home-food-for-thought .description {
    font-family: "Gambero", serif;
    font-size: 20px;
    text-align: center;
    margin: 30px auto;
    padding: 0 30px;
    max-width: 650px; }
    @media only screen and (max-width: 767px) {
      body.home .home-food-for-thought .description {
        padding-top: 15px; } }
  body.home .home-food-for-thought .more-from-category {
    float: none;
    display: block;
    text-align: center; }
  @media only screen and (max-width: 767px) {
    body.home .home-food-for-thought {
      margin-bottom: 15px; } }
body.home .home-bottom {
  display: flex;
  padding: 0 15px;
  margin: 90px auto;
  max-width: 1500px; }
  body.home .home-bottom .enews-widget {
    position: relative;
    flex: 5;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
    margin-right: 15px;
    border: 0;
    background-image: url("../dani-kitchen.html");
    background-position: center;
    background-size: cover;
    z-index: 2; }
    body.home .home-bottom .enews-widget .widget-wrap {
      display: flex;
      justify-content: flex-end;
      padding: 0; }
      @media only screen and (max-width: 767px) {
        body.home .home-bottom .enews-widget .widget-wrap {
          justify-content: center; } }
    body.home .home-bottom .enews-widget .enews {
      max-width: 420px;
      padding: 45px;
      margin-right: -60px;
      background: #f5e7dd; }
      @media only screen and (max-width: 1023px) {
        body.home .home-bottom .enews-widget .enews {
          margin-right: 0;
          max-width: 70%; } }
      @media only screen and (max-width: 767px) {
        body.home .home-bottom .enews-widget .enews {
          max-width: 100%; } }
    body.home .home-bottom .enews-widget p, body.home .home-bottom .enews-widget .content li, .content body.home .home-bottom .enews-widget li {
      max-width: 350px;
      margin: 0 auto; }
    body.home .home-bottom .enews-widget .submit-wrap {
      margin-top: 15px !important; }
    @media only screen and (max-width: 767px) {
      body.home .home-bottom .enews-widget {
        margin-right: 0;
        margin-bottom: 15px;
        padding: 0;
        background: #f5e7dd; } }
  body.home .home-bottom .widget_text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 2;
    text-align: center;
    padding: 30px;
    margin-left: 90px;
    background: #FAF9F3;
    z-index: 1; }
    body.home .home-bottom .widget_text p, body.home .home-bottom .widget_text .content li, .content body.home .home-bottom .widget_text li,
    body.home .home-bottom .widget_text img {
      margin: 0; }
    body.home .home-bottom .widget_text h4 {
      margin: 30px 0; }
    @media only screen and (max-width: 767px) {
      body.home .home-bottom .widget_text {
        margin-left: 0; } }
  @media only screen and (max-width: 767px) {
    body.home .home-bottom {
      flex-direction: column;
      margin: 15px 0; } }
body.page-template-landing-page .entry-header {
  margin: 0 !important; }

body.page-template-landing-page .edd_purchase_submit_wrapper {
  margin-top: 30px; }

body.page-template-landing-page .wp-block-group.gray, body.page-template-landing-page .wp-block-group.cream {
  background: #FAF9F3; }

body.page-template-landing-page .wp-block-group.yellow {
  background: #F9E89C; }

body.page-template-landing-page .wp-block-group.pink {
  background: #f5e7dd; }

body.page-template-landing-page .wp-block-group .wp-block-group__inner-container {
  margin: 0 auto;
  padding: 60px 30px;
  max-width: 1023px; }
  body.page-template-landing-page .wp-block-group .wp-block-group__inner-container .wp-block-group__inner-container {
    padding: 0; }
  @media only screen and (max-width: 1023px) {
    body.page-template-landing-page .wp-block-group .wp-block-group__inner-container {
      padding: 30px; } }
body.page-template-landing-page .wp-block-group.border > .wp-block-group__inner-container {
  position: relative; }
  body.page-template-landing-page .wp-block-group.border > .wp-block-group__inner-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: solid 2px #F9E89C; }
  @media only screen and (max-width: 1023px) {
    body.page-template-landing-page .wp-block-group.border > .wp-block-group__inner-container {
      margin: 0 15px; } }
body.page-template-landing-page .wp-block-group.spacer {
  margin: 60px 0; }
  @media only screen and (max-width: 1023px) {
    body.page-template-landing-page .wp-block-group.spacer {
      margin: 30px 0; } }
body.page-template-landing-page .wp-block-group.rounded img {
  border-radius: 600px; }

.landing-page-header {
  text-align: center;
  padding: 90px 30px;
  background-color: #FAF9F3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .landing-page-header .wp-block-group__inner-container {
    padding: 60px !important;
    max-width: 823px !important;
    background: rgba(255, 255, 255, 0.85); }
    @media only screen and (max-width: 1023px) {
      .landing-page-header .wp-block-group__inner-container {
        padding: 30px !important; } }
  .landing-page-header h1 {
    margin-bottom: 0; }
  .landing-page-header h4 {
    margin-top: 15px !important;
    margin-bottom: 0 !important; }
  .page-id-22342 .landing-page-header {
    background-image: url("../jpg/shutterstock_406445776-e1484669581637.jpg"); }
  .page-id-22900 .landing-page-header {
    background-image: url("../shutterstock_570090286.html"); }
  .page-id-22338 .landing-page-header {
    background-image: url("../jpg/footer-bg.jpg");
    background-position: top center; }
  @media only screen and (max-width: 1023px) {
    .landing-page-header {
      padding: 60px 30px; } }
.landing-image-text > .wp-block-group__inner-container {
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 1023px) {
    .landing-image-text > .wp-block-group__inner-container {
      flex-direction: column; } }
.landing-image-text .wp-block-image {
  margin-right: 45px;
  margin-bottom: 0; }
  @media only screen and (max-width: 1023px) {
    .landing-image-text .wp-block-image {
      text-align: center;
      margin: 0 auto 15px;
      max-width: 70%; } }
.landing-three-callouts {
  text-align: center; }
  .landing-three-callouts .wp-block-columns {
    padding-top: 45px;
    margin-bottom: 0; }
  .landing-three-callouts .wp-block-image img {
    border-radius: 500px; }

.landing-testimonials .wp-block-group__inner-container {
  max-width: 823px !important; }

.landing-bottom-cta {
  text-align: center;
  background-color: #FAF9F3; }
  .landing-bottom-cta .wp-block-quote {
    text-align: center; }
    .landing-bottom-cta .wp-block-quote::before {
      display: none; }
    .landing-bottom-cta .wp-block-quote p, .landing-bottom-cta .wp-block-quote .content li, .content .landing-bottom-cta .wp-block-quote li {
      font-size: 17px; }
  .landing-bottom-cta h2, .landing-bottom-cta h3.widget-title, .landing-bottom-cta .searchandfilter h4.widget-title, .searchandfilter .landing-bottom-cta h4.widget-title, .landing-bottom-cta .sidebar .widget-title, .sidebar .landing-bottom-cta .widget-title {
    margin: 15px 0 !important; }

.landing-checklist {
  display: flex;
  flex-direction: column; }
  .landing-checklist .wp-block-group .wp-block-group__inner-container {
    display: flex; }
    @media only screen and (max-width: 1023px) {
      .landing-checklist .wp-block-group .wp-block-group__inner-container {
        flex-direction: column; } }
  .landing-checklist ul {
    flex: 1;
    padding: 15px; }
    .landing-checklist ul li {
      position: relative;
      list-style: none;
      margin: 20px 0;
      padding: 0;
      padding-left: 30px; }
      .landing-checklist ul li::before {
        content: '';
        position: absolute;
        top: 1px;
        left: 0;
        width: 20px;
        height: 20px;
        background-image: url("../check.html");
        background-position: center;
        background-size: 90%;
        background-repeat: no-repeat; }
    @media only screen and (max-width: 1023px) {
      .landing-checklist ul {
        margin: 0; } }
body.page:not(.home) .entry .entry-header:first-child {
  margin-top: 0;
  margin-bottom: 45px; }

body.category-recipes #breadcrumbs {
  display: none; }

.widget_sub_categories a {
  text-transform: capitalize;
  line-height: 1; }

.widget_sub_categories .cat-item > a {
  font-family: "Cera Regular", sans-serif; }

.widget_sub_categories .cat-item .children {
  margin-bottom: 10px; }
  .widget_sub_categories .cat-item .children .cat-item a {
    /*font-family: "Cera", sans-serif; */
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  }

.featured-category-post {
  margin-bottom: 30px; }
  .featured-category-post .feature {
    display: flex;
    background: #FAF9F3; }
    .featured-category-post .feature h2, .featured-category-post .feature h3.widget-title, .featured-category-post .feature .searchandfilter h4.widget-title, .searchandfilter .featured-category-post .feature h4.widget-title, .featured-category-post .feature .sidebar .widget-title, .sidebar .featured-category-post .feature .widget-title {
      margin-bottom: 15px; }
    .featured-category-post .feature h3, .featured-category-post .feature .searchandfilter h4, .searchandfilter .featured-category-post .feature h4, .featured-category-post .feature .sidebar .widget-title, .sidebar .featured-category-post .feature .widget-title {
      font-family: "Marshmallow", sans-serif;
      margin-bottom: 15px; }
    .featured-category-post .feature .feature-image {
      flex: 1;
      background-size: cover;
      background-position: center; }
      @media only screen and (max-width: 767px) {
        .featured-category-post .feature .feature-image {
          flex: 0 0 auto;
          height: 200px; } }
    .featured-category-post .feature .feature-content {
      flex: 2;
      padding: 45px; }
      .featured-category-post .feature .feature-content P:last-of-type {
        margin-bottom: 0; }
      @media only screen and (max-width: 767px) {
        .featured-category-post .feature .feature-content {
          padding: 30px; } }
    @media only screen and (max-width: 767px) {
      .featured-category-post .feature {
        flex-direction: column;
        margin-top: 30px; } }
.resources-menu {
  margin: 0 0 60px; }
  .resources-menu ul {
    margin: 0; }
  .resources-menu li {
    display: inline-block;
    font-family: "Cera Regular", sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 18.75px;
    border-radius: 30px;
    cursor: pointer; }
    .resources-menu li.current-menu-item {
      padding: 0 15px;
      background: #f5e7dd; }
    .resources-menu li a {
      color: #2D262B; }
      .resources-menu li a:hover {
        color: #f5e7dd; }
  @media only screen and (max-width: 767px) {
    .resources-menu {
      margin: 15px 0; } }
body.single .entry-header {
  text-align: center;
  max-width: 95%;
  margin: 0 auto; }
  body.single .entry-header .entry-title {
    margin-bottom: 15px; }
  body.single .entry-header .entry-meta {
    font-family: "Cera Regular", sans-serif;
    margin-bottom: 0;
    padding-bottom: 0; }
    body.single .entry-header .entry-meta a {
      color: rgba(45, 38, 43, 0.75); }
    body.single .entry-header .entry-meta .dot {
      margin: 0 5px; }

body.single .affiliate-disclaimer {
  display: block;
  color: rgba(45, 38, 43, 0.75);
  text-align: center;
  font-size: 13px;
  font-style: italic;
  margin-bottom: 45px;
  padding-top: 5px; }

body.single .entry-footer a {
  font-size: 12px;
  line-height: 16px;
  text-transform: capitalize;
  background: transparent;
  border-radius: 30px;
  box-shadow: none;
  white-space: nowrap; }

body.single .author-box {
  padding: 30px;
  margin-bottom: 60px;
  background: #FAF9F3;
  border: solid 1px #f5e7dd;
  box-shadow: inset 0px 0px 0px 7px #fff; }
  body.single .author-box a {
    display: inline-block;
    font-family: "Cera Regular", sans-serif;
    font-size: 14px;
    line-height: 1.1em;
    text-transform: uppercase;
    margin: 10px 15px 0 0; }

body.single .after-entry {
  padding: 0;
  margin: 30px 0 45px; }
  body.single .after-entry .enews-widget {
    border: 0;
    background: #f5e7dd; }
    body.single .after-entry .enews-widget .enews {
      margin: 0 auto;
      max-width: 500px; }
    body.single .after-entry .enews-widget .submit-wrap {
      margin-top: 15px !important; }

  .schema-faq-question {font-size: 32px;
    line-height: 1.1 !important;font-family: "Cera Regular", sans-serif;
    font-weight: 400;}
  .schema-faq-section {margin-bottom:25px;}
