/*
Theme Name:     PMD Kadence
Theme URI:      http://Pixelmedesigns.com
Template:       kadence
Author:         Pixel me Designs LLC
Author URI:     http://Pixelmedesigns.com
Description:    Custom Kadence child theme.
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/



/* General Content
---------------------------------------------------------------------------------------------------- */

/* Form Fields
--------------------------------------------- */

::placeholder {
	color: var(--global-palette3) !important;
}

a{
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Theme Settings
--------------------------------------------- */

.post-disclosure{
    font-size: 14px;
font-style: italic;
    padding: 0;
text-align: left;
margin: 0;
display: none;
}

.post-disclosure:after{
    display: none !Important;
}


.post-disclosure p{
margin: 0 0 10px !important;
}

.single .post-disclosure{
    display: inline;
}

.footer-disclosure{
	width:  100%;
	max-width:  1200px;
	margin:  0 auto;
	font-size:  12px;
	font-style:  italic;
	padding:  10px;
	text-align:  center;
}


/* Search Form
--------------------------------------------- */

.header-search-bar  ::placeholder{
    color: var(--global-palette3) !Important;
    opacity: 100 !important;
}

input[type="search"]{
    color: var(--global-palette3) !Important;
}


/* Post Loop
--------------------------------------------- */


.kt-blocks-post-grid-item,
.entry.loop-entry{
	text-align: center;
}

.archive.content-style-unboxed .wp-site-blocks .post-thumbnail{
    margin-bottom: 5px !important;
}

.entry.loop-entry .entry-content-wrap{
    padding: 0px 10px !important;
}


.grid-cols {
    column-gap: 1.5rem;
    row-gap: 1.5rem;
}


/* Header Content
---------------------------------------------------------------------------------------------------- */

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

.site-header{
	z-index: 9998 !Important;
	position: relative;
}

.site-header:before{
	content: '';
width: 100%;
	height: 4px;
display: block;
background: linear-gradient(to right, var(--global-palette6), var(--global-palette6) 20%, var(--global-palette4) 20%, var(--global-palette4) 40%, var(--global-palette1) 40%, var(--global-palette1) 60%, var(--global-palette5) 60%, var(--global-palette5) 80%, var(--global-palette2) 80%, var(--global-palette2));
}

.site-header-main-section-right .site-header-item-main-navigation{
    position: relative;
	width: 100% !Important;
justify-content: flex-end;
}

.site-top-header-wrap .site-header-section-right{
position: relative;
}

.site-header-main-section-right{
    flex-wrap: wrap;
    justify-content: flex-end;
}


.site-header-top-section-left .header-button-wrap a{
background: none !important;
padding: 5px 0 !important;
}

.site-header-top-section-left .header-button-wrap a:after{
    content:'→';
width: 14px;
height: 14px;
display: inline-block;
    vertical-align: middle;
    line-height: .8;
    font-size: 16px;
margin-left: 6px;
color: var(--global-palette9);
}

.secondary-navigation li a{
	border-radius: 25px;
	padding: 6px 15px !important;
}

.secondary-navigation li:nth-of-type(4n+1) a{
border: 2px solid var(--global-palette4);
}

.secondary-navigation li:nth-of-type(4n+2) a{
border: 2px solid var(--global-palette5);
}

.secondary-navigation li:nth-of-type(4n+3) a{
border: 2px solid var(--global-palette1);
}

.secondary-navigation li:nth-of-type(4n+4) a{
border: 2px solid var(--global-palette6);
}

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

.menu-toggle{
    display: block;
    background: none !important;
    border: none !important;
    border-radius: 0;
    box-shadow: none !important;
    padding: 0;
    outline: none;
    cursor: pointer;
    line-height: 0;
    text-align: center;
    position: absolute;
    left: 15px;
    top: 10px;
    width: 48px;
    height: 48px;
    display: inline;
    z-index: 9999;
    box-shadow: none !Important;
}
    
.nav-menu.active {
        height: 100vh;
  width: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling:touch;
    display: block;
    background: var(--global-palette8);
    padding-bottom: 25px;
}

.nav-menu .menu {
    display: inline-block;
    width: auto;
    display: block;
    padding: 0;
    margin: 0;
}

.nav-menu .menu-item {
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 700;
    list-style: none;
    position: relative;
    border-bottom: 1px solid var(--global-palette9);
}

.nav-menu .menu-item a  {
    border: none;
    color: var(--global-palette3);
    display: block;
    padding: 10px 18px;
    position: relative;
    text-decoration: none;
    transition: .5s;
}

.nav-menu .menu-item.current-menu-item>a, .nav-menu .menu-item.current-menu-ancestor>a{
    color: var(--global-palette3);
}

.nav-menu .menu-item:hover>a {
    color: var(--global-palette3);
    background: #efecea;
}

.nav-menu .menu-item.current-menu-item>a, .nav-menu .menu-item.current-menu-ancestor>a {
    color: var(--global-palette3);
}

.nav-menu .submenu-expand {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    outline: none;
    cursor: pointer;
    position: absolute;
    line-height: 0;
    top: 5px;
    right: 0px;
    width: 44px;
    height: 44px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 999;
}

.nav-menu .submenu-expand:not(.expanded) {
    transform: none;
}
    
.nav-menu .menu-item .sub-menu{
    display: none;
}
    
    
.nav-menu .submenu-expand.expanded+.sub-menu {
    display: block;
    margin-left: 0;
    position: relative;
    width: 100%;
    background: var(--global-palette8);
}


.nav-menu .sub-menu .menu-item{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    text-align: left;
    border: none;
}


.nav-menu .sub-menu .menu-item,
.nav-menu .sub-menu .menu-item a{
    color: var(--global-palette3);
}

.nav-menu .sub-menu .menu-item:hover>a {
    background: #efecea;
}

 .menu-toggle .close {
    display: none;
}

.menu-toggle:hover, .menu-toggle.active {
    background: var(--global-palette9);
}

.menu-toggle.active .close {
    display: inline;
}

.menu-toggle.active .open {
    display: none;
}

.nav-menu .submenu-expand svg {
    fill: var(--global-palette3);
    width: 12px;
    height: 12px;
}

.site-header .wrap>.menu-toggle, .site-header .wrap>.search-toggle {
    display: none;
}
    
    .nav-menu .social{
margin: 10px 0 10px 20px;
}   
    
    .nav-menu .search-form{
margin: 10px;
}


/* Mobile Search Toggle
--------------------------------------------- */

.pmd-search-toggle {
    background: var(--global-palette8) !important;
    border: none;
    border-radius: 50%;
    padding: 0;
    outline: none;
    cursor: pointer;
    line-height: 0;
    text-align: center;
    position: absolute;
	right: 15px;
top: 10px;
    width: 48px;
    height: 48px;
		display: inline;
z-index: 999;
	padding:  0px !important;
	box-shadow: none !Important;
}

.site-header-item-main-navigation .pmd-search-toggle{
    display: inline;
position: relative;
top: auto;
    right: auto;
    margin-left: 10px;
}

.pmd-search-toggle .open {
    display: inline;
}

.pmd-search-toggle .close {
    display: none;
}

.pmd-search-toggle.active .close {
    display: inline;
}

.pmd-search-toggle.active .open {
    display: none;
}

.pmd-header-search {
    position: absolute;
    bottom: -60px;
    right: 0;
    background: var(--global-palette8);
    overflow: hidden;
    padding: 0px;
    width: 100%;
	z-index: 999;
	display: none;
    max-width: 300px;
}

.pmd-header-search.active{
	display: block;
}
.pmd-header-search .search-form {
    margin: 0 auto;
	max-width: 100%;
	padding: 15px 6px;
background: none;
	border: none;
}

.pmd-header-search .search-form input{
border: none;
background: none;
	box-shadow: none !Important;
}

.pmd-header-search .search-form{
display: block;
}
	
.pmd-header-search .search-form svg{
fill: var(--global-palette3) !important;
}

/* Popup Content
---------------------------------------------------------------------------------------------------- */

/* Callout Bar
--------------------------------------------- */

.header-button-wrap{
display: none !Important;
visibility: hidden !important;
}

.callout-bar.callout-bar_mobile{
width: 100%;
text-align: center;
background: var(--global-palette9);
	display: none;
	border-bottom: 1px solid var(--global-palette3);
}

.callout-bar_desktop{
text-align: left;
}

.callout-bar button,
.callout-bar .button{
    background: none;
color: var(--global-palette3);
    position: relative;
    font-size: 15px;
    letter-spacing: 0;
	box-shadow: none !Important;
}

.callout-bar button:after,
.callout-bar .button:after{
    content:'→';
width: 16px;
height: 16px;
display: inline-block;
    vertical-align: middle;
    line-height: .8;
    font-size: 16px;
margin-left: 6px;
color: var(--global-palette3);
}


/* Popup Fields
--------------------------------------------- */

#pmdModal.modal {
  display: none; 
  position: fixed; 
	z-index: 9999 !Important;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4); 
}


#pmdModal .modal-content {
  width: 100%;
	max-width: 600px;
text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	display: flex;
    -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.10);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
padding: 6px;
text-align: center;
	color: var(--global-palette3);
	background: linear-gradient(to bottom right, var(--global-palette6), var(--global-palette6) 20%, var(--global-palette4) 20%, var(--global-palette4) 40%, var(--global-palette1) 40%, var(--global-palette1) 60%, var(--global-palette5) 60%, var(--global-palette5) 80%, var(--global-palette2) 80%, var(--global-palette2));
}

#pmdModal .modal-content_inner{
background: var(--global-palette8);
padding: 45px 25px;
}

#closepop {
	background: var(--global-palette3);
  color: var(--global-palette9);
  float: right;
  font-size: 28px;
  font-weight: bold;
	position: absolute;
top: 0px;
	right: 25px;
	z-index: 999;
	width: 40px;
}

#closepop:hover,
#closepop:focus {
	background: var(--global-palette4);
  color: var(--global-palette9);
  text-decoration: none;
  cursor: pointer;
}



/*
Newsletter and Social
---------------------------------------------------------------------------------------------------- */

/* Newsletter
--------------------------------------------- */

.newsletter ul{
    margin: 0 !important;
padding: 0 !important;
}

.newsletter form{
	display: block;
align-items: center;
justify-content: center;
	width: 100%;
	max-width: 800px;
margin: 0 auto;
}

.newsletter input[type="text"],
.newsletter input[type="email"]{
	border-radius: 0;
width: 100%;
	margin: 5px auto;
    line-height: 1.2;
 font-size: 16px;
padding: 15px 5px;
color: var(--global-palette3);
}

.newsletter form ::placeholder{
color: var(--global-palette3);
}

.newsletter input[type="submit"],
.newsletter button,
.newsletter .button{
	width: 100%;
border-radius: 0;
background: var(--global-palette4);
    line-height: 1.2;
 font-size: 16px;
 text-transform: uppercase;
 letter-spacing: 2px;
color: var(--global-palette9);
font-weight: 700;
padding: 15px;
	margin: 5px auto;
}

.newsletter input[type="submit"]:hover,
.newsletter .button:hover,
.newsletter button:hover{
	background: var(--global-palette1);
}

.sidebar-newsletter .newsletter form{
display: block;
}

.sidebar-newsletter .newsletter input[type="text"],
.sidebar-newsletter .newsletter input[type="email"],
.sidebar-newsletter .newsletter input[type="submit"],
.sidebar-newsletter .newsletter .button,
.sidebar-newsletter .newsletter button{
	width: 100%;
margin: 5px auto;
}


/* Newsletter Popup
--------------------------------------------- */

.newsletter-popup h4{
	font-size: 26px;
line-height: 1.2;
	color: var(--global-palette3);
	position: relative;
	margin: 0 auto 15px;
}


.newsletter-popup p{
color: var(--global-palette3);
margin: 0 auto 15px;
}

.newsletter-popup .newsletter form{
	display: block;
}

.newsletter-popup .newsletter input[type="text"],
.newsletter-popup .newsletter input[type="email"],
.newsletter-popup .newsletter input[type="submit"],
.newsletter-popup .newsletter .button,
.newsletter-popup .newsletter button{
	display: block;
	width: 100%;
	margin: 5px auto;
	color: var(--global-palette3);
}

.newsletter-popup .newsletter input[type="submit"],
.newsletter-popup .newsletter .button,
.newsletter-popup .newsletter button{
    background: var(--global-palette3);
color: var(--global-palette9);
text-transform: uppercase;
letter-spacing: 1px;
font-size: 20px;
}

.newsletter-popup .newsletter input[type="submit"]:hover,
.newsletter-popup .newsletter .button:hover,
.newsletter-popup .newsletter button:hover{
    background: var(--global-palette4);
    }


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

.social{
margin: 0;
position:relative;
width: 180px;
height:40px;
	display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}

.social span{
margin:0;
padding:0;
width: 40px;
height:40px;
transition:  .5s;
	border-radius: 50%;
}

.social span, .social a{
height:40px;
display:block;
}

.site-header .social span{
background: none;
}

.social a{
        filter: brightness(0) invert(1);
}

.site-header .social a{
filter: none;
}

.facebook{
background: var(--global-palette2);
}

.facebook a{
	background: url(images/facebook.svg) center no-repeat ;
background-size: 15px 15px;
}

.pinterest{
background: var(--global-palette6);
}

.pinterest a{
background: url(images/pinterest.svg) center no-repeat ;
background-size: 15px 15px;
}

.instagram{
background: var(--global-palette1);
}

.instagram a{
	background: url(images/instagram.svg) center no-repeat ;
background-size: 15px 15px;
}

.tiktok{
background: var(--global-palette5);
}

.tiktok a{
background: url(images/tiktok.svg) center no-repeat ;
background-size: 15px 15px;
}

.twitter{
background: var(--global-palette3);
}

.twitter a{
background: url(images/x.svg) center no-repeat ;
background-size: 15px 15px;
}

.youtube{
background: var(--global-palette3);
}

.youtube a{
background: url(images/youtube.svg) center no-repeat ;
background-size: 15px 15px;
}


.contact a{
background: url(images/contact.svg) center no-repeat ;
background-size: 15px 15px;
}


.social span:hover{
  transform: rotate(10deg);
}


/* Category Content
---------------------------------------------------------------------------------------------------- */


/* Archive Entry Hero
--------------------------------------------- */

.entry-hero.post-archive-hero-section .entry-header{
padding-top: 15px;
padding-bottom: 15px;
}

.entry-hero .kadence-breadcrumbs{
margin: 10px 0 5px !important;
}

.entry-hero .archive-description p{
margin-bottom: 10px !important;
}


/* Subcategory Buttons
--------------------------------------------- */

.catsub{
	width: 100%;
	max-width: 1240px;
	clear: both;
text-align: center;
font-weight: 700;
	margin: 10px auto;
	text-align: center;
}

.catsub .wrap{
	padding: 0px;
	margin: 0 auto;
}

.catsub .catsub-menu{
	display:  flex;
	flex-direction:  row;
	justify-content: flex-start;
	align-items:  center;
	flex-wrap:  wrap;
	padding: 0;
	border: none;
}

.entry-header.post-archive-title.title-align-center .catsub-menu{
justify-content: center;
}

.entry-header.post-archive-title.title-align-right .catsub-menu{
justify-content: flex-end;
}

	.catsub-menu li{
list-style-type: none !Important;
}

.catsub .catsub-menu a{
	display: inline-block;
	margin: 5px;
	font-size: 13px;
padding: 5px 20px;
color: var(--global-palette9);
background: var(--global-palette3);
	border: 2px solid var(--global-palette3);
	text-decoration: none;
	border-radius: 25px;
}

.catsub .catsub-menu a:hover{
background: none;
color: var(--global-palette3);
}

.catsub button{
display: none;
    padding: 10px;
    text-align: left;
        font-size: 18px;
    width: 100%;
    color: var(--global-palette9);
    background: var(--global-palette4);
    padding: 15px 15px;
    font-size: 14px;
}

.catsub button:after{
    content:'';
    background: url(images/arrow.svg) center no-repeat;
width: 22px;
height: 22px;
display: inline-block;
    vertical-align: middle;
margin-left: 4px;
    float: right;
    color: var(--global-palette3);
    transform: rotate(180deg);
    filter: brightness(0) invert(1);
}

.catsub button.active:after{
    transform: none;
}


/* Single Content
---------------------------------------------------------------------------------------------------- */

.single .hero-container.site-container{
    padding-top: 25px;
    padding-bottom: 25px;
}

.single .kadence-breadcrumbs,
.single .entry-meta,
.single .single-content{
margin-top: 5px !Important;
margin-bottom: 5px !Important;
}
	
.single #dpsp-content-top{
margin-bottom: 5px !important;
}

.post-title .entry-meta{
padding: 5px 4px;
	margin: 0px 0 !important;
}
	

/* WPRM Settings
--------------------------------------------- */

.single .entry-meta{
border-top: 1px solid var(--global-palette8);
border-bottom: 1px solid var(--global-palette8);
padding: 5px;
}

.single .entry-meta a{
font-weight: 700;
}

.wprm-post-time{
display: flex;
align-items: center;
justify-content: flex-end;
	gap: 10px;
	font-size: 14px;
}

.wprm-post-time .wprm-recipe-details-label{
font-size: 13px;
}

.wprm-post-star-rating-short{
    display: flex;
    align-items: center;
flex-wrap: nowrap;
    position: relative;
height: 35px;
font-weight: 600;
}

.wprm-post-star-rating-short:before{
	content: '';
	background: var(--global-palette1) url(images/star.svg) center no-repeat;
	background-size: 10px 10px;
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	border-radius: 50%;
}

.wprm-post-star-rating-short .wprm-recipe-rating-average{
margin: 0 !important;
font-weight: 600 !important;
}

.recipe-share-open{
width: 100%;
clear: both;
display: flex;
align-items: center;
justify-content: flex-start;
    padding: 0;
    gap: 5px;
	margin: 10px 0 10px 0;
}


.wprm-post-star-rating .wprm-recipe-rating{
margin: 0 !important;
height: 35px;
}

.recipe-share-open .wprm-recipe-jump,
.recipe-share-open .wprm-recipe-pin,
.recipe-share-open .wprm-recipe-jump-to-comments,
.recipe-share-open .wprm-recipe-jump-video{
background: var(--global-palette4) !Important;
margin: 0 5px 0 0 !important;
font-size: 12px !Important;
border: none !Important;
	border-radius: 25px;
    color: var(--global-palette9) !Important;
    padding: 7px 14px !Important;
    font-weight: 700;
    height: 35px;
}

.recipe-share-open .wprm-recipe-pin{
background: var(--global-palette6) !Important;
}

.recipe-share-open .wprm-recipe-jump-to-comments{
background: var(--global-palette5) !Important;
}

.recipe-share-open .wprm-recipe-jump-video{
background: var(--global-palette3) !Important;
}

.recipe-share-open .wprm-recipe-jump:before{
content: '';
background: url(images/arrow-white.svg) center no-repeat;
background-size: contain;
width: 12px;
height: 12px;
display: inline-block;
vertical-align: middle;
margin-right: 6px;
	transform: rotate(90deg);
filter: brightness(0) invert(1);
}

.recipe-share-open .wprm-recipe-jump-to-comments:before{
content: '';
background: url(images/star.svg) center no-repeat;
background-size: contain;
width: 14px;
height: 14px;
display: inline-block;
vertical-align: middle;
margin-right: 6px;
filter: brightness(0) invert(1);
}

.recipe-share-open .wprm-recipe-jump-video:before{
content: '';
background: url(images/video.svg) center no-repeat;
background-size: contain;
width: 14px;
height: 14px;
display: inline-block;
vertical-align: middle;
margin-right: 6px;
filter: brightness(0) invert(1);
}

.recipe-share-open .wprm-recipe-pin:before{
content: '';
background: url(images/pinterest.svg) center no-repeat;
background-size: contain;
width: 14px;
height: 14px;
display: inline-block;
vertical-align: middle;
margin-right: 6px;
filter: brightness(0) invert(1);
}

/* Footer Taxonomy
--------------------------------------------- */

.post-categories{
width: 100%;
clear: both;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cust-tax-title{
font-weight: 700;
    font-size: 16px;
margin-bottom: 0px !important;
}

.post-categories a{
    color: var(--global-palette3) !important;
background: var(--global-palette9) !important;
    font-size: 14px;
    line-height: 1.3;
    text-decoration: none;
font-weight: 500;
}

.post-cat-comma{
margin: 0 4px 0 0;
}

.post-cat-comma:last-of-type{
    display: none;
}

.comment-navigation,
.post-navigation{
line-height: 1.4 !important;
}

/* Page Layout
--------------------------------------------- */

.page .entry-content-wrap{
padding-top: 0;
padding-bottom: 0;
}



/* List Styles
--------------------------------------------- */

.single-content ol{
    position: relative;
  list-style-type: none;
}

.single-content ol:not(.is-style-continue-list),
.single-content ol li ul{
    counter-reset: countlist;
}


.single-content  ol li {
    margin: .5em 0 .5rem;
    counter-increment: countlist;
    position: relative;
    list-style-type: none;
    padding: 0;
    text-indent: 0;
}


.single-content ol li::before {
    content: counter(countlist);
    color: var(--global-palette9);
    font-size: .85rem;
    font-weight: 700;
    position: absolute;
    --size: 28px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 4px;
    background: var(--global-palette6);
    border-radius: 50%;
    text-align: center;
    padding: 0;
}


.single-content ol li ul li:before{
display: none;
}

.header-step {
    counter-increment: step-counter;
}

.header-step::before {
    font-weight: 600;
    font-size: var(--wp--preset--font-size--small);
    line-height: 2em;
    float: left;
    width: 2em;
    height: 2em;
    margin-right: .8em;
    content: counter(step-counter);
    text-align: center;
    color: var(--global-palette9);
    border-radius: 100%;
    background: var(--global-palette6);
}

.single-content ul{
	margin-left: 0;
}

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

.single-content  ul li::marker{
    color:  var(--global-palette2);
}

ul.is-style-checkmark-list{
	margin-left: 0 !important;
	padding-left: 25px !important;
}

ul.is-style-checkmark-list li{
	list-style-type: none;
	padding: 5px 0;
	position: relative;
}

ul.is-style-checkmark-list li:before{
	content: '';
background: url(images/icon-checkmark.svg) center no-repeat;
background-size: contain;
width: 15px;
height: 15px;
display: block;
    position: absolute;
    --size: 15px;
    left: calc(-1 * var(--size) - 5px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 12px;
}

.post-navigation-sub{
	letter-spacing: 3px !important;
    line-height: 1.3 !important;
	color: var(--global-palette3) !important;
font-size: 16px !important;
	text-transform: uppercase;
}

.entry-tags a.tag-link{
	color: var(--global-palette3) !important;
	border-radius: 0 !important;
	    font-family: var(--global-heading-font-family);
	text-transform: uppercase;
letter-spacing: 2px;
Font-size: 12px;
}

/* Author Box
--------------------------------------------- */

.entry-author-style-normal,
.entry-author-style-center{
background: var(--global-palette8);
	padding: 15px;
border: none !Important;
}

.entry-author-style-center{
	margin-top: 45px !important;
}

.entry-author-style-normal .entry-author-avatar{
left: 0px;
top: -25px;
border: 2px solid var(--global-palette9);
}

.entry-author-style-center .entry-author-avatar{
margin: -35px auto 0;
}

.entry-author-style-center .entry-author-avatar img{
	border: 4px solid var(--global-palette9);
}

.entry-author-style-center .entry-author-avatar:before,
.entry-author-style-center .entry-author-avatar:after{
	display: none !important;
}

.entry-author-name{
    font-family: var(--global-heading-font-family);
font-size: 28px;
margin-bottom: 0 !important;
}

.entry-author-name:before{
content: 'Written by ';
}

.entry-author-style-center .entry-author-profile .entry-author-description{
	max-width: 90% !important;
    margin: 0 auto !Important;
}

.entry-author-description {
font-size: 16px !important;
}

.entry-author-follow a.social-button{
background: var(--global-palette9) !important;
    color: var(--global-palette6);
    border-radius: 50%;
}

.entry-author-profile p{
margin: 0 auto 15px !important;
}

/* Page Numbers Styling
------------------------------------------------------------ */

.pagination .page-numbers{
border-radius: 50% !important;
}




/* Related Post
--------------------------------------------- */


.entry-related .entry-related-inner-content{
padding: 0;
}


h2.entry-related-title{
	text-transform: uppercase;
letter-spacing: 2px;
font-size: 24px;
}

.entry-related .entry.loop-entry{
	box-shadow: none !important;
}

.entry-related .loop-entry .entry-content-wrap{
	padding: 5px !important;
}

.entry-related-inner-content{
	padding: 0 !important;
}

.entry-related-carousel h3.entry-title{
font-size: 16px !Important;
line-height: 1.4 !important;
	color: var(--global-palette3);
}

.entry-related .splide .splide__arrow{
background: var(--global-palette1);
	opacity: 100 !important;
	width: 45px;
height: 45px;
border-radius: 50%;
}

.entry-related .splide__arrow.splide__arrow--prev{
	left: -15px !important;
}

.entry-related .splide__arrow.splide__arrow--next{
right: -15px !important;
}


/* Comment Styles
--------------------------------------------- */

.comment-respond{
    padding: 40px;
    background: var(--global-palette8);
    margin-bottom: 25px;
}

.comment-form textarea,
.comment-input-wrap input{
    border: 2px solid var(--global-palette3);
    border-radius: 0;
}

.comment-form input[type="submit"]{
    background: var(--global-palette2);
color: var(--global-palette9);
}

.comment-form input[type="submit"]:hover{
    background: var(--global-palette4);
}

.comment-form .comment-input-wrap p label, .comment-form p.comment-form-float-label label{
    color: var(--global-palette3) !important;
}

.comment-reply-title,
#respond+.comments-title{
position: relative;
    font-size: 26px !important;
    margin-bottom: 10px !important;
}

h2.comments-title{
    font-size: 26px !important;
    margin-bottom: 10px !important;
}

#respond+.comments-title{
    margin-top: 5px !important;
}

.comment-list li{
    border: none;
    margin-bottom: 20px;
}

.comment-list li>article{
background: var(--global-palette9);
    padding: 15px;
    border: 1px solid var(--global-palette8) !important;
}

.comment-list li li>article{
border: none;
}

.comment-list li.bypostauthor>article {
    border-left: 4px solid var(--global-palette4) !important;
    border-top: 0 !important;
    background: var(--global-palette8);
    padding: 15px;
    margin-top: -4px;
}

.comment-body{
    border: none !important;
    margin-bottom: 0 !Important;
}

.comment-content{
    margin-bottom: 0 !Important;
}

.comment-reply-link{
color: #fff !Important;
border: none !Important;
background: var(--global-palette2) !Important;
    font-weight: 700;
    font-size: 14px !important;
}

.form-submit input[type="submit"]{
width: 100%;
}

.comment-form .required{
    color: var(--global-palette2) !important;
}

.akismet_comment_form_privacy_notice{
    font-size: 14px !important;
    font-style: italic;
}

.bypostauthor .avatar{
border: 2px solid var(--global-palette9) !important;
}


.comment-list ol.children{
    margin-left: 0 !Important;
}

.comment-content p{
    margin-top: 0 !important;
}

.comment-list .reply{
    top: 5px;
right: 5px;
}


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


/* Featured On
--------------------------------------------- */

.featured-on .site-container{
    width: 100%;
    clear: both;
text-align: left;
padding: 25px 25px;
}

.featured-on h4{
font-size: 18px;
    margin: 0 0 5px;
}

.featured-on h4{
	text-transform: uppercase;
letter-spacing: 1px;
font-size: 18px;
line-height: 1.4;
	margin: 0 auto 15px;
}

.featured-on .featured-on_logos{
display: flex;
align-items: center;
justify-content: space-between;
gap: 15px;
}

.featured-on .featured-on_logos img{
	width: 100%;
	max-width: 150px;
}


/* Footer Credits
--------------------------------------------- */

.footer-credits{
background: var(--global-palette8);
color: var(--global-palette3);
	padding: 10px;
font-size: 14px;
	letter-spacing: .4px;
}

.footer-credits a{
color: var(--global-palette3);
	text-decoration: none;
}

.footer-credits .site-container,
.footer-credits .foot-design_credit{
display: flex;
	justify-content: center;
align-items: center;
}

.footer-credits .foot-info{
width: 75%;
	justify-content: flex-start;
text-align: left;
	display: flex;
}

.footer-credits .foot-info ul{
	margin: 0 0 0 5px !important;
padding: 0 !important;
	display: flex;
align-items: center;
gap: 10px;
}

.footer-credits .foot-info ul li{
list-style-type: none;
}

.footer-credits .foot-info .footer-credit-top{
font-weight: 700;
margin-left: 10px;
	position: relative;
}


.footer-credits .foot-info .footer-credit-top:after{
	content: '';
	background: url(images/arrow.svg) center no-repeat;
background-size: contain;
width: 16px;
height: 16px;
display: inline-block;
	vertical-align: middle;
margin-left: 4px;
	transform: rotate(0deg);
}

.footer-credits .foot-design_credit {
font-size: 12px;
width: 25%;
justify-content: flex-end;
}

.footer-credits .social span{
background: none;
}

.footer-credits .social a{
	filter: none;
}


/* Wordpress Block Content
---------------------------------------------------------------------------------------------------- */

/* Paragraph Fields
--------------------------------------------- */

p.is-style-heading-font{
    font-family: var(--global-heading-font-family);
line-height: 1.3;
margin-top: 0;
    margin-bottom: 5px;
}


/* Heading Fields
--------------------------------------------- */


.wp-block-heading.is-style-no-margin-heading{
margin-top: 0 !important;
}


.page .single-content .wp-block-group{
margin-bottom: 0;
}


/* Search Block
--------------------------------------------- */


.wp-block-search .wp-block-search__inside-wrapper{
    background: var(--global-palette9);
    border: 1.5px solid var(--global-palette3) !important;
    border-radius: 0 !Important;
    margin: 0 auto;
}

.wp-block-search input{
border: none !important;
    color: var(--global-palette3) !Important;
    line-height: 1.4;
    font-size: 16px;
}

.wp-block-search input{
    background: none;
border: none;
}

.wp-block-search__button{
    background: var(--global-palette4) !important;
    color: var(--global-palette9) !important;
border-radius: 50%;
width: 38px;
height: 38px;
padding: 0;
}


/* Button Block
--------------------------------------------- */

.wp-block-button .wp-block-button__link{
    transition: .4s;
}

.wp-block-button .wp-block-button__link:hover{
  transform: scale(.96);
}

.wp-block-button.is-style-btn-black-arrow .wp-block-button__link,
.wp-block-button.is-style-btn-white-arrow .wp-block-button__link{
    position: relative;
}

.wp-block-button.is-style-btn-black-arrow .wp-block-button__link:after{
    content:'→';
width: 14px;
height: 14px;
display: inline-block;
    vertical-align: middle;
    line-height: .8;
    font-size: 16px;
margin-left: 6px;
color: var(--global-palette3);
}

.wp-block-button.is-style-btn-white-arrow .wp-block-button__link:after{
    content:'→';
width: 14px;
height: 14px;
display: inline-block;
    vertical-align: middle;
    line-height: .8;
    font-size: 16px;
margin-left: 6px;
color: var(--global-palette9);
}


/* WP Image Block
--------------------------------------------- */

.blocks-gallery-caption figcaption, .wp-block-embed figcaption, .wp-block-image figcaption, .wp-block-table figcaption, .wp-block-audio figcaption, .wp-block-video figcaption{
	color: var(--global-palette3) !important;
}


/* WP Image Border Block
--------------------------------------------- */

.wp-block-image.is-style-image-border{
background: linear-gradient(to bottom right, var(--global-palette6), var(--global-palette6) 20%, var(--global-palette4) 20%, var(--global-palette4) 40%, var(--global-palette1) 40%, var(--global-palette1) 60%, var(--global-palette5) 60%, var(--global-palette5) 80%, var(--global-palette2) 80%, var(--global-palette2));
padding: 8px;
	margin-bottom: 0 !important;
}


/* Image Overlay Block
--------------------------------------------- */

.kt-image-overlay-color-wrapper{
background-color: none !Important;
opacity: 0 !Important;
    display: none !important;
}

.kt-image-overlay-message{
  border: none !important;
}

.kt-image-overlay-inner .image-overlay-title{
border-radius: 25px !important;
}

/* Kadence TOC
--------------------------------------------- */

.kb-table-of-content-wrap {
    max-height: 240px !important;
    overflow-y: auto !important;
}

.kb-table-of-content-wrap ul{
list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.kb-table-of-content-wrap ul li{
list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.kb-table-of-content-wrap li a{
background-image: none !Important;
font-weight: normal !important;
}


/* Heading - Icons
--------------------------------------------- */

.wp-block-heading.is-style-headline-heart-icon,
.wp-block-heading.is-style-headline-lightning-icon,
.wp-block-heading.is-style-headline-check-icon,
.wp-block-heading.is-style-headline-knife-icon,
.wp-block-heading.is-style-headline-chef-icon,
.wp-block-heading.is-style-headline-star-icon,
.wp-block-heading.is-style-headline-pin-icon,
.wp-block-heading.is-style-headline-question-icon,
.wp-block-heading.is-style-headline-lightbulb-icon{
position: relative;
}

.wp-block-heading.is-style-headline-heart-icon:before,
.wp-block-heading.is-style-headline-lightning-icon:before,
.wp-block-heading.is-style-headline-check-icon:before,
.wp-block-heading.is-style-headline-knife-icon:before,
.wp-block-heading.is-style-headline-chef-icon:before,
.wp-block-heading.is-style-headline-star-icon:before,
.wp-block-heading.is-style-headline-pin-icon:before,
.wp-block-heading.is-style-headline-question-icon:before,
.wp-block-heading.is-style-headline-lightbulb-icon:before{
width: 40px;
height: 40px;
display: inline-block;
vertical-align: middle;
margin-right: 8px;
	border-radius: 50%;	
}

.wp-block-heading.is-style-headline-heart-icon:before{
content: '';
background: var(--global-palette8) url(images/icon-heart.svg) center no-repeat;
background-size: 22px 22px;
}

.wp-block-heading.is-style-headline-lightning-icon:before{
content: '';
background: var(--global-palette8) url(images/icon-lightning.svg) center no-repeat;
background-size: 22px 22px;
}

.wp-block-heading.is-style-headline-check-icon:before{
content: '';
background: var(--global-palette8) url(images/icon-checkmark.svg) center no-repeat;
background-size: 22px 22px;
}

.wp-block-heading.is-style-headline-knife-icon:before{
content: '';
background: var(--global-palette8) url(images/icon-knife.svg) center no-repeat;
background-size: 22px 22px;
}

.wp-block-heading.is-style-headline-chef-icon:before{
content: '';
background: var(--global-palette8) url(images/icon-chef.svg) center no-repeat;
background-size: 22px 22px;
}

.wp-block-heading.is-style-headline-star-icon:before{
content: '';
background: var(--global-palette8) url(images/icon-star.svg) center no-repeat;
background-size: 22px 22px;
}

.wp-block-heading.is-style-headline-pin-icon:before{
content: '';
background: var(--global-palette8) url(images/icon-pin.svg) center no-repeat;
background-size: 22px 22px;
}

.wp-block-heading.is-style-headline-question-icon:before{
content: '';
background: var(--global-palette8) url(images/icon-question.svg) center no-repeat;
background-size: 22px 22px;
}

.wp-block-heading.is-style-headline-lightbulb-icon:before{
content: '';
background: var(--global-palette8) url(images/icon-lightbulb.svg) center no-repeat;
background-size: 22px 22px;
}

.wp-block-group.has-theme-palette-8-background-color .wp-block-heading.is-style-headline-heart-icon:before{
content: '';
background: var(--global-palette9) url(images/icon-heart.svg) center no-repeat;
background-size: 22px 22px;
}

.wp-block-group.has-theme-palette-8-background-color .wp-block-heading.is-style-headline-lightning-icon:before{
content: '';
background: var(--global-palette9) url(images/icon-lightning.svg) center no-repeat;
background-size: 22px 22px;
}

.wp-block-group.has-theme-palette-8-background-color .wp-block-heading.is-style-headline-check-icon:before{
content: '';
background: var(--global-palette9) url(images/icon-checkmark.svg) center no-repeat;
background-size: 22px 22px;
}

.wp-block-group.has-theme-palette-8-background-color .wp-block-heading.is-style-headline-knife-icon:before{
content: '';
background: var(--global-palette9) url(images/icon-knife.svg) center no-repeat;
background-size: 22px 22px;
}

.wp-block-group.has-theme-palette-8-background-color .wp-block-heading.is-style-headline-chef-icon:before{
content: '';
background: var(--global-palette9) url(images/icon-chef.svg) center no-repeat;
background-size: 22px 22px;
}

.wp-block-group.has-theme-palette-8-background-color .wp-block-heading.is-style-headline-star-icon:before{
content: '';
background: var(--global-palette9) url(images/icon-star.svg) center no-repeat;
background-size: 22px 22px;
}


.wp-block-group.has-theme-palette-8-background-color .wp-block-heading.is-style-headline-pin-icon:before{
content: '';
background: var(--global-palette9) url(images/icon-pin.svg) center no-repeat;
background-size: 22px 22px;
}

.wp-block-group.has-theme-palette-8-background-color .wp-block-heading.is-style-headline-question-icon:before{
content: '';
background: var(--global-palette9) url(images/icon-question.svg) center no-repeat;
background-size: 22px 22px;
}


.wp-block-group.has-theme-palette-8-background-color .wp-block-heading.is-style-headline-lightbulb-icon:before{
content: '';
background: var(--global-palette8) url(../images/icon-lightbulb.svg) center no-repeat;
background-size: 22px 22px;
}

/* Group Blocks
 * --------------------------------------------- */

.wp-block-group.has-background p a{
background-image: none;
text-decoration: underline;
}


/* Group - Jump
 * --------------------------------------------- */

.group-jump{
    position: relative;
    padding: 15px;
    line-height: 1.5;
}

.group-jump p{
	margin-bottom: 0 !important;
}

.pmd-post-block-jump {
    background: var(--global-palette3) url(images/arrow-white.svg) center no-repeat;
    background-size: 15px 15px;
    position: absolute;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    position: absolute;
    bottom: -15px;
    right: 15px;
    transform: rotate(90deg);
}


/* Group - Color Border
 * --------------------------------------------- */

.wp-block-group.is-style-group-color-border {
position: relative;
}

.wp-block-group.is-style-group-color-border:after{
	content: '';
width: 100%;
	height: 6px;
display: block;
background: linear-gradient(to right, var(--global-palette6), var(--global-palette6) 20%, var(--global-palette4) 20%, var(--global-palette4) 40%, var(--global-palette1) 40%, var(--global-palette1) 60%, var(--global-palette5) 60%, var(--global-palette5) 80%, var(--global-palette2) 80%, var(--global-palette2));
	position: absolute;
bottom: 0;
	left: 0;
	right: 0;
}

/* Group - Border
 * --------------------------------------------- */

.is-style-group-border{
    border: 2px solid ;
background: none !important;
    padding: 20px !Important;
}

.is-style-group-border.has-theme-palette-1-background-color{
border-color: var(--global-palette1);
}

.is-style-group-border.has-theme-palette-2-background-color{
border-color: var(--global-palette2);
}

.is-style-group-border.has-theme-palette-3-background-color{
border-color: var(--global-palette3);
}

.is-style-group-border.has-theme-palette-4-background-color{
border-color: var(--global-palette4);
}

.is-style-group-border.has-theme-palette-5-background-color{
border-color: var(--global-palette5);
}

.is-style-group-border.has-theme-palette-6-background-color{
border-color: var(--global-palette6);
}

.is-style-group-border.has-theme-palette-7-background-color{
border-color: var(--global-palette7);
}

.is-style-group-border.has-theme-palette-8-background-color{
border-color: var(--global-palette8);
}

.is-style-group-border.has-theme-palette-9-background-color{
border-color: var(--global-palette9);
}

/* Group - Review
 * --------------------------------------------- */

.is-style-group-review{
	padding: 30px 20px !important;
	position: relative;
}

.is-style-group-review:before{
content: '';
background: url(images/stars.svg) center no-repeat;
background-size: contain;
width: 118px;
height: 20px;
margin: 0 auto 15px;
	display: block;
}

.is-style-group-review  .wp-block-group__inner-container{
width: 100%;
max-width: 500px;
margin: 0 auto;
}

.is-style-group-review p{
font-weight: 700;
	font-size: 22px;
line-height: 1.4;
	margin: 0 auto 15px;
}


/* Paragraph - Round Number
 * --------------------------------------------- */

p.is-style-round-number{
display: flex;
align-self: center;
	justify-content: center;
width: 45px;
height: 45px;
text-align: center;
	padding: 5px 5px;
	border-radius: 50%;
	margin-bottom: 5px !important;
	font-weight: 800;
}


/* Menu Block - Click
--------------------------------------------- */

.wp-block-navigation-item {
    width: 100%;
}

.wp-block-navigation .wp-block-navigation-item{ 
    background: var(--global-palette3) !Important;
    border: 0px solid var(--global-palette3) !important;
    font-family: var(--global-heading-font-family);
    color: var(--global-palette9) !Important;
letter-spacing: 0;
text-transform: none;
	font-weight: 700;
    font-size: 16px;
    width: 100%;
    border-radius: 0;
}

.wp-block-navigation .wp-block-navigation-item.open-on-click{
    padding: 0px !important;
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{
width: 100% !important;
    padding: 10px 5px 10px 15px !important;
    background: none !Important;
}

.wp-block-navigation__submenu-icon{
    background: var(--global-palette3) !important;
border-radius: 50%;
    width: 24px !important;
height: 24px !important;
    display: flex !important;
align-items: center;
justify-content: center;
    margin-left: -32px !Important;
}

.wp-block-navigation__submenu-icon svg{
width: 12px !important;
height: 12px !Important;
    color: var(--global-palette9);
}

.wp-block-navigation__submenu-container{
    border: none !Important;
    left: 0 !Important;
margin-left: 0 !Important;
padding-left: 0 !Important;
    width: 100% !Important;
    box-shadow: 0px 2px 8px rgba(35, 35, 35, .15) !important;
}

.wp-block-navigation__submenu-container li{
    color: var(--global-palette3) !Important;
letter-spacing: 0;
text-transform: none;
font-size: 14px !important;
border-bottom: 1px solid #242424 !important;
}

.wp-block-navigation__submenu-container li:hover{
    color: var(--global-palette9) !Important;
background: #242424 !Important;
}

.wp-block-navigation__submenu-container li:last-of-type{
border: none;
}

.wp-block-navigation__submenu-container li a{
    padding: 10px 15px;
}


/* Menu Block - On Hover
--------------------------------------------- */

.wp-block-navigation .wp-block-navigation-item.open-on-hover-click{
    padding: 10px 10px 10px 15px !important;
    display: flex;
    justify-content: space-between;
}

/* In Post Pin Button - WPRM
--------------------------------------------- */

.in-post-pin .wprm-recipe-pin{
background: var(--global-palette6) !important;
    color:  var(--global-palette9) !important;
width: 100% !important;
border: none !important;
font-weight: 700 !important;
font-size: 16px !important;
text-transform: none !important;
letter-spacing: 0 !important;
    line-height: 1.3 !important;
padding: 15px 5px !important;
height: 50px !important;
	text-align: center !important;
display: block !important;
	border-radius: 25px !important;
}

.in-post-pin .wprm-recipe-pin:hover{
background: var(--global-palette4) !important;
}



/* In Post Pin Button - Grow Social Pug
--------------------------------------------- */

.in-post-pin .dpsp-networks-btns-wrapper{
    text-align: center;
    background: var(--global-palette3);
border: none !important;
}

.in-post-pin .dpsp-networks-btns-wrapper li{
    margin: 0 auto !Important;
float: none !Important;
}

.in-post-pin .dpsp-networks-btns-wrapper .dpsp-network-btn{
padding: 8px 8px 5px !important;
    justify-content: center;
border: none !important;   
    min-height: 55px !Important;
    box-shadow: none !Important;
}

.in-post-pin .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest .dpsp-network-icon{
color: var(--global-palette9) !important;
    background: none !important;
border: 2px solid var(--global-palette9) !important;
border-radius: 50%;
}

.in-post-pin .dpsp-button-style-6 .dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon:not(.dpsp-network-icon-outlined) .dpsp-network-icon-inner>svg{
    fill: var(--global-palette9) !important;
}

.in-post-pin .dpsp-network-label{
font-size: 16px !important;
    text-transform: uppercase;
letter-spacing: 2px !important;
color: var(--global-palette9) !important;
    font-family: var(--global-heading-font-family);
line-height: 2 !important;
}

.in-post-pin .dpsp-network-icon-inner{
transition: none !Important;
transform: none !Important;
    height: 36px !important;
}

.in-post-pin .dpsp-network-icon .dpsp-network-icon-inner svg{
    max-width: 22px !Important;
    max-height: 22px !important;
}

.in-post-pin .dpsp-network-list-item.dpsp-hover{
    box-shadow: none !Important;
}

/* Accordion
------------------------------------------------------------ */

.single-content .schema-faq-section{
margin-bottom: 15px !important;
}

.wp-block-yoast-faq-block{
	margin-bottom: 25px;
}

.schema-faq-question{
  cursor: pointer;
	border: none;
background: var(--global-palette9);
width: 100%;
	display: block;
padding: 20px 15px !important;
margin-bottom: 0px;
font-size: 18px;
line-height: 1.2;
color: var(--global-palette3);
border: 2px solid var(--global-palette3);
}

.schema-faq-question.collapse{
	margin-bottom: 0;
	border-bottom: none;
}

.schema-faq-question:before{
  width: 16px;
  height: 20px;
  display: inline-block;
  content: "+";
  margin-right: 5px;
  vertical-align: top;
	color: var(--global-palette3);
}

.schema-faq-question.collapse:before{
  content: "-";
}

.schema-faq-question:hover{
border-color: var(--global-palette3);
}

.schema-faq-answer{
  display: none;
  padding-left: 1em;
}

.schema-faq-answer.collapse{
padding: 15px 20px;
background: var(--global-palette9);
border: 2px solid var(--global-palette3);
border-top: 0;
}

.schema-faq-answer.default{
  display: block;
}

.single-content .wp-block-yoast-faq-block .schema-faq-question{
	margin-bottom: 0 !important;
}

/* FacetWP
--------------------------------------------- */

.fwpl-layout.recipe-index-feed {
    grid-gap: 25px !important;
}

.recipe-index-feed .entry-title {
    font-size: 16px !important;
    line-height: 1.3em !important;
    font-weight: 800 !important;
    color: var(--global-palette3) !important;
	padding: 5px 0 0 0;
    }


.recipe-index-feed .entry-title a{
    color: var(--global-palette3) !important;
    text-decoration: none !important;
}

.facetwp-display-value,
.facetwp-counter{
	font-size: 16px;
}

.facetwp-toggle{
font-weight: 700;
	font-size: 15px;
	text-decoration: underline;
}

.facetwp-pager{
    color: var(--global-palette3) !important;
margin-top: 15px;
	font-size: 18px;
}

.facetwp-pager a{
    color: var(--global-palette3) !important; 
	text-decoration: underline;
}

.facetwp-page.active{
font-weight: 800;
	text-decoration: none;
}


/* OLD Theme Code For Blocks
--------------------------------------------- */

.wp-block-group.has-all-colors-gradient-background{
    background: var(--global-palette8) !important;
position: relative;
}

.wp-block-group.has-all-colors-gradient-background:after{
	content: '';
width: 100%;
	height: 6px;
display: block;
background: linear-gradient(to right, var(--global-palette6), var(--global-palette6) 20%, var(--global-palette4) 20%, var(--global-palette4) 40%, var(--global-palette1) 40%, var(--global-palette1) 60%, var(--global-palette5) 60%, var(--global-palette5) 80%, var(--global-palette2) 80%, var(--global-palette2));
	position: absolute;
bottom: 0;
	left: 0;
	right: 0;
}

.has-secondary-background-color{
    background-color: var(--global-palette2) !important;
}

.has-base-alt-background-color{
    background-color: var(--global-palette2) !important;
}

.has-base-alt-background-color{
    background-color: var(--global-palette3) !important;
}

.has-tertiary-background-color{
    background-color: var(--global-palette4) !important;
}

.has-quaternary-dark-background-color{
    background-color: var(--global-palette5) !important;
}

.has-primary-dark-background-color{
    background-color: var(--global-palette6) !important;
}

.has-contrast-color{
    background-color: var(--global-palette7) !important;
}

.has-base-alt-background-color{
    background-color: var(--global-palette8) !important;
}

.has-base-background-color{
    background-color: var(--global-palette9) !important;
}

.wp-block-group.flex-shrink-0 {
margin: 0 !Important;
}

.wp-block-group .wp-block-heading:first-of-type{
margin-top: 0 !important;
}

/* Media Queries - Min Width
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 1025px) {
	
	.newsletter form{
	display: flex;
align-items: center;
justify-content: center;
}

.newsletter input[type="text"],
.newsletter input[type="email"]{
width: 32%;
	margin: 0 5px;
}

.newsletter input[type="submit"],
.newsletter .button,
.newsletter button{
	width: 32%;
	margin: 0 5px;
}
	
	.drawer-content .widget-area img{
		width: 100%;
		max-width: 200px;
	}
	
	.drawer-content .wp-block-search{
background: var(--global-palette9);
border-radius: 25px;
}
	
	.drawer-content .wp-block-search .wp-block-search__input{
color: var(--global-palette3) !important;
	font-size: 15px !important;
		border: none;
		background: none;
		opacity: 100;
}
		.drawer-content .wp-block-search .wp-block-search__input ::placeholder{
color: var(--global-palette3) !important;
		opacity: 100;
	}
	
	.drawer-content .wp-block-search .wp-block-search__button{
		background: none;
color: var(--global-palette1);
}
}



/* Media Queries - Max Width
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1024px) {
	
		.callout-bar.callout-bar_mobile{
display: block;
	}
	
	.callout-bar.callout-bar_mobile:before{
	content: '';
width: 100%;
	height: 4px;
display: block;
background: linear-gradient(to right, var(--global-palette6), var(--global-palette6) 20%, var(--global-palette4) 20%, var(--global-palette4) 40%, var(--global-palette1) 40%, var(--global-palette1) 60%, var(--global-palette5) 60%, var(--global-palette5) 80%, var(--global-palette2) 80%, var(--global-palette2));
}
	
	.site-header:before{
display: none;
}

.catsub{
	display: block;
	width: 100%;
}

.catsub .catsub-menu,
.entry-header.post-archive-title.title-align-center .catsub-menu,
.entry-header.post-archive-title.title-align-right .catsub-menu{
    justify-content: center;
}
	
	.catsub button{
	display: block;
}
	

.catsub .catsub-menu{
	display: none;
	}
	
.catsub .catsub-menu.expanded{
	display: block;
    position: relative;
    width: 100%;
    z-index: 998;
	background: var(--global-palette4);
margin: 0;
	}
	
	.catsub-toggle.active{
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	
.catsub .catsub-menu a{
	display: block;
	position: relative;
	border: none;
	width: 100%;
	margin: 0px auto;
	background: none;
	padding: 10px 15px;
	color: var(--global-palette9);
	font-size: 14px;
	border-bottom: 1px solid #2e686b;
	text-align: left;
	border-radius: 0;
}

    .catsub .catsub-menu a:hover{
    background: #2e686b;
	color: var(--global-palette9);
}
	
.catsub:hover .catsub-menu a:last-of-type{
	border: none;
}
	
	#masthead.site-header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 9998 !important;
		height: 70px !important;
		padding: 0 !Important;
    box-shadow: 0 10px 5px -5px rgba(0,0,0,.08);
}

	.site-main-header-wrap .site-header-row-container-inner>.site-container{
padding: 5px !important;
}
	
	.site-main-header-inner-wrap{
		min-height: 60px;
	}
	
	.site-branding a.brand img.svg-logo-image{
		height: 60px;
	}

		.search-toggle-open-container .search-toggle-open{
border-radius: 50%;
}

    .pmd-header-search {
    bottom: -70px;
    width: 100%;
    max-width: 100%;
}
	
.nav-menu{
	display: none;
}
	

	.grid-cols {
    column-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
}

		.featured-on .featured-on_logos,
	.footer-rows .site-container,
	.footer-rows_menus{
flex-wrap: wrap;
	}
	
	.featured-on .featured-on_logos{
justify-content: center;
}
	
}


@media only screen and (max-width: 767px) {
	
	.entry-header.post-title{
    margin-left: calc(50% - var(--global-vw, 100vw) / 2);
    margin-right: calc(50% - var(--global-vw, 100vw) / 2);
    max-width: 100vw;
    width: var(--global-vw, 100vw);
		background: var(--global-palette8);
text-align: center;
		padding: 20px 10px;
	}
	
	.post-title .entry-meta,
	.recipe-share-open{
		justify-content: center;
}
	
	.single .post-disclosure{
text-align: center;
}
	
	.single-post .content-area{
margin-top: 0 !important;
}
	
.recipe-share-open .wprm-recipe-jump:before,
.recipe-share-open .wprm-recipe-jump-to-comments:before,
.recipe-share-open .wprm-recipe-jump-video:before,
.recipe-share-open .wprm-recipe-pin:before{
display: block;
	margin: 0 auto 4px;
}
	
	.recipe-share-open .wprm-recipe-jump,
.recipe-share-open .wprm-recipe-pin,
.recipe-share-open .wprm-recipe-jump-to-comments,
	.recipe-share-open .wprm-recipe-jump-video{
height: 60px;
		border-radius: 10px;
padding: 12px 10px !important;
		width: 100%;
}

    .wp-block-navigation ul.wp-block-navigation__container{
flex-wrap: wrap !important;
    }

.wp-block-navigation .wp-block-navigation-item{
        position: relative;
        flex-wrap: wrap !important;
    width: 100% !important;
    }
    
.wp-block-navigation .has-child .wp-block-navigation__submenu-container{
        display: Block !important;
position: relative !important;
        left: auto !important;
        top: auto !important;
        width: 100% !important;
    }
    
    .wp-block-navigation .wp-block-navigation-item.open-on-hover-click .wp-block-navigation__submenu-container{
box-shadow: none !Important;
    }

	.wp-block-kadence-tabs .kt-tabs-title-list{
		justify-content: center !important;
	}
	
.grid-sm-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

	
	.footer-credits .foot-info,
		.footer-credits .site-container,
	.footer-credits .foot-design_credit{
		flex-wrap: wrap;
		gap: 10px;
	}
	
	.footer-credits .foot-info,
	.footer-credits .foot-design_credit{
		width: 100%;
text-align: center;
justify-content: center;
	}
	
	.footer-credits .foot-info ul{
		width: 100%;
	}
	
	.wp-block-navigation .wp-block-navigation-item,
	.wp-block-navigation__container{
		position: relative;
		flex-wrap: wrap !important;
	}
	
	.wp-block-navigation .has-child .wp-block-navigation__submenu-container{
		display: Block !important;
position: relative !important;
		left: auto !important;
		top: auto !important;
		width: 100% !important;
}


.wp-block-navigation-item .wp-block-navigation-submenu__toggle,
.wp-block-navigation__submenu-container li a{
	padding-top: 14px;
	padding-bottom: 14px;
}

    .entry-related-title{
margin: 0 0 15px !Important;
        padding: 0 5%;
        text-align: left;
}
    
    .entry-related .grid-cols{
    column-gap: 0rem;
    row-gap: 0rem;
}
    
    .entry-related .splide__slide{
margin: 0 auto !Important;
    width: 100%;
    max-width: 80%;
}
        
    .entry-related .splide__arrow.splide__arrow--next{
        right: 5px !Important;
    }
    
    .entry-related .splide__arrow.splide__arrow--prev{
        left: 5px !Important;
    }

        
    .comment-form p{
        margin: 5px auto !Important;
    }
    
p.comment-form-author,
p.comment-form-email,
p.comment-form-url{
margin: 0px auto !important;
    }
    
    p.form-submit{
margin: 15px auto 0 !important;
}

.entry-author-style-center .entry-author-profile .entry-author-description{
    max-width: 100% !important;
}

    .in-post-pin .wprm-recipe-pin{
font-size: 15px;
height: 55px !important;
        display: flex;
        flex-wrap: no-wrap;
        gap: 5px;
justify-content: center;
        align-items: center;
}
	
	.fwpl-layout.recipe-index-feed {
    grid-template-columns: repeat(2, 1fr) !important;
	}

}


@media only screen and (max-width: 359px) {
    .content-container.site-container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}