/*!
Theme Name: Clean Eating Couple by Grace + Vine Studios (a Kadence Child Theme)
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Grace + Vine Studios
Author URI: https://www.graceandvinestudios.com/
Description: A crafted child theme of the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */


/** Crafted Theme Variables **/
/** Use these to set variables commonly used, for consistency **/
:root {
    --crafted-button-radius: 30px;
    --crafted-border-style: dotted;
    --crafted-border-width: 4px;
    --crafted-border-color: var(--global-palette3);
    --crafted-input-radius: 0px;
}


/** General Styles **/
body a {
    color: var(--global-palette3);
    text-decoration: none;
}
body a:hover {
    color: var(--global-palette3);
    text-decoration: underline;
}


button, .button, .wp-block-button__link, .wp-element-button, form input[type="button"], form input[type="reset"], form input[type="submit"],
button:hover, .button:hover, .wp-block-button__link:hover, .wp-element-button:hover, form input[type="button"]:hover, form input[type="reset"]:hover, form input[type="submit"]:hover  {
    text-transform: uppercase;
    border-style: solid;
    border-width: 2px;
    border-color: var(--crafted-border-color);
    border-radius: var(--crafted-button-radius);
    text-decoration: none;
}
body .wp-block-search .wp-block-search__button,
button.wp-block-kadence-off-canvas-trigger {
    padding: 0;
}
body .wp-block-search .wp-block-search__button:hover,
button.wp-block-kadence-off-canvas-trigger:hover {
    border: none;
    background: transparent;
    box-shadow: none;
}


hr,
body .wp-block-separator,
body .wp-block-separator.has-background:not(.is-style-dots):not(.is-style-wide),
body .wp-block-separator.has-background:not(.is-style-dots) {
    border-bottom-style: var(--crafted-border-style);
    border-bottom-width: var(--crafted-border-width);
    border-bottom-color: var(--crafted-border-color);
    background: transparent;
    height: 0;
    border-top: 0;
}

/*
.entry-content h2,
.entry-content h3 {
    position: relative;
    display: inline-block;
}
.entry-content h2:after,
.entry-content h3:after  {
    position: absolute;
    background-color: var(--global-palette5);
    width: 108%;
    left: -4%;
    height: 18px;
    z-index: -9;
    content: "";
    bottom: -2px;
}*/

.comment-respond  h3,
.comments-title {
    position: relative;
    display: inline-block;
    z-index: 1;
}
.archive-title:after, 
.single .entry-content h3:after, 
.sidebar .widget-title:after,
.comment-respond h3:after,
.comments-title:after  {
    background-color: var(--global-palette5);
    position: absolute;
    width: 108%;
    left: -4%;
    height: 18px;
    z-index: -9;
    content: "";
    bottom: -2px;
}


/** Link Styling - Standard (Underline) **/
body.link-style-standard .entry-content p a,
body.link-style-standard .entry-content h1 a,
body.link-style-standard .entry-content h2 a,
body.link-style-standard .entry-content h3 a,
body.link-style-standard .entry-content h4 a,
body.link-style-standard .entry-content h5 a,
body.link-style-standard .entry-content h6 a,
body.link-style-standard .entry-content a h1,
body.link-style-standard .entry-content a h2,
body.link-style-standard .entry-content a h3,
body.link-style-standard .entry-content a h4,
body.link-style-standard .entry-content a h5,
body.link-style-standard .entry-content a h6,
body.link-style-standard .entry-content strong>a, 
body.link-style-standard .entry-content a>strong, 
body.link-style-standard .entry-content em>a, 
body.link-style-standard .entry-content a>em, 
body.link-style-standard .entry-content ul:not(.fsri-list):not(.wp-block-social-links):not(.wptg-gallery-ul) a:not(.ez-toc-link), 
body.link-style-standard .entry-content ol a {
    text-decoration: underline;
    color: var(--global-palette-highlight);
    text-decoration-color: var(--global-palette-highlight);
}
body.link-style-standard .entry-content p a:hover,
body.link-style-standard .entry-content h1 a:hover,
body.link-style-standard .entry-content h2 a:hover,
body.link-style-standard .entry-content h3 a:hover,
body.link-style-standard .entry-content h4 a:hover,
body.link-style-standard .entry-content h5 a:hover,
body.link-style-standard .entry-content h6 a:hover,
body.link-style-standard .entry-content a:hover h1,
body.link-style-standard .entry-content a:hover h2,
body.link-style-standard .entry-content a:hover h3,
body.link-style-standard .entry-content a:hover h4,
body.link-style-standard .entry-content a:hover h5,
body.link-style-standard .entry-content a:hover h6,
body.link-style-standard .entry-content strong>a:hover, 
body.link-style-standard .entry-content a:hover >strong, 
body.link-style-standard .entry-content em>a:hover, 
body.link-style-standard .entry-content a:hover>em, 
body.link-style-standard .entry-content ul:not(.fsri-list):not(.wp-block-social-links):not(.wptg-gallery-ul) a:not(.ez-toc-link):hover, 
body.link-style-standard .entry-content ol a:hover {
    text-decoration: underline;
    color: var(--global-palette-highlight-alt);
    text-decoration-color: var(--global-palette-highlight-alt);
    font-weight: 500;
}

/** Link Styling - Highlight Underline **/
body.link-style-color-underline .entry-content p a,
body.link-style-color-underline .entry-content h1 a,
body.link-style-color-underline .entry-content h2 a,
body.link-style-color-underline .entry-content h3 a,
body.link-style-color-underline .entry-content h4 a,
body.link-style-color-underline .entry-content h5 a,
body.link-style-color-underline .entry-content h6 a,
body.link-style-color-underline .entry-content a h1,
body.link-style-color-underline .entry-content a h2,
body.link-style-color-underline .entry-content a h3,
body.link-style-color-underline .entry-content a h4,
body.link-style-color-underline .entry-content a h5,
body.link-style-color-underline .entry-content a h6,
body.link-style-color-underline .entry-content strong>a, 
body.link-style-color-underline .entry-content a>strong, 
body.link-style-color-underline .entry-content em>a, 
body.link-style-color-underline .entry-content a>em, 
body.link-style-color-underline .entry-content ul:not(.fsri-list):not(.wp-block-social-links):not(.wptg-gallery-ul) a:not(.ez-toc-link), 
body.link-style-color-underline .entry-content ol a {
    text-decoration-thickness: 3px;
    text-underline-offset: 4px;
}

/** Link Styling - No Underline (Background by default and hover) **/
body.link-style-no-underline .entry-content p a,
body.link-style-no-underline .entry-content h1 a,
body.link-style-no-underline .entry-content h2 a,
body.link-style-no-underline .entry-content h3 a,
body.link-style-no-underline .entry-content h4 a,
body.link-style-no-underline .entry-content h5 a,
body.link-style-no-underline .entry-content h6 a,
body.link-style-no-underline .entry-content a h1,
body.link-style-no-underline .entry-content a h2,
body.link-style-no-underline .entry-content a h3,
body.link-style-no-underline .entry-content a h4,
body.link-style-no-underline .entry-content a h5,
body.link-style-no-underline .entry-content a h6,
body.link-style-no-underline .entry-content strong>a, 
body.link-style-no-underline .entry-content a>strong, 
body.link-style-no-underline .entry-content em>a, 
body.link-style-no-underline .entry-content a>em, 
body.link-style-no-underline .entry-content ul:not(.fsri-list):not(.wp-block-social-links):not(.wptg-gallery-ul) a:not(.ez-toc-link), 
body.link-style-no-underline .entry-content ol a {
    padding-left: 2px;
    padding-right: 2px;
    background-image: linear-gradient(var(--global-palette-highlight), var(--global-palette-highlight));
}
body.link-style-no-underline .entry-content p a:hover,
body.link-style-no-underline .entry-content h1 a:hover,
body.link-style-no-underline .entry-content h2 a:hover,
body.link-style-no-underline .entry-content h3 a:hover,
body.link-style-no-underline .entry-content h4 a:hover,
body.link-style-no-underline .entry-content h5 a:hover,
body.link-style-no-underline .entry-content h6 a:hover,
body.link-style-no-underline .entry-content a:hover h1,
body.link-style-no-underline .entry-content a:hover h2,
body.link-style-no-underline .entry-content a:hover h3,
body.link-style-no-underline .entry-content a:hover h4,
body.link-style-no-underline .entry-content a:hover h5,
body.link-style-no-underline .entry-content a:hover h6,
body.link-style-no-underline .entry-content strong>a:hover, 
body.link-style-no-underline .entry-content a:hover >strong, 
body.link-style-no-underline .entry-content em>a:hover, 
body.link-style-no-underline .entry-content a:hover>em, 
body.link-style-no-underline .entry-content ul:not(.fsri-list):not(.wp-block-social-links):not(.wptg-gallery-ul) a:not(.ez-toc-link):hover, 
body.link-style-no-underline .entry-content ol a:hover  {
    padding-left: 2px;
    padding-right: 2px;
    background-image: linear-gradient(var(--global-palette-highlight-alt), var(--global-palette-highlight-alt));
    color: var(--global-palette-highlight-alt2);
}


/** Link Styling - Background On Hover **/
body.link-style-hover-background .entry-content p a,
body.link-style-hover-background .entry-content h1 a,
body.link-style-hover-background .entry-content h2 a,
body.link-style-hover-background .entry-content h3 a,
body.link-style-hover-background .entry-content h4 a,
body.link-style-hover-background .entry-content h5 a,
body.link-style-hover-background .entry-content h6 a,
body.link-style-hover-background .entry-content a h1,
body.link-style-hover-background .entry-content a h2,
body.link-style-hover-background .entry-content a h3,
body.link-style-hover-background .entry-content a h4,
body.link-style-hover-background .entry-content a h5,
body.link-style-hover-background .entry-content a h6,
body.link-style-hover-background .entry-content strong>a, 
body.link-style-hover-background .entry-content a>strong, 
body.link-style-hover-background .entry-content em>a, 
body.link-style-hover-background .entry-content a>em, 
body.link-style-hover-background .entry-content ul:not(.fsri-list):not(.wp-block-social-links):not(.wptg-gallery-ul) a:not(.ez-toc-link), 
body.link-style-hover-background .entry-content ol a {
    padding-left: 2px;
    padding-right: 2px;
    background-size: 100% 2px;
    color: var(--global-palette3);
}

/** Link Styling - Offset Background **/
body.link-style-offset-background .entry-content p a,
body.link-style-offset-background .entry-content h1 a,
body.link-style-offset-background .entry-content h2 a,
body.link-style-offset-background .entry-content h3 a,
body.link-style-offset-background .entry-content h4 a,
body.link-style-offset-background .entry-content h5 a,
body.link-style-offset-background .entry-content h6 a,
body.link-style-offset-background .entry-content a h1,
body.link-style-offset-background .entry-content a h2,
body.link-style-offset-background .entry-content a h3,
body.link-style-offset-background .entry-content a h4,
body.link-style-offset-background .entry-content a h5,
body.link-style-offset-background .entry-content a h6,
body.link-style-offset-background .entry-content strong>a, 
body.link-style-offset-background .entry-content a>strong, 
body.link-style-offset-background .entry-content em>a, 
body.link-style-offset-background .entry-content a>em, 
body.link-style-offset-background .entry-content ul:not(.fsri-list):not(.wp-block-social-links):not(.wptg-gallery-ul) a:not(.ez-toc-link), 
body.link-style-offset-background .entry-content ol a {
    transition: .3s;
    background-image: linear-gradient(var(--global-palette-highlight), var(--global-palette-highlight));
    background-size: 100% 8px;
    color: var(--global-palette3);
    text-decoration: none;
}
body.link-style-offset-background .entry-content p a:hover,
body.link-style-offset-background .entry-content h1 a:hover,
body.link-style-offset-background .entry-content h2 a:hover,
body.link-style-offset-background .entry-content h3 a:hover,
body.link-style-offset-background .entry-content h4 a:hover,
body.link-style-offset-background .entry-content h5 a:hover,
body.link-style-offset-background .entry-content h6 a:hover,
body.link-style-offset-background .entry-content a:hover h1,
body.link-style-offset-background .entry-content a:hover h2,
body.link-style-offset-background .entry-content a:hover h3,
body.link-style-offset-background .entry-content a:hover h4,
body.link-style-offset-background .entry-content a:hover h5,
body.link-style-offset-background .entry-content a:hover h6,
body.link-style-offset-background .entry-content strong>a:hover, 
body.link-style-offset-background .entry-content a:hover >strong, 
body.link-style-offset-background .entry-content em>a:hover, 
body.link-style-offset-background .entry-content a:hover>em, 
body.link-style-offset-background .entry-content ul:not(.fsri-list):not(.wp-block-social-links):not(.wptg-gallery-ul) a:not(.ez-toc-link):hover, 
body.link-style-offset-background .entry-content ol a:hover {
    background-image: linear-gradient(var(--global-palette-highlight-alt), var(--global-palette-highlight-alt));
    text-decoration: none;
}


/* Links outside the post content */
body .entry-content a.wptg-gallery-item-link .wptg-blocks-gallery-item__caption,
body .entry-content div.has-theme-palette8-background-color a:not(.button):not(.wp-block-button__link):not(.entry-title),
body a.wptg-gallery-item-link:hover,
body .entry-content header>.entry-title>a {
    text-decoration: none;
    background-image: none;
    padding-left: 0px;
    padding-right: 0px;
}
body .entry-content a.wptg-gallery-item-link .wptg-blocks-gallery-item__caption {
    color: var(--global-palette3);
}
body .entry-content a.wptg-gallery-item-link:hover .wptg-blocks-gallery-item__caption {
    font-weight: 700;
}
body .comment-navigation a:hover, body .post-navigation a:hover,
.kb-section-has-link:hover,
body .entry-content header>.entry-title>a:hover {
    color: var(--global-palette3);
    text-decoration: underline;
    text-decoration-thickness: 2px;
    background-image: none;
    padding-left: 0px;
    padding-right: 0px;
}
body .entry-content .wptg-blocks-gallery-item:hover a.wptg-gallery-item-link .wptg-blocks-gallery-item__caption {
    color: var(--global-palette3);
    text-decoration: underline;
    text-decoration-thickness: 2px;
    background-image: none;
}


/** List Styling */
ul ::marker {
    color: var(--global-palette1);
}
.entry-content ul:not(.ez-toc-list):not(.ez-toc-list-level-3):not(.wp-block-social-links):not(.wptg-gallery-ul):not(.kb-gallery-ul):not(.feast-category-index-list):not(.wprm-recipe-instructions) > li {
    list-style-type: none !important;
    position: relative;
}
.entry-content ul:not(.ez-toc-list):not(.ez-toc-list-level-3):not(.wp-block-social-links):not(.wptg-gallery-ul):not(.kb-gallery-ul):not(.feast-category-index-list):not(.wprm-recipe-instructions) li::before {
    content: ' ';
    display: block;
    position: absolute;
    left: -20px;
    background-color: var(--global-palette1);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    font-size: 20px;
    margin-top: 10px;
}
.single-content ul.fsri-list {
    padding-left: 0;
}
ul.fsri-list a:hover {
    text-decoration: underline !important;
}
ul.wp-block-social-links {
    margin-bottom: 0;
}


/********* OL List Styling *********/
.single-content.entry-content ol {
    padding-left: 0;
}
.entry-content ol > li {
    list-style-type: none;
    counter-increment: list-counter;
    position: relative;
    padding-left: 30px;
}
.entry-content ol li::before {
    content: counter(list-counter);
    position: absolute;
    display: block;
    left: 0;
    background-color: var(--global-palette1);
    color: var(--global-palette9);
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    font-size: .8em;
    margin-top: 5px;
    padding-left: 1px;
}
ol[start^="1"]>li:first-child::before {
    counter-set: list-counter 1;
}
ol[start^="2"]>li:first-child::before {
    counter-set: list-counter 2;
}
ol[start^="3"]>li:first-child::before {
    counter-set: list-counter 3;
}
ol[start^="4"]>li:first-child::before {
    counter-set: list-counter 4;
}
ol[start^="5"]>li:first-child::before {
    counter-set: list-counter 5;
}
ol[start^="6"]>li:first-child::before {
    counter-set: list-counter 6;
}
ol[start^="7"]>li:first-child::before {
    counter-set: list-counter 7;
}
ol[start^="8"]>li:first-child::before {
    counter-set: list-counter 8;
}
ol[start^="9"]>li:first-child::before {
    counter-set: list-counter 9;
}
ol[start^="10"]>li:first-child::before {
    counter-set: list-counter 10;
}
ol[start^="11"]>li:first-child::before {
    counter-set: list-counter 11;
}
ol[start^="12"]>li:first-child::before {
    counter-set: list-counter 12;
}
ol[start^="13"]>li:first-child::before {
    counter-set: list-counter 13;
}
ol[start^="14"]>li:first-child::before {
    counter-set: list-counter 14;
}
ol[start^="15"]>li:first-child::before {
    counter-set: list-counter 15;
}
ol[start^="16"]>li:first-child::before {
    counter-set: list-counter 16;
}
ol[start^="17"]>li:first-child::before {
    counter-set: list-counter 17;
}
ol[start^="18"]>li:first-child::before {
    counter-set: list-counter 18;
}
ol[start^="19"]>li:first-child::before {
    counter-set: list-counter 19;
}
ol[start^="20"]>li:first-child::before {
    counter-set: list-counter 20;
}


/** Bounce Animation **/
@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform:     translateY(0);
    transform:         translateY(0)
  }
  40% {
    -webkit-transform: translateY(-12px);
    -ms-transform:     translateY(-12px);
    transform:         translateY(-12px)
  }
  60% {
    -webkit-transform: translateY(-6px);
    -ms-transform:     translateY(-6px);
    transform:         translateY(-6px)
  }
}
.bouncing-icons .wp-block-kadence-column img,
.bouncing-icons.wp-block-kadence-column img,
.header-social-wrap a img,
.header-social-wrap a svg {  
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}
.bouncing-icons .wp-block-kadence-column:hover img,
.bouncing-icons.wp-block-kadence-column a:hover img,
.header-social-wrap a:hover img,
.header-social-wrap a:hover svg  {
  cursor: pointer;
  animation-name: bounce;
  -moz-animation-name: bounce;
}



/** Dotted Border */
.wp-block-kadence-header {
    position: relative;
}
.wp-block-kadence-header::after {
    width: 100%;
    content: " ";
    display: block;
    position: absolute;
    bottom: -8px;
    border-bottom: dotted 4px black;
}


/** Add submark to right of column **/
.submark-right {
  position: relative;
}
.submark-right::after {
  content: " ";
  background-image: url(/wp-content/uploads/2022/04/submark-leaf.svg);
  width: 50px;
  height: 50px;
  position: absolute;
  right: -20px;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
    .submark-right::after {
        right: calc(50% - 25px);
        bottom: -25px;
    }
}


/** Header **/
.site-branding a.brand img.svg-logo-image {
    max-width: 100%;
}


/* Mobile menu */
.drawer-content.content-align-center .mobile-navigation ul li.menu-item-has-children>.drawer-nav-drop-wrap>a {
    padding-left: calc(44px + 0.5em);
}
.mobile-drawer-content.content-align-center .mobile-navigation ul ul {
    padding-left: 0;
}
.mobile-drawer-content.content-align-center .mobile-navigation ul ul a {
    font-size: .8em;
}
.mobile-drawer-content li.menu-item:hover a {
    text-decoration: none;
}


/** Single Post **/
.kadence-breadcrumbs.yoast-bc-wrap {
    margin-bottom: 0px;
}
.yoast-breadcrumbs {
    font-size: 16px;
}
.kadence-breadcrumbs a {
    text-decoration: none;
}
.single .entry-header {
    margin-bottom: 10px;
}
.dpsp-has-spacing .dpsp-networks-btns-wrapper li {
    margin-right: 1%;
    margin-bottom: 0;
}
#dpsp-content-top {
    margin-bottom: 5px;
}
.wprm-recipe-link.wprm-recipe-link-inline-button {
    text-decoration: none !important;
    width: auto;
    height: auto;
    font-size: 14px;
    font-weight: 700 !Important;
    line-height: 20px;
    text-align: center;
    border-width:2px !Important;
    padding: 8px 20px 4px 20px !important;
    font-family: 'League Spartan', sans-serif;
}
.wprm-recipe-link.wprm-recipe-link-inline-button:hover {
    background-color: transparent !important;
}
.dpsp-networks-btns-wrapper{
    display: flex;
    align-items: center;
}
.dpsp-has-spacing .dpsp-networks-btns-wrapper li {
    margin-right: 4% !important;
}
.dpsp-shortcode-wrapper {
    margin-bottom: 4px !important;
    flex-basis: 120px;
}
.dpsp-shortcode-wrapper .dpsp-network-btn:hover {
    border-color:#726871 !important; 
}
header.entry-header .entry-meta {
    margin: 0;
}
header.entry-header .entry-meta a:hover,
.kadence-breadcrumbs a:hover {
    text-decoration: underline;
}
.single-post .entry-content-wrap .entry-content.single-content {
    margin-top: 10px;
}
.comment-navigation .nav-previous a:hover, 
.post-navigation .nav-previous a:hover,
.comment-navigation .nav-next a:hover, 
.post-navigation .nav-next a:hover {
    text-decoration: underline;
}
.entry-related .entry-related-title {
    font-family: var(--global-heading-font-family);
}
.entry-related .entry-related-inner-content {
    background: var(--global-palette8);
    padding: 30px;
}
.entry-related .carousel-item.splide__slide {
    background: var(--global-palette9);
}
.entry-related-inner-content .grid-cols {
    gap: 15px;
}
.entry-related article.entry.loop-entry {
    box-shadow: none;
    background: transparent;
}
.entry-related .loop-entry .entry-content-wrap {
    padding: 0 15px;
    margin-top: 10px;
}
.entry-related h3.entry-title {
    text-align: center;
}
.entry-related h3 a {
    font-weight: 300;
    text-decoration: none;
}
.single-content p.first-paragraph {
    font-size: 24px;
    line-height: 35px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    margin-top: 10px;
}
.first-paragraph:after {
    content: "";
    height: 8px;
    margin-left: -50%;
    display: block;
    right: 0;
    bottom: -10px;
    position: absolute;
    width: 200%;
    border-top: solid 2px var(--global-palette3);
    border-bottom: dotted 4px var(--global-palette3);
}
.wp-block-columns.sub {
    background-color: #D8E0BF !Important;
    padding: 20px 30px 100px 30px;
    position: relative;
    text-align: center;
    margin: 40px 0;
    display: block;
}
.sub h2 {
    padding: 5px 0;
    padding-left: 0;
    margin-top: 10px;
}
.sub p {
    text-align: left;
}
.sub h2:after {
    display: none;
}
.sub:after {
    position: absolute;
    content: "";
    background-image: url('/wp-content/uploads/2022/04/icon_green.svg');
    right: 20px;
    bottom: 20px;
    width: 80px;
    height: 80px;
    background-size: cover;
}
.storage {
    background-color: #FCF9F6;
    padding: 40px;
    margin: 40px 0;
}
.storage h2:after, .why-we-love h2:after {
    display: none;
}
.storage h2, .why-we-love h2 {
    padding: 0;
}

.storage h2:before {
    display: inline-block;
    content: "";
    background-image: url('/wp-content/uploads/2022/04/snowflake_icon.svg');
    width: 43px;
    height: 43px;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
    background-repeat: no-repeat;
}
.cec-storage svg {
    background: var(--global-palette1);
    padding: 10px;
    border-radius: 100%;
}
.why-we-love {
    border: 3px solid #8B9668;
    border-radius: 25px;
    padding: 30px 15px 30px;
    text-align: center;
    margin: 40px 0;
}
.why-we-love ul {
    text-align: left;
}
.more-recipes {
    background-color: var(--global-palette5);
    outline: 2px solid var(--global-palette9);
    outline-offset: -20px;
    text-align: center;
    padding: 50px 40px 40px;
    margin: 40px 0;
}
.more-recipes h2:after {
    display: none;
}
.more-recipes li {
    display: inline-block;
    width: 80%;
    margin-bottom: 10px;
}
.entry-content .more-recipes ul:not(.ez-toc-list):not(.ez-toc-list-level-3):not(.wp-block-social-links):not(.wptg-gallery-ul):not(.kb-gallery-ul):not(.feast-category-index-list):not(.wprm-recipe-instructions),
.entry-content .cec-other-recipes ul:not(.ez-toc-list):not(.ez-toc-list-level-3):not(.wp-block-social-links):not(.wptg-gallery-ul):not(.kb-gallery-ul):not(.feast-category-index-list):not(.wprm-recipe-instructions){
    padding-left: 0;
} 
.entry-content .more-recipes ul:not(.ez-toc-list):not(.ez-toc-list-level-3):not(.wp-block-social-links):not(.wptg-gallery-ul):not(.kb-gallery-ul):not(.feast-category-index-list):not(.wprm-recipe-instructions) li:before,
.entry-content .cec-other-recipes ul:not(.ez-toc-list):not(.ez-toc-list-level-3):not(.wp-block-social-links):not(.wptg-gallery-ul):not(.kb-gallery-ul):not(.feast-category-index-list):not(.wprm-recipe-instructions) li:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--global-palette3);
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 15px;
    position: static;
    margin-top: 0;
    
}


/** Sidebar **/
aside button.wp-block-search__button.has-icon.wp-element-button {
    display: block;
}
aside div.wp-block-search__inside-wrapper {
    display: flex !important;
}
/* Uncomment to hide the sidebar on mobile
@media screen and (max-width: 1024px) {
    .primary-sidebar {
        display: none;
    }
}*/

/** Forms **/
input.search-field[type="search"] {
    border-radius: var(--crafted-input-radius);
    padding-top: 4px;
    padding-bottom: 4px;
}
.wp-block-search .wp-block-search__input {
    border: 0;
}
form.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    border: solid 2px var(--global-palette-btn-bg);
    border-radius: var(--crafted-input-radius);
    background: var(--global-palette9);
}
.wpforms-container {
    margin-bottom: 0;
    clear: both;
}
div.wpforms-container .wpforms-field {
    padding-top: 10px;
    padding-bottom: 0;
}
footer .wpforms-container div.wpforms-field {
    padding: 0;
}
.wpforms-container.wpforms-block .wpforms-one-half, 
.wpforms-container.wpforms-block .wpforms-three-sixths, 
.wpforms-container .wpforms-two-fourths {
    width: calc( 50% - 5px);
    margin-left: 10px;
}
.wpforms-container .wpforms-field.wpforms-five-sixths, 
.wpforms-container .wpforms-field.wpforms-four-sixths, 
.wpforms-container .wpforms-field.wpforms-four-fifths, 
.wpforms-container .wpforms-field.wpforms-one-fifth, 
.wpforms-container .wpforms-field.wpforms-one-fourth, 
.wpforms-container .wpforms-field.wpforms-one-half, 
.wpforms-container .wpforms-field.wpforms-one-sixth, 
.wpforms-container .wpforms-field.wpforms-one-third, 
.wpforms-container .wpforms-field.wpforms-three-fourths, 
.wpforms-container .wpforms-field.wpforms-three-fifths, 
.wpforms-container .wpforms-field.wpforms-three-sixths, 
.wpforms-container .wpforms-field.wpforms-two-fourths, 
.wpforms-container .wpforms-field.wpforms-two-fifths, 
.wpforms-container .wpforms-field.wpforms-two-sixths, 
.wpforms-container .wpforms-field.wpforms-two-thirds {
    margin-left: 10px;
}
.wpforms-container.inline-fields .wpforms-field {
    margin-left: 0;
}
.wpforms-container.inline-fields .wpforms-field-container div.wpforms-field:first-of-type {
    padding-left: 0;
}
.wpforms-container.inline-fields .wpforms-field-container div.wpforms-field:last-of-type {
    padding-right: 10px;
}
.wpforms-container .wpforms-one-third, 
.wpforms-container .wpforms-two-sixths {
    width: calc( 100% / 3 - 10px);
}
.wpforms-container .wpforms-one-fourth {
    width: calc( 25% - 10px);
}
.wpforms-container .wpforms-one-fifth {
    width: calc( 100% / 5 - 10px);
}
.wpforms-container .wpforms-one-sixth {
    width: calc( 100% / 6 - 10px);
}
.wpforms-container .wpforms-four-sixths, 
.wpforms-container .wpforms-two-thirds {
    width: calc( 2 * 100% / 3 - 10px);
}
.wpforms-submit-container .wpforms-submit {
    padding: 5px;
    text-transform: uppercase;
}
.wpforms-container .wpforms-submit-container {
    padding-top: 10px;
}
.wpforms-container:not(.inline-fields) .wpforms-submit-container {
    clear:both;
}
.wpforms-container.inline-fields div.wpforms-submit-container {
    padding-top: 10px;
}
.wpforms-container.inline-fields div.wpforms-submit-container .wpforms-submit {
    padding: 6px;
    padding-top: 6px;
}
.wpforms-container.inline-fields .wpforms-form {
    gap: 10px;
}
.wpforms-container.inline-fields .wpforms-field-container div.wpforms-field {
    margin-left: 0;
    padding-left: 5px;
    padding-right: 5px;
}
@media screen and (max-width: 767px ){
    div.wpforms-container.inline-fields .wpforms-field-container {
        display: block;
        width: 100%;
    }

    div.wpforms-container.inline-fields .wpforms-field-container>.wpforms-field {
        margin: 0;
        width: 100%;
    }

    .wpforms-container.inline-fields .wpforms-form {
        flex-direction: column;
        gap: 0px;
    }

    .wpforms-container.inline-fields div.wpforms-submit-container {
        width: 100%;
    }
}
.wpforms-container input[type=date], 
.wpforms-container input[type=datetime], 
.wpforms-container input[type=datetime-local], 
.wpforms-container input[type=email], 
.wpforms-container input[type=month], 
.wpforms-container input[type=number], 
.wpforms-container input[type=password], 
.wpforms-container input[type=range], 
.wpforms-container input[type=search], 
.wpforms-container input[type=tel], 
.wpforms-container input[type=text], 
.wpforms-container input[type=time], 
.wpforms-container input[type=url], 
.wpforms-container input[type=week], 
.wpforms-container select, 
.wpforms-container textarea {
    border-radius: var(--crafted-input-radius);
    border: solid 2px var(--global-palette6);
    text-align: center;
    color: var(--global-palette3);
    background: var(--global-palette9);
}
.wpforms-container input::placeholder,
.wpforms-container textarea::placeholder,
form.search-form input::placeholder,
.wp-block-search input.wp-block-search__input::placeholder {
    opacity: 1;
    color: var(--global-palette3);
}
button.wpforms-submit {
    width: 100%;
    border: solid 2px var(--global-palette6);
    background: var(--global-palette6);;
    border-radius: var(--crafted-button-radius);
}
button.wpforms-submit:focus-visible {
    outline: solid 2px var(--global-palette6);
}
.comment-respond {
    background: #FCF9F6;
    text-align: center;
    padding: 60px 30px;
}
.comment-respond  h3,
.comments-title {
    position: relative;
    display: inline-block;
    z-index: 1;
}
.comment-respond h3:after,
.comments-title:after  {
    position: absolute;
    background-color: var(--global-palette5);
    width: 108%;
    left: -4%;
    height: 18px;
    z-index: -1;
    content: "";
    bottom: -2px;
}
.comments-area .comment-form-wprm-rating label {
    display: inline;
    text-transform: uppercase;
    font-weight: 500;
}

.comments-area .comment-form-wprm-rating {
    text-align: center;
}
.comments-area .comment-form .comment-notes {
    font-style: normal;
}
.comments-area input[type="text"], 
.comments-area input[type="email"], 
.comments-area input[type="url"], 
.comments-area input[type="password"], 
.comments-area input[type="search"], 
.comments-area input[type="number"], 
.comments-area input[type="tel"], 
.comments-area input[type="range"], 
.comments-area input[type="date"], 
.comments-area input[type="month"], 
.comments-area input[type="week"], 
.comments-area input[type="time"], 
.comments-area input[type="datetime"], 
.comments-area input[type="datetime-local"], 
.comments-area input[type="color"], 
.comments-area textarea {
    border-radius: var(--crafted-input-radius);
    border: solid 2px var(--global-palette2);
    color: var(--global-palette5);
    background: var(--global-palette9);
}
.comments-area .comment-form textarea::placeholder  {
    color: var(--global-palette3);
}
.comments-area .comment-form .comment-input-wrap p label, 
.comments-area .comment-form p.comment-form-float-label label {
    color: var(--global-palette3);
}
.comments-area .comment-form form input[type="submit"] {
    border-color: var(--global-palette4);
}
.comment-form .comment-input-wrap p.comment-form-cookies-consent {
    flex-direction: row;
    align-items: center;
}

.comment-form .comment-form-cookies-consent label:not(:placeholder-shown) {
    margin-left: 0;
}

.comment-form .comment-input-wrap input#wp-comment-cookies-consent {
    width: auto;
}


/** Search **/
.wp-block-search .wp-block-search__input {
    border: none;
    color: var(--global-palette3);
    width: 100%;
    background: var(--global-palette9);
}

.kadence-search-svg path,
body .wp-block-search .wp-block-search__button path {
    color: var(--global-palette3);
}
.wp-block-search .wp-block-search__input::placeholder,
::placeholder,
form input.search-field::placeholder,
input::placeholder {
    font-weight: 400;
    opacity: 1;
    color: var(--global-palette3);
}
header form.search-form input.search-field,
.drawer-inner form.search-form input.search-field  {
    background: var(--global-palette7);
    border: 0;
    color: var(--global-palette3);
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper),
body .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    border: solid 2px var(--global-palette3);
    border-radius: var(--crafted-input-radius);
}
.wp-block-search button.wp-block-search__button:not(.has-background) {
    background: var(--global-palette9);
}


/** Comment Display **/
h2.comments-title + nav.comment-navigation {
    display: none;
}
ol.comment-list > li.comment {
    border-bottom: solid 2px;
    position: relative;
}

ol.comment-list > li.comment::after {
    display: block;
    width: 100%;
    border-bottom: dotted 4px var(--global-palette3);
    content: " ";
    top: -6px;
    position: absolute;
}
li.comment .children {
    border: 2px solid var(--global-palette2);
    border-radius: 25px;
    margin: 30px 0 30px 55px;
    padding: 15px 25px;
}
.reply .comment-reply-link {
    color: var(--global-palette3);
    border: none;
    padding: 0;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
    background-color: transparent;
    position: relative;
}
.reply .comment-reply-link::after {
        content: " ";
    display: block;
    background-image: url(images/double_arrow_yellow_right.svg);
    width: 20px;
    height: 14px;
    background-repeat: no-repeat;
    position: absolute;
    right: -25px;
    top: 2px;
}
.reply .comment-reply-link:hover {
    border: none;
    color: var(--global-palette5);
}
.comment .comment-content p {
    margin-top: 0;
}
.comment .comment-metadata {
    padding-bottom: 0;
}
.comment img.wprm-comment-rating {
    margin: 0;
}
.comments-area .bypostauthor>.comment-body {
    padding: 20px;
}
.comments-area article.comment-body {
    margin-bottom: 0;
}
.comments-area .comment-body {
    border-bottom: 0;
}
.comments-area ol.comment-list article {
    padding-top: 30px;
    margin-top: 10px;
}
.comments-area .reply {
    position: static;
}
.comment-respond {
    margin-top: 30px;
}
.comment-navigation .nav-previous,
.comment-navigation .nav-next {
    position: relative;
}
.comment-navigation .nav-previous {
    margin-left: 25px;
}
.comment-navigation .nav-previous::before {
    position: absolute;
    content: "";
    background: url("images/double_arrow_yellow_left.svg");
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    top: 4px;
    left: -25px;
}
.comment-navigation .nav-next {
    margin-right: 25px;
}
.comment-navigation .nav-next::after {
    position: absolute;
    content: "";
    background: url("images/double_arrow_yellow_right.svg");
        width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    top: 4px;
    right: -25px;
}


/** Post Grids **/
.archive .loop-entry.entry h2.entry-title,
.blog .loop-entry.entry h2.entry-title,
.search-results .loop-entry.entry h2.entry-title {
    font-weight: 400;
    text-align: center;
}
.archive .loop-entry.entry h2.entry-title a,
.blog .loop-entry.entry h2.entry-title a,
.search-results .loop-entry.entry h2.entry-title a {
    text-decoration: none;
}
.archive .loop-entry.entry:hover h2.entry-title a,
.blog .loop-entry.entry:hover h2.entry-title a,
.search-results .loop-entry.entry:hover h2.entry-title a,
.wp-block-kadence-postgrid article:hover .entry-title,
.entry-related article.entry.loop-entry:hover .entry-title {
    text-decoration: underline;
}
.archive.content-style-unboxed .wp-site-blocks article .post-thumbnail,
.blog.content-style-unboxed .wp-site-blocks article .post-thumbnail,
.search-results.content-style-unboxed .wp-site-blocks article .post-thumbnail  {
    margin-bottom: .5em;
}
.post-archive.grid-cols,
.search-archive.grid-cols {
    column-gap: 20px;
    row-gap: 20px;
}
.pagination .nav-links {
    display: flex;
}
.pagination .nav-links a {
    border: none;
    border-bottom: solid 2px transparent;
    font-weight: bold;
}
.pagination .nav-links .page-numbers{
    min-width: 20px;
    line-height: 1;
}
.pagination .nav-links .current,
.pagination .nav-links a:hover, 
.pagination .nav-links a:focus, 
.pagination .nav-links a:active {
    color: var(--global-palette3);
    border: none;
    background: transparent;
    border-bottom: solid 2px var(--global-palette5);
    font-weight: bold;
    border-radius: 0;
}
.nav-links>div>a {
    display: flex;
    flex-direction: column-reverse;
    font-size: 25px;
    font-weight: 500;
    line-height: 29px;
}
.single .post-navigation .nav-previous:after {
    background-image: url(/wp-content/themes/kadence-cleaneatingcouple/images/submark-leaf.svg);
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    right: -40px;
    top: 0;
}
.single .post-navigation .nav-next a {
    padding-left: 50px;
}
.single .post-navigation .nav-previous a {
    padding-right: 50px;
}
.post-navigation-sub {
    font-family: 'League Spartan', sans-serif;
    font-size: 25px;
    margin-top: 20px;
}
.post-navigation .nav-next .kadence-svg-iconset path,
.post-navigation .nav-previous .kadence-svg-iconset path {
    fill: var(--global-palette5);
}
.single .post-navigation .nav-next svg {
    margin-left: 5px;
}
.single .post-navigation .nav-previous svg {
    margin-right: 5px;
}
@media screen and (max-width: 767px) {
    .single .post-navigation .nav-links {
        display: flex;
        flex-direction: column;
    }
    .comment-navigation .nav-previous:after, 
    .single .post-navigation .nav-previous:after {
        right: calc(50% - 40px);
        top: auto;
        bottom: 15px;
    }
    .comment-navigation .nav-previous a, 
    .single .post-navigation .nav-previous a {
        padding-right: 0;
        text-align: center;
        padding-bottom: 100px;
    }
    .comment-navigation .nav-next a, 
    .single .post-navigation .nav-next a {
        padding-left: 0;
        text-align: center;
    }
}

/** Post grid with category above **/
.kt-post-grid-wrap .kt-blocks-above-categories {
    display: none;
}
.kt-post-grid-wrap .crafted-post-grid-cat-wrapper {
    margin-top: -35px;
    background: var(--global-palette9);
    padding: 10px;
}
.kt-post-grid-wrap>article:nth-child(3n+1) .crafted-post-grid-cat-wrapper {
    background: var(--global-palette8);
}
.kt-post-grid-wrap>article:nth-child(3n+2) .crafted-post-grid-cat-wrapper {
        background: var(--global-palette7);
}
.kt-post-grid-wrap>article:nth-child(3n+3) .crafted-post-grid-cat-wrapper {
        background: var(--global-palette6);
}



/** EZ Table Of Contents **/
.ez-toc-title-container {
    font-family: var(--global-heading-font-family);
}
#ez-toc-container .ez-toc-toggle label, 
.ez-toc-cssicon {
    margin-top: -75px;
    margin-right: 10px;
}
body div#ez-toc-container {
    border-width: 2px;
}
body div#ez-toc-container ul li a.ez-toc-link, 
body div#ez-toc-container ul li a.ez-toc-link:hover {
    background-image: none;
}
body div#ez-toc-container .toc-toggle-lt {
    width: calc(100% + 60px);
    margin-left: -30px;
    border-top: solid 2px var(--global-palette2);
}



/** Blocks **/
a.wptg-gallery-item-link:hover,
.kb-section-has-link:hover {
    text-decoration: underline;
}
.wptg-gallery-id-wp-taxonomy-grids .wptg-blocks-gallery-item .wptg-blocks-gallery-item-inner a:not(.button)  {
    padding: 0;
    text-decoration: none;
}
.wptg-gallery-id-wp-taxonomy-grids .wptg-blocks-gallery-item .wptg-blocks-gallery-item-inner a:not(.button):hover {
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
    .wp-block-wptg-advancedgallery .wptg-gallery-ul {
        justify-content: center;
    }
}
/*.wptg-gallery-caption-style-below.wptg-gallery-id-wp-taxonomy-grids .wptg-blocks-gallery-item .wptg-blocks-gallery-item-inner .wptg-blocks-gallery-item__caption {
    padding: 0 !important;
    overflow: hidden;
    font-size: 18px !important;
    font-weight: 500;
}*/
:where(.wp-block-columns.is-layout-flex) {
    gap: .5em;
}
.single .single-content figure.wp-block-image {
    margin-bottom: var(--global-xs-spacing);
}
.wp-block-kadence-testimonials .splide .splide__arrow {
    opacity: 1;
}


/** WPRM (from old theme) **/
.wprm-recipe-name:after {
    display: none;
}
.wprm-recipe-image img {
    border-radius: 50%;
}
.servings-bar {
    background-color: var(--global-palette8);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 15px;
    font-size: 24px;
    width: 106%;
    margin-left: -3%;
    border-bottom: 2px solid var(--global-palette3);
    position: relative;
}
.servings-bar:after {
    position: relative;
    z-index: 2;
    display: inline-block;
    text-transform: lowercase;
    font-size: 32px;
}
.servings-bar span.little {
    font-size: 15px;
    font-family: 'Jost';
    
}
/*.single .entry-content h3.wprm-recipe-header {
    padding-left: 10px !Important;
    background-color: transparent !Important;
}
.single .entry-content h3.wprm-recipe-header:after {
    width: 120%;
    bottom: 2px;
    display: block;
}*/
.wprm-recipe-total-time-label:before {
    content: "";
    background-image: url('images/clock_icon.svg');
    width: 15px;
    height: 15px;
    display: inline-block;
    background-size: cover;
    margin-right: 5px;
}

/** Yoast FAQ **/
.single-content .wp-block-yoast-faq-block .schema-faq-section {
    margin-bottom: 0;
    border: solid 2px var(--global-palette1);
}
.single-content .wp-block-yoast-faq-block .schema-faq-section + .schema-faq-section {
    border-top: 0;
}
.single-content .wp-block-yoast-faq-block a.schema-faq-question {
    margin-bottom: 0;
    background: var(--global-palette9);
    font-size: 20px;
    color: var(--global-palette3);
    border-bottom: 0;
}
.single-content div.wp-block-yoast-faq-block .schema-faq-question.faq-q-open {
    border-bottom: 0;
}
.single-content .wp-block-yoast-faq-block p.schema-faq-answer {
    border-bottom: 0;
    border-left:  solid 2px var(--global-palette-btn-bg-hover);
    border-right:  solid 2px var(--global-palette-btn-bg-hover);
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 22px;
    border: 0;
}
.single-content .wp-block-yoast-faq-block p.schema-faq-answer:last-child {
    border-bottom:  solid 2px var(--global-palette-btn-bg-hover);
}
.single-content .wp-block-yoast-faq-block strong.schema-faq-question {
    padding: 10px 20px;
    display: block;
    margin-bottom: 0;
}

.single-content .wp-block-yoast-faq-block p.schema-faq-answer {
    padding: 10px 20px;
}


/** Limit WP Tasty Pin buttons to single posts **/
span[data-pin-log="button_pinit_floating"] {
    display: none;
}

.single-post span[data-pin-log="button_pinit_floating"] {
    display: inline-block;
}


/** Recipe Key **/
ul.recipe-keys li {
    list-style: none;
    padding: 3px;
}

ul.recipe-keys {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding-left: 0;
        margin-left: 0;
    margin-bottom: 0;
}

ul.recipe-keys li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 40px;
    font-weight: 500;
    font-size: 16px;
}

body.single ul.recipe-keys li a:hover {
    color: var(--global-palette3);
    text-decoration: none;
    background: var(--global-palette9) !important;
}










.after-post-optin:before, 
.single .entry-content .formkit-form:before, 
.single .entry-content .formkit-form:after{
    display: block;
    content: "";
    width: 100%;
    border-bottom: dotted 4px var(--global-palette3);
}


/* Customization from LT's plugin */
.single #recipe + .slick-on-page {
    display: none !important;
}

/*GENERAL INLINE FORM (POST BOTTOM FORM)*/
.single .content-wrap .formkit-form [data-style="minimal"] {
    background-color: var(--global-palette6) !important;
    margin: 16px 0;
    padding: 30px 32px 15px 32px !important;
}
.single .content-wrap .formkit-form:before {
    padding-bottom: 0;
}
.single .content-wrap .formkit-form .formkit-header {
    margin-bottom: 8px !important;
}
.single .content-wrap .formkit-form .formkit-header h2 {
    text-transform: uppercase;
    color: var(--global-palette3);
    line-height: 1.15;
}
.single .content-wrap .formkit-form .formkit-subheader {
    margin-top: 0 !important;
}
.single .content-wrap .formkit-form .formkit-subheader,
.single .content-wrap .formkit-form .formkit-subheader p {
    font-size: 17px !important;
    font-style: italic !important;
    color: var(--global-palette3) !important;
    line-height: 1.5;
}
.single .content-wrap .formkit-form .formkit-input {
    font-size: 17px !important;
    background-color: var(--global-palette9) !important;
    border-radius: 0 !important;
    padding: 12px 12px 11.22px 12px;
    border: none;
}
.single .content-wrap .formkit-form .formkit-input::placeholder {
    color: #6A6A6A !important;
}
.single .content-wrap .formkit-form .formkit-submit {
    border-radius: 0 !important;
    width: 280px !important;
}
.single .content-wrap .formkit-form .formkit-submit > span {
    background-color: var(--global-palette1);
    color: var(--global-palette9);
    font-size: 22px;
    padding: 9px 24px 4px 24px;
}
.single .entry-content .formkit-alert li:before {
    display: none;
}
.single .entry-content .formkit-form {
    margin: 0 auto;
    background-color: var(--global-palette9) !important;
    border: none;
    max-width: 100%;
}
.single .entry-content .formkit-form h2:After {
    display: none;
    color: var(--global-palette3) !Important;
}

@media (max-width:681px) {
    .single .content-wrap .formkit-form .formkit-header h2 {
        font-size: 27px;
    }
    .single .content-wrap .formkit-form .formkit-header {
        margin-bottom: 3px !important;
    }
    .single .content-wrap .formkit-form .formkit-subheader {
        margin-bottom: 0;
    }
    .single .content-wrap .formkit-form .formkit-fields {
        margin-top: 0;
    }
    .single .content-wrap .formkit-form .formkit-input {
        padding: 5px 12px 5px 12px !important;
        height: 40px !important;
    }
    .single .content-wrap .formkit-form .formkit-submit {
        margin-bottom: 0 !important;
    }
    .single .content-wrap .formkit-form .formkit-submit > span {
        padding: 11px 24px 10px 24px;
    }
    .single .content-wrap .formkit-form [data-style="minimal"] {
        padding-top: 20px !important;
    }
}
/*GENERAL INLINE FORM (POST BOTTOM FORM) ENDS*/

/*MODAL FORM*/
.seva-modal.formkit-modal .formkit-form {
    border-radius: 0 !important;
    background-color: var(--global-palette5) !important;
}
.seva-modal.formkit-modal .formkit-form [data-style="full"] {
    --bg-border-radius: 0 !important;
}
.seva-modal.formkit-modal .formkit-form .formkit-background {
    margin: 0;
}
.seva-modal.formkit-modal .formkit-header {
    margin-bottom: 18px !important;
}
.seva-modal.formkit-modal .formkit-header h2 {
    text-transform: uppercase;
    color: var(--global-palette3);
    line-height: 1.15;
    font-size: 34px;
}

.seva-modal.formkit-modal .formkit-content {
    margin-top: 0 !important;
}
.seva-modal.formkit-modal .formkit-content,
.seva-modal.formkit-modal .formkit-content p {
    font-size: 17px !important;
    font-style: italic !important;
    color: var(--global-palette3) !important;
    line-height: 1.5;
}
.seva-modal.formkit-modal .formkit-input {
    font-size: 17px !important;
    background-color: var(--global-palette9) !important;
    border-radius: 0 !important;
    padding: 5px 12px 5px 12px !important;
    height: 40px !important;
}
.seva-modal.formkit-modal .formkit-input::placeholder {
    color: #6A6A6A !important;
}
.seva-modal.formkit-modal .formkit-submit {
    border-radius: 0 !important;
    width: 280px !important;
    margin-top: 2px !important;
}
.seva-modal.formkit-modal .formkit-submit > span {
    background-color: var(--global-palette1);
    color: var(--global-palette9);
    font-size: 22px;
    padding: 14px 24px 13px 24px;
}
.seva-modal.formkit-modal button.formkit-close {
    right: 0 !important;
    top: 0 !important;
    background-color: var(--global-palette7) !important;
    margin: 5px !important;
}
.seva-modal.formkit-modal button.formkit-close svg {
    width: 25px;
    height: 25px;
    position: relative;
    top: 2px;
}
@media (max-width:576px) {
    .seva-modal.formkit-modal .formkit-form .formkit-background {
        display: block !important;
        max-width: 100%;
        max-height: 172px;
    }
    .seva-modal.formkit-modal .formkit-header {
        margin-bottom: 12px !important;
    }
    .seva-modal.formkit-modal .formkit-header h2 {
        font-size: 27px;
    }
    .seva-modal.formkit-modal .formkit-content {
        margin-bottom: 0 !important;
    }
}
/*MODAL FORM ENDS*/

/*SAVE THIS RECIPE FORM ABOVE RECIPE*/
.single .content-wrap .save-the-recipe-form-lt .formkit-form {
    border-radius: 0 !important;
}
.single .content-wrap .save-the-recipe-form-lt .formkit-form [data-style="minimal"] {
    background-color:#f8f4ed !important;
    margin: 0 0;
    padding: 30px 32px 15px 32px !important;
}
.single .content-wrap .save-the-recipe-form-lt .formkit-form:before {
    padding-bottom: 0;
}
.single .content-wrap .save-the-recipe-form-lt .formkit-form .formkit-header {
    margin-bottom: 8px !important;
    text-align: left !important;
}
.single .content-wrap .save-the-recipe-form-lt .formkit-form .formkit-header h2 {
    text-transform: uppercase;
    color: var(--global-palette3);
    line-height: 1.15;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    width: 100%;
}
.single .content-wrap .save-the-recipe-form-lt .formkit-form .formkit-header h2:before {
    background-image: url('../img/save-icon.svg');
    content: "";
    display: inline-block;
    width: 100%;
    max-width: 15px;
    height: 20px;
    background-repeat: no-repeat;
    margin-right: 12px;
    position: relative;
    top: 1px;
}
.single .content-wrap .save-the-recipe-form-lt .formkit-form .formkit-subheader {
    margin-top: 0 !important;
}
.single .content-wrap .save-the-recipe-form-lt .formkit-form .formkit-subheader,
.single .content-wrap .save-the-recipe-form-lt .formkit-form .formkit-subheader p {
    font-size: 17px !important;
    font-style: italic !important;
    color: var(--global-palette3) !important;
    line-height: 1.5;
    text-align: left !important;
}
.single .content-wrap .save-the-recipe-form-lt .formkit-form .formkit-input {
    font-size: 17px !important;
    background-color: var(--global-palette9) !important;
    border-radius: 0 !important;
    padding: 13px 12px 10.22px 12px;
    border: none;
}
.single .content-wrap .save-the-recipe-form-lt .formkit-form .formkit-input::placeholder {
    color: #6A6A6A !important;
}
.single .content-wrap .save-the-recipe-form-lt .formkit-form .formkit-submit {
    border-radius: 0 !important;
    height: 47px !important;
}
.single .content-wrap .save-the-recipe-form-lt .formkit-form .seva-fields.formkit-fields button.formkit-submit:hover {
    background-color: var(--global-palette9) !important;
}
.single .content-wrap .save-the-recipe-form-lt .formkit-form .formkit-submit > span {
    background-color: var(--global-palette9);
    color: var(--global-palette3);
    font-size: 22px;
    padding: 14px 24px 13px 24px;
    border: 2px solid var(--global-palette3);
    height: 47px;
    line-height: 1;
}
.single .content-wrap .save-the-recipe-form-lt .formkit-form .seva-fields.formkit-fields button.formkit-submit:hover > span {
    background-color: #f3f3f3 !important;
}
@media (max-width:681px) {
    .single .content-wrap .save-the-recipe-form-lt .formkit-form [data-style="minimal"] {
        padding: 25px 24px 30px 24px !important;
    }
    .single .content-wrap .save-the-recipe-form-lt .formkit-form .formkit-header h2 {
        font-size: 25px !important;
    }
    .single .content-wrap .save-the-recipe-form-lt .formkit-form .formkit-header h2:before {
        margin-right: 9px;
        top: 2px;
    }
    .single .content-wrap .save-the-recipe-form-lt .formkit-form .formkit-header {
        margin-bottom: 3px !important;
    }
    .single .content-wrap .save-the-recipe-form-lt .formkit-form .formkit-subheader {
        margin-bottom: 20px;
    }
    .single .content-wrap .save-the-recipe-form-lt .formkit-form .formkit-subheader p {
        margin-top: 5px;
    }
    .single .content-wrap .save-the-recipe-form-lt .formkit-form .formkit-subheader,
    .single .content-wrap .save-the-recipe-form-lt .formkit-form .formkit-subheader p {
        font-size: 16px !important; 
    }
    .single .content-wrap .save-the-recipe-form-lt .formkit-form .seva-fields.formkit-fields .formkit-field {
        margin-right: 0 !important;
    }
    .single .content-wrap .save-the-recipe-form-lt .formkit-form .formkit-fields {
        margin-top: 0;
    }
    .single .content-wrap .save-the-recipe-form-lt .formkit-form .formkit-input {
        padding: 5px 12px 5px 12px !important;
        height: 40px !important;
    }
    .single .content-wrap .save-the-recipe-form-lt .formkit-form .seva-fields.formkit-fields button.formkit-submit {
        margin-bottom: 0 !important;
        flex: 100% !important;
        height: 43px !important;
        width: 100% !important;
        margin-top: 0 !important;
    }
    .single .content-wrap .save-the-recipe-form-lt .formkit-form .formkit-submit > span {
        padding: 11px 24px 10px 24px;
        height: 43px;
    }
}
.single .content-wrap #savetherecipe2.save-the-recipe-form-lt {
    margin-top: 40px;
}
/*SAVE THIS RECIPE FORM ABOVE RECIPE ENDS*/

/*SAVE THIS RECIPE FORM TOP RECIPE*/
.single .content-wrap #savetherecipe.save-the-recipe-form-lt .formkit-form:before,
.single .content-wrap #savetherecipe.save-the-recipe-form-lt .formkit-form:after {
    display: none !important;
}
.single .content-wrap #savetherecipe.save-the-recipe-form-lt .formkit-form [data-style="minimal"] {
    background-color: var(--global-palette5) !important;
    margin: 0 0;
    padding: 30px 32px 15px 32px !important;
}
.single .content-wrap #savetherecipe.save-the-recipe-form-lt .formkit-form [data-style="minimal"]:before {
    background-image: url('../img/liz-photo.png');
    content: "";
    display: block;
    width: 100%;
    max-width: 126px;
    height: 126px;
    background-repeat: no-repeat;
    position: absolute;
    top: 25px;
    right: 32px;
    background-size: cover;
}
.single .content-wrap #savetherecipe.save-the-recipe-form-lt .formkit-form .formkit-header h2:before {
    display: none;
}
.single .content-wrap #savetherecipe.save-the-recipe-form-lt .formkit-form .formkit-header {
    padding-right: 160px;
}
.single .content-wrap #savetherecipe.save-the-recipe-form-lt .formkit-form .formkit-subheader {
    padding-right: 160px;
    min-height: 52px;
}
@media (max-width:681px) {
    .single .content-wrap #savetherecipe.save-the-recipe-form-lt .formkit-form [data-style="minimal"] {
        padding: 25px 24px 30px 24px !important;
    }
    .single .content-wrap #savetherecipe.save-the-recipe-form-lt .formkit-form [data-style="minimal"]:before {
        width: 90px;
        height: 90px;
        top: 18px;
        right: 24px;
    }
    .single .content-wrap #savetherecipe.save-the-recipe-form-lt .formkit-form .formkit-header {
        padding-right: 95px;
    }
    .single .content-wrap #savetherecipe.save-the-recipe-form-lt .formkit-form .formkit-subheader {
        padding-right: 95px;
        min-height: 52px;
        margin-bottom: 5px;
    }
    .single .content-wrap #savetherecipe.save-the-recipe-form-lt .formkit-form .seva-fields.formkit-fields button.formkit-submit {
        
    }
}
/*SAVE THIS RECIPE FORM TOP RECIPE ENDS*/



form.formkit-form[data-uid="18f1adcb10"][min-width~="700"] [data-style="clean"], 
form.formkit-form[data-uid="18f1adcb10"][min-width~="800"] [data-style="clean"] {
    padding-top: 0;
}
form.formkit-form[data-uid="9ce8130728"] h2 {
    margin: 0;
}
.formkit-form[data-uid="18f1adcb10"] .formkit-input {
    border: solid 2px black !important;
    border-radius: 0 !important;
}

.formkit-form[data-uid="18f1adcb10"] .formkit-fields {
    display: flex;
    flex-direction: column;
}

.formkit-form[data-uid="18f1adcb10"] .formkit-input::placeholder {
    color: black;
    /* font-size: 18px; */
}

.formkit-form[data-uid="18f1adcb10"] .formkit-fields[data-stacked="false"] .formkit-submit {
    background-color: var(--global-palette6) !important;
    font-size: 18px;
}