/*
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 !important;
}

.single .post-disclosure{
    display: block;
	text-align: center;
padding: 5px 0 0;
}

.post-disclosure a{
background-image: none !Important;
color: var(--global-palette5) !Important;
font-weight: normal !Important;
}

.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{
    box-shadow: 0px 2px 8px rgba(35, 35, 35, .15) !important;
    transition: .5s;
}

.kt-blocks-post-grid-item:hover,
.entry.loop-entry:hover{
    box-shadow: 0px 2px 8px rgba(35, 35, 35, .35) !important;
}

.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;
}

.home .site-main-header-wrap .site-header-row-container-inner{
	border-bottom: 0 !important;
}

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

.site-top-header-wrap:before{
content: '';
    background: url(images/border.svg) center repeat-x;
    background-size: contain;
    width: 100%;
    height: 8px;
    display: block;
    margin: -2px auto 0;
}

#main-header .header-button{
background: none !Important;
padding: 0 !Important;
position: relative;
	box-shadow: none !Important;
}

#main-header .header-button:before{
    content: '';
    background: url(images/headline-heart.svg) center no-repeat;
    background-size: contain;
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
}


.site-header-main-section-right .menu{
width: 100% !Important;
}

.site-header-item-main-navigation{
	position: relative;
	margin-top: 5px !Important;
}

/* 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-palette4);
    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-palette8);
}

.nav-menu .menu-item a  {
    border: none;
    color: var(--global-palette9);
    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-palette9);
}

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

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

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

.nav-menu .submenu-expand:not(.expanded) {
    background: transparent;
    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: #DFF3F7;
    color: var(--global-palette3);
}

 .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-palette9);
    width: 12px;
    height: 12px;
}

.nav-menu .submenu-expand:not(.expanded) svg {
    fill: var(--global-palette9);
}

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

.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;
}

.nav-menu .social span{
background: none;
}

    .nav-menu .social a {
        border: 2px solid #fff;
        border-radius: 50%;
    }

.pmd-mobile-secondary-navigation .menu{	
    display: grid;
    gap: 20px;
	grid-template-columns: repeat(2, 1fr);
	margin: 20px 10px 0;
}

.pmd-mobile-secondary-navigation .menu li{
border: none !important;
background: var(--global-palette2);
color: var(--global-palette3);
	text-align: center;
}

.pmd-mobile-secondary-navigation .menu li:hover{
background: var(--global-palette7);
color: var(--global-palette3);
}

.pmd-mobile-secondary-navigation .menu li a{
color: var(--global-palette3);
	font-size: 15px;
}

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

.pmd-search-toggle {
    background: var(--global-palette2);
    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;
}

.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;
}

.pmd-desktop-search {
    z-index: 9999 !Important;
    width: 400px;
    bottom: auto;
    top: 60px;
	right: 0;
    background: var(--global-palette8) !important;
	border: 4px solid var(--global-palette9) !important;
}

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

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

.callout-bar{
width: 100%;
text-align: center;
background: var(--global-palette5);
	display: none;
}

.callout-bar button,
.callout-bar .button{
	background: none;
color: var(--global-palette9);
font-weight: 700;
	position: relative;
    letter-spacing: 1px;
    font-size: 15px;
	width: 100%;
	display: block;
	padding: 8px 0;
}

/* 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%);
    -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%);
background: var(--global-palette9);
text-align: center;
	color: var(--global-palette3);
}

#pmdModal .modal-content:before{
content: '';
    background: url(images/border.svg) center repeat-x;
    background-size: contain;
    width: 100%;
    height: 8px;
    display: block;
    margin: -2px auto 0;
}

#closepop {
	background: var(--global-palette5);
  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-popup{
padding: 25px 25px;
}

/*
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: 32px;
line-height: 1.2;
	color: var(--global-palette3);
	position: relative;
margin: 0 auto 10px;
}


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

.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-palette4);
color: var(--global-palette9);
text-transform: uppercase;
letter-spacing: 2px;
font-size: 18px;
}

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


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

.social{
margin: 0px auto;
position:relative;
width: 280px;
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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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
--------------------------------------------- */

.post-archive-hero-section{
    border-bottom: 1px solid #ddd;
}

.post-archive-hero-section:after{
    content: '';
    background: url(images/pattern.svg);
    background-size: 250px;
    display: block;
    top: 0;
    bottom: 0;
    Left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .04;
}

.entry-hero.post-archive-hero-section .entry-header{
padding-top: 15px;
padding-bottom: 15px;
position: relative;
z-index: 9;
}

.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;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 500;
	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: 8px 20px;
color: var(--global-palette9);
background: var(--global-palette5);
	text-decoration: none;
	font-weight: 700;
}

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

.catsub button{
display: none;
	padding: 10px;
	text-align: left;
		font-size: 18px;
	width: 100%;
}

.catsub button:after{
	content: '';
	background: url(images/arrow.svg) center no-repeat;
background-size: contain;
width: 22px;
height: 22px;
display: inline-block;
	vertical-align: middle;
margin-left: 4px;
	transform: rotate(180deg);
	float: right;
    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 .single-content{
margin-top: 5px !Important;
margin-bottom: 5px !Important;
}
	
.single .entry-meta{
	padding: 10px 0;
	border-bottom: 1px solid var(--global-palette3);
	margin-top: 0px !Important;
	margin-bottom: 10px !Important;
}

.single #dpsp-content-top{
margin-bottom: 5px !important;
}

p.entry-category{
    display: Block;
    margin: 0 0 5px;
}

.entry-category a {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    background: var(--global-palette3);
    padding: 5px 10px;
    color: var(--global-palette9);
	text-decoration: none;
	background-image: none !important;
}
	
.single .entry .entry-category{
display: none;
}

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

.pmd-recipe-share{
    width: 100%;
    clear: both;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 5px;
    padding: 0;
    gap: 10px;
}

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

.pmd-recipe-share .wprm-recipe-jump,
.pmd-recipe-share .wprm-recipe-pin,
.pmd-recipe-share .wprm-recipe-facebook-share{
	width: 100% !Important;
background: var(--global-palette9) !Important;
margin: 0 5px 0 0 !important;
font-size: 14px !Important;
    line-height: 1.8;
border-radius: 25px !Important;
    color: var(--global-palette3) !Important;
    padding: 5px 14px !Important;
    font-weight: 700;
    height: 38px;
	border: 1px solid var(--global-palette3) !Important;
}


.pmd-recipe-share .wprm-recipe-jump:before{
content: '';
background: var(--global-palette7) url(images/arrow-white.svg) center no-repeat;
background-size: 9px 9px;
width: 20px;
height: 20px;
display: inline-block;
vertical-align: middle;
margin-right: 6px;
    transform: rotate(90deg);
	border-radius: 50%;
}

.pmd-recipe-share .wprm-recipe-facebook-share:before{
content: '';
background: var(--global-palette4) url(images/facebook-white.svg) center no-repeat;
background-size: 9px 9px;
width: 20px;
height: 20px;
display: inline-block;
vertical-align: middle;
margin-right: 6px;
	border-radius: 50%;
}

.pmd-recipe-share .wprm-recipe-pin:before{
content: '';
background: var(--global-palette5) url(images/pinterest-white.svg) center no-repeat;
background-size: 9px 9px;
width: 20px;
height: 20px;
display: inline-block;
vertical-align: middle;
margin-right: 6px;
	border-radius: 50%;
}


/* 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-palette1);
    border-radius: 50%;
    text-align: center;
    padding: 0;
}


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

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

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

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


.single .entry-content-wrap p a,
.single .entry-content-wrap ul li a,
.single .entry-content-wrap ol li a{
	font-weight: 700;
    cursor: pointer;
    background-image: linear-gradient(180deg,transparent 80%,var(--global-palette8) 0);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    -webkit-transition: background-size .4s ease;
    -moz-transition: background-size .4s ease;
    -ms-transition: background-size .4s ease;
    -o-transition: background-size .4s ease;
    transition: background-size .4s ease;
}

.single .entry-content-wrap p a:hover,
.single .entry-content-wrap ul li a:hover,
.single .entry-content-wrap ol li a:hover{
    background-image: linear-gradient(180deg,transparent 0%,var(--global-palette8) 0);
}

.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-palette9);
	padding: 15px;
border: 2px solid var(--global-palette7);
	border-top: 4px solid var(--global-palette7);
	position: relative;
}

.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-size: 26px;
margin-bottom: 0 !important;
}

.entry-author-name:before{
content: 'Created 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: 20px;
    background: var(--global-palette9);
    margin-bottom: 25px;
	border-top: 4px solid var(--global-palette3);
	border-bottom: 4px solid var(--global-palette3);
}

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

.comment-form input[type="submit"]{
    background: var(--global-palette5);
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 p{
font-size: 15px;
    margin: 0 auto 5px;
	text-transform: uppercase;
letter-spacing: 1px;
line-height: 1.4;
	font-weight: 600;
	text-align: center;
	color: var(--global-palette3);
}

.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;
	opacity: .4;
}


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

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

.footer-credits a{
color: var(--global-palette9);
	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: 65%;
	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 {
width: 35%;
justify-content: flex-end;
}

.footer-credits .foot-design_credit img{
	margin-left: 10px;
    filter: brightness(0) invert(1);
}



/* 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;
}

.wp-block-heading strong{
font-weight: 800 !important;
}

.wp-block-heading.is-style-uppercase,
.wp-block-heading.is-style-uppercase-no-margin{
	font-weight: 300 !important;
}

.wp-block-heading.is-style-uppercase strong,
.wp-block-heading.is-style-uppercase-no-margin strong{
font-weight: 800 !important;
}

.is-style-headline-bowl:before{
	content: '';
	background: url(images/bowl.svg) center no-repeat;
background-size: contain;
width: 40px;
height: 40px;
display: inline-block;
	vertical-align:  middle;
margin-right: 10px;
	margin-top: -5px;
}

.is-style-headline-pot:before{
	content: '';
	background: url(images/headline-pot.svg) center no-repeat;
background-size: contain;
width: 35px;
height: 35px;
display: inline-block;
	vertical-align:  middle;
margin-right: 10px;
	margin-top: -5px;
}

.is-style-headline-whisk:before{
	content: '';
	background: url(images/headline-whisk.svg) center no-repeat;
background-size: contain;
width: 30px;
height: 30px;
display: inline-block;
	vertical-align:  middle;
margin-right: 10px;
	margin-top: -5px;
}

.is-style-headline-heart:before{
	content: '';
	background: url(images/headline-heart.svg) center no-repeat;
background-size: contain;
width: 30px;
height: 30px;
display: inline-block;
	vertical-align:  middle;
margin-right: 10px;
	margin-top: -5px;
}

.is-style-headline-cookie:before{
	content: '';
	background: url(images/headline-cookie.svg) center no-repeat;
background-size: contain;
width: 35px;
height: 35px;
display: inline-block;
	vertical-align:  middle;
margin-right: 10px;
	margin-top: -5px;
}

.is-style-headline-skillet:before{
	content: '';
	background: url(images/headline-skillet.svg) center no-repeat;
background-size: contain;
width: 35px;
height: 35px;
display: inline-block;
	vertical-align:  middle;
margin-right: 10px;
	margin-top: -5px;
}

.is-style-headline-air-fryer:before{
	content: '';
	background: url(images/headline-air-fryer.svg) center no-repeat;
background-size: contain;
width: 35px;
height: 35px;
display: inline-block;
	vertical-align:  middle;
margin-right: 10px;
	margin-top: -5px;
}

.is-style-headline-crockpot:before{
	content: '';
	background: url(images/headline-crockpot.svg) center no-repeat;
background-size: contain;
width: 35px;
height: 35px;
display: inline-block;
	vertical-align:  middle;
margin-right: 10px;
	margin-top: -5px;
}

.is-style-headline-sheet:before{
	content: '';
	background: url(images/headline-sheet.svg) center no-repeat;
background-size: contain;
width: 35px;
height: 35px;
display: inline-block;
	vertical-align:  middle;
margin-right: 10px;
	margin-top: -5px;
}

.is-style-headline-sauce-pan:before{
	content: '';
	background: url(images/headline-sauce-pan.svg) center no-repeat;
background-size: contain;
width: 35px;
height: 35px;
display: inline-block;
	vertical-align:  middle;
margin-right: 10px;
	margin-top: -5px;
}

.is-style-headline-ingredients:before{
	content: '';
	background: url(images/headline-ingredients.svg) center no-repeat;
background-size: contain;
width: 35px;
height: 35px;
display: inline-block;
	vertical-align:  middle;
margin-right: 10px;
	margin-top: -5px;
}

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

.wp-block-search .wp-block-search__inside-wrapper{
    background: var(--global-palette9);
    border: 1px solid var(--global-palette3) !important;
    border-radius: 25px !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-palette9) !important;
    color: var(--global-palette5) !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:'';
    background: url(images/arrow-black.svg) center no-repeat;
background-size: contain;
width: 14px;
height: 14px;
display: inline-block;
    vertical-align: middle;
margin-left: 6px;
}

.wp-block-button.is-style-btn-white-arrow .wp-block-button__link:after{
    content:'';
    background: url(images/arrow-white.svg) center no-repeat;
background-size: contain;
width: 14px;
height: 14px;
display: inline-block;
    vertical-align: middle;
margin-left: 6px;
}

.is-style-btn-blue-arrow .wp-block-button__link,
.is-style-btn-pink-arrow .wp-block-button__link,
.is-style-btn-purple-arrow .wp-block-button__link,
.is-style-btn-yellow-arrow .wp-block-button__link,
.is-style-btn-blue-arrow-border .wp-block-button__link,
.is-style-btn-pink-arrow-border .wp-block-button__link,
.is-style-btn-purple-arrow-border .wp-block-button__link,
.is-style-btn-yellow-arrow-border .wp-block-button__link{
	position: relative;
background: none !important;
	color: var(--global-palette3);
font-weight: 700;
	text-transform: uppercase;
letter-spacing: 1px;
font-size: 15px;
}

.is-style-btn-blue-arrow .wp-block-button__link:after,
.is-style-btn-blue-arrow-border .wp-block-button__link:after{
	content: '';
	background: var(--global-palette4) url(images/arrow-white.svg) center no-repeat;
background-size: 9px 9px;
width: 20px;
height: 20px;
display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
border-radius: 50%;
}

.is-style-btn-pink-arrow .wp-block-button__link:after,
.is-style-btn-pink-arrow-border .wp-block-button__link:after{
	content: '';
	background: var(--global-palette5) url(images/arrow-white.svg) center no-repeat;
background-size: 9px 9px;
width: 20px;
height: 20px;
display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
border-radius: 50%;
}

.is-style-btn-purple-arrow .wp-block-button__link:after,
.is-style-btn-purple-arrow-border .wp-block-button__link:after{
	content: '';
	background: var(--global-palette1) url(images/arrow-white.svg) center no-repeat;
background-size: 9px 9px;
width: 20px;
height: 20px;
display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
border-radius: 50%;
}

.is-style-btn-yellow-arrow .wp-block-button__link:after,
.is-style-btn-yellow-arrow-border .wp-block-button__link:after{
	content: '';
	background: var(--global-palette2) url(images/arrow-white.svg) center no-repeat;
background-size: 9px 9px;
width: 20px;
height: 20px;
display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
border-radius: 50%;
}

.is-style-btn-blue-arrow-border .wp-block-button__link,
.is-style-btn-pink-arrow-border .wp-block-button__link,
.is-style-btn-purple-arrow-border .wp-block-button__link,
.is-style-btn-yellow-arrow-border .wp-block-button__link{
	border: 2px solid var(--global-palette3);
	border-radius: 25px;
}

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

.wp-block-kadence-column figure.wp-block-image{
	margin-bottom: 5px !important;
}

.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;
}


/* 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;
}

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

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

.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 - Tools
 * --------------------------------------------- */

.is-style-group-tools .wp-block-columns{
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
gap: 1em !important;
	margin-bottom: 0 !important;
}

.is-style-group-tools .wp-block-column figure{
display: block;
margin: 0 auto 5px;
}

.is-style-group-tools .wp-block-column p{
line-height: 1.3;
font-size: 15px;
}

/* Group - Storage
 * --------------------------------------------- */

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

.is-style-group-storage:before{
content: '';
background: url(images/storage.svg) center no-repeat;
background-size: 28px 28px;
width: 50px;
height: 50px;
display: block;
	position: absolute;
top: 15px;
left: -20px;
	border-radius: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* Group - Tip
 * --------------------------------------------- */

.is-style-tip-title{
    border: 2px solid ;
background: none !important;
    padding: 20px !Important;	
	position: relative;
}

.is-style-tip-title:before{
content: '';
background: #fff url(images/txt-tips.svg) center no-repeat;
background-size: 138px 34px;
width: 160px;
height: 34px;
display: block;
	position: absolute;
top: -15px;
left: 10px;
}

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

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

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

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

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

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

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

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

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


/* Group - Rating
 * --------------------------------------------- */

.is-style-group-review{
padding: 20px !important;
	position: relative;
	background: none !important;
	border-top: 2px solid var(--global-palette2);
	border-bottom: 2px solid var(--global-palette2);
}

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

.is-style-group-review p{
margin: 0 auto 10px !important;
	font-size: 22px;
	line-height: 1.2;
width: 100%;
	max-width: 80%;
}

.is-style-group-review p em{
	font-size: 14px;
font-style: italic;
}

.is-style-group-review .wp-block-button .wp-block-button__link{
	font-size: 15px !important;
}

.is-style-group-review .wp-block-button.is-style-btn-pink-arrow .wp-block-button__link:after,
.is-style-group-rating .wp-block-button.is-style-btn-blue-arrow .wp-block-button__link:after{
transform: rotate(90deg);
}

/* Group - Arrow
 * --------------------------------------------- */

.is-style-group-arrow{
padding: 10px 10px 10px 50px !important;
	position: relative;
	margin-bottom: 10px !important;
}

.is-style-group-arrow:before{
    content:'→';
width: 22px;
height: 22px;
display: block;
	position: absolute;
top: 15px;
Left: 20px;
	line-height: .8;
	font-size: 22px;
margin-right: 6px;
color: var(--global-palette5);
	transform: rotate(90deg);
}

.is-style-group-arrow p{
	margin: 0 !Important;
	line-height: 1.4;
}

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

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

.wp-block-navigation .wp-block-navigation-item{ 
    background: var(--global-palette9) !Important;
    border: 1px solid var(--global-palette3) !important;
    font-family: var(--global-heading-font-family);
    color: var(--global-palette3) !Important;
letter-spacing: 2px;
text-transform: uppercase;
    font-size: 16px;
	font-weight: 700;
    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-palette6) !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 .wp-block-navigation-item{
    color: var(--global-palette3) !Important;
letter-spacing: 0;
text-transform: none;
font-size: 14px !important;
	border: none !important;
}

.wp-block-navigation__submenu-container li:hover{
    color: var(--global-palette5) !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;
}

/* Group Pin For Later - WPRM
--------------------------------------------- */

.group-pin-for-later .wp-block-group__inner-container{
padding: 15px;
border: 2px solid var(--global-palette5);
display: flex;
align-items: center;
	position: relative;
	justify-content: space-between;
}

.group-pin-for-later .wp-block-group__inner-container p{
margin: 0;
font-size: 24px;
	line-height: 1.3;
}

.group-pin-for-later .wp-block-group__inner-container p:before{
content: '';
background: var(--global-palette5) url(images/pinterest-white.svg) center no-repeat;
background-size: 24px 24px;
width: 50px;
height: 50px;
display: inline-block;
vertical-align: middle;
margin-right: 12px;
	border-radius: 50%;
}

.group-pin-for-later .wprm-recipe-pin{
	display: inline-block !important;
	padding: 5px 24px !important;
	height: 45px !important;
	margin: 0 !important;
}




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

@media only screen and (min-width: 1024px) {
	

	.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: 1023px) {
	
		.callout-bar{
		display: block;
	}
	
.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;
	width: 100%;
	background: none;
	color: var(--global-palette3);
	background: var(--global-palette8);
	padding: 15px 15px;
	font-size: 14px;
}
	

.catsub .catsub-menu{
	display: none;
	}
	
.catsub .catsub-menu.expanded{
	display: block;
    position: relative;
    width: 100%;
    z-index: 998;
	background: var(--global-palette8);
margin: 0;
	}
	
.catsub .catsub-menu a{
	display: block;
	position: relative;
	border: none;
	width: 100%;
	margin: 0px auto;
	background: none;
	padding: 10px 15px;
	color: var(--global-palette3);
	font-size: 14px;
	border-bottom: 1px solid var(--global-palette9);
	text-align: left;
}
	
.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);
}
	
	#masthead.site-header:before{
content: '';
    background: url(images/border.svg) center repeat-x;
    background-size: contain;
    width: 100%;
    height: 8px;
    display: block;
    margin: -2px auto 0;
}
	
	.site-main-header-wrap .site-header-row-container-inner{
		border: none !Important;
	}

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

		.search-toggle-open-container .search-toggle-open{
border-radius: 50%;
}
	
.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) {
	
	.is-style-group-tools .wp-block-columns{
    grid-template-columns: repeat(2, 1fr) !important;
}
	
	.pmd-recipe-share{ 
		grid-template-columns: repeat(2, 1fr);
	}
	
	.pmd-recipe-share .wprm-recipe-jump,
.pmd-recipe-share .wprm-recipe-pin,
	.pmd-recipe-share .wprm-recipe-facebook-share{
		height: 40px;
    line-height: 1.8;
	}
	
	.pmd-recipe-share .wprm-recipe-jump,
	.pmd-recipe-share .wprm-recipe-pin,
	.pmd-recipe-share .wprm-recipe-facebook-share{
		font-size: 14px !important;
	}
	
	.pmd-recipe-share .wprm-recipe-jump {
        width: 100%;
        grid-column: 1 / -1;
    }

    .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: 14px;
height: 70px !important;
}

.in-post-pin .wprm-recipe-icon{
    display: block;
margin: 0 auto 10px;
}
	
	.group-pin-for-later .wp-block-group__inner-container{
		flex-wrap: wrap;
		justify-content: center;
text-align: center;
	}
	
	.group-pin-for-later .wp-block-group__inner-container p{
		margin: 10px auto;
	}
	
	.group-pin-for-later .wp-block-group__inner-container p:before{
		display: block;
margin: 0 auto;
	}

}


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