/*
Theme Name: Yummy Bites
Theme URI: https://wpdelicious.com/wordpress-themes/yummy-bites/
Author: WP Delicious
Author URI: https://wpdelicious.com/
Description: Yummy Bites is a free WordPress recipe theme for creating a professional food blog and recipe website. This theme is designed to improve your recipe rankings on search engines with mobile-friendly design, SEO-optimized and Schema friendly features that ensure a faster loading time. This theme works perfectly with the WP Delicious plugin, offering several features that make it simple to share your recipes. You can easily choose from unlimited colors and 1400+ Google fonts to change your website's look and feel with a single click. Using the Instagram section, you can showcase your recipe images and grow your followers. It also includes newsletter integration to help you grow your email list and build strong relationships with readers. Yummy Bites is translation-ready, RTL-ready, and WooCommerce compatible. Check the demo at https://wpdelicious.com/wordpress-themes/yummy-bites/, and get support at https://wpdelicious.com/support-ticket/
Version: 1.2.8
Requires at least: 6.2
Requires PHP: 5.6
Tested up to: 6.7
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: yummy-bites
Tags: blog, one-column, two-columns, right-sidebar, left-sidebar, footer-widgets, custom-background, custom-header, custom-menu, custom-logo, featured-images, threaded-comments, full-width-template, rtl-language-support, translation-ready, theme-options, e-commerce, food-and-drink

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Yummy Bites is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
:root {
  --yummy-primary-color: #EDA602;
  --yummy-primary-color-rgb: 237,166,2;
  --primary-color: #EDA602;
  --primary-color-rgb: 237,166,2;
  --yummy-secondary-color: #227755;
  --yummy-secondary-color-rgb: 34,119,85;
  --secondary-color: #227755;
  --secondary-color-rgb: 34,119,85;
  --yummy-font-color: #39433F;
  --yummy-font-color-rgb: 57,67,63;
  --font-color: #39433F;
  --font-color-rgb: 57,67,63;
  --yummy-heading-color: #07120D;
  --yummy-heading-color-rgb: 7,18,13;
  --yummy-background-color: #fff;
  --yummy-background-color-rgb: 255,255,255;
  --yummy-white-color: #ffffff;
  --yummy-white-color-rgb: 255,255,255;
  --yummy-black-color: #000;
  --yummy-black-color-rgb: 0,0,0;
  --yummy-primary-font: Bitter, serif;
  --yummy-secondary-font: Domine, serif;
}

html {
  scroll-behavior: smooth;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

:is(b,
strong) {
  font-weight: bolder;
}

:is(code,
kbd,
samp) {
  font-family: monospace, monospace;
  font-size: 1em;
}

.updated:not(.published) {
  display: none;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

:is(button,
input) {
  overflow: visible;
}

:is(button,
select) {
  text-transform: none;
}

:is(button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner) {
  border-style: none;
  padding: 0;
}

:is(button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring) {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

:is([type=checkbox],
[type=radio]) {
  box-sizing: border-box;
  padding: 0;
}

:is([type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button) {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

/* Typography
--------------------------------------------- */
:is(body,
button,
input,
select,
optgroup,
textarea) {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

:is(h1, h2, h3, h4, h5, h6) {
  color: var(--yummy-heading-color);
  margin-bottom: 0.5em;
  clear: both;
}

.site :is(h1, h2, h3, h4, h5, h6) a {
  color: var(--yummy-heading-color);
}
.site :is(h1, h2, h3, h4, h5, h6) a:hover {
  opacity: 0.7;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2.5em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.75em;
}

h5 {
  font-size: 1.5em;
}

h6 {
  font-size: 1.1em;
}

p:not(:last-child) {
  margin-bottom: 1rem;
}

:is(dfn, cite, em, i) {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

:is(code, kbd, tt, var) {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

:is(abbr, acronym) {
  border-bottom: 1px dotted #666;
  cursor: help;
}

:is(mark, ins) {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

::-moz-selection {
  /* Code for Firefox */
  color: var(--yummy-white-color);
  background: var(--yummy-primary-color);
}

::-moz-selection {
  color: var(--yummy-white-color);
  background: var(--yummy-primary-color);
}

::selection {
  color: var(--yummy-white-color);
  background: var(--yummy-primary-color);
}

/* Elements
--------------------------------------------- */
body {
  background: var(--yummy-background-color);
  font-size: var(--yummy-primary-font-size);
  line-height: var(--yummy-primary-font-height);
  font-weight: var(--yummy-primary-font-weight);
  text-transform: var(--yummy-primary-font-transform);
  letter-spacing: var(--yummy-primary-font-spacing);
  color: var(--yummy-font-color);
  font-family: var(--yummy-primary-font);
  text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

body.post,
body.page {
  margin-bottom: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.section-devider hr {
  margin: 0;
  height: 0;
  background: none;
  border-top: 1px solid rgba(var(--yummy-font-color-rgb), 0.1);
}

/* Elements
--------------------------------------------- */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

.entry-content .highlight {
  background-color: rgba(var(--yummy-primary-color-rgb), 0.2);
}
.entry-content :is(li > ul, li > ol) {
  margin-top: 10px;
}
.entry-content :is(ul > li, ol > li) {
  margin-bottom: 10px;
}
.entry-content p:not(:last-of-type, :last-child) + :is(ul, ol) {
  margin-top: -10px;
}

.content-area ul:not(.yummy-networks) > li:before {
  content: none;
}

.single-recipe .content-area ul {
  padding-left: 0;
}

/* Make sure embeds and iframes fit their containers. */
:is(embed, iframe, object) {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
  border-style: none;
}

:is(img, iframe, svg) {
  vertical-align: top;
}

iframe {
  margin-bottom: 60px;
  width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  text-align: left;
  border: 1px solid rgba(var(--yummy-heading-color-rgb), 0.02);
}
table tbody tr:nth-child(even) {
  background-color: rgba(var(--yummy-primary-color-rgb), 0.06);
}
table tbody tr:nth-child(odd) {
  border: 1px solid rgba(var(--yummy-heading-color-rgb), 0.02);
}
table thead {
  border-bottom: 0 !important;
  background-color: rgba(var(--yummy-primary-color-rgb), 0.06);
}
table thead th {
  font-weight: 600;
}

:is(table, tr) {
  border-collapse: collapse;
}

td {
  color: var(--yummy-font-color);
}

:is(th, td) {
  border: 0;
  padding: 8px;
  text-align: left;
  font-weight: normal;
}

:is(caption, th, td) {
  padding: 14px 30px !important;
  border: 0 !important;
}

th a {
  color: var(--yummy-font-color);
  text-decoration: none;
}
th a:hover {
  color: var(--yummy-primary-color);
}

.wp-block-calendar table :is(th, td) {
  padding: 9px 8px !important;
}

/* Quote */
.wp-block-quote.alignleft p:last-of-type,
.wp-block-quote.alignright p:last-of-type {
  margin-bottom: 0;
}

.wp-block-quote cite {
  color: inherit;
  font-size: inherit;
}

.entry-content .wp-block-quote {
  margin: 50px 0;
  padding-left: 45px;
}

blockquote {
  margin: 50px 0;
  padding: 40px;
  background: var(--yummy-section-bg-color);
  color: var(--yummy-font-color);
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-left: 6px solid var(--yummy-primary-color) !important;
}
blockquote::before {
  content: "";
  width: 72px;
  height: 54px;
  background-color: var(--yummy-primary-color);
  -webkit-mask-size: 100% 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  position: absolute;
  left: 20px;
  opacity: 0.1;
  top: 20px;
  z-index: -1;
}
blockquote p {
  font-size: 1.11em;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote.wp-block-quote cite {
  font-size: 1.11em;
  font-weight: 500;
  margin-left: 10px;
  color: var(--yummy-heading-color);
}
blockquote.wp-block-quote.has-text-align-right {
  border-left: 0 !important;
  border-right: 6px solid var(--yummy-primary-color);
}
blockquote.wp-block-quote.has-text-align-right::before {
  left: unset;
  right: 20px;
  transform: rotatey(180deg);
}

/* Links
--------------------------------------------- */
/* Links
--------------------------------------------- */
.site a {
  background-color: transparent;
  color: var(--yummy-primary-color);
  text-decoration: none;
  transition: all 0.234s ease-in-out;
}
.site .entry-content a:not(.wp-block-button__link, [rel=tag], .facebook, .twitter, .pinterest, .email, .whatsapp, .dr-btn-link, .social-networks li a, .dr-tags a, .del-recipe-gallery-link, .dr-byline a, .dr-comment a, .dr-category a, a.page-numbers, .next-recipe) {
  color: var(--yummy-primary-color);
  text-decoration: underline;
}
.site .entry-content a:not(.wp-block-button__link, [rel=tag], .facebook, .twitter, .pinterest, .email, .whatsapp, .dr-btn-link, .social-networks li a, .dr-tags a, .del-recipe-gallery-link, .dr-byline a, .dr-comment a, .dr-category a, a.page-numbers, .next-recipe):focus {
  outline: thin dotted;
}
.site .entry-content a:not(.wp-block-button__link, [rel=tag], .facebook, .twitter, .pinterest, .email, .whatsapp, .dr-btn-link, .social-networks li a, .dr-tags a, .del-recipe-gallery-link, .dr-byline a, .dr-comment a, .dr-category a, a.page-numbers, .next-recipe):hover, .site .entry-content a:not(.wp-block-button__link, [rel=tag], .facebook, .twitter, .pinterest, .email, .whatsapp, .dr-btn-link, .social-networks li a, .dr-tags a, .del-recipe-gallery-link, .dr-byline a, .dr-comment a, .dr-category a, a.page-numbers, .next-recipe):active {
  color: var(--yummy-secondary-color);
  outline: 0;
}
.site .dr-button-holder a svg {
  transition: all 0.234s ease-in-out;
}

/* Forms
--------------------------------------------- */
.btn-cta,
button,
.comments-area .comment-respond form .submit,
.comments-area .comment-respond form input[type=submit],
.site .wp-block-button__link,
input[type=submit],
.site .btn-primary {
  display: inline-block;
  font-family: var(--yummy-btn-font-family);
  font-size: var(--yummy-btn-font-size);
  letter-spacing: var(--yummy-btn-font-spacing);
  line-height: var(--yummy-btn-font-height);
  font-weight: var(--yummy-btn-font-weight);
  text-transform: var(--yummy-btn-font-transform);
  padding: var(--yummy-btn-padding-top) var(--yummy-btn-padding-right) var(--yummy-btn-padding-bottom) var(--yummy-btn-padding-left);
  border-radius: var(--yummy-btn-roundness-top) var(--yummy-btn-roundness-right) var(--yummy-btn-roundness-bottom) var(--yummy-btn-roundness-left);
}

.dr-btn-link {
  border-radius: var(--yummy-btn-roundness-top) var(--yummy-btn-roundness-right) var(--yummy-btn-roundness-bottom) var(--yummy-btn-roundness-left);
}

.widget.widget_bttk_author_bio .readmore,
.readmore,
.btn-cta.btn-1,
.blossomthemes-email-newsletter-wrapper form input[type=submit],
button:not(.owl-nav button, .submenu-toggle-btn, .toggle-btn, .customize-partial-edit-shortcut-button, .search-toggle, .close, .blog-load-more, td.actions .button, .tab-button, .popular, .latest, .custom, .featured, [class*=lg-], [class*=mfp-], .wp-switch-editor, .startreadingmode, .share, .dz-button, [class*=dr-], [id*=dr-], [id*=mceu_], [class*=wp-switch-], .splide__arrow, .fancybox-button, .view-layout-btn, .scale-btn-wrapper button, .togglebtn, .wp-block-search__button, .wp-custom-header-video-button, .elementor-add-new-section button),
.comments-area .comment-respond form .submit,
.comments-area .comment-respond form input[type=submit],
.site .wp-block-button:not(.yummy-btn-secondary) .wp-block-button__link,
input[type=submit],
.site .btn-primary {
  color: var(--yummy-btn-text-initial-color);
  background: var(--yummy-btn-bg-initial-color);
  border: 1px solid var(--yummy-btn-border-initial-color);
  text-align: center;
  text-decoration: none;
  transition: all 0.35s ease;
}
@media only screen and (max-width: 575px) {
  .widget.widget_bttk_author_bio .readmore,
  .readmore,
  .btn-cta.btn-1,
  .blossomthemes-email-newsletter-wrapper form input[type=submit],
  button:not(.owl-nav button, .submenu-toggle-btn, .toggle-btn, .customize-partial-edit-shortcut-button, .search-toggle, .close, .blog-load-more, td.actions .button, .tab-button, .popular, .latest, .custom, .featured, [class*=lg-], [class*=mfp-], .wp-switch-editor, .startreadingmode, .share, .dz-button, [class*=dr-], [id*=dr-], [id*=mceu_], [class*=wp-switch-], .splide__arrow, .fancybox-button, .view-layout-btn, .scale-btn-wrapper button, .togglebtn, .wp-block-search__button, .wp-custom-header-video-button, .elementor-add-new-section button),
  .comments-area .comment-respond form .submit,
  .comments-area .comment-respond form input[type=submit],
  .site .wp-block-button:not(.yummy-btn-secondary) .wp-block-button__link,
  input[type=submit],
  .site .btn-primary {
    width: 100%;
  }
}
.widget.widget_bttk_author_bio .readmore:hover,
.readmore:hover,
.btn-cta.btn-1:hover,
.blossomthemes-email-newsletter-wrapper form input[type=submit]:hover,
button:not(.owl-nav button, .submenu-toggle-btn, .toggle-btn, .customize-partial-edit-shortcut-button, .search-toggle, .close, .blog-load-more, td.actions .button, .tab-button, .popular, .latest, .custom, .featured, [class*=lg-], [class*=mfp-], .wp-switch-editor, .startreadingmode, .share, .dz-button, [class*=dr-], [id*=dr-], [id*=mceu_], [class*=wp-switch-], .splide__arrow, .fancybox-button, .view-layout-btn, .scale-btn-wrapper button, .togglebtn, .wp-block-search__button, .wp-custom-header-video-button, .elementor-add-new-section button):hover,
.comments-area .comment-respond form .submit:hover,
.comments-area .comment-respond form input[type=submit]:hover,
.site .wp-block-button:not(.yummy-btn-secondary) .wp-block-button__link:hover,
input[type=submit]:hover,
.site .btn-primary:hover {
  color: var(--yummy-btn-text-hover-color);
  border-color: var(--yummy-btn-border-hover-color);
  background: var(--yummy-btn-bg-hover-color);
}

.widget.widget_bttk_author_bio .readmore::after,
.readmore::after,
.btn-cta.btn-1::after,
.blossomthemes-email-newsletter-wrapper form input[type=submit]::after,
.comments-area .comment-respond form .submit::after,
.comments-area .comment-respond form input[type=submit]::after,
.site .wp-block-button:not(.yummy-btn-secondary) .wp-block-button__link::after,
input[type=submit]::after,
.site .btn-primary::after {
  content: "";
  mask-position: center;
  mask-repeat: center;
  display: inline-block;
  width: 15px;
  height: 10.5px;
  margin-left: 5.5px;
  background-color: var(--yummy-btn-text-initial-color);
  transition: all 0.35s ease;
}
.widget.widget_bttk_author_bio .readmore:hover::after,
.readmore:hover::after,
.btn-cta.btn-1:hover::after,
.blossomthemes-email-newsletter-wrapper form input[type=submit]:hover::after,
.comments-area .comment-respond form .submit:hover::after,
.comments-area .comment-respond form input[type=submit]:hover::after,
.site .wp-block-button:not(.yummy-btn-secondary) .wp-block-button__link:hover::after,
input[type=submit]:hover::after,
.site .btn-primary:hover::after {
  background-color: var(--yummy-btn-text-hover-color);
}

.single_add_to_cart_button.button,
.product_type_grouped,
.btn-add-to-cart,
.product_type_external,
.added_to_cart,
.add_to_cart_button,
.woocommerce-Reviews #review_form input[type=submit],
.woocommerce .button,
.add_to_wishlist,
.woocommerce .woocommerce-message .button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  font-family: var(--yummy-btn-font-family) !important;
  font-size: var(--yummy-btn-font-size) !important;
  letter-spacing: var(--yummy-btn-font-spacing) !important;
  line-height: var(--yummy-btn-font-height) !important;
  font-weight: var(--yummy-btn-font-weight) !important;
  text-transform: var(--yummy-btn-font-transform) !important;
  padding: var(--yummy-btn-padding-top) var(--yummy-btn-padding-right) var(--yummy-btn-padding-bottom) var(--yummy-btn-padding-left) !important;
  border-radius: var(--yummy-btn-roundness-top) var(--yummy-btn-roundness-right) var(--yummy-btn-roundness-bottom) var(--yummy-btn-roundness-left) !important;
  color: var(--yummy-btn-text-initial-color) !important;
  background: var(--yummy-btn-bg-initial-color) !important;
  border: 1px solid var(--yummy-btn-border-initial-color) !important;
  text-align: center;
  text-decoration: none;
  transition: all 0.35s ease;
}
.single_add_to_cart_button.button:hover,
.product_type_grouped:hover,
.btn-add-to-cart:hover,
.product_type_external:hover,
.added_to_cart:hover,
.add_to_cart_button:hover,
.woocommerce-Reviews #review_form input[type=submit]:hover,
.woocommerce .button:hover,
.add_to_wishlist:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
  color: var(--yummy-btn-text-hover-color) !important;
  border-color: var(--yummy-btn-border-hover-color) !important;
  background: var(--yummy-btn-bg-hover-color) !important;
}

.toggle-btn {
  width: 22.64px;
  height: 16.79px;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  position: relative;
  cursor: pointer;
  transition: all 0.125s ease;
}
.toggle-btn .toggle-bar {
  width: 22.64px;
  height: 2.29px;
  background: #1A1818;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px;
  transition: all 0.125s ease;
}
.toggle-btn .toggle-bar:first-child {
  margin-top: 0px;
}
.toggle-btn .toggle-bar:last-child {
  margin-bottom: 0px;
}
.toggle-btn:hover {
  background: unset;
}
.toggle-btn:hover .toggle-bar {
  opacity: 1;
  background: var(--yummy-primary-color);
}

.submenu-toggle-btn {
  all: unset;
  cursor: pointer;
  margin-left: 10px;
  color: var(--yummy-primary-color);
  transition: all 0.3s ease;
  height: 7px;
  line-height: 1;
  background: none !important;
}
.submenu-toggle-btn.active {
  transform: rotate(180deg);
}
@media screen and (min-width: 1200px) {
  .submenu-toggle-btn {
    pointer-events: none;
  }
}

.close {
  background: none;
  border: none;
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
  padding: 5px;
  position: relative;
}
.close::before, .close::after {
  content: "";
  width: 20px;
  height: 2px;
  background: #001A1A;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
.close::before {
  transform: rotate(-45deg);
}
.close:hover {
  background-color: unset;
  text-decoration: none;
}
.close:hover::before, .close:hover::after {
  background: var(--yummy-primary-color);
}

.woocommerce-Reviews #review_form input[type=submit],
.woocommerce .button,
.add_to_wishlist,
.woocommerce .woocommerce-message .button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.button:not(.page-template-templatesportfolio-php .button) {
  text-decoration: none !important;
}

.woocommerce-cart .shop_table td.actions .button,
.woocommerce-cart .shop_table td.actions .button {
  color: var(--yummy-primary-color) !important;
  background: transparent !important;
  border: 1px solid var(--yummy-primary-color) !important;
  text-align: center;
  text-decoration: none;
  transition: all 0.35s ease;
}
.woocommerce-cart .shop_table td.actions .button:hover,
.woocommerce-cart .shop_table td.actions .button:hover {
  border-color: var(--yummy-primary-color) !important;
  color: var(--yummy-white-color) !important;
  background: var(--yummy-primary-color) !important;
}

.wishlist_table .product-add-to-cart a,
.single_add_to_cart_button.button,
.product_type_grouped,
.btn-add-to-cart,
.product_type_external,
.added_to_cart,
.add_to_cart_button {
  position: relative;
  margin-top: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.wishlist_table .product-add-to-cart a::before,
.single_add_to_cart_button.button::before,
.product_type_grouped::before,
.btn-add-to-cart::before,
.product_type_external::before,
.added_to_cart::before,
.add_to_cart_button::before {
  content: "";
  width: 13px;
  height: 13px;
  display: inline-block;
  background: var(--yummy-btn-text-initial-color);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.138' height='13.575' viewBox='0 0 13.138 13.575'%3E%3Cg id='Group_8507' data-name='Group 8507' transform='translate(-9.911 -56.079)' opacity='0.8'%3E%3Cpath id='Path_29300' data-name='Path 29300' d='M16.111,89.606a.8.8,0,0,1-.806.806.806.806,0,1,1,0-1.611A.834.834,0,0,1,16.111,89.606Z' transform='translate(-2.744 -20.758)' fill='currentcolor'/%3E%3Cpath id='Path_29301' data-name='Path 29301' d='M32.111,89.606a.8.8,0,0,1-.806.806.806.806,0,1,1,0-1.611A.834.834,0,0,1,32.111,89.606Z' transform='translate(-13.961 -20.758)' fill='currentcolor'/%3E%3Cpath id='Path_29302' data-name='Path 29302' d='M21.138,54.5v.816H19.857c-.131.392-.328,1.077-.558,1.861-.164.49-.3,1.045-.46,1.535-.394,1.371-1.117,3.657-1.478,4.767L17.2,64a1.515,1.515,0,0,1-1.642,1.078H9.642v-.816h5.912c.624,0,.788-.163.887-.522l.164-.522c.033-.131.1-.261.131-.424H10.3c-.46,0-.657-.294-.821-.816L8,57.177H18.445c.361-1.273.755-2.384.755-2.384l.1-.294Z' transform='translate(1.911 1.579)' fill='currentcolor'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.138' height='13.575' viewBox='0 0 13.138 13.575'%3E%3Cg id='Group_8507' data-name='Group 8507' transform='translate(-9.911 -56.079)' opacity='0.8'%3E%3Cpath id='Path_29300' data-name='Path 29300' d='M16.111,89.606a.8.8,0,0,1-.806.806.806.806,0,1,1,0-1.611A.834.834,0,0,1,16.111,89.606Z' transform='translate(-2.744 -20.758)' fill='currentcolor'/%3E%3Cpath id='Path_29301' data-name='Path 29301' d='M32.111,89.606a.8.8,0,0,1-.806.806.806.806,0,1,1,0-1.611A.834.834,0,0,1,32.111,89.606Z' transform='translate(-13.961 -20.758)' fill='currentcolor'/%3E%3Cpath id='Path_29302' data-name='Path 29302' d='M21.138,54.5v.816H19.857c-.131.392-.328,1.077-.558,1.861-.164.49-.3,1.045-.46,1.535-.394,1.371-1.117,3.657-1.478,4.767L17.2,64a1.515,1.515,0,0,1-1.642,1.078H9.642v-.816h5.912c.624,0,.788-.163.887-.522l.164-.522c.033-.131.1-.261.131-.424H10.3c-.46,0-.657-.294-.821-.816L8,57.177H18.445c.361-1.273.755-2.384.755-2.384l.1-.294Z' transform='translate(1.911 1.579)' fill='currentcolor'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transition: all 0.235s ease-in-out;
  margin-right: 10px;
}
.wishlist_table .product-add-to-cart a:hover,
.single_add_to_cart_button.button:hover,
.product_type_grouped:hover,
.btn-add-to-cart:hover,
.product_type_external:hover,
.added_to_cart:hover,
.add_to_cart_button:hover {
  text-decoration: none !important;
}
.wishlist_table .product-add-to-cart a:hover::before,
.single_add_to_cart_button.button:hover::before,
.product_type_grouped:hover::before,
.btn-add-to-cart:hover::before,
.product_type_external:hover::before,
.added_to_cart:hover::before,
.add_to_cart_button:hover::before {
  background: var(--yummy-btn-text-hover-color);
}
.wishlist_table .product-add-to-cart a::after,
.single_add_to_cart_button.button::after,
.product_type_grouped::after,
.btn-add-to-cart::after,
.product_type_external::after,
.added_to_cart::after,
.add_to_cart_button::after {
  content: none !important;
}

.lg-container .lg button::after {
  content: none;
  background-image: none;
}
.lg-container .lg .lg-prev::after {
  content: "\e094";
  width: auto;
  height: auto;
  margin: 0;
}
.lg-container .lg .lg-close::after {
  content: "\e070";
  width: auto;
  height: auto;
  margin: 0;
}

.dr-comment-area .dr-form-tab-btn svg {
  vertical-align: middle;
}

.dr-comments .dr-comment-reply-btn svg {
  vertical-align: middle;
}

.dr-ud__repeate-section button {
  background: none !important;
  border: none !important;
}
.dr-ud__repeate-section button:hover {
  background-color: none;
  background: none;
}
.dr-ud__repeate-section button::after, .dr-ud__repeate-section button::before {
  content: none !important;
}

/* field
--------------------------------------------- */
input[type=checkbox] {
  appearance: none;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(var(--yummy-font-color-rgb), 0.1);
  background-color: var(--yummy-white-color);
  border-radius: var(--yummy-btn-roundness-top) var(--yummy-btn-roundness-right) var(--yummy-btn-roundness-bottom) var(--yummy-btn-roundness-left);
}
input[type=checkbox]:checked {
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  border-color: var(--yummy-background-color);
}

select {
  appearance: none;
  background-size: 15px 8px;
  background-repeat: no-repeat;
  background-position: right 22px center;
  padding: 0 20px;
  width: 100%;
  border-radius: var(--yummy-btn-roundness-top) var(--yummy-btn-roundness-right) var(--yummy-btn-roundness-bottom) var(--yummy-btn-roundness-left);
}

input:not([type=checkbox], [type=submit], [type=search], [type=search], [type=radio], [type=file], #dr-recipe-timer, .wc-block-price-filter__range-input) {
  height: 52px;
}

input:not([type=checkbox], [type=submit], [type=search], [type=radio], #dr-recipe-timer, [type=file], .wc-block-price-filter__range-input),
textarea {
  border: 1px solid #EAEAEA;
  background: rgba(var(--yummy-white-color-rgb), 1);
  border-radius: 8px;
  padding: 14px 19px;
  width: 100%;
  margin-bottom: 15px;
  font-size: 1em;
  color: var(--yummy-font-color);
  font-family: var(--yummy-primary-font);
}
input:not([type=checkbox], [type=submit], [type=search], [type=radio], #dr-recipe-timer, [type=file], .wc-block-price-filter__range-input)::placeholder,
textarea::placeholder {
  color: rgba(var(--yummy-font-color-rgb), 0.7);
  font-size: 1.1em;
}

.dr-ud__repeate-section .dr-input-wrap > input {
  margin-bottom: 0;
}

.dr-input-wrap select {
  background-position: right 10px center;
}

.container {
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
  max-width: var(--yummy-container-width);
}
.container.c-full {
  max-width: 100%;
}

.page-grid {
  display: flex;
  flex-direction: column;
}

.grid-item {
  padding: 0 15px;
  width: 100%;
}

/* heading  */
/* navigation
--------------------------------------------- */
.nav-menu {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .nav-menu > li {
    flex-wrap: wrap;
    justify-content: center;
  }
  .nav-menu > li:last-child:not(.menu-item-has-children) {
    padding-right: 0 !important;
  }
}
.nav-menu li {
  position: relative;
  padding: 10px;
}
.nav-menu li .menu-subtitle {
  margin-bottom: 5px;
  color: var(--yummy-font-color);
  font-size: 1em;
  display: block;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .nav-menu li .menu-subtitle {
    text-align: center;
  }
}
.nav-menu li .menu-subtitle + a {
  display: block;
}
.nav-menu li a {
  color: var(--yummy-font-color);
  line-height: 1.6;
  display: inline-block;
  text-decoration: none;
  font-family: var(--yummy-primary-font);
  font-size: var(--yummy-nav-font-size, 1em);
}
.nav-menu li a:focus {
  outline: none;
  text-decoration: none;
}
.nav-menu li a:hover {
  text-decoration: none;
}
.nav-menu li > .submenu-toggle-btn {
  color: var(--yummy-font-color);
}
.nav-menu li > .submenu-toggle-btn .svg-inline--fa.fa-w-10 {
  width: 0.55em;
}
@media screen and (min-width: 1200px) {
  .nav-menu li:hover > a, .nav-menu li:focus > a, .nav-menu li.hover > a, .nav-menu li.focus > a {
    color: var(--yummy-primary-color);
  }
  .nav-menu li:hover > .submenu-toggle-btn, .nav-menu li:focus > .submenu-toggle-btn, .nav-menu li.hover > .submenu-toggle-btn, .nav-menu li.focus > .submenu-toggle-btn {
    color: var(--yummy-primary-color);
  }
  .nav-menu li:hover > .sub-menu, .nav-menu li:focus > .sub-menu, .nav-menu li.hover > .sub-menu, .nav-menu li.focus > .sub-menu {
    top: 100%;
    clip: inherit;
    visibility: visible;
    opacity: 1;
    z-index: 99998;
  }
}
.nav-menu li .sub-menu,
.nav-menu li ul {
  flex-direction: column;
  position: static;
  padding-top: 20px;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 1200px) {
  .nav-menu li .sub-menu,
  .nav-menu li ul {
    background: var(--yummy-white-color);
    padding-top: 0;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 0 5px 15px rgba(var(--yummy-black-color-rgb), 0.05);
    visibility: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    top: calc(100% + 20px);
    opacity: 0;
    transition: top 0.35s ease, opacity 0.35s ease;
  }
  .nav-menu li .sub-menu li a,
  .nav-menu li ul li a {
    width: var(--yummy-sub-menu-width, 200px);
  }
}
.nav-menu li .sub-menu li:not(:last-child),
.nav-menu li ul li:not(:last-child) {
  border-bottom: 1px solid rgba(var(--yummy-black-color-rgb), 0.05);
}
@media screen and (min-width: 1200px) {
  .nav-menu li .sub-menu li.menu-item-has-children > .submenu-toggle-btn,
  .nav-menu li ul li.menu-item-has-children > .submenu-toggle-btn {
    transform: rotate(-90deg);
  }
}
.nav-menu li .sub-menu .sub-menu,
.nav-menu li .sub-menu ul,
.nav-menu li ul .sub-menu,
.nav-menu li ul ul {
  left: 100%;
  top: 0;
}
.nav-menu li .sub-menu.active,
.nav-menu li ul.active {
  display: block;
}
.nav-menu li.current_page_item > a {
  color: var(--yummy-primary-color);
}

.mobile-menu .nav-menu {
  align-items: flex-start;
}

.main-navigation {
  display: none;
  z-index: 111;
}
@media screen and (max-width: 1199px) {
  .main-navigation {
    max-width: 100%;
    overflow-y: auto;
    width: 320px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: var(--yummy-primary-color);
    box-shadow: 5px 0 25px rgba(var(--yummy-black-color-rgb), 0.1);
    padding-top: 50px;
  }
  .main-navigation .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    left: auto;
  }
}
@media screen and (min-width: 1200px) {
  .main-navigation {
    display: flex;
    align-items: center;
    grid-gap: 20px;
  }
  .main-navigation .close-btn {
    display: none;
  }
}

@media screen and (min-width: 1199px) {
  :is(.footer-navigation, .main-navigation) .nav-menu {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
:is(.footer-navigation, .main-navigation) .nav-menu li {
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1200px) {
  :is(.footer-navigation, .main-navigation) .nav-menu li {
    flex-direction: row;
    align-items: center;
    border: none;
  }
}

.main-navigation .nav-menu li {
  padding: var(--yummy-nav-padding-top, 16px) var(--yummy-nav-padding-right, 20px) var(--yummy-nav-padding-bottom, 16px) var(--yummy-nav-padding-left, 20px);
}

.site-footer .footer-navigation .nav-menu {
  flex-wrap: wrap;
}
.site-footer .footer-navigation .nav-menu li .submenu-toggle-btn {
  color: var(--yummy-foot-text-color);
}
.site-footer .footer-navigation .nav-menu li:hover .submenu-toggle-btn {
  color: var(--yummy-primary-color);
}
.site-footer .footer-navigation .nav-menu li a {
  font-size: 0.889em;
  line-height: 1.75;
  color: var(--yummy-foot-text-color);
}
@media screen and (max-width: 1199px) {
  .site-footer .footer-navigation .nav-menu li a {
    color: var(--yummy-foot-text-color);
  }
  .site-footer .footer-navigation .nav-menu li .submenu-toggle-btn {
    position: absolute;
    right: -15px;
    top: 28px;
  }
}
@media screen and (min-width: 1200px) {
  :is(.site-footer .footer-navigation .nav-menu li:nth-last-child(3), .site-footer .footer-navigation .nav-menu li:nth-last-child(2), .site-footer .footer-navigation .nav-menu li:last-child) .sub-menu {
    left: 0;
    right: auto;
  }
  :is(.site-footer .footer-navigation .nav-menu li:nth-last-child(3), .site-footer .footer-navigation .nav-menu li:nth-last-child(2), .site-footer .footer-navigation .nav-menu li:last-child) .sub-menu .submenu-toggle-btn {
    transform: rotate(90deg);
  }
  :is(.site-footer .footer-navigation .nav-menu li:nth-last-child(3), .site-footer .footer-navigation .nav-menu li:nth-last-child(2), .site-footer .footer-navigation .nav-menu li:last-child) .sub-menu .sub-menu {
    left: auto;
    right: 100%;
  }
  .site-footer .footer-navigation .nav-menu li ul.sub-menu {
    top: auto;
    bottom: 100%;
  }
  .site-footer .footer-navigation .nav-menu li ul.sub-menu li.menu-item-has-children .submenu-toggle-btn {
    color: var(--yummy-font-color);
  }
  :is(.site-footer .footer-navigation .nav-menu li ul.sub-menu li.menu-item-has-children:hover, .site-footer .footer-navigation .nav-menu li ul.sub-menu li.menu-item-has-children:focus, .site-footer .footer-navigation .nav-menu li ul.sub-menu li.menu-item-has-children.focus, .site-footer .footer-navigation .nav-menu li ul.sub-menu li.menu-item-has-children.hover) .submenu-toggle-btn {
    color: var(--yummy-primary-color);
  }
  :is(.site-footer .footer-navigation .nav-menu li ul.sub-menu li.menu-item-has-children:hover, .site-footer .footer-navigation .nav-menu li ul.sub-menu li.menu-item-has-children:focus, .site-footer .footer-navigation .nav-menu li ul.sub-menu li.menu-item-has-children.focus, .site-footer .footer-navigation .nav-menu li ul.sub-menu li.menu-item-has-children.hover) ul.sub-menu {
    top: auto;
    bottom: 50%;
    transform: translateY(50%);
  }
  .site-footer .footer-navigation .nav-menu li:is(.site-footer .footer-navigation .nav-menu li:hover, .site-footer .footer-navigation .nav-menu li:focus, .site-footer .footer-navigation .nav-menu li.hover, .site-footer .footer-navigation .nav-menu li.focus) > .sub-menu li a {
    color: var(--yummy-font-color);
  }
  .site-footer .footer-navigation .nav-menu li:is(.site-footer .footer-navigation .nav-menu li:hover, .site-footer .footer-navigation .nav-menu li:focus, .site-footer .footer-navigation .nav-menu li.hover, .site-footer .footer-navigation .nav-menu li.focus) > .sub-menu li a:hover {
    opacity: 0.6;
  }
  .site-footer .footer-navigation .nav-menu li:is(.site-footer .footer-navigation .nav-menu li:hover, .site-footer .footer-navigation .nav-menu li:focus, .site-footer .footer-navigation .nav-menu li.hover, .site-footer .footer-navigation .nav-menu li.focus) .submenu-toggle-btn {
    transform: rotate(180deg);
  }
}

:is(.site-header.style-nine, .site-header.style-seven, .site-header.style-five, .site-header.style-four, .site-header.style-three, .site-header.style-one, .site-header.style-two) .secondary-nav {
  display: none;
  z-index: 112;
}
:is(.site-header.style-nine, .site-header.style-seven, .site-header.style-five, .site-header.style-four, .site-header.style-three, .site-header.style-one, .site-header.style-two) .secondary-nav .toggle-btn {
  display: none;
}
@media screen and (min-width: 1200px) {
  :is(.site-header.style-nine, .site-header.style-seven, .site-header.style-five, .site-header.style-four, .site-header.style-three, .site-header.style-one, .site-header.style-two) .secondary-nav {
    display: flex;
  }
}
@media screen and (min-width: 1199px) {
  :is(.site-header.style-nine, .site-header.style-seven, .site-header.style-five, .site-header.style-four, .site-header.style-three, .site-header.style-one, .site-header.style-two) .secondary-nav .nav-menu {
    display: inline-flex;
    flex-direction: row;
  }
}
:is(.site-header.style-nine, .site-header.style-seven, .site-header.style-five, .site-header.style-four, .site-header.style-three, .site-header.style-one, .site-header.style-two) .secondary-nav .nav-menu li {
  padding: 7px 15px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1200px) {
  :is(.site-header.style-nine, .site-header.style-seven, .site-header.style-five, .site-header.style-four, .site-header.style-three, .site-header.style-one, .site-header.style-two) .secondary-nav .nav-menu li {
    flex-direction: row;
    align-items: center;
    display: flex;
  }
}
:is(.site-header.style-nine, .site-header.style-seven, .site-header.style-five, .site-header.style-four, .site-header.style-three, .site-header.style-one, .site-header.style-two) .secondary-nav .nav-menu li a {
  color: var(--yummy-font-color);
  white-space: pre-wrap;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  :is(.site-header.style-nine, .site-header.style-seven, .site-header.style-five, .site-header.style-four, .site-header.style-three, .site-header.style-one, .site-header.style-two) .secondary-nav .nav-menu li a {
    font-size: 0.89em;
  }
}
:is(.site-header.style-nine, .site-header.style-seven, .site-header.style-five, .site-header.style-four, .site-header.style-three, .site-header.style-one, .site-header.style-two) .secondary-nav .nav-menu li a:hover {
  color: var(--yummy-primary-color);
}
:is(:is(.site-header.style-nine, .site-header.style-seven, .site-header.style-five, .site-header.style-four, .site-header.style-three, .site-header.style-one, .site-header.style-two) .secondary-nav .nav-menu li:hover, :is(.site-header.style-nine, .site-header.style-seven, .site-header.style-five, .site-header.style-four, .site-header.style-three, .site-header.style-one, .site-header.style-two) .secondary-nav .nav-menu li:focus, :is(.site-header.style-nine, .site-header.style-seven, .site-header.style-five, .site-header.style-four, .site-header.style-three, .site-header.style-one, .site-header.style-two) .secondary-nav .nav-menu li.hover, :is(.site-header.style-nine, .site-header.style-seven, .site-header.style-five, .site-header.style-four, .site-header.style-three, .site-header.style-one, .site-header.style-two) .secondary-nav .nav-menu li.focus) > .sub-menu {
  z-index: 99999;
}
:is(.site-header.style-nine, .site-header.style-seven, .site-header.style-five, .site-header.style-four, .site-header.style-three, .site-header.style-one, .site-header.style-two) .secondary-nav .nav-menu li > .submenu-toggle-btn {
  color: var(--yummy-black-color);
}
@media screen and (min-width: 1200px) {
  :is(.site-header.style-nine, .site-header.style-seven, .site-header.style-five, .site-header.style-four, .site-header.style-three, .site-header.style-one, .site-header.style-two) .secondary-nav .nav-menu li > .submenu-toggle-btn svg {
    width: 0.5em;
    height: 0.5em;
  }
}
:is(.site-header.style-nine, .site-header.style-seven, .site-header.style-five, .site-header.style-four, .site-header.style-three, .site-header.style-one, .site-header.style-two) .secondary-nav .nav-menu li ul {
  margin: 0;
}
:is(.site-header.style-nine, .site-header.style-seven, .site-header.style-five, .site-header.style-four, .site-header.style-three, .site-header.style-one, .site-header.style-two) .secondary-nav .nav-menu li ul a {
  width: 150px;
}
:is(.site-header.style-nine, .site-header.style-seven, .site-header.style-five, .site-header.style-four, .site-header.style-three, .site-header.style-one, .site-header.style-two) .secondary-nav .nav-menu > li:first-child {
  padding-left: 0;
}
.site-header .main-navigation[data-stretch=yes] {
  flex: 1 !important;
}
.site-header .main-navigation[data-stretch=yes] > div {
  width: 100%;
}
.site-header .main-navigation[data-stretch=yes] > div .nav-menu {
  width: 100%;
  justify-content: space-between;
}
.site-header.style-three [data-stretch=yes] .menu-wrapper {
  flex: 1;
}
.site-header.style-three [data-stretch=yes] .menu-wrapper .main-navigation {
  flex: 1;
}
.site-header.style-three [data-stretch=yes] .menu-wrapper .main-navigation > div {
  width: 100%;
}
.site-header.style-three [data-stretch=yes] .menu-wrapper .main-navigation > div .nav-menu {
  width: 100%;
  justify-content: space-between;
}
.site-header.style-four [data-stretch=yes] .menu-wrapper {
  flex: 1;
  align-items: flex-end;
}
.site-header.style-four [data-stretch=yes] .menu-wrapper .header-bottom {
  width: 100%;
}
.site-header.style-four [data-stretch=yes] .menu-wrapper .header-bottom .main-navigation {
  flex: 1;
}
.site-header.style-four [data-stretch=yes] .menu-wrapper .header-bottom .main-navigation > div {
  width: 100%;
}
.site-header.style-four [data-stretch=yes] .menu-wrapper .header-bottom .main-navigation > div .nav-menu {
  width: 100%;
  justify-content: space-between;
}
.site-header.style-five [data-stretch=yes] {
  flex: 1;
}
.site-header.style-five [data-stretch=yes] .main-navigation {
  flex: 1;
}
.site-header.style-five [data-stretch=yes] .main-navigation > div {
  width: 100%;
}
.site-header.style-five [data-stretch=yes] .main-navigation > div .nav-menu {
  width: 100%;
  justify-content: space-between;
}
.site-header.style-six [data-stretch=yes] .menu-wrapper {
  flex: 1;
}
.site-header.style-six [data-stretch=yes] .main-navigation {
  flex: 1;
}
.site-header.style-six [data-stretch=yes] .main-navigation > div {
  width: 100%;
}
.site-header.style-six [data-stretch=yes] .main-navigation > div .nav-menu {
  width: 100%;
  justify-content: space-between;
}
.site-header.style-ten [data-stretch=yes] {
  flex: 1;
}
.site-header.style-ten [data-stretch=yes] .main-navigation {
  flex: 1;
}
.site-header.style-ten [data-stretch=yes] .main-navigation > div {
  width: 100%;
}
.site-header.style-ten [data-stretch=yes] .main-navigation > div .nav-menu {
  width: 100%;
  justify-content: space-between;
}

@media screen and (min-width: 1200px) {
  .keyboard-nav-on :is(.footer-navigation .nav-menu,
  .secondary-nav .nav-menu,
  .main-navigation .nav-menu) .sub-menu {
    visibility: visible !important;
  }
}
.mobile-menu-active .site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner {
  visibility: visible;
}

.site-branding .site-title {
  line-height: 1.3;
  margin: 0;
}
.site-branding .site-logo > a {
  display: inline-block;
}
.site-branding .site-description {
  margin-bottom: 0;
}
.site-branding a {
  text-decoration: none !important;
  font-weight: bold;
  color: var(--yummy-font-color);
  display: inline-block;
  word-break: break-word;
}
.site-branding a:hover {
  color: var(--yummy-primary-color);
  text-decoration: none;
}
.site-branding.has-image-text {
  display: flex;
  align-items: center;
}
.site-branding.has-image-text .site-title-wrap {
  margin-left: 12px;
}

.site-header {
  position: relative;
  box-shadow: 0px 2px 32px rgba(0, 0, 0, 0.04);
}
.site-header .header-block {
  font-size: 15px;
}
.site-header .header-block :is(i,
.fas,
.fa,
.svg-inline--fa,
svg) {
  color: #17be8a;
  margin-right: 10px;
}
.site-header .header-block .fa-phone {
  transform: rotateY(180deg);
}
.site-header .header-block a {
  text-decoration: none;
  color: #232323;
}
.site-header .header-block a:hover {
  color: var(--yummy-primary-color);
}
.site-header .yummy-networks li {
  display: inline-flex;
}
.site-header .yummy-networks li a {
  display: inline-flex;
  color: rgba(var(--yummy-font-color-rgb), 0.7);
}
.site-header .yummy-networks li a:hover {
  color: var(--yummy-primary-color);
}
.site-header .yummy-networks li svg {
  width: 17px;
  height: 17px;
}
.site-header :is(.yummy-networks + .header-cart,
.secondary-nav + .header-search,
.yummy-networks + .header-search) {
  padding-left: 16px;
  margin-left: 16px;
  border-left: 1px solid #DFDFDF;
}
.site-header .header-right {
  display: flex;
  align-items: center;
  grid-gap: 9px;
}
.site-header .header-right .header-search + .header-cart {
  border-left: 1px solid #DFDFDF;
  padding-left: 14px;
  margin-left: 14px;
  display: inline-flex;
}
.site-header .header-right svg {
  width: 20px;
  height: 20px;
}
.site-header .header-search {
  display: inline-flex;
}
.site-header .header-search .search-toggle {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
  display: inline-flex;
}
.site-header .header-search .search-toggle svg {
  fill: rgba(var(--yummy-font-color-rgb), 0.7);
  stroke: rgba(var(--yummy-font-color-rgb), 0.7);
}
.site-header .header-search .search-toggle:hover svg {
  fill: var(--yummy-primary-color);
  stroke: var(--yummy-primary-color);
}
.site-header .header-search-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(var(--yummy-heading-color-rgb), 0.95);
  z-index: 999999999;
}
.site-header .header-search-wrap .header-search-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header .header-search-wrap .header-search-inner .search-form {
  max-width: 900px;
  padding: 0 15px;
}
.site-header .header-search-wrap .header-search-inner .search-form .search-field {
  font-size: 1em;
}
@media screen and (min-width: 576px) {
  .site-header .header-search-wrap .header-search-inner .search-form .search-field {
    height: 80px;
    padding: 0 60px 0 20px;
  }
  .site-header .header-search-wrap .header-search-inner .search-form .search-submit {
    width: 50px;
    padding: 16px;
    background-size: 30px;
    cursor: pointer;
  }
}
.site-header .header-search-wrap .header-search-inner .close {
  background: none;
  border: none;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  font-size: 0;
  width: 40px;
  height: 40px;
}
.site-header .header-search-wrap .header-search-inner .close::before, .site-header .header-search-wrap .header-search-inner .close::after {
  content: "";
  background: var(--yummy-white-color);
  width: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  transform: rotate(45deg);
  transition: all 0.235s ease;
}
.site-header .header-search-wrap .header-search-inner .close::before {
  background: var(--yummy-white-color);
  width: 40px;
}
.site-header .header-search-wrap .header-search-inner .close::after {
  transform: rotate(-45deg);
  background: var(--yummy-white-color);
  width: 40px;
}
.site-header .header-search-wrap .header-search-inner .close:hover::before, .site-header .header-search-wrap .header-search-inner .close:hover::after {
  background: var(--yummy-primary-color);
}
.site-header .header-data {
  display: inline-flex;
  align-items: center;
  color: var(--yummy-black-color);
  font-size: 0.875em;
}
.site-header .header-data .icon {
  display: inline-flex;
  margin-right: 6px;
}
.site-header .header-data a {
  color: var(--yummy-black-color);
}
.site-header .header-data a:hover {
  color: var(--yummy-primary-color);
}
.site-header :is(.favourite-block,
.header-cart) > a {
  background-color: var(--yummy-white-color);
  border-radius: 50%;
  display: inline-flex;
}
.site-header :is(.favourite-block,
.header-cart) > a svg {
  fill: rgba(var(--yummy-font-color-rgb), 0.7);
  stroke: rgba(var(--yummy-font-color-rgb), 0.7);
}
.site-header :is(.favourite-block,
.header-cart) > a:hover {
  background-color: var(--yummy-section-bg-color);
}
.site-header :is(.favourite-block,
.header-cart) > a:hover svg {
  fill: var(--yummy-primary-color);
  stroke: var(--yummy-primary-color);
}
.site-header :is(.favourite-block,
.header-cart) {
  display: inline-flex;
  margin-right: 5px;
}
.site-header :is(.favourite-block,
.header-cart) a {
  display: inline-flex;
  position: relative;
  text-decoration: none;
}
.site-header :is(.favourite-block,
.header-cart) a .number,
.site-header :is(.favourite-block,
.header-cart) a .count,
.site-header :is(.favourite-block,
.header-cart) a .cart-count {
  background: var(--yummy-primary-color);
  color: rgba(var(--yummy-white-color-rgb), 1);
  text-align: center;
  font-size: 12px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: -9px;
}
.site-header .top-contact-right .contact-phone-wrap,
.site-header .top-contact-right .contact-phone-label {
  color: var(--yummy-heading-color);
}
.site-header .top-contact-right .contact-phone-wrap a,
.site-header .top-contact-right .contact-phone-label a {
  color: var(--yummy-heading-color);
}
.site-header .top-contact-right .contact-phone-wrap a:hover,
.site-header .top-contact-right .contact-phone-label a:hover {
  color: var(--yummy-primary-color);
}
.site-header .header-top {
  border-bottom: 1px solid #E9E9E9;
}
.site-header .header-top .container,
.site-header .header-top .container > [class*=header-] {
  display: flex;
  align-items: center;
  grid-gap: 30px;
  flex-wrap: wrap;
}
.site-header .header-top > .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .site-header .header-top > .container {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .site-header .header-top .container {
    flex-direction: column;
    grid-gap: 10px;
  }
  .site-header .header-top .container .header-center {
    justify-content: center;
  }
}
.site-header > .header-main {
  padding: 24px 0;
}
.site-header > .header-main .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 20px;
}
@media screen and (min-width: 1200px) {
  .site-header > .header-main .container > .toggle-btn {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .site-header:not(.style-five, .style-eight, .style-ten) .header-main .main-navigation .nav-menu > li:nth-last-child(3) .sub-menu, .site-header:not(.style-five, .style-eight, .style-ten) .header-main .main-navigation .nav-menu > li:nth-last-child(2) .sub-menu, .site-header:not(.style-five, .style-eight, .style-ten) .header-main .main-navigation .nav-menu > li:last-child .sub-menu {
    left: 0;
    right: auto;
  }
  .site-header:not(.style-five, .style-eight, .style-ten) .header-main .main-navigation .nav-menu > li:nth-last-child(3) .sub-menu .submenu-toggle-btn, .site-header:not(.style-five, .style-eight, .style-ten) .header-main .main-navigation .nav-menu > li:nth-last-child(2) .sub-menu .submenu-toggle-btn, .site-header:not(.style-five, .style-eight, .style-ten) .header-main .main-navigation .nav-menu > li:last-child .sub-menu .submenu-toggle-btn {
    transform: rotate(90deg);
  }
  .site-header:not(.style-five, .style-eight, .style-ten) .header-main .main-navigation .nav-menu > li:nth-last-child(3) .sub-menu .sub-menu, .site-header:not(.style-five, .style-eight, .style-ten) .header-main .main-navigation .nav-menu > li:nth-last-child(2) .sub-menu .sub-menu, .site-header:not(.style-five, .style-eight, .style-ten) .header-main .main-navigation .nav-menu > li:last-child .sub-menu .sub-menu {
    left: auto;
    right: 100%;
  }
}
.site-header.style-one > .header-top {
  display: none;
}
.site-header.style-one > .header-top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .site-header.style-one > .header-top .container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.site-header.style-one > .header-top .header-right {
  grid-gap: 0;
}
@media screen and (min-width: 1200px) {
  .site-header.style-one > .header-top {
    display: block;
  }
}

/* mobile header
--------------------------------------------- */
@media (max-width: 1199px) {
  .site-header > :is(.header-main,
  .header-bottom,
  .header-middle) {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .site-header .mobile-header {
    display: none;
  }
  .site-header .mobile-header .toggle-btn {
    display: none;
  }
}
.site-header .mobile-header .header-top {
  background-color: unset;
}
.site-header .mobile-header .toggle-btn {
  display: inline-block;
}
.site-header .mobile-header .header-main .container {
  display: block;
}
.site-header .mobile-header .header-main .mob-nav-wrap .header-mob-bottom,
.site-header .mobile-header .header-main .mob-nav-wrap .header-mob-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 20px;
}
.site-header .mobile-header .header-main .mob-nav-wrap .header-mob-top {
  border-bottom: 1px solid #E9E9E9;
  padding: 16px 0;
}
.site-header .mobile-header .header-main .mob-nav-wrap .header-mob-top .header-right {
  grid-gap: 0;
}
.site-header .mobile-header .header-main .mob-nav-wrap .header-mob-bottom {
  padding: 20px 0;
}
.site-header .mobile-header .header-main .mob-nav-wrap .site-branding:not(.has-image-text) {
  text-align: center;
}
.site-header .mobile-header .header-main .mob-nav-wrap .toggle-btn-wrap {
  display: flex;
  align-items: center;
  grid-gap: 12px;
}
.site-header .mobile-header .header-main .mob-nav-wrap > .header-left {
  position: relative;
  display: flex;
  align-items: center;
}
.site-header .mobile-header .header-main .mob-nav-wrap > .header-left div + div {
  margin-left: 24px;
}
.site-header .mobile-header .header-main .mob-nav-wrap > .header-left .toggle-btn-wrap {
  display: inline-flex;
}
.site-header .mobile-header .header-main .container .main-navigation {
  flex: unset !important;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 370px;
  height: 100%;
  transform: translateX(-100%);
  background-color: var(--yummy-white-color);
  box-shadow: 10px 0 20px rgba(var(--yummy-font-color-rgb), 0.15);
  overflow-y: auto;
  z-index: 99999;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 558px) {
  .site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner {
    width: 100%;
  }
}
.site-header .mobile-header .header-bottom-slide .container {
  display: flex;
  flex-direction: column;
  padding: 0;
  max-width: 100%;
  min-height: 100%;
  padding-bottom: 100px;
}
.site-header .mobile-header .header-bottom-slide .mobile-header-wrap {
  background: #fff;
  padding: 22px 15px 22px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: sticky;
  top: 0;
  z-index: 2222;
  border-bottom: 1px solid #F2F2F2;
}
.site-header .mobile-header .header-bottom-slide .mobile-header-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  padding: 0 24px;
}
.site-header .mobile-header .header-bottom-slide .mob-ctc-btn {
  padding: 0 15px 77px;
  margin: 39px 0;
}
.site-header .mobile-header .header-bottom-slide .mob-ctc-btn .header-block {
  margin: 23px 0 23px 0;
  padding-left: 0;
  margin-left: 0;
  text-align: center;
}
.site-header .mobile-header .header-bottom-slide .mob-ctc-btn .header-block:first-child {
  margin: 49px 0 0 0;
}
.site-header .mobile-header .header-bottom-slide .mob-ctc-btn .header-button-wrap {
  margin-left: 0;
  text-align: center;
}
.site-header .mobile-header .header-bottom-slide .mob-ctc-btn a {
  width: 100%;
}
.site-header .mobile-header .header-bottom-slide .header-social ul li a {
  padding: unset;
  line-height: 1;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease;
}
.site-header .mobile-header .header-bottom-slide .header-social ul li a svg {
  transition: all 0.03s ease;
}
.site-header .mobile-header .header-bottom-slide .header-social ul li a:hover {
  color: var(--yummy-primary-color);
}
.site-header .mobile-header .header-bottom-slide .header-left .close-btn,
.site-header .mobile-header .header-bottom-slide .header-left .toggle-btn {
  display: none;
}
.site-header .mobile-header .header-bottom-slide .header-left .main-navigation {
  display: block;
  position: static;
  width: unset;
  height: unset;
  background-color: unset;
  box-shadow: unset;
  z-index: 3;
  padding-top: 40px;
  overflow: unset;
  margin: 0;
}
.site-header .mobile-header .header-bottom-slide .header-left .main-navigation > div .nav-menu {
  overflow: unset;
  margin-top: 0;
  align-items: flex-start;
}
.site-header .mobile-header .header-bottom-slide .header-left .main-navigation > div .nav-menu li a {
  font-family: var(--yummy-primary-font);
}
.site-header .mobile-header .header-bottom-slide .header-left .main-navigation > div .nav-menu li ul {
  padding-top: 0;
}
.site-header .mobile-header .header-bottom-slide .header-left .main-navigation > div .nav-menu li .sub-menu {
  background-color: unset;
}
.site-header .mobile-header .header-bottom-slide .header-left .secondary-nav {
  border-top: 1px solid rgba(var(--yummy-font-color-rgb), 0.05);
  margin-top: 30px;
  padding-top: 30px;
  width: 100%;
  display: block;
}
.site-header .mobile-header .header-bottom-slide .header-left .secondary-nav > div {
  display: block;
  position: static;
  width: unset;
  height: unset;
  background-color: unset;
  box-shadow: unset;
  z-index: 3;
  padding: 0;
}
.site-header .mobile-header .header-bottom-slide .site-branding.has-image-text {
  justify-content: flex-start;
  margin-top: 20px;
}
.site-header .mobile-header .header-bottom-slide .header-social-wrapper {
  margin-top: 35px;
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #F2F2F2;
  padding: 35px 0 0 0;
}
.site-header .mobile-header .nav-menu .menu-item {
  width: 100%;
  border: 0;
  padding: 0 !important;
}
.site-header .mobile-header .nav-menu .menu-item > a {
  padding-block: 10px;
}
.site-header .mobile-header .nav-menu .sub-menu {
  padding-left: 30px;
}
.site-header .mobile-header .nav-menu .menu-item-has-children {
  position: relative;
}
.site-header .mobile-header .nav-menu .menu-item-has-children > ul li a {
  display: flex;
  align-items: center;
}
.site-header .mobile-header .nav-menu .menu-item-has-children > ul li a::after {
  position: absolute;
  content: "";
  left: -15px;
  width: 10px;
  height: 1px;
  background: currentColor;
}
.site-header .mobile-header .nav-menu .submenu-toggle-btn {
  position: absolute;
  top: 13px;
  right: 0;
  padding: 10px;
}
.site-header .mobile-header .nav-menu .menu-item-has-children:not(.active) > ul.sub-menu {
  display: none;
  opacity: 0;
}
.site-header .mobile-header .nav-menu .menu-item-has-children > ul.sub-menu {
  overflow: hidden;
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Front pages */
.site-banner {
  position: relative;
  margin: 18px 0 0 0;
}
@media screen and (min-width: 992px) {
  .site-banner {
    margin: 36px 0 96px;
  }
}
.site-banner .item-img {
  position: relative;
}
.site-banner .item-img img,
.site-banner .item-img svg {
  transition: 0.234s;
}
.site-banner .item-img img:hover,
.site-banner .item-img svg:hover {
  opacity: 0.6;
}
.site-banner .item-img svg {
  width: 100%;
  height: 100%;
}
.site-banner .item-img .recipe-meta-data {
  position: absolute;
  bottom: -26px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.site-banner .item-img .post-pinit-button {
  position: absolute;
  top: 8px;
  left: 8px;
}
.site-banner .item-title {
  font-size: 1.3em;
  line-height: 1.29;
  margin: 0;
  margin-bottom: 16px;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .site-banner .item-title {
    font-size: 1.7em;
  }
}
@media screen and (min-width: 992px) {
  .site-banner .item-title {
    font-size: 2.4em;
  }
}
.site-banner .item-title a {
  color: var(--yummy-heading-color);
  text-decoration: none;
  transition: all ease 0.35s;
}
.site-banner .item-title a:hover {
  opacity: 0.7;
}
.site-banner .item-content {
  font-size: 1.12em;
  margin-bottom: 32px;
}
.site-banner .item-content p:last-child {
  margin-bottom: 0;
}
.site-banner .banner-caption {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .site-banner .banner-caption {
    padding: 50px;
  }
}
.site-banner .owl-carousel .owl-item {
  overflow: hidden;
}
.site-banner .owl-carousel .owl-nav button.owl-prev,
.site-banner .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.site-banner .owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
.site-banner .owl-carousel .owl-nav button.owl-next {
  right: 0;
}
@media screen and (min-width: 992px) {
  .site-banner .owl-carousel .owl-nav button.owl-prev {
    left: -30px;
  }
  .site-banner .owl-carousel .owl-nav button.owl-next {
    right: -30px;
  }
}
.site-banner .owl-carousel .owl-dots {
  margin-top: 30px;
}

.banner-slider.style-one .item {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 18px;
  background-color: rgba(var(--yummy-secondary-color-rgb), 0.05);
}
.banner-slider.style-one .item .item-footer {
  display: flex;
  justify-content: space-between;
  grid-gap: 1.7em;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .banner-slider.style-one .item {
    flex-direction: row;
  }
  .banner-slider.style-one .item .banner-caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: transparent;
  }
  .banner-slider.style-one .item .banner-caption .item-footer {
    flex-direction: row;
    align-items: center;
  }
}
.banner-slider.style-one .banner-caption {
  padding: 32px 16px 24px 16px;
  max-width: 100%;
  background: transparent;
}
@media screen and (min-width: 768px) {
  .banner-slider.style-one .banner-caption {
    padding: 60px;
    max-width: calc(100% - 380px);
  }
}
@media screen and (min-width: 992px) {
  .banner-slider.style-one .banner-caption {
    padding: 88px;
  }
}

/* Front pages */
.newsletter-section .blossomthemes-email-newsletter-wrapper {
  padding: 56px 0 !important;
}
@media screen and (min-width: 992px) {
  .newsletter-section .blossomthemes-email-newsletter-wrapper {
    padding: 96px 0 !important;
  }
}
.newsletter-section .blossomthemes-email-newsletter-wrapper .img-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.newsletter-section .blossomthemes-email-newsletter-wrapper .img-holder::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--yummy-black-color-rgb), 0.6);
}
.newsletter-section .blossomthemes-email-newsletter-wrapper form {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 17px;
}
@media screen and (min-width: 992px) {
  .newsletter-section .blossomthemes-email-newsletter-wrapper form {
    max-width: 557px;
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .newsletter-section .blossomthemes-email-newsletter-wrapper form {
    max-width: 585px;
  }
}
.newsletter-section .blossomthemes-email-newsletter-wrapper form input {
  margin: 0 !important;
}
.newsletter-section .blossomthemes-email-newsletter-wrapper form input:not(input[type=checkbox], input[type=submit]) {
  font-size: 0.88em;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .newsletter-section .blossomthemes-email-newsletter-wrapper form input:not(input[type=checkbox], input[type=submit]) {
    flex: 1;
  }
}
.newsletter-section .blossomthemes-email-newsletter-wrapper form > label {
  width: 100%;
  margin: 0;
}
.newsletter-section .blossomthemes-email-newsletter-wrapper form > label .subscribe-inner-wrap {
  align-items: flex-start;
}
.newsletter-section .blossomthemes-email-newsletter-wrapper form > label .subscribe-inner-wrap .check-mark {
  margin-top: 5px;
}
.newsletter-section .blossomthemes-email-newsletter-wrapper form > label .subscribe-inner-wrap .text {
  font-size: 0.87em;
}
.newsletter-section .blossomthemes-email-newsletter-wrapper form > label .subscribe-inner-wrap input[type=checkbox]:checked + .check-mark {
  background-color: #fff;
}
.newsletter-section .blossomthemes-email-newsletter-wrapper form input[type=submit] {
  margin-top: 0;
}
.newsletter-section .blossomthemes-email-newsletter-wrapper form input[type=submit]:hover {
  background-color: var(--yummy-white-color);
  color: var(--yummy-secondary-color);
}
.newsletter-section .blossomthemes-email-newsletter-wrapper .text-holder {
  margin-bottom: 0 !important;
  text-align: left;
}
.newsletter-section .container {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
@media screen and (min-width: 992px) {
  .newsletter-section .container {
    grid-gap: 70px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1400px) {
  .newsletter-section .container {
    grid-gap: 112px;
  }
}

.tr-about-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tr-about-section::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: var(--yummy-bg-color);
}
.tr-about-section .tr-featured-holder {
  display: flex;
  flex-direction: column-reverse;
  padding: 56px 0 56px;
}
@media screen and (min-width: 992px) {
  .tr-about-section .tr-featured-holder {
    padding: 75px 0 95px;
  }
}
@media screen and (min-width: 992px) {
  .tr-about-section .tr-featured-holder {
    flex-direction: row;
    grid-gap: 57px;
    align-items: center;
  }
  .tr-about-section .tr-featured-holder.left {
    flex-direction: row-reverse;
  }
  .tr-about-section .tr-featured-holder .text-holder .section-title {
    font-size: 1.94em;
  }
  .tr-about-section .tr-featured-holder .btn-wrapper {
    margin-top: 48px;
  }
}
.tr-about-section .tr-featured-holder .img-holder {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .tr-about-section .tr-featured-holder .img-holder {
    margin-bottom: 0;
  }
}
.tr-about-section .abt-grid-item {
  flex: 1;
}
.tr-about-section .abt-grid-item .btn-wrapper {
  margin-top: 30px;
}
.tr-about-section .text-holder .section-title {
  font-size: 1.5em;
  color: var(--yummy-abt-title-color);
}
.tr-about-section .text-holder p:last-child {
  margin-bottom: 0;
}
.tr-about-section .text-holder .section-subtitle {
  padding-bottom: 32px;
  color: var(--yummy-abt-desc-color);
}
.tr-about-section .text-holder .yummy-networks a {
  color: var(--yummy-abt-desc-color);
}
.tr-about-section .text-holder .yummy-networks a:hover {
  opacity: 0.7;
}

.instagram-section {
  text-align: center;
  position: relative;
}
.instagram-section .popup-gallery li a {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  :is(.instagram-section .popup-gallery.photos-4, .instagram-section .popup-gallery.photos-5, .instagram-section .popup-gallery.photos-6, .instagram-section .popup-gallery.photos-7, .instagram-section .popup-gallery.photos-8, .instagram-section .popup-gallery.photos-9, .instagram-section .popup-gallery.photos-10) li {
    width: 33.33%;
  }
}
@media (max-width: 558px) {
  :is(.instagram-section .popup-gallery.photos-4, .instagram-section .popup-gallery.photos-5, .instagram-section .popup-gallery.photos-6, .instagram-section .popup-gallery.photos-7, .instagram-section .popup-gallery.photos-8, .instagram-section .popup-gallery.photos-9, .instagram-section .popup-gallery.photos-10) li {
    width: 50%;
  }
}
.instagram-section .profile-link {
  padding: 10px 30px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1em;
  letter-spacing: 0.6px;
  font-weight: 400;
  text-decoration: none;
  transition: all 500ms ease;
  z-index: 3;
  background-color: var(--yummy-white-color);
  color: var(--yummy-heading-color);
}
@media (max-width: 767px) {
  .instagram-section .profile-link {
    bottom: -8px;
    transform: translate(-50%, 0);
    top: unset;
  }
}
.instagram-section .profile-link:hover {
  background-color: var(--yummy-primary-color);
  color: var(--yummy-white-color);
}
.instagram-section .profile-link .insta-icon {
  margin-right: 10px;
}

.blog-section {
  margin: 56px 0;
}
@media screen and (min-width: 768px) {
  .blog-section {
    margin: 96px 0;
  }
}
.blog-section .section-header .section-title {
  padding-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .blog-section .section-header .section-title {
    padding-bottom: 16px;
  }
}
.blog-section .widget-area {
  margin-top: 45px;
}
.blog-section .content-area .grid-item {
  padding: 0;
}
.blog-section .content-area .post-thumbnail {
  text-align: left;
}
@media screen and (min-width: 992px) {
  .blog-section .page-grid {
    flex-direction: row;
    gap: 35px;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .blog-section .page-grid {
    grid-gap: 78px;
  }
}
@media screen and (min-width: 992px) {
  .blog-section .page-grid .content-area {
    margin: 0;
    width: 100%;
  }
  .blog-section .page-grid .widget-area {
    flex: 0 0 var(--yummy-sidebar-width);
    max-width: var(--yummy-sidebar-width);
    width: 100%;
    margin-top: 0;
  }
}

.featured-on-section {
  margin: 56px 0;
}
@media screen and (min-width: 992px) {
  .featured-on-section {
    margin: 96px 0;
  }
}
.featured-on-section .section-header {
  margin-bottom: 56px;
}
.featured-on-section .widget-area .widget_media_gallery {
  margin: 0 !important;
}
.featured-on-section .widget-area figure.wp-block-gallery {
  flex-wrap: wrap;
}
.featured-on-section .widget-area figure.wp-block-gallery.has-nested-images figure.wp-block-image {
  align-items: center;
}
.featured-on-section .widget-area figure.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
  margin-bottom: 0;
}
.featured-on-section .widget-area .widget_btif_instagram_widget {
  position: relative;
  top: 0 !important;
  margin-top: 56px;
}
.featured-on-section .widget-area .widget_btif_instagram_widget ul {
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .featured-on-section .widget-area .widget_btif_instagram_widget ul {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media screen and (min-width: 1200px) {
  .featured-on-section .widget-area .widget_btif_instagram_widget ul {
    grid-template-columns: repeat(6, 1fr) !important;
  }
}
.featured-on-section .widget-area .profile-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff !important;
  background-color: var(--yummy-primary-color) !important;
  margin: 0 !important;
}
.featured-on-section .widget-area .profile-link:hover {
  color: var(--yummy-primary-color) !important;
  background-color: transparent !important;
}
.featured-on-section .section-header .section-title {
  text-align: center;
  font-size: 1em;
  line-height: 1.55;
}

.section + footer {
  margin-top: 0;
}

/* Posts and pages */
:is(.portfolio-holder .entry-header,
.related-posts .entry-header,
.single-blossom-portfolio .entry-header,
.entry-header,
.entry-meta,
.banner-caption,
.entry-footer) :is(.category,
.cat-links,
.cat-tags) :is(.tag-title,
.cat-title) {
  font-size: 0.77em;
  font-family: var(--yummy-primary-font);
  margin-right: 15px;
}
:is(.portfolio-holder .entry-header,
.related-posts .entry-header,
.single-blossom-portfolio .entry-header,
.entry-header,
.entry-meta,
.banner-caption,
.entry-footer) :is(.category,
.cat-links,
.cat-tags) a {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  border: 0;
  background-color: var(--yummy-primary-color);
  border-radius: 99px;
  line-height: 1.4;
  padding: 4px 12px;
  font-size: 0.77em;
  color: var(--yummy-white-color);
  text-decoration: none;
}
:is(.portfolio-holder .entry-header,
.related-posts .entry-header,
.single-blossom-portfolio .entry-header,
.entry-header,
.entry-meta,
.banner-caption,
.entry-footer) :is(.category,
.cat-links,
.cat-tags) a:hover {
  color: var(--yummy-white-color);
  background: var(--yummy-secondary-color);
}
:is(.portfolio-holder .entry-header,
.related-posts .entry-header,
.single-blossom-portfolio .entry-header,
.entry-header,
.entry-meta,
.banner-caption,
.entry-footer) :is(.category,
.cat-links,
.cat-tags)[style] a {
  background-color: var(--yummy-category-color);
}
:is(.portfolio-holder .entry-header,
.related-posts .entry-header,
.single-blossom-portfolio .entry-header,
.entry-header,
.entry-meta,
.banner-caption,
.entry-footer) :is(.category,
.cat-links,
.cat-tags)[style] a:hover {
  color: var(--yummy-white-color);
  background: var(--yummy-secondary-color);
}

:is(.byline, .comments, .posted-on, .post-read-time) + span {
  margin-left: 16px;
}

.posted-on {
  position: relative;
  font-size: 0.875em;
  line-height: 1.2;
  display: inline-flex;
  color: rgba(var(--yummy-font-color-rgb), 0.5);
  gap: 4px;
}
.posted-on svg {
  margin-right: 4px;
}
.posted-on a {
  text-decoration: none;
  position: relative;
  color: rgba(var(--yummy-font-color-rgb), 0.6);
  font-family: var(--yummy-primary-font);
}
.posted-on:hover a {
  color: var(--yummy-primary-color);
}
.posted-on:hover svg path {
  fill: var(--yummy-primary-color);
}

.post-read-time {
  font-size: 0.875em;
  color: rgba(var(--yummy-font-color-rgb), 0.5);
}

span + .post-read-time {
  margin-left: 10px;
  padding-left: 16px;
  position: relative;
}
span + .post-read-time::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: currentColor;
  opacity: 0.5;
  transition: all 0.234s ease-in-out;
}

.comments {
  margin-left: 16px;
  display: inline-flex;
  align-items: center;
}
.comments svg {
  vertical-align: middle;
  margin-right: 5px;
  width: 0.8em;
}
.comments svg path {
  transition: all 0.234s ease-in-out;
}
.comments a {
  font-size: 0.875em;
  color: rgba(var(--yummy-font-color-rgb), 0.5);
}
.comments:hover a {
  color: var(--yummy-primary-color);
}
.comments:hover svg path {
  fill: var(--yummy-primary-color);
}

.byline {
  position: relative;
  display: inline-flex;
  font-family: var(--yummy-primary-font);
  color: rgba(var(--yummy-font-color-rgb), 0.5);
}
.byline a {
  font-size: 0.875em;
}
.byline a.fn {
  color: rgba(var(--yummy-font-color-rgb), 0.5);
  text-transform: capitalize;
}
.byline a.fn img {
  border-radius: 50%;
  margin-right: 4px;
  width: 30px;
  height: 30px;
}
.byline a.fn .fn {
  font-weight: 400;
}
.byline a.fn:hover {
  color: var(--yummy-primary-color);
}

:is(.post-rating, .cook-time, .cook-difficulty) {
  display: inline-flex;
  margin-top: 10px;
  margin-right: 20px;
  font-size: 0.777em;
  letter-spacing: 0.5px;
  color: rgba(var(--yummy-black-color-rgb), 0.8);
}
:is(.post-rating, .cook-time, .cook-difficulty) .icon {
  width: 18px;
  height: 15px;
  margin-right: 5px;
  fill: var(--yummy-secondary-color);
  display: inline-block;
  vertical-align: middle;
}
:is(.post-rating, .cook-time, .cook-difficulty) .meta-text {
  line-height: 18px;
}

.post-thumbnail {
  position: relative;
}
.post-thumbnail img {
  transition: 0.234s;
}
.post-thumbnail:hover img {
  opacity: 0.5;
}
.post-thumbnail .dr-category {
  position: absolute;
  bottom: -23px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.post-thumbnail .dr-category a {
  vertical-align: middle;
  position: relative;
  font-size: 1em;
}
.post-thumbnail .article-meta {
  position: absolute;
  top: 8px;
  left: 8px;
}
.post-thumbnail .share-posts .post-share-icon {
  padding: 6px 10px;
  background-color: rgba(var(--yummy-black-color-rgb), 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  gap: 4px;
  position: relative;
  color: var(--yummy-white-color);
  font-size: 0.7777777778em;
  line-height: 1.4285714286;
  cursor: pointer;
}
.post-thumbnail .share-posts .post-share-icon svg {
  height: 16px !important;
  width: 16px !important;
}
.post-thumbnail .share-posts .post-share-icon:hover .yummy-networks {
  clip: inherit;
  opacity: 1;
  visibility: visible;
}
.post-thumbnail .share-posts .yummy-networks {
  position: absolute;
  flex-direction: column;
  flex-wrap: nowrap;
  background-color: var(--yummy-white-color);
  margin-top: 10px;
  border-radius: 4px;
  display: block;
  opacity: 0;
  visibility: hidden;
  grid-gap: 0;
  z-index: 1;
  max-width: 40px;
  transition: 0.3s;
  top: 30px;
  left: 0px;
}
.post-thumbnail .share-posts .yummy-networks li {
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-thumbnail .share-posts .yummy-networks li svg {
  vertical-align: middle;
}
.post-thumbnail .post-pinit-button {
  position: absolute;
  top: 8px;
  left: 8px;
}

:is(.home, .blog, .archive, .search-results) .site-content .section-header {
  margin-bottom: 50px;
  text-align: left;
}
:is(.home, .blog, .archive, .search-results) .site-main article {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  :is(.home, .blog, .archive, .search-results) .site-main article {
    margin-bottom: 48px;
  }
}
:is(.home, .blog, .archive, .search-results) .site-main article.horizontal {
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
}
:is(.home, .blog, .archive, .search-results) .site-main article.horizontal .post-thumbnail {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  :is(.home, .blog, .archive, .search-results) .site-main article.horizontal .post-thumbnail .dr-category {
    left: 20px;
    transform: unset;
  }
}
:is(.home, .blog, .archive, .search-results) .site-main article.horizontal .content-wrapper {
  flex: 1;
}
@media screen and (min-width: 768px) {
  :is(.home, .blog, .archive, .search-results) .site-main article {
    margin-bottom: 56px;
  }
  :is(.home, .blog, .archive, .search-results) .site-main article.horizontal {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  :is(.home, .blog, .archive, .search-results) .site-main article.horizontal .post-thumbnail {
    max-width: 276px;
  }
}
:is(.home, .blog, .archive, .search-results) .site-main article:last-child {
  margin-bottom: 0;
}
:is(.home, .blog, .archive, .search-results) .site-main article .entry-header {
  margin-bottom: 0 !important;
}
:is(.home, .blog, .archive, .search-results) .site-main article .post-thumbnail {
  display: block;
  margin: 0 0 24px;
}
:is(.home, .blog, .archive, .search-results) .site-main article .post-thumbnail img,
:is(.home, .blog, .archive, .search-results) .site-main article .post-thumbnail svg {
  border-radius: 4px;
}
:is(.home, .blog, .archive, .search-results) .site-main article .post-thumbnail svg {
  width: 100%;
}
:is(.home, .blog, .archive, .search-results) .site-main article .cat-links {
  display: inline-block;
}
:is(.home, .blog, .archive, .search-results) .site-main article .comments,
:is(.home, .blog, .archive, .search-results) .site-main article .post-read-time,
:is(.home, .blog, .archive, .search-results) .site-main article .posted-on,
:is(.home, .blog, .archive, .search-results) .site-main article .byline,
:is(.home, .blog, .archive, .search-results) .site-main article .cat-links {
  margin-bottom: 4px;
}
:is(.home, .blog, .archive, .search-results) .site-main article .content-wrapper .entry-footer {
  margin-top: 32px;
}
:is(.home, .blog, .archive, .search-results) .site-main article .entry-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
:is(.home, .blog, .archive, .search-results) .site-main article .entry-title {
  line-height: 1.4;
  margin: 0 0 16px;
  font-size: 1.2em;
}
@media screen and (min-width: 768px) {
  :is(.home, .blog, .archive, .search-results) .site-main article .entry-title {
    font-size: 1.5em;
  }
}
:is(.home, .blog, .archive, .search-results) .site-main article .entry-content {
  margin-top: 12px;
  font-size: 0.88em;
}
:is(.home, .blog, .archive, .search-results) .site-main article .entry-content p:last-child {
  margin-bottom: 0;
}
:is(.home, .blog, .archive, .search-results) .site-main article .entry-footer {
  display: flex;
  justify-content: space-between;
  grid-gap: 1em;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  :is(.home, .blog, .archive, .search-results) .site-main article .entry-footer {
    flex-direction: row;
    align-items: center;
  }
}

.page-header-img-wrap .page-header {
  max-width: 789px;
  padding: 35px 0 60px;
}
@media screen and (min-width: 768px) {
  .page-header-img-wrap .page-header {
    padding: 55px 0 80px;
  }
}
.page-header-img-wrap .page-header[data-alignment=center] {
  text-align: center;
  margin: 0 auto;
}
.page-header-img-wrap .page-header[data-alignment=right] {
  text-align: right;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .page-header-img-wrap .page-header[data-alignment=right] .yummy-recipes-author-box .author-archive-section {
    flex-direction: row-reverse;
  }
  .page-header-img-wrap .page-header[data-alignment=right] .yummy-recipes-author-box .author-archive-section .author-meta {
    text-align: right;
  }
}
.page-header-img-wrap .page-header[data-alignment=right] .yummy-recipes-search-count {
  text-align: right;
}
.page-header-img-wrap .page-header .sub-title {
  display: block;
  margin-bottom: 14px;
}
.page-header-img-wrap .page-header .page-title + .search-form, .page-header-img-wrap .page-header .page-title + .yummy-recipes-search-count, .page-header-img-wrap .page-header .page-title + .archive-description {
  margin-top: 20px;
}
.page-header-img-wrap .page-header .yummy-recipes-search-count {
  margin-top: 20px;
}
.page-header-img-wrap .yummy-recipes-author-box .author-archive-section {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  grid-gap: 17px;
}
@media screen and (min-width: 768px) {
  .page-header-img-wrap .yummy-recipes-author-box .author-archive-section {
    flex-direction: row;
  }
}
.page-header-img-wrap .yummy-recipes-author-box .author-archive-section .img-holder {
  flex: 0 0 95px;
}
.page-header-img-wrap .yummy-recipes-author-box .author-archive-section .img-holder img {
  border-radius: 50%;
}
.page-header-img-wrap .yummy-recipes-author-box .author-archive-section .author-meta {
  flex: 1;
  text-align: left;
}
.page-header-img-wrap .yummy-recipes-author-box .author-archive-section .author-meta .author-name {
  font-size: 1.5em;
  margin-bottom: 0;
  text-transform: capitalize;
}
.page-header-img-wrap .yummy-recipes-author-box .author-archive-section .author-meta .author-description {
  margin-top: 8px;
}
.page-header-img-wrap .yummy-recipes-search-count {
  padding-bottom: 24px;
  color: rgba(var(--yummy-font-color-rgb), 0.8);
}
.page-header-img-wrap[data-bg-image=yes] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 1;
}
.page-header-img-wrap[data-bg-image=yes]::before {
  content: "";
  background-color: rgba(var(--yummy-black-color-rgb), 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page-header-img-wrap[data-bg-image=yes] :is(.breadcrumb-wrapper,
.sub-title,
.yummy-recipes-search-count,
.author-description,
.author-name,
.breadcrumb-wrapper > div a,
.page-title,
.archive-description p) {
  color: #fff;
}
.page-header-img-wrap[data-bg-image=yes] .breadcrumb-wrapper > div a:hover {
  color: var(--yummy-primary-color);
}
.page-header-img-wrap[data-bg-image=yes] .breadcrumb-wrapper > div .separator svg {
  fill: #fff;
}
.page-header-img-wrap .tasty-recipes-search-count {
  margin-top: 20px;
}

.archive.tax-recipe-cuisine .archive-description p {
  color: var(--yummy-white-color);
}

.author .page-header-img-wrap .page-header {
  padding: 0;
}
.author .page-header-img-wrap .page-header .yummy-recipes-author-box {
  padding: 30px 0 30px;
}
@media screen and (min-width: 768px) {
  .author .page-header-img-wrap .page-header .yummy-recipes-author-box {
    padding: 45px 0 40px;
  }
}
.author .page-header-img-wrap .page-header .yummy-recipes-search-count {
  text-align: left;
}

.date .yummy-recipes-search-count {
  padding: 12px 0 0 0;
}

:is(.tax-recipe-course,
.tax-recipe-key,
.tax-recipe-badge,
.tax-recipe-cuisine,
.tax-recipe-cooking-method,
.tax-recipe-dietary,
.tax-recipe-tag,
.search) .page-header-img-wrap {
  background-color: var(--yummy-secondary-color);
}
:is(.tax-recipe-course,
.tax-recipe-key,
.tax-recipe-badge,
.tax-recipe-cuisine,
.tax-recipe-cooking-method,
.tax-recipe-dietary,
.tax-recipe-tag,
.search) .page-header-img-wrap.has-bg {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
:is(.tax-recipe-course,
.tax-recipe-key,
.tax-recipe-badge,
.tax-recipe-cuisine,
.tax-recipe-cooking-method,
.tax-recipe-dietary,
.tax-recipe-tag,
.search) .page-header-img-wrap.has-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(var(--yummy-black-color-rgb), 0.6);
}
:is(.tax-recipe-course,
.tax-recipe-key,
.tax-recipe-badge,
.tax-recipe-cuisine,
.tax-recipe-cooking-method,
.tax-recipe-dietary,
.tax-recipe-tag,
.search) .page-header-img-wrap :is(.page-title,
.sub-title,
.archive-description p,
.breadcrumb-wrapper > div > span:last-child,
.breadcrumb-wrapper > div a,
.breadcrumb-wrapper > div > span) {
  color: var(--yummy-white-color);
}
:is(.tax-recipe-course,
.tax-recipe-key,
.tax-recipe-badge,
.tax-recipe-cuisine,
.tax-recipe-cooking-method,
.tax-recipe-dietary,
.tax-recipe-tag,
.search) .page-header-img-wrap .search-results-count {
  color: rgba(var(--yummy-white-color-rgb), 0.8);
}
:is(.tax-recipe-course,
.tax-recipe-key,
.tax-recipe-badge,
.tax-recipe-cuisine,
.tax-recipe-cooking-method,
.tax-recipe-dietary,
.tax-recipe-tag,
.search) .page-header-img-wrap .breadcrumb-wrapper > div .separator svg {
  fill: var(--yummy-white-color);
}
:is(.tax-recipe-course,
.tax-recipe-key,
.tax-recipe-badge,
.tax-recipe-cuisine,
.tax-recipe-cooking-method,
.tax-recipe-dietary,
.tax-recipe-tag,
.search) .page-header-img-wrap .search-form .search-field {
  height: 54px;
  padding: 14px 19px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
:is(.tax-recipe-course,
.tax-recipe-key,
.tax-recipe-badge,
.tax-recipe-cuisine,
.tax-recipe-cooking-method,
.tax-recipe-dietary,
.tax-recipe-tag,
.search) .page-header-img-wrap .search-form .search-submit {
  font-size: 1em;
  font-weight: 500;
  padding: 12px 34px 12px 62px;
  background-color: var(--yummy-primary-color);
  border: 1px solid var(--yummy-primary-color);
  color: var(--yummy-white-color);
  height: 54px;
  width: unset;
  transform: unset;
  position: relative;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-position: 32px center;
}
:is(.tax-recipe-course,
.tax-recipe-key,
.tax-recipe-badge,
.tax-recipe-cuisine,
.tax-recipe-cooking-method,
.tax-recipe-dietary,
.tax-recipe-tag,
.search) .page-header-img-wrap .search-form .search-submit::after {
  content: none;
}
:is(.tax-recipe-course,
.tax-recipe-key,
.tax-recipe-badge,
.tax-recipe-cuisine,
.tax-recipe-cooking-method,
.tax-recipe-dietary,
.tax-recipe-tag,
.search) .page-header-img-wrap .search-form .search-submit:hover {
  border-color: var(--yummy-primary-color);
  background-color: var(--yummy-white-color);
  color: var(--yummy-primary-color);
}
:is(.tax-recipe-course,
.tax-recipe-key,
.tax-recipe-badge,
.tax-recipe-cuisine,
.tax-recipe-cooking-method,
.tax-recipe-dietary,
.tax-recipe-tag,
.search) .no-results .page-title {
  margin-bottom: 20px;
}

:is(.archive.tax-recipe-course,
.archive.tax-recipe-key,
.archive.tax-recipe-badge,
.archive.tax-recipe-cuisine,
.archive.tax-recipe-cooking-method,
.tax-recipe-dietary,
.archive.tax-recipe-tag) .page-header-img-wrap .container .page-header {
  margin-bottom: 0;
  padding: 35px 0 60px;
}
@media screen and (min-width: 768px) {
  :is(.archive.tax-recipe-course,
  .archive.tax-recipe-key,
  .archive.tax-recipe-badge,
  .archive.tax-recipe-cuisine,
  .archive.tax-recipe-cooking-method,
  .tax-recipe-dietary,
  .archive.tax-recipe-tag) .page-header-img-wrap .container .page-header {
    padding: 55px 0 80px;
  }
}
:is(.archive.tax-recipe-course,
.archive.tax-recipe-key,
.archive.tax-recipe-badge,
.archive.tax-recipe-cuisine,
.archive.tax-recipe-cooking-method,
.tax-recipe-dietary,
.archive.tax-recipe-tag) .page-header-img-wrap .container .page-header .yummy-recipes-search-count {
  padding-bottom: 0;
}

.error404 .error-page-top-wrapper {
  padding: 96px 0 105px;
  background-color: var(--yummy-section-bg-color);
  position: relative;
}
.error404 .error-page-top-wrapper::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("images/404back.png") no-repeat center/cover;
}
.error404 .error-page-top-wrapper .error-404 .error404-grid {
  display: flex;
  flex-direction: column;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper {
  position: relative;
  z-index: 1;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .error-img {
  margin: 0;
  text-align: center;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content {
  text-align: center;
  max-width: 770px;
  margin: 0 auto;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content .error404-text {
  color: var(--yummy-primary-color);
  font-size: 0.83em;
  letter-spacing: 0.0249em;
  text-transform: capitalize;
  display: block;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content p:last-child {
  margin-bottom: 0;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content .sub-title {
  color: var(--yummy-heading-color);
  font-size: 2.22em;
  font-style: italic;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding: 0 50px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content .sub-title {
    padding: 0 76px;
  }
  .error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content .sub-title::before, .error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content .sub-title::after {
    width: 64px;
  }
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content .sub-title-wrapper + p,
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content .sub-title-wrapper {
  margin-top: 48px;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content .btn-primary {
  display: inline-block;
  margin-top: 40px;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content .page-title {
  display: inline-block;
  font-size: 6.25em;
  color: var(--yummy-font-color);
  letter-spacing: 0.05em;
  line-height: 1.1;
  font-style: normal;
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content .page-title {
    font-size: 9.375em;
  }
  .error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content .page-title::before {
    font-weight: bold;
    font-size: 1.16em;
  }
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .error-404-search {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .error-404-search .search-form {
  margin-bottom: 0px;
  position: absolute;
  top: 75px;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .error-404-search .search-form .search-field {
  padding: 22px 60px 22px 60px !important;
  height: 60px;
  font-size: 0.88em;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .error-404-search .search-form .search-submit {
  font-size: 0;
  right: auto;
  left: 25px;
  top: 30px;
  background-size: 18px;
  background-position: center center;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .error-404-search .search-form .search-submit::after {
  content: none;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .error-404-search .search-form .search-submit:hover {
  cursor: pointer;
}
.error404 .error-page-top-wrapper.error-img-active .page-title {
  margin-top: -72px;
}
.error404 .related-posts {
  margin-top: 45px;
}
.error404 .related-posts .title {
  margin-bottom: 36px;
  font-size: 1.8em;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .error404 .related-posts {
    margin-top: 51px;
  }
  .error404 .related-posts .title {
    margin-bottom: 33px;
    font-size: 2.25em;
  }
}
.error404 .related-posts .article-wrap .post .content-wrapper .entry-title {
  font-size: 1.22em;
  line-height: 1.45;
  text-align: center;
  margin: 18px 0 12px;
}
.error404 .related-posts .article-wrap .post .content-wrapper .item-footer {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.error404 .related-posts .article-wrap .post .content-wrapper .item-footer .cook-time,
.error404 .related-posts .article-wrap .post .content-wrapper .item-footer .cook-difficulty {
  margin: 0;
}

.single .yummy-recipes-author-box {
  background-color: rgba(var(--yummy-secondary-color-rgb), 0.05);
  padding: 24px;
  margin: 32px auto 0;
}
.single .yummy-recipes-author-box .author-section {
  display: flex;
  align-items: flex-start;
  grid-gap: 24px;
}
@media screen and (min-width: 768px) {
  .single .yummy-recipes-author-box .author-section .img-holder {
    flex: 0 0 160px;
  }
}
.single .yummy-recipes-author-box .author-section .img-holder img {
  border-radius: 50%;
}
.single .yummy-recipes-author-box .author-content {
  flex: 1;
}
.single .yummy-recipes-author-box .author-content .sub-title {
  color: rgba(var(--yummy-font-color-rgb), 0.5);
  font-size: 0.8em;
}
.single .yummy-recipes-author-box .author-content .title {
  font-size: 1.2em;
  margin-bottom: 16px;
}
.single .yummy-recipes-author-box .author-content p {
  font-size: 1em;
}
.single .yummy-recipes-author-box .author-content p:last-of-type {
  margin-bottom: 0;
}
.single .yummy-recipes-author-box .yummy-networks {
  margin-top: 16px;
  text-align: center;
  justify-content: center;
}
@media screen and (min-width: 576px) {
  .single .yummy-recipes-author-box .yummy-networks {
    text-align: left;
    justify-content: flex-start;
  }
}
.single .yummy-recipes-author-box .yummy-networks li svg path {
  fill: rgba(var(--yummy-black-color-rgb), 0.5);
}
.single .yummy-recipes-author-box .yummy-networks li a:hover svg path {
  fill: var(--yummy-primary-color);
}
.single .wpdelicious-outer-wrapper {
  padding: 0;
}

.delicious-recipes.user-dashboard .dr-archive-list-wrapper .search-form .search-submit {
  background: none;
  font-size: 0;
}

@media screen and (min-width: 992px) {
  body.wpdelicious-sidebar .site-content .wpdelicious-outer-wrapper {
    gap: 78px;
  }
  body.wpdelicious-sidebar .site-content .wpdelicious-outer-wrapper .content-area {
    flex: auto;
    padding: 0;
  }
  body.wpdelicious-sidebar .site-content .wpdelicious-outer-wrapper .widget-area {
    flex: 0 0 var(--yummy-sidebar-width, 30%);
    max-width: var(--yummy-sidebar-width, 30%);
    width: 100%;
    padding: 0;
  }
}
/* Comments  */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*  comment /custom code */
.comments-area {
  margin: 60px auto 0;
  position: relative;
}
.comments-area .comments-title {
  font-size: 1.23em;
  margin-bottom: 29px;
  font-weight: 500;
  padding-bottom: 24px;
  border-bottom: 1px solid #F2F2F2;
}
.comments-area .comment-list-wrapper {
  margin-bottom: 40px;
}
.comments-area .comment-list {
  margin-bottom: 0;
}
.comments-area :is(.comment-list,
ol) {
  list-style: none;
  margin-left: 0;
}
.comments-area :is(.comment-list,
ol) :is(.alt.bypostauthor, .children .bypostauthor) > .comment-body .comment-meta .comment-author::after {
  top: 73px;
}
.comments-area :is(.comment-list,
ol):not(.children) > .comment:first-child > .comment-body {
  padding-top: 0;
  border-top: none;
}
.comments-area :is(.comment-list,
ol):not(.children) > .comment:first-child > .comment-body .comment-meta .comment-author img {
  top: 0;
}
.comments-area .comment .children {
  margin-left: 68px;
}
.comments-area .comment .comment-body {
  border-top: 1px solid #F2F2F2;
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative;
  padding-left: 68px;
}
.comments-area .comment .comment-body .comment-meta {
  margin-bottom: 10px;
}
.comments-area .comment .comment-body .comment-meta a {
  text-decoration: none;
}
.comments-area .comment .comment-body .comment-author img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  background: rgba(var(--yummy-primary-color-rgb), 0.23);
  position: absolute;
  top: 43px;
  left: 0;
}
.comments-area .comment .comment-body .text-holder .fn a {
  font-size: 1.1em;
  color: var(--yummy-heading-color);
  font-weight: var(--yummy-secondary-font-weight);
}
.comments-area .comment .comment-body .text-holder .top {
  display: flex;
  justify-content: space-between;
}
.comments-area .comment .comment-body .text-holder .says {
  display: none;
}
.comments-area .comment .comment-body .text-holder .comment-metadata {
  font-size: 0.888em;
  line-height: 1.5;
}
.comments-area .comment .comment-body .text-holder .comment-metadata a {
  color: rgba(var(--yummy-font-color-rgb), 0.6);
}
.comments-area .comment .comment-body .comment-awaiting-moderation {
  color: red;
  font-size: 0.78em;
  margin-bottom: 0;
}
.comments-area .comment .comment-body .comment-content {
  margin-top: 20px;
  margin-bottom: 10px;
}
.comments-area .comment .comment-body .comment-content p:last-child {
  margin-bottom: 0;
}
.comments-area .comment .comment-body .reply .comment-reply-link {
  color: var(--yummy-secondary-color);
  font-size: 0.888em;
  position: relative;
  transition: all 0.235s ease-in-out;
  font-family: var(--yummy-primary-font);
}
.comments-area .comment .comment-body .reply .comment-reply-link:hover {
  color: var(--yummy-primary-color);
}
.comments-area .comment .comment-body .reply .comment-reply-link::after {
  content: none;
}
.comments-area .comment.bypostauthor > .comment-body .comment-meta .comment-author::after {
  content: "";
  width: 18px;
  height: 18px;
  background-size: 100%;
  position: absolute;
  top: 32px;
  left: 36px;
}
.comments-area .comment-respond {
  position: relative;
  z-index: 1;
  padding: 60px 20px;
}
@media screen and (min-width: 576px) {
  .comments-area .comment-respond {
    padding: 45px;
  }
}
.comments-area .comment-respond a:hover {
  text-decoration: underline;
}
.comments-area .comment-respond .comment-reply-title {
  font-size: 1.23em;
}
.comments-area .comment-respond .comment-reply-title a {
  margin-left: 10px;
  font-weight: var(--yummy-secondary-font-weight);
}
.comments-area .comment-respond form {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
.comments-area .comment-respond form p {
  margin: 0;
}
.comments-area .comment-respond form :is(input,
textarea) {
  margin-bottom: 0;
}
.comments-area .comment-respond form label {
  display: none;
}
.comments-area .comment-respond form .comment-form-cookies-consent {
  display: flex;
  grid-gap: 10px;
  margin-bottom: 10px;
}
.comments-area .comment-respond form .comment-form-cookies-consent label {
  display: inline-block;
  font-size: 0.7777777778em;
  line-height: 1.25em;
}
.comments-area .comment-respond form :is(.submit,
input[type=submit]) {
  cursor: pointer;
  outline: none;
  width: 100%;
}
.comments-area .comment-respond + .comments-title {
  margin-top: 40px;
}

/*   ==================================================
				   Comment
		================================================== */
/* pagination */
nav.yummy-post-navigation {
  border-top: 1px solid #E9E9E9;
  margin: 40px auto;
  padding-top: 40px;
}
nav.yummy-post-navigation .nav-links {
  display: flex;
  flex-direction: column;
  grid-row-gap: 45px;
  width: 100%;
}
nav.yummy-post-navigation .nav-links .prev-nav-wrapper,
nav.yummy-post-navigation .nav-links .next-nav-wrapper {
  display: flex;
  width: 100%;
}
nav.yummy-post-navigation .nav-links .next-nav-wrapper {
  flex-direction: row-reverse;
}
nav.yummy-post-navigation .nav-links .nav-next .post-thumbnail,
nav.yummy-post-navigation .nav-links .nav-previous .post-thumbnail {
  width: 104px;
  height: 104px;
  margin: 0 16px 0 0;
}
nav.yummy-post-navigation .nav-links .nav-next .post-thumbnail img,
nav.yummy-post-navigation .nav-links .nav-previous .post-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
nav.yummy-post-navigation .nav-links .nav-next .post-title,
nav.yummy-post-navigation .nav-links .nav-previous .post-title {
  flex: 1;
}
nav.yummy-post-navigation .nav-links .nav-next a,
nav.yummy-post-navigation .nav-links .nav-previous a {
  flex: 1;
}
nav.yummy-post-navigation .nav-links .nav-next .post-title,
nav.yummy-post-navigation .nav-links .nav-previous .post-title {
  font-size: 1em;
  color: var(--yummy-heading-color);
  transition: all 0.235s ease-in-out;
  font-family: var(--yummy-secondary-font);
}
nav.yummy-post-navigation .nav-links .nav-next:hover .meta-nav,
nav.yummy-post-navigation .nav-links .nav-previous:hover .meta-nav {
  color: var(--yummy-primary-color);
}
nav.yummy-post-navigation .nav-links .nav-next:hover .meta-nav::before,
nav.yummy-post-navigation .nav-links .nav-previous:hover .meta-nav::before {
  background-color: var(--yummy-primary-color);
}
nav.yummy-post-navigation .nav-links .nav-next:hover .post-title,
nav.yummy-post-navigation .nav-links .nav-previous:hover .post-title {
  color: var(--yummy-primary-color);
}
@media screen and (min-width: 768px) {
  nav.yummy-post-navigation .nav-links {
    flex-direction: row;
  }
}
nav.yummy-post-navigation .nav-links .nav-next {
  flex-direction: row-reverse;
  text-align: right;
}
nav.yummy-post-navigation .nav-links .nav-next .post-thumbnail {
  margin: 0 0 0 20px;
}
nav.yummy-post-navigation .nav-links .nav-next .post .entry-header {
  text-align: right;
}
nav.yummy-post-navigation .nav-next {
  text-align: start;
}
nav.yummy-post-navigation .entry-header {
  margin: 0;
  text-align: left;
}
nav.yummy-post-navigation .entry-header .entry-title {
  margin: 0;
  font-size: 1.16em;
  font-weight: normal;
}
nav.yummy-post-navigation .entry-meta .cat-links a {
  color: var(--yummy-primary-color);
}
nav.yummy-post-navigation .post {
  margin-bottom: 0;
}
nav.yummy-post-navigation .meta-nav {
  font-family: var(--yummy-primary-font);
  font-size: 1em;
  line-height: 1.1;
  letter-spacing: 0;
  display: block;
  color: var(--yummy-secondary-color);
  text-decoration: none;
  position: relative;
  padding-left: 72px;
  margin-bottom: 16px;
  transition: all 0.235s ease-in-out;
}
nav.yummy-post-navigation .meta-nav::before {
  content: "";
  width: 40px;
  height: 15px;
  background-color: currentColor;
  mask-size: 100%;
  mask-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: -1px;
  transition: all 0.235s ease-in-out;
}
nav.yummy-post-navigation .meta-nav:hover::before {
  left: -2px;
}
nav.yummy-post-navigation .nav-next .meta-nav {
  padding-left: 0;
  padding-right: 72px;
}
nav.yummy-post-navigation .nav-next .meta-nav::before {
  left: unset;
  right: 0;
  transform: rotate(180deg);
}
nav.yummy-post-navigation .nav-next .meta-nav:hover::before {
  right: -2px;
}
nav.yummy-post-navigation a {
  text-decoration: none;
  color: var(--yummy-font-color);
}
nav.yummy-post-navigation a:hover {
  color: var(--yummy-primary-color);
}
@media screen and (min-width: 768px) {
  nav.yummy-post-navigation .nav-next {
    max-width: 363px;
    margin-left: auto;
    padding-left: 15px;
  }
}
@media screen and (min-width: 768px) {
  nav.yummy-post-navigation .nav-previous {
    padding-right: 15px;
    max-width: 363px;
  }
}

.pagination {
  margin-top: 50px;
  display: flex;
}
@media (min-width: 767px) {
  .pagination {
    margin-top: 80px;
  }
}
.pagination .nav-links {
  display: flex;
  grid-gap: 7px;
}
.pagination .nav-links a {
  color: var(--yummy-font-color);
}
.pagination .nav-links .page-numbers {
  width: 35.41px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35.41px;
  border-radius: var(--yummy-btn-roundness-top) var(--yummy-btn-roundness-right) var(--yummy-btn-roundness-bottom) var(--yummy-btn-roundness-left);
  background: var(--yummy-white-color);
  border: 1px solid rgba(var(--yummy-heading-color-rgb), 0.07);
  color: var(--yummy-font-color);
  font-size: 0.88em;
  line-height: 1;
  text-decoration: none;
  transition: all 0.2s ease;
}
.pagination .nav-links .page-numbers:hover {
  border-color: var(--yummy-secondary-color);
  color: var(--yummy-secondary-color);
}
.pagination .nav-links .page-numbers.current {
  padding: 17.71px 17.71px;
  border-color: var(--yummy-secondary-color);
  color: var(--yummy-secondary-color);
}
.pagination .nav-links .page-numbers.prev svg {
  margin-right: 10px;
}
.pagination .nav-links .page-numbers.next svg {
  margin-left: 10px;
}
:is(.pagination .nav-links .page-numbers.next, .pagination .nav-links .page-numbers.prev) {
  font-size: 0;
  font-family: var(--yummy-primary-font);
}
:is(.pagination .nav-links .page-numbers.next, .pagination .nav-links .page-numbers.prev):hover {
  color: var(--yummy-heading-color);
}
:is(.pagination .nav-links .page-numbers.next, .pagination .nav-links .page-numbers.prev):hover svg path {
  stroke: var(--yummy-heading-color);
}

.navigation.pagination {
  margin-top: 30px;
  border: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .navigation.pagination {
    margin-top: 55px;
  }
}
.navigation.pagination .nav-links :is(.prev,
.next) {
  position: relative;
}
.navigation.pagination .nav-links :is(.prev,
.next)::after, .navigation.pagination .nav-links :is(.prev,
.next)::before {
  content: "";
  background-color: rgba(var(--yummy-heading-color-rgb), 0.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 12px;
  height: 12px;
  mask-repeat: no-repeat;
  mask-position: center;
  transition: all 0.2s ease-in-out;
}
.navigation.pagination .nav-links :is(.prev,
.next):hover::after, .navigation.pagination .nav-links :is(.prev,
.next):hover::before {
  background-color: var(--yummy-secondary-color);
}
.navigation.pagination .nav-links .prev::before, .navigation.pagination .nav-links .prev::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.navigation.pagination .nav-links .next::before {
  content: none;
}
.navigation.posts-navigation {
  margin-top: 50px;
}
.navigation.posts-navigation .nav-links {
  display: flex;
}
.navigation.posts-navigation .nav-links a {
  color: var(--yummy-primary-color);
}
.navigation.posts-navigation .nav-links :is(.nav-previous,
.nav-previous) {
  flex: 1 0 50%;
}

#load-posts {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #load-posts {
    margin-top: 55px;
  }
}
#load-posts a {
  display: inline-block !important;
  font-family: var(--yummy-btn-font-family);
  font-weight: var(--yummy-btn-font-weight);
  text-transform: var(--yummy-btn-font-transform);
  color: var(--yummy-primary-color);
  border: 1px solid var(--yummy-primary-color);
  padding: var(--yummy-btn-padding-top) var(--yummy-btn-padding-right) var(--yummy-btn-padding-bottom) var(--yummy-btn-padding-left);
  border-radius: var(--yummy-btn-roundness-top) var(--yummy-btn-roundness-right) var(--yummy-btn-roundness-bottom) var(--yummy-btn-roundness-left);
  transition: all ease 0.35s;
  min-width: 200px;
  text-align: center;
  background-color: transparent;
}
#load-posts a svg.svg-inline--fa {
  margin-left: 10px;
  max-height: 1em;
  max-width: 1em;
  vertical-align: middle;
}
#load-posts a:hover {
  background-color: var(--yummy-primary-color);
  color: var(--yummy-white-color);
}
#load-posts a:hover svg.svg-inline--fa {
  animation: postloading 1s infinite linear;
  transform-origin: center;
}
#load-posts a.disabled:hover {
  background-color: var(--yummy-primary-color);
  color: var(--yummy-white-color);
  text-decoration: none;
}
#load-posts a.disabled:hover svg {
  animation: unset;
}

@-webkit-keyframes postloading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@-o-keyframes postloading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes postloading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Widgets */
.search-form {
  display: flex;
  width: 100%;
  position: relative;
}
.search-form label {
  flex: 1;
}
.search-form .search-field {
  margin: 0;
  width: 100%;
  padding: 15px;
  font-size: 1em;
  padding-right: 42px;
  border: 1px solid rgba(var(--yummy-heading-color-rgb), 0.06);
}
.search-form .search-submit {
  width: 20px;
  font-size: 0;
  background-size: 18.16px;
  background-color: unset;
  background-repeat: no-repeat;
  position: absolute;
  right: 17px;
  padding: 10px;
  top: 50%;
  border: 0;
  transform: translateY(-50%);
}
.search-form .search-submit svg {
  display: none;
}
.search-form .search-submit:hover {
  background-repeat: no-repeat;
  background-color: unset;
}

.dr-advance-search .page-header .search-form .search-submit {
  top: 33px;
}

.wp-block-search .wp-block-search__label {
  font-weight: normal !important;
}
.wp-block-search .wp-block-search__inside-wrapper {
  position: relative;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
  margin-bottom: 0;
  border: 1px solid rgba(var(--yummy-heading-color-rgb), 0.06);
  padding-right: 60px;
}
.wp-block-search .wp-block-search__button {
  width: 40px;
  height: 40px;
  border: 0;
  font-size: 0;
  background-size: 18.16px;
  background-color: unset;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  right: 10px;
  padding: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.wp-block-search .wp-block-search__button:hover {
  background-repeat: no-repeat;
  background-color: unset;
}

:is(.widget_block h2,
.widget_block .wp-block-search__label,
.widget .widget-title) {
  border-bottom: 2px dashed rgba(var(--yummy-secondary-color-rgb), 0.1);
  padding-bottom: 16px;
  width: 100%;
}

.widget_block .wp-block-latest-comments li {
  font-size: 16px;
}
.widget_block .wp-block-latest-comments li:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(var(--yummy-font-color-rgb), 0.05);
}
.widget_block .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  color: var(--yummy-font-color);
}
.widget_block .wp-block-latest-comments .wp-block-latest-comments__comment-meta a {
  color: var(--yummy-font-color);
  line-height: 1.9;
}
.widget_block .wp-block-latest-comments .wp-block-latest-comments__comment-meta a:hover {
  color: var(--yummy-primary-color);
}
.widget_block .wp-block-latest-posts__list {
  display: inline-block;
}

.widget:not(:last-child) {
  margin: 0 0 var(--yummy-widget-spacing);
}
:is(.widget.widget_block .wp-block-search__label,
.wp-block-group__inner-container > h2, .widget.widget_block h2,
.widget-title) {
  margin-bottom: 24px;
  font-size: 1.125em;
  font-family: var(--yummy-secondary-font);
  color: var(--yummy-heading-color);
  display: inline-block;
  position: relative;
}
.widget.widget_blossomthemes_email_newsletter_widget {
  overflow: hidden;
}
.widget.widget_blossomthemes_email_newsletter_widget .widget-title {
  display: none;
}
.widget.widget_blossomthemes_email_newsletter_widget .text-holder {
  margin-bottom: 20px;
}
.widget.widget_blossomthemes_email_newsletter_widget .text-holder h3 {
  font-size: 1.5em;
  line-height: 1.333;
  margin-bottom: 16px;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .widget.widget_blossomthemes_email_newsletter_widget .text-holder h3 {
    font-size: 1.9em;
  }
}
.widget.widget_blossomthemes_email_newsletter_widget form input[type=submit] {
  width: 100%;
}
.widget.widget_blossomthemes_email_newsletter_widget form label {
  text-align: left;
}
.widget.widget_blossomthemes_email_newsletter_widget .img-holder {
  margin: 0 auto 20px auto;
}
.widget.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper {
  color: var(--yummy-white-color);
  padding: 30px 15px;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .widget.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper {
    padding: 45px 20px;
  }
}
.widget.widget_media_gallery a {
  display: inline-block;
}
:is(.widget.widget_categories, .widget.widget_Archive) ul {
  list-style: none;
  margin: 0;
}
:is(.widget.widget_categories, .widget.widget_Archive) ul li {
  display: flex;
  justify-content: space-between;
}
:is(.widget.widget_categories, .widget.widget_Archive) ul li:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(var(--yummy-font-color-rgb), 0.05);
}
:is(.widget.widget_categories, .widget.widget_Archive) ul li:last-child a {
  text-decoration: none;
  color: var(--yummy-font-color);
  display: block;
  flex: 1;
}
:is(.widget.widget_categories, .widget.widget_Archive) ul li:last-child a:hover {
  color: var(--yummy-primary-color);
}
:is(.widget.widget_categories, .widget.widget_Archive) select {
  margin-bottom: 0;
  border: 1px solid rgba(var(--yummy-primary-color-rgb), 0.2);
}
.widget.widget_tag_cloud a {
  background: var(--yummy-primary-color);
  border: 1px solid var(--yummy-primary-color);
  color: #fff !important;
  padding: 4px 12px;
  border-radius: 30px;
  font-size: 0.72222em !important;
  line-height: 1;
}
.widget.widget_tag_cloud a:hover {
  background: var(--yummy-secondary-color);
  border-color: var(--yummy-secondary-color);
}
.widget.widget_tag_cloud :is(.wp-block-tag-cloud,
.tagcloud) {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 12.5px;
  grid-row-gap: 20px;
}
.widget.widget_calendar .calendar_wrap {
  padding: 0;
  position: relative;
  background: var(--yummy-white-color);
  border: 1px solid rgba(var(--yummy-font-color-rgb), 0.05);
  overflow: hidden;
  border-radius: 4px;
}
.widget.widget_calendar .calendar_wrap .wp-calendar-nav .pad {
  display: none;
}
.widget.widget_calendar .calendar_wrap .wp-calendar-nav :is(.wp-calendar-nav-prev,
.wp-calendar-nav-next) {
  position: absolute;
  top: 12px;
  width: 20px;
  height: 20px;
  background-size: 15.75px 11.12px;
  background-repeat: no-repeat;
  background-position: center;
}
.widget.widget_calendar .calendar_wrap .wp-calendar-nav :is(.wp-calendar-nav-prev,
.wp-calendar-nav-next) a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
}
.widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev {
  left: 32px;
}
.widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next {
  right: 32px;
}
.widget.widget_calendar .calendar_wrap table {
  text-align: center;
  border-collapse: collapse;
  margin: 0;
}
.widget.widget_calendar .calendar_wrap table caption {
  font-size: 0.888em;
  line-height: 1.3;
  background: rgba(var(--yummy-primary-color-rgb), 0.1);
  padding: 12px;
  margin: 0 -22px;
}
.widget.widget_calendar .calendar_wrap table thead tr {
  border-bottom: 1px solid rgba(var(--yummy-font-color-rgb), 0.2);
}
.widget.widget_calendar .calendar_wrap table thead th {
  font-size: 0.777em;
  font-weight: normal;
  text-transform: uppercase;
}
.widget.widget_calendar .calendar_wrap table tbody td {
  font-size: 0.833em;
  color: rgba(var(--yummy-font-color-rgb), 0.9);
}
.widget.widget_calendar .calendar_wrap table tbody td a,
.widget.widget_calendar .calendar_wrap table tbody td span {
  color: var(--yummy-font-color);
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.widget.widget_calendar .calendar_wrap table tbody td a:hover {
  text-decoration: underline;
}
.widget.widget_calendar .calendar_wrap table tbody td#today {
  color: var(--yummy-primary-color);
}
.widget.widget_calendar .calendar_wrap table :is(td,
th) {
  padding: 5px !important;
  text-align: center;
}

:where(#secondary, #blog-sidebar, .footer-t) .widget:not(.widget_bttk_author_bio,
.widget_bttk_popular_post,
.widget_bttk_custom_categories,
.widget_bttk_pro_recent_post,
.widget_btif_instagram_widget,
.widget_bttk_image_text_widget,
.widget_bttk_description_widget,
.widget_top_rated_products,
.widget_products,
.dr-recipe-keys,
.widget_delicious_featured_recipes_widget,
.widget_delicious_recent_recipes_widget, .dr-categories,
.widget_delicious_popular_recipes_widget,
.widget_bttk_social_links,
.widget_bttk_contact_social_links,
.widget_nav_menu) ul {
  list-style: none;
  margin: 0;
}
:where(#secondary, #blog-sidebar, .footer-t) .widget:not(.widget_bttk_author_bio,
.widget_bttk_popular_post,
.widget_bttk_custom_categories,
.widget_bttk_pro_recent_post,
.widget_btif_instagram_widget,
.widget_bttk_image_text_widget,
.widget_bttk_description_widget,
.widget_top_rated_products,
.widget_products,
.dr-recipe-keys,
.widget_delicious_featured_recipes_widget,
.widget_delicious_recent_recipes_widget, .dr-categories,
.widget_delicious_popular_recipes_widget,
.widget_bttk_social_links,
.widget_bttk_contact_social_links,
.widget_nav_menu) ul li {
  color: rgba(var(--yummy-font-color-rgb), 1);
  padding-left: 0;
  list-style: none;
  margin-bottom: 15px;
}
:where(#secondary, #blog-sidebar, .footer-t) .widget:not(.widget_bttk_author_bio,
.widget_bttk_popular_post,
.widget_bttk_custom_categories,
.widget_bttk_pro_recent_post,
.widget_btif_instagram_widget,
.widget_bttk_image_text_widget,
.widget_bttk_description_widget,
.widget_top_rated_products,
.widget_products,
.dr-recipe-keys,
.widget_delicious_featured_recipes_widget,
.widget_delicious_recent_recipes_widget, .dr-categories,
.widget_delicious_popular_recipes_widget,
.widget_bttk_social_links,
.widget_bttk_contact_social_links,
.widget_nav_menu) ul li:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(var(--yummy-font-color-rgb), 0.05);
}
:where(#secondary, #blog-sidebar, .footer-t) .widget:not(.widget_bttk_author_bio,
.widget_bttk_popular_post,
.widget_bttk_custom_categories,
.widget_bttk_pro_recent_post,
.widget_btif_instagram_widget,
.widget_bttk_image_text_widget,
.widget_bttk_description_widget,
.widget_top_rated_products,
.widget_products,
.dr-recipe-keys,
.widget_delicious_featured_recipes_widget,
.widget_delicious_recent_recipes_widget, .dr-categories,
.widget_delicious_popular_recipes_widget,
.widget_bttk_social_links,
.widget_bttk_contact_social_links,
.widget_nav_menu) ul li:last-child {
  margin-bottom: 0;
}
:where(#secondary, #blog-sidebar, .footer-t) .widget:not(.widget_bttk_author_bio,
.widget_bttk_popular_post,
.widget_bttk_custom_categories,
.widget_bttk_pro_recent_post,
.widget_btif_instagram_widget,
.widget_bttk_image_text_widget,
.widget_bttk_description_widget,
.widget_top_rated_products,
.widget_products,
.dr-recipe-keys,
.widget_delicious_featured_recipes_widget,
.widget_delicious_recent_recipes_widget, .dr-categories,
.widget_delicious_popular_recipes_widget,
.widget_bttk_social_links,
.widget_bttk_contact_social_links,
.widget_nav_menu) ul li > a {
  position: relative;
  padding-left: 0px;
}
:where(#secondary, #blog-sidebar, .footer-t) .widget:not(.widget_bttk_author_bio,
.widget_bttk_popular_post,
.widget_bttk_custom_categories,
.widget_bttk_pro_recent_post,
.widget_btif_instagram_widget,
.widget_bttk_image_text_widget,
.widget_bttk_description_widget,
.widget_top_rated_products,
.widget_products,
.dr-recipe-keys,
.widget_delicious_featured_recipes_widget,
.widget_delicious_recent_recipes_widget, .dr-categories,
.widget_delicious_popular_recipes_widget,
.widget_bttk_social_links,
.widget_bttk_contact_social_links,
.widget_nav_menu) ul li a {
  color: rgba(var(--yummy-font-color-rgb), 1);
  font-size: 16px;
  display: inline-block;
  transition: all 0.3s ease;
  text-decoration: none;
}
:where(#secondary, #blog-sidebar, .footer-t) .widget:not(.widget_bttk_author_bio,
.widget_bttk_popular_post,
.widget_bttk_custom_categories,
.widget_bttk_pro_recent_post,
.widget_btif_instagram_widget,
.widget_bttk_image_text_widget,
.widget_bttk_description_widget,
.widget_top_rated_products,
.widget_products,
.dr-recipe-keys,
.widget_delicious_featured_recipes_widget,
.widget_delicious_recent_recipes_widget, .dr-categories,
.widget_delicious_popular_recipes_widget,
.widget_bttk_social_links,
.widget_bttk_contact_social_links,
.widget_nav_menu) ul li a:hover {
  color: rgba(var(--yummy-primary-color-rgb), 1);
}
:where(#secondary, #blog-sidebar, .footer-t) .widget:not(.widget_bttk_author_bio,
.widget_bttk_popular_post,
.widget_bttk_custom_categories,
.widget_bttk_pro_recent_post,
.widget_btif_instagram_widget,
.widget_bttk_image_text_widget,
.widget_bttk_description_widget,
.widget_top_rated_products,
.widget_products,
.dr-recipe-keys,
.widget_delicious_featured_recipes_widget,
.widget_delicious_recent_recipes_widget, .dr-categories,
.widget_delicious_popular_recipes_widget,
.widget_bttk_social_links,
.widget_bttk_contact_social_links,
.widget_nav_menu).widget_recent_entries .post-date {
  font-size: 14px;
  color: rgba(var(--yummy-font-color-rgb), 0.8);
}
:where(#secondary, #blog-sidebar, .footer-t) .widget:not(.widget_bttk_author_bio,
.widget_bttk_popular_post,
.widget_bttk_custom_categories,
.widget_bttk_pro_recent_post,
.widget_btif_instagram_widget,
.widget_bttk_image_text_widget,
.widget_bttk_description_widget,
.widget_top_rated_products,
.widget_products,
.dr-recipe-keys,
.widget_delicious_featured_recipes_widget,
.widget_delicious_recent_recipes_widget, .dr-categories,
.widget_delicious_popular_recipes_widget,
.widget_bttk_social_links,
.widget_bttk_contact_social_links,
.widget_nav_menu).widget_recent_comments ul li {
  position: relative;
  padding-left: 0px;
}
:where(#secondary, #blog-sidebar, .footer-t) .widget:not(.widget_bttk_author_bio,
.widget_bttk_popular_post,
.widget_bttk_custom_categories,
.widget_bttk_pro_recent_post,
.widget_btif_instagram_widget,
.widget_bttk_image_text_widget,
.widget_bttk_description_widget,
.widget_top_rated_products,
.widget_products,
.dr-recipe-keys,
.widget_delicious_featured_recipes_widget,
.widget_delicious_recent_recipes_widget, .dr-categories,
.widget_delicious_popular_recipes_widget,
.widget_bttk_social_links,
.widget_bttk_contact_social_links,
.widget_nav_menu).widget_recent_comments ul li > a::before {
  content: none;
}
:where(#secondary, #blog-sidebar, .footer-t) .widget_nav_menu ul {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 20px;
  flex-direction: column;
}
:where(#secondary, #blog-sidebar, .footer-t) .widget_nav_menu ul li {
  display: inline-block;
  color: rgba(var(--yummy-font-color-rgb), 1);
  list-style: none;
}
:where(#secondary, #blog-sidebar, .footer-t) .widget_nav_menu ul li .submenu-toggle-btn {
  display: none;
}
:where(#secondary, #blog-sidebar, .footer-t) .widget_nav_menu ul li ul {
  margin-left: 20px;
}
:where(#secondary, #blog-sidebar, .footer-t) .widget_nav_menu ul a {
  font-size: 0.88em;
  display: inline-block;
  transition: all 0.3s ease;
  text-decoration: none;
}
:where(#secondary, #blog-sidebar, .footer-t) .widget .cat-links a {
  position: relative;
}
:where(#secondary, #blog-sidebar, .footer-t) .widget .cat-links a:hover {
  color: var(--yummy-heading-color);
}
:where(#secondary, #blog-sidebar, .footer-t) .widget .cat-links a:hover::before {
  background-color: currentColor;
}
:where(#secondary, #blog-sidebar, .footer-t) .widget .cat-links a + a {
  margin-left: 10px;
  padding-left: 12px;
}
:where(#secondary, #blog-sidebar, .footer-t) .widget .cat-links a + a::before {
  content: "";
  position: absolute;
  top: 8.5px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: currentcolor;
  opacity: 0.4;
  transition: all 0.234s ease-in-out;
}
:where(#secondary, #blog-sidebar, .footer-t) .widget_media_image a {
  display: block;
}

:is(#secondary,
#blog-sidebar) .widget_nav_menu ul li {
  padding: 0;
}
:is(#secondary,
#blog-sidebar) .widget_nav_menu ul li:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
:is(#secondary,
#blog-sidebar) .widget_nav_menu ul li .submenu-toggle-btn {
  display: none;
}
:is(#secondary,
#blog-sidebar) .widget_nav_menu ul li ul {
  border-top: 1px solid rgba(var(--yummy-font-color-rgb), 0.05);
  margin-top: 15px;
  padding-top: 15px;
}
:is(#secondary,
#blog-sidebar) .widget_nav_menu ul a {
  color: rgba(var(--yummy-font-color-rgb), 1);
}
:is(#secondary,
#blog-sidebar) .widget_nav_menu ul a:hover {
  color: rgba(var(--yummy-primary-color-rgb), 1);
}

.footer-t .widget_nav_menu ul li {
  padding: 0;
}
.footer-t .widget_nav_menu ul li:not(:last-child) {
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.footer-t .widget_nav_menu ul li ul {
  margin-top: 8px;
  padding-top: 8px;
}
.footer-t .widget_nav_menu ul li a {
  font-size: 0.889em;
  line-height: 1.75;
}

.widget-sticky .widget-area .widget:last-child {
  transition: top ease 0.35s;
  position: sticky;
  top: 0;
}

.widget .wp-tag-cloud a {
  padding: 4px 12px !important;
  background: var(--yummy-primary-color);
  color: #fff !important;
}
.widget .wp-tag-cloud a:hover {
  background: var(--yummy-secondary-color);
  border-color: var(--yummy-secondary-color);
}

.wp-block-social-links li {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0 !important;
}
.wp-block-social-links li a {
  padding: 4px !important;
  line-height: 0 !important;
  font-size: 1.1em !important;
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor {
  color: currentColor !important;
  fill: currentColor;
}

.wp-block-tag-cloud .tag-cloud-link {
  background: var(--yummy-primary-color);
  border: 1px solid var(--yummy-primary-color);
  border-radius: 30px;
  font-size: 0.72222em !important;
  line-height: 1;
  padding: 4px 12px !important;
  color: #fff !important;
}
.wp-block-tag-cloud .tag-cloud-link:hover {
  background: var(--yummy-secondary-color);
  border-color: var(--yummy-secondary-color);
  text-decoration: none !important;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  display: inline-block;
  margin-left: 0 !important;
}

.widget-area .widget_delicious_popular_recipes_widget .dr-mst-pop-fig img {
  transition: 0.3s;
}
.widget-area .widget_delicious_popular_recipes_widget .dr-mst-pop-fig img:hover {
  opacity: 0.7;
}

/* Media  */
:is(.page-content, .entry-content, .comment-content) .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* scroll up */
.back-to-top {
  background: var(--yummy-primary-color);
  border-radius: 100%;
  border: 0;
  position: fixed;
  bottom: 0%;
  right: 50px;
  min-width: 35px;
  padding: 13px;
  min-height: auto;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.234s ease-in-out;
}
.back-to-top svg {
  display: inline-block;
  width: var(--yummy-scroll-to-top-size);
  height: var(--yummy-scroll-to-top-size);
}
.back-to-top svg path {
  fill: var(--yummy-white-color);
}
.back-to-top:hover {
  background: var(--yummy-heading-color);
}
.back-to-top.active {
  bottom: 4%;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .back-to-top.active {
    bottom: 3%;
  }
}

/* scroll bar */
/*   ==================================================
    BreadCrumbs
    ================================================== */
.breadcrumb-wrapper {
  padding: 10px 0;
}
.breadcrumb-wrapper > div {
  font-size: 0.78em;
}
.breadcrumb-wrapper > div a {
  text-decoration: none;
  color: var(--yummy-heading-color);
}
.breadcrumb-wrapper > div a:hover {
  color: var(--yummy-primary-color);
}
.breadcrumb-wrapper > div .separator {
  display: inline-flex;
  margin-left: 9px;
  align-items: center;
}
.breadcrumb-wrapper > div .separator svg {
  width: 10px;
  fill: var(--yummy-heading-color);
}
.breadcrumb-wrapper > div > span {
  color: var(--yummy-heading-color);
  display: inline-flex;
  opacity: 0.75;
}
.breadcrumb-wrapper > div > span:last-child {
  color: var(--yummy-heading-color);
  opacity: 1;
}
.breadcrumb-wrapper > div > span:last-child a {
  color: inherit;
  pointer-events: none;
  opacity: 1;
}
.breadcrumb-wrapper > div > span:last-child a:hover {
  text-decoration: underline;
}
.breadcrumb-wrapper > div > span + span {
  margin-left: 10px;
}

/*   ==================================================
              BreadCrumbs
    ================================================== */
/* Captions */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

:is(.wp-block-image) :is(.alignleft > figcaption, .alignright > figcaption, .aligncenter > figcaption) {
  display: block;
}

.wp-block-image .alignleft > figcaption {
  text-align: left;
}

.wp-block-image .alignright > figcaption {
  text-align: right;
}

.wp-block-image figcaption {
  color: rgba(var(--yummy-font-color-rgb), 0.4);
}

.wp-block-image .aligncenter > figcaption {
  text-align: center;
}

.wp-caption-text {
  text-align: center;
}

.dropcap {
  position: absolute;
  top: -82px;
  left: -30px;
  font-weight: 600;
  font-size: 8em;
  color: #F0F0F0;
  z-index: -1;
}

/* Galleries  */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 100%;
  margin: 0;
}
.gallery-item .gallery-icon.landscape {
  height: 100%;
}
.gallery-item a {
  display: block;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

.admin-bar .fancybox-toolbar {
  top: 30px;
}

@media only screen and (min-width: 880px) {
  .has-sticky-nav.mfp-zoom-out-cur .mfp-iframe-holder .mfp-close, .has-sticky-nav.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    right: 25px;
    top: 90px;
  }
}
@media only screen and (min-width: 1100px) {
  .has-sticky-nav.mfp-zoom-out-cur .mfp-iframe-holder .mfp-close, .has-sticky-nav.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    right: -50px;
    top: 80px;
  }
}

/* Blog Layout
--------------------------------------------- */
:is(.page .content-wrapper .entry-header,
.archive:not(.woocommerce-page) .page-header-img-wrap .page-header,
.blog .page-header-img-wrap .page-header) {
  padding: 0;
  margin-bottom: 40px;
}

:is(.blog,
.home,
.archive:not(.woocommerce-page),
.search-results).blog-layout-one .content-area .site-main article .post-thumbnail .svg-holder .fallback-svg {
  width: 100%;
}
:is(.blog,
.home,
.archive:not(.woocommerce-page),
.search-results).full-width:not(.tax-recipe-course, .tax-recipe-key, .blog-layout-one, .blog-layout-four, .blog-layout-five, .blog-layout-six, .blog-layout-seven) .site-content .content-area .navigation.pagination,
:is(.blog,
.home,
.archive:not(.woocommerce-page),
.search-results).full-width:not(.tax-recipe-course, .tax-recipe-key, .blog-layout-one, .blog-layout-four, .blog-layout-five, .blog-layout-six, .blog-layout-seven) .site-content .content-area .site-main {
  max-width: var(--yummy-centered-maxwidth);
  margin-left: auto;
  margin-right: auto;
}
:is(.blog,
.home,
.archive:not(.woocommerce-page),
.search-results).full-width:not(.tax-recipe-course, .tax-recipe-key, .blog-layout-one, .blog-layout-four, .blog-layout-five, .blog-layout-six, .blog-layout-seven) .site-content .content-area #load-posts {
  text-align: center;
}
:is(.blog,
.home,
.archive:not(.woocommerce-page),
.search-results).full-width:not(.tax-recipe-course, .tax-recipe-key, .blog-layout-one, .blog-layout-four, .blog-layout-five, .blog-layout-six, .blog-layout-seven) .site-content .content-area .navigation.pagination {
  justify-content: center;
}

.recipe-archive {
  margin-top: 40px;
}

:is(body.home.blog .site-content .page-grid,
body:not(.home) .site-content .page-grid) {
  padding: 40px 0 0;
}

.content-area {
  min-width: 0px;
}

:is(.leftsidebar,
.rightsidebar) .page-grid #secondary {
  margin-top: 75px;
}
@media screen and (min-width: 992px) {
  :is(.leftsidebar,
  .rightsidebar) .page-grid {
    flex-direction: row;
  }
  :is(.leftsidebar,
  .rightsidebar) .page-grid .content-area {
    flex: auto;
  }
  :is(.leftsidebar,
  .rightsidebar) .page-grid #secondary {
    flex: 0 0 var(--yummy-sidebar-width);
    max-width: var(--yummy-sidebar-width);
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  :is(.leftsidebar,
  .rightsidebar) .page-grid {
    grid-gap: 35px;
  }
}
@media screen and (min-width: 1200px) {
  :is(.leftsidebar,
  .rightsidebar) .page-grid {
    grid-gap: 78px;
  }
}

@media screen and (min-width: 992px) {
  .leftsidebar .page-grid {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 992px) {
  .full-width:not(.home, .blog):not(.single-post) .page-grid {
    flex-direction: column;
  }
}
.full-width:not(.home, .blog).centered .post-thumbnail {
  text-align: center;
}

/* Single Post & page */
.single .entry-header + .advertisement-single {
  margin-top: 0;
}
.single .advertisement-single {
  margin-top: 40px;
  text-align: center;
}
.single .advertisement-single + .article-wrapper,
.single .advertisement-single + .content-wrap {
  margin-top: 40px;
}
:is(.single.leftsidebar, .single.rightsidebar) .site-main .popular-posts,
:is(.single.leftsidebar, .single.rightsidebar) .site-main .related-posts,
:is(.single.leftsidebar, .single.rightsidebar) .site-main .additional-post {
  max-width: 100%;
}
:is(.single.leftsidebar, .single.rightsidebar) .site-main .post .entry-header {
  text-align: start;
}
.single .site-content article .entry-title {
  font-size: 1.666em;
  margin: 16px 0;
}
@media screen and (min-width: 992px) {
  .single .site-content article .entry-title {
    font-size: 2.875em;
  }
}
.single .site-content article .entry-header {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .single .site-content article .entry-header {
    text-align: center;
  }
}
.single .site-content article .entry-header + .post-thumbnail {
  margin: 32px 0;
  text-align: center;
}
.single .site-content article .single-page-header + .content-wrap {
  margin-top: 30px;
}
.single.post-layout-one .page-header {
  margin-bottom: 0;
}
.single.post-layout-one .page-header .breadcrumb-wrapper {
  position: relative;
}
.single.post-layout-one .page-grid .site-main article .entry-title {
  line-height: 1.2;
  margin-top: 13px;
}
.single.post-layout-one .page-grid .site-main article .post-thumbnail {
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .single.post-layout-one .page-grid .site-main article .post-thumbnail {
    margin-bottom: 60px;
  }
}
.single.post-layout-one .page-grid .site-main article.no-thumbnail .entry-header {
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .single.post-layout-one .page-grid .site-main article.no-thumbnail .entry-header {
    margin-bottom: 60px;
  }
}
.single.post-layout-one .page-grid .site-main article .article-wrapper {
  position: relative;
}
.single.post-layout-one .advertisement-single + .entry-content {
  margin-top: 30px;
}
.single.full-width.centered .site-main .entry-content {
  max-width: var(--yummy-centered-maxwidth);
  margin-left: auto;
  margin-right: auto;
}
.single :is(.popular-posts,
.related-posts,
.additional-post) {
  margin: 60px auto 0;
}
.single .author-signature {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  grid-row-gap: 1em;
  grid-column-gap: 2em;
  flex-direction: column;
  width: 100%;
  margin-top: 45px;
}
.single .author-signature .yummy-networks {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0;
  opacity: 0.8;
}
.single .author-signature .yummy-networks li {
  margin: 5px;
  padding-left: 0;
}
.single .author-signature .yummy-networks li::before {
  content: none;
}
.single .author-signature .yummy-networks li a {
  display: inline-block;
  line-height: 1.3;
  padding: 5px 7px;
  text-decoration: none;
  color: var(--yummy-font-color);
  font-size: 16px;
}
.single .author-signature .yummy-networks li a:hover {
  color: var(--yummy-primary-color);
}
.single .author-signature.center {
  text-align: center;
  justify-content: center;
  align-items: center;
}
.single .author-signature.right {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
}

:is(.page,
.single) .entry-footer {
  margin-top: 50px;
}
:is(.page,
.single) .entry-footer .tags > span {
  font-size: 1em;
}
:is(.page,
.single) .entry-footer .tags a {
  background-color: rgba(var(--yummy-heading-color-rgb), 0.08);
  padding: 5px 15px;
  color: var(--yummy-heading-color);
  font-size: 0.888em;
  display: inline-block;
  margin: 0 5px 10px 5px;
  font-family: var(--yummy-primary-font);
}
:is(.page,
.single) .entry-footer .tags a:hover {
  background-color: var(--yummy-primary-color);
  color: var(--yummy-white-color);
}

.related-posts .title {
  text-align: left;
  position: relative;
  margin-bottom: 32px;
  font-size: 1.5em;
}
@media screen and (min-width: 768px) {
  .related-posts .title {
    font-size: 1.75em;
  }
}
.related-posts .article-wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .related-posts .article-wrap {
    margin: -15px -15px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.related-posts .post {
  padding: 15px 0;
}
.related-posts .post .post-thumbnail {
  display: block;
  margin-bottom: 24px;
  text-align: center;
}
.related-posts .post .entry-header {
  text-align: center;
  margin: 0 auto;
}
.related-posts .post .entry-header .entry-title {
  font-size: 1em;
  margin: 16px 0 8px;
}
.related-posts .post .item-footer {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .related-posts .post {
    padding: 15px;
    flex: 0 0 calc(100% / var(--yummy-posts-row, 3));
    max-width: calc(100% / var(--yummy-posts-row, 3));
  }
}

.page:not(.home, .blog).full-width:not(.woocommerce-account, .woocommerce-checkout, .woocommerce-cart, .error404).centered .page-header .page-title,
.page:not(.home, .blog).full-width:not(.woocommerce-account, .woocommerce-checkout, .woocommerce-cart, .error404).centered .content-area .site-main article.page {
  max-width: var(--yummy-centered-maxwidth);
  margin-left: auto;
  margin-right: auto;
}
.page:not(.home, .blog) article .post-thumbnail {
  margin-bottom: 30px;
}
.page:not(.home, .blog) article .entry-header[data-alignment=center] {
  text-align: center;
}
.page:not(.home, .blog) article .entry-header[data-alignment=left] {
  text-align: left;
}
.page:not(.home, .blog) article .entry-header[data-alignment=right] {
  text-align: right;
}

:is(.single-post.leftsidebar, .single-post.rightsidebar, .single-post.full-width) .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper .container {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  :is(.single-post.leftsidebar, .single-post.rightsidebar, .single-post.full-width) .content-area .newsletter-section {
    padding: 60px 40px;
  }
  :is(.single-post.leftsidebar, .single-post.rightsidebar, .single-post.full-width) .content-area .newsletter-section .text-holder {
    text-align: center;
  }
  :is(.single-post.leftsidebar, .single-post.rightsidebar, .single-post.full-width) .content-area .newsletter-section .text-holder h3 {
    display: inline-block;
  }
  :is(.single-post.leftsidebar, .single-post.rightsidebar, .single-post.full-width) .content-area .newsletter-section form > label {
    justify-content: center;
  }
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* accessibility  */
:is(.keyboard-nav-on .site :is(input,
a,
button,
textarea,
select):active, .keyboard-nav-on .site :is(input,
a,
button,
textarea,
select):focus, .keyboard-nav-on .site :is(input,
a,
button,
textarea,
select):hover) {
  outline: #000 dashed 3px !important;
}
.keyboard-nav-on .site .sticky-header {
  display: none;
}
.keyboard-nav-on .site .sticky-header.is-sticky {
  display: block;
}

:is(.site p a,
.textwidget a) {
  text-decoration: underline;
}

/* Animations */
body:not(.elementor-editor-active) {
  /* zoom out */
}
body:not(.elementor-editor-active) [class*=animations] {
  transition-property: opacity, transform, filter;
  transition-duration: 1s;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  opacity: 0;
}
body:not(.elementor-editor-active) .slide-up-fade-in-animations.animate {
  transform-origin: 50% 50%;
  animation-timing-function: ease;
  animation-name: slide-up-fade-in;
}
body:not(.elementor-editor-active) .slide-down-fade-in-animations.animate {
  transform-origin: 50% 50%;
  animation-timing-function: ease;
  animation-name: slide-down-fade-in;
}
body:not(.elementor-editor-active) .slide-left-fade-in-animations.animate {
  transform-origin: 50% 50%;
  animation-timing-function: ease;
  animation-name: slide-left-fade-in;
}
body:not(.elementor-editor-active) .slide-right-fade-in-animations.animate {
  transform-origin: 50% 50%;
  animation-timing-function: ease;
  animation-name: slide-right-fade-in;
}
body:not(.elementor-editor-active) .clipIn.animate {
  animation: clipIn;
  transition-duration: 0.75s;
  transition-delay: 0.5s;
  animation-duration: 0.75s;
  transition-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
body:not(.elementor-editor-active) .preClip {
  clip-path: ellipse(0% 100% at 0 0);
  -webkit-clip-path: ellipse(0% 100% at 0 0);
  transition-property: clip-path, -webkit-clip-path;
  transform: translatez(0);
}
@keyframes slide-up-fade-in {
  0% {
    opacity: 0;
    filter: blur(5px);
    transform: translate(0px, 40px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate(0px, 0px);
  }
}
@keyframes slide-down-fade-in {
  0% {
    opacity: 0;
    transform: translate(0px, -40px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@keyframes slide-left-fade-in {
  0% {
    opacity: 0;
    filter: blur(5px);
    transform: translate(-40px, 0px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate(0px, 0px);
  }
}
@keyframes slide-right-fade-in {
  0% {
    opacity: 0;
    filter: blur(5px);
    transform: translate(40px, 0px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate(0px, 0px);
  }
}
@keyframes clipIn {
  0% {
    filter: blur(5px);
    clip-path: polygon(0 0, 10% 0, 0% 100%, 0% 100%);
  }
  100% {
    filter: blur(0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
body:not(.elementor-editor-active) .flip-left-animations.animate {
  transform: perspective(2500px) rotate(0);
  backface-visibility: hidden;
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-name: flip-left;
}
body:not(.elementor-editor-active) .flip-right-animations.animate {
  transform: perspective(2500px) rotate(0);
  backface-visibility: hidden;
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-name: flip-right;
}
body:not(.elementor-editor-active) .flip-up-animations.animate {
  transform: perspective(2500px) rotate(0);
  backface-visibility: hidden;
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-name: flip-up;
}
body:not(.elementor-editor-active) .flip-down-animations.animate {
  transform: perspective(2500px) rotate(0);
  backface-visibility: hidden;
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-name: flip-down;
}
@keyframes flip-left {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: perspective(2500px) rotateY(-100deg);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: perspective(2500px) rotateY(0);
  }
}
@keyframes flip-right {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: perspective(2500px) rotateY(100deg);
  }
  to {
    opacity: 1;
    filter: blur(0px);
    transform: perspective(2500px) rotateY(0);
  }
}
@keyframes flip-up {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: perspective(2500px) rotateX(-100deg);
  }
  to {
    opacity: 1;
    filter: blur(0px);
    transform: perspective(2500px) rotateX(0);
  }
}
@keyframes flip-down {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: perspective(2500px) rotateX(100deg);
  }
  to {
    opacity: 1;
    filter: blur(0px);
    transform: perspective(2500px) rotateX(0);
  }
}
body:not(.elementor-editor-active) .zoom-in-animations.animate {
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-name: zoom-in;
}
body:not(.elementor-editor-active) .zoom-out-animations.animate {
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-name: zoom-out;
}
body:not(.elementor-editor-active) .zoom-in-up-animations.animate {
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-name: zoom-in-up;
}
body:not(.elementor-editor-active) .zoom-in-down-animations.animate {
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-name: zoom-in-down;
}
body:not(.elementor-editor-active) .zoom-in-right-animations.animate {
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-name: zoom-in-right;
}
body:not(.elementor-editor-active) .zoom-in-left-animations.animate {
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-name: zoom-in-left;
}
body:not(.elementor-editor-active) .zoom-out-up-animations.animate {
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-name: zoom-out-up;
}
body:not(.elementor-editor-active) .zoom-out-down-animations.animate {
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-name: zoom-out-down;
}
body:not(.elementor-editor-active) .zoom-out-right-animations.animate {
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-name: zoom-out-right;
}
body:not(.elementor-editor-active) .zoom-out-left-animations.animate {
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-name: zoom-out-left;
}
@keyframes zoom-in {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: scale(0.6);
  }
  to {
    opacity: 1;
    filter: blur(0px);
    transform: translateZ(0) scale(1);
  }
}
@keyframes zoom-out {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: scale(1.2);
  }
  to {
    opacity: 1;
    filter: blur(0px);
    transform: translateZ(0) scale(1);
  }
}
@keyframes zoom-in-up {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: translate3d(0, 100px, 0) scale(0.6);
  }
  to {
    opacity: 1;
    filter: blur(0px);
    transform: translateZ(0) scale(1);
  }
}
@keyframes zoom-in-down {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: translate3d(0, -100px, 0) scale(0.6);
  }
  to {
    opacity: 1;
    filter: blur(0px);
    transform: translateZ(0) scale(1);
  }
}
@keyframes zoom-in-left {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: translate3d(100px, 0, 0) scale(0.6);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateZ(0) scale(1);
  }
}
@keyframes zoom-in-right {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }
  to {
    opacity: 1;
    filter: blur(0px);
    transform: translateZ(0) scale(1);
  }
}
@keyframes zoom-out-up {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: translate3d(0, 100px, 0) scale(1.2);
  }
  to {
    opacity: 1;
    filter: blur(0px);
    transform: translateZ(0) scale(1);
  }
}
@keyframes zoom-out-down {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: translate3d(0, -100px, 0) scale(1.2);
  }
  to {
    opacity: 1;
    filter: blur(0px);
    transform: translateZ(0) scale(1);
  }
}
@keyframes zoom-out-left {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: translate3d(100px, 0, 0) scale(1.2);
  }
  to {
    opacity: 1;
    filter: blur(0px);
    transform: translateZ(0) scale(1);
  }
}
@keyframes zoom-out-right {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }
  to {
    opacity: 1;
    filter: blur(0px);
    transform: translateZ(0) scale(1);
  }
}

/*==========================================
Footer
==========================================*/
.footer-info-section {
  background-color: var(--yummy-section-bg-color);
  padding: 56px 0;
}
@media screen and (min-width: 768px) {
  .footer-info-section {
    padding: 0;
  }
}
.footer-info-section .footer-info-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer-info-section .footer-info-wrapper {
    flex-direction: row;
  }
}
.footer-info-section .footer-info-wrapper .grid-item {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
.footer-info-section .footer-info-wrapper .grid-item:not(:last-child) {
  padding: 0 0 50px 0;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(var(--yummy-primary-color-rgb), 0.2);
}
@media screen and (min-width: 768px) {
  .footer-info-section .footer-info-wrapper .grid-item:not(:last-child) {
    border-bottom: 0;
    border-right: 1px solid rgba(var(--yummy-primary-color-rgb), 0.2);
    margin-bottom: 0;
    padding: 40px 30px 40px 0;
    margin-right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-info-section .footer-info-wrapper .grid-item:not(:last-child) {
    padding: 40px 54px 40px 0;
    margin-right: 54px;
  }
}
.footer-info-section .footer-info-wrapper .grid-item__contact-info .footer-label,
.footer-info-section .footer-info-wrapper .grid-item__contact-info .footer-data {
  display: block;
}
.footer-info-section .footer-info-wrapper .grid-item__contact-info .footer-label {
  color: rgba(var(--yummy-heading-color-rgb), 0.7);
}
.footer-info-section .footer-info-wrapper .grid-item__contact-info .footer-data {
  margin-top: 5px;
  font-size: 1.25em;
  color: var(--yummy-heading-color);
}
.footer-info-section .footer-info-wrapper .grid-item__contact-info .footer-data a {
  color: inherit;
  font-family: inherit;
}
.footer-info-section .footer-info-wrapper .grid-item__contact-info .footer-data a:hover {
  color: var(--yummy-primary-color);
}

.site-footer {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .site-footer {
    margin-top: 100px;
  }
}
.site-footer .footer-t {
  padding: 44px 0 60px;
  background-color: var(--yummy-foot-bg-color);
}
@media screen and (min-width: 768px) {
  .site-footer .footer-t {
    padding: 80px 0;
  }
}
.site-footer .footer-t .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  grid-gap: 30px;
  margin: 0;
}
.site-footer .footer-t .grid .col ul {
  margin-left: 0;
}
.site-footer .footer-t .grid .col .widget-title {
  color: var(--yummy-white-color);
}
.site-footer .footer-t .grid .col .widget_btif_instagram_widget .profile-link {
  border: 1px solid var(--yummy-foot-text-color);
  color: var(--yummy-foot-text-color);
}
.site-footer .footer-t .grid .col .widget_btif_instagram_widget .profile-link svg {
  fill: var(--yummy-foot-text-color);
}
.site-footer .footer-t .grid .col .widget_btif_instagram_widget .profile-link:hover {
  border: 1px solid var(--yummy-primary-color);
  background-color: var(--yummy-primary-color);
}
.site-footer .footer-b {
  background-color: var(--yummy-foot-bg-color);
}
.site-footer .footer-b .footer-bottom-t {
  --border-color: rgb(from var(--yummy-foot-text-color) r g b / 0.1);
  border-top: 1px solid var(--border-color);
  padding: 10px 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.site-footer .footer-b .footer-bottom-t .footer-navigation {
  width: 100%;
}
.site-footer .footer-b .footer-bottom-t .footer-navigation .nav-menu {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .site-footer .footer-b .footer-bottom-t {
    flex-wrap: nowrap;
  }
  .site-footer .footer-b .footer-bottom-t .footer-navigation {
    width: auto;
  }
}
.site-footer .footer-b .site-info {
  font-size: 0.889em;
  line-height: 1.75;
  text-align: center;
  color: var(--yummy-foot-text-color);
  padding: 16px 0;
}
.site-footer .footer-b .site-info a,
.site-footer .footer-b .site-info .copyright a,
.site-footer .footer-b .site-info .author-link a,
.site-footer .footer-b .site-info .wp-link a {
  color: var(--yummy-foot-text-color);
  opacity: 0.8;
  text-decoration: none;
}
.site-footer .footer-b .site-info a:hover,
.site-footer .footer-b .site-info .copyright a:hover,
.site-footer .footer-b .site-info .author-link a:hover,
.site-footer .footer-b .site-info .wp-link a:hover {
  opacity: 1;
  color: var(--yummy-primary-color);
}
.site-footer .footer-b .site-info .privacy-policy-link {
  border-left: 1px solid #5c5c5c;
  padding-left: 10px;
  margin-left: 10px;
  color: var(--yummy-foot-text-color);
}
.site-footer .footer-b .site-info .privacy-policy-link:hover {
  color: var(--yummy-primary-color);
}
.site-footer .footer-b .nav-menu {
  flex-direction: row;
}
.site-footer + .instagram-section {
  margin-top: 0;
}
.site-footer .dr-category .cat-name {
  color: var(--yummy-font-color) !important;
}

.instagram-section {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .instagram-section {
    margin-top: 100px;
  }
}
.instagram-section + .site-footer {
  margin-top: 0;
}

.site-footer .widget_block .wp-block-latest-comments li .wp-block-latest-comments__comment-meta,
.site-footer .grid .col .widget:not(.widget_calendar) th,
.site-footer .grid .col .widget td,
.site-footer .grid .col .widget caption,
.site-footer .grid .col .widget p,
.site-footer .grid .col .widget:not(.widget_blossomthemes_email_newsletter_widget, .widget_blossom_custom_categories, .widget_calendar) span:not(.dr-cat-count),
.site-footer .grid .col .widget h1,
.site-footer .grid .col .widget h2,
.site-footer .grid .col .widget:not(.widget_blossomthemes_email_newsletter_widget, .widget_blossom_custom_categories, .widget_calendar) h3,
.site-footer .grid .col .widget h4,
.site-footer .grid .col .widget h5,
.site-footer .grid .col .widget h6,
.site-footer .grid .col .widget strong,
.site-footer .grid .col .widget i,
.site-footer .grid .col .widget li,
.site-footer .grid .col .widget:not(.widget_blossomthemes_email_newsletter_widget, .widget_blossom_custom_categories, .widget_calendar) div,
.widget_bttk_icon_text_widget .rtc-itw-holder .rtc-itw-inner-holder .icon-holder {
  color: var(--yummy-foot-text-color);
}

.site-footer select {
  color: #9b9b9b;
}

:is(.site-footer) :is(.widget_block .wp-block-latest-comments li .wp-block-latest-comments__comment-meta,
.grid .col .widget:not(.widget_calendar) th,
.grid .col .widget td,
.grid .col .widget caption,
.grid .col .widget p,
.grid .col .widget:not(.widget_blossomthemes_email_newsletter_widget, .widget_blossom_custom_categories, .widget_calendar) span,
.grid .col .widget strong,
.footer-t .widget_bttk_icon_text_widget .rtc-itw-holder .rtc-itw-inner-holder .icon-holder) {
  font-size: 0.889em;
  line-height: 1.75;
}

.site-footer .footer-b :is(.footer-bottom-t, .footer-bottom-right) :is(.nav-menu, .social-networks) > li:hover > a {
  color: var(--yummy-primary-color);
}

.site-footer .footer-t .grid .col .widget .widget-title {
  color: var(--yummy-widget-title-color);
}

:is(.site-footer .widget) :is(.blossomthemes-email-newsletter-wrapper::before, .blossomthemes-email-newsletter-wrapper::after) {
  background-color: var(--yummy-foot-bg-color);
}

:is(.footer-t .grid .col .widget:not(.widget_blossomthemes_email_newsletter_widget, .widget_blossom_image_text_widget, .widget_blossom_custom_categories, .widget_calendar) a:not(.btn-cta, .btn-tertiary, .btn-primary, .btn-secondary, .readmore, .profile-link), .footer-b .footer-bottom-right .footer-navigation .nav-menu > li > a) {
  color: var(--yummy-foot-text-color);
}
:is(.footer-t .grid .col .widget:not(.widget_blossomthemes_email_newsletter_widget, .widget_blossom_image_text_widget, .widget_blossom_custom_categories, .widget_calendar) a:not(.btn-cta, .btn-tertiary, .btn-primary, .btn-secondary, .readmore, .profile-link), .footer-b .footer-bottom-right .footer-navigation .nav-menu > li > a):hover {
  opacity: 0.7;
}

:is(.site-footer .footer-t .grid .col .social-profile li a,
.site-footer .footer-t .grid .col .social-networks li a) {
  border-color: var(--yummy-foot-text-color);
  color: var(--yummy-primary-color);
}

:is(.site-footer .footer-t .grid .col) :is(.social-profile li a svg path, .social-profile li a svg, .social-networks li a svg path, .social-networks li a svg) {
  fill: var(--yummy-foot-text-color);
}

:is(.site-footer .grid .col) :is(.social-profile li a:hover, .social-networks li a:hover) {
  border-color: var(--yummy-primary-color);
}

.footer-disclosure {
  background: var(--yummy-bg-color);
  padding: 20px 0;
}
.footer-disclosure p {
  color: var(--yummy-text-color);
  font-size: var(--yummy-font-size);
  text-align: center;
  margin-bottom: 0;
}

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

@media screen and (min-width: 64em) {
  .entry-content blockquote.alignleft, .entry-content blockquote.alignright {
    width: 52%;
  }
}
@media screen and (max-width: 64em) {
  .entry-content blockquote.alignleft, .entry-content blockquote.alignright {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.wp-caption {
  margin: 50px 0;
}
.wp-caption figcaption {
  color: rgba(var(--yummy-font-color-rgb), 0.5);
  font-size: 0.833em;
}

ul.social-list,
ul.author-socicons,
.yummy-networks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  grid-gap: 20px;
  flex-wrap: wrap;
}
ul.social-list a,
ul.author-socicons a,
.yummy-networks a {
  color: #d58a51;
  display: block;
}
ul.social-list a svg,
ul.author-socicons a svg,
.yummy-networks a svg {
  height: 1.1em;
}
ul.social-list a svg,
ul.author-socicons a svg,
.yummy-networks a svg {
  fill: currentColor;
}
ul.social-list a svg path,
ul.author-socicons a svg path,
.yummy-networks a svg path {
  fill: currentColor;
}
ul.social-list a:hover,
ul.author-socicons a:hover,
.yummy-networks a:hover {
  opacity: 0.6;
}
ul.social-list a:hover svg,
ul.author-socicons a:hover svg,
.yummy-networks a:hover svg {
  fill: currentColor;
}
ul.social-list a:hover svg path,
ul.author-socicons a:hover svg path,
.yummy-networks a:hover svg path {
  fill: currentColor;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.skip-link,
.skip-link:hover,
.skip-link:visited {
  position: absolute;
  top: -999px;
  left: 20px;
  background: #f7f7f7;
  border: 1px solid rgba(var(--yummy-black-color-rgb), 0.1);
  font-size: 0.8888em;
  font-weight: 600;
  padding: 10px 20px;
  color: var(--yummy-black-color);
  border-radius: 5px;
  box-shadow: 0 2px 20px rgba(var(--yummy-black-color-rgb), 0.1);
  z-index: 999;
  text-decoration: none;
  transition: none;
}

label {
  line-height: 1.5;
}

:is(.single-recipe,
.single-post) .related-posts {
  --yummy-posts-row: 1;
}
@media screen and (min-width: 768px) {
  :is(.single-recipe,
  .single-post) .related-posts {
    --yummy-posts-row: 2 ;
  }
}
@media screen and (min-width: 992px) {
  :is(.single-recipe,
  .single-post) .related-posts {
    --yummy-posts-row: 4 ;
  }
}

.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  grid-gap: 15px;
}
:is(.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev) {
  background: none !important;
  display: block;
  width: 45px;
  height: 45px;
  background-color: var(--yummy-white-color) !important;
  border: 0 !important;
  border-radius: 50%;
  transition: all 0.3s ease;
  background-size: 17px 17px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  font-size: 0;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.04);
}
@media screen and (min-width: 768px) {
  :is(.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev) {
    width: 48px;
    height: 48px;
    background-size: 19px 19px;
  }
}
:is(.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev).disabled {
  pointer-events: none;
  opacity: 0.5;
}
:is(.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev):hover {
  background-color: var(--yummy-primary-color) !important;
}
.owl-carousel .owl-nav button svg {
  vertical-align: middle;
  display: none;
}
.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  grid-gap: 15px;
}
.owl-carousel .owl-dots .owl-dot {
  display: block;
  width: 11px;
  height: 11px;
  background: var(--yummy-primary-color);
  transition: all 0.3s ease;
  border-radius: 0;
  transform: rotate(45deg);
  opacity: 0.1;
}
.owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot.active {
  opacity: 1;
}

.section-subtitle {
  max-width: 100%;
  display: inline-block;
  font-size: 1.1em;
  margin-top: 16px;
}

.page-title {
  font-size: 2em;
  line-height: 1.3;
  margin: 0;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .page-title {
    font-size: 2.4em;
  }
}

.section-title {
  font-size: 1.5em;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .section-title {
    font-size: 2.4em;
  }
}

.section-header {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .section-header {
    margin-bottom: 50px;
  }
}
.section-header.with-arrow {
  overflow: hidden;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .section-header.with-arrow {
    margin-bottom: 32px;
  }
}
.section-header.with-arrow .section-title {
  font-size: 1.5em;
  background-color: var(--yummy-background-color);
  display: inline-block;
  padding-right: 16px;
  position: relative;
}
.section-header.with-arrow .section-title::after {
  content: "";
  border: 2px dashed rgba(34, 119, 85, 0.1);
  position: absolute;
  width: 5000px;
  left: 100%;
  top: 50%;
  transform: translatey(-50%);
}

section .widget {
  margin-bottom: 0;
}

.image-hover-transition-effect .post-thumbnail {
  overflow: hidden;
}
.image-hover-transition-effect img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.image-hover-transition-effect:hover .post-thumbnail img {
  transform: scale(1.1);
}

[data-loader=none] {
  opacity: 1;
}

[data-loader] {
  animation: fadeIn 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
[data-loader=fade] {
  opacity: 1;
  transition: opacity 1s ease-in;
}

[data-loader=circle] {
  opacity: 1;
  transition: all 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.circle-animation {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #c5cbd0;
  max-width: 40px;
  max-height: 40px;
}

:is(.circle-animation::before,
.circle-animation::after) {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: currentColor;
  border-radius: 100%;
}

@keyframes circles {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .circle-animation {
    animation-play-state: paused;
  }
  :is(.circle-animation::after,
  .circle-animation::before) {
    animation: circles 1.5s linear infinite;
  }
  .circle-animation::before {
    animation-delay: 0s;
  }
  .circle-animation::after {
    animation-delay: 0.8s;
  }
}
.yummy_title_disabled {
  display: none;
}

:is(.alignfull,
.yummy-full-width) {
  margin: auto calc(50% - 50vw) !important;
  width: 100vw !important;
}

:is(.alignwide,
.yummy-banner .wp-block-cover__inner-container,
.yummy__container > div) {
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
  max-width: var(--yummy-container-width);
}

.has-primary-color-color {
  color: var(--yummy-primary-color);
}

.has-secondary-color-color {
  color: var(--yummy-secondary-color);
}

.has-has-body-font-color-color {
  color: var(--yummy-font-color);
}

.has-heading-color-color {
  color: var(--yummy-heading-color);
}

.has-site-bg-color-color {
  color: var(--yummy-background-color);
}

.has-primary-color-background-color {
  background-color: var(--yummy-primary-color);
}

.has-secondary-color-background-color {
  background-color: var(--yummy-secondary-color);
}

.has-body-font-color-background-color {
  background-color: var(--yummy-font-color);
}

.has-heading-color-background-color {
  background-color: var(--yummy-heading-color);
}

.has-site-bg-color-background-color {
  background-color: var(--yummy-background-color);
}

.yummy-mg-bt-0 {
  margin-bottom: 0 !important;
}

.yummy-pad-32-42 {
  padding: 42px 32px !important;
}

.widget_title {
  border-bottom: 2px dashed rgba(var(--yummy-secondary-color-rgb), 0.1);
  padding-bottom: 16px;
  width: 100%;
}

.bg-primary-color-op-5 {
  background: rgba(var(--yummy-secondary-color-rgb), 0.05);
}

:is(.yummy-btn-secondary .wp-block-button__link,
.btn-cta.btn-2,
.site .btn-secondary) {
  color: var(--yummy-primary-color);
  background-color: transparent;
  text-decoration: none;
  padding: 0;
  transition: all 0.35s ease;
  border: none;
}
:is(.yummy-btn-secondary .wp-block-button__link,
.btn-cta.btn-2,
.site .btn-secondary)::after {
  content: "";
  background-color: currentColor;
  display: inline-block;
  width: 15px;
  height: 10.5px;
  margin-left: 5.5px;
  transition: all 0.2s ease 0s;
}
:is(.yummy-btn-secondary .wp-block-button__link,
.btn-cta.btn-2,
.site .btn-secondary):hover {
  background-color: transparent;
  color: var(--yummy-secondary-color);
}
:is(.yummy-btn-secondary .wp-block-button__link,
.btn-cta.btn-2,
.site .btn-secondary):hover::after {
  margin-left: 10px;
}

.yummy-max-width-790 {
  max-width: 790px;
}

@media only screen and (max-widht: 768px) {
  .yummy-mobile-height {
    height: 45px !important;
  }
}

/*# sourceMappingURL=style.css.map */
