/*
Theme Name:     Handle The Heat
Theme URI:      https://handletheheat.com
Template:       kadence
Author:         Meyne
Author URI:     https://meyne.co
Description:    Custom site designed by Weller Smith Design, developed by Meyne
Version:        1.0.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
:root {
	--sans-serif: helvetica, sans-serif;
	--radius-small: 16px;
	--radius-medium: 22px;
	--radius-large: 30px;	
	--grad: linear-gradient(
  to right,
  #714535,
  #EED6CD,
  #7A4535);
	
	--title-highlight-rgb: 244, 198, 181;	
	--title-highlight-alt-rgb: 241, 205, 153;

	--pink-rgb: rgba(244, 198, 181, .2);

	--very-light-yellow-rgb: 246, 233, 190;	
	--light-orange-rgb: 244, 198, 181;	
	--very-light-green: #EBF6EF;	
	--very-light-gray-rgb: 217, 217, 217;
	--global-palette1-rgb: 217, 56, 61;
	--global-palette2-rgb: 206, 233, 214;
	--global-palette7-rgb: 245, 250, 247;

	--global-kb-font-size-sm: clamp(12.5px, 1.2vw, 14px) !important;
	--global-kb-font-size-md: clamp(17px, 1.2vw, 19px) !important;
	--recipe-title: clamp(16px, 1rem + 0.25vw, 19px);

}


.single-post .entry-content a {
	position: relative;
}

.science-swirl a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0; 
  bottom: -4px;
  height: 4px;
  background-image: url('/wp-content/plugins/handle-the-heat-plugin/images/underline.svg');
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: auto 4px;
	pointer-events: none;
}



.single-content h2 {
	margin: 0;
}

.kb-button.kb-btn-global-fill {
  border-radius: 10px !important;	
}

.h2 {
  font-family: var(--global-heading-font-family);
  font-size: 40px;	
}

h2 em, .h2 em, h1:not(.home h1) em {
	font-family: 'Just Lovely';
	font-size: 45px;
	font-style: normal;
	word-spacing: 0.12em;
}

@media screen and (min-width: 767px) {
	h2 em, .h2 em, h1:not(.home h1) em {
	font-size: 40px;
 }
}

h1:not(.home h1) {
	text-align: center;
	font-style: normal;
}

.hth-big-title em {
	font-size: 55px;
}

@media screen and (min-width: 767px) {
  h1:not(.home h1) em {
	 font-size: 60px; 
 }
 
	h2 em, .h2 em {
	 font-size: 46px; 
 }
	
 .narrow-text {
   width: 960px;
   margin-left: auto;
   margin-right: auto;	 
 }	
}

@media screen and (max-width: 766px) {
	h2 em, .h2 em { 
		line-height: 1.1;
	}

}

h3.entry-title, .kb-query-item h3.wp-block-kadence-advancedheading {
  font-size: var(--recipe-title);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.95px;
	line-height: 1.2;
  text-transform: capitalize;
}

p.label,
.label {
	font-family: var(--sans-serif) !important;
	font-size: 12px !important;
	font-weight: bold;
	letter-spacing: .5px;
}

.flex {
	display: flex;
}

figcaption.wp-element-caption {
  font-family: var(--global-heading-font-family);
  font-size: 17px;
  letter-spacing: .85px;
}

figcaption.wp-element-caption a {
  color: var(--global-palette3);
  text-decoration: none;
}

figcaption.wp-element-caption a:hover {
  color: var(--global-palette1);
}

.squiggly a, .squiggly-text  {
	display: inline-block !important;
	background-repeat: repeat-x;
  background-image: url('/wp-content/plugins/handle-the-heat-plugin/images/underline.svg');
	background-position: center bottom;
	padding-bottom: 5px;
	background-size: auto .3rem;
}

.dusty-sage.squiggly-text {
	background-image: url('/wp-content/plugins/handle-the-heat-plugin/images/underline-dusty-sage.svg');
}

.honey-gold.squiggly-text {
	background-image: url('/wp-content/plugins/handle-the-heat-plugin/images/underline-honey-gold.svg');
}

.vertical.squiggly-text {
	background-repeat: repeat-y;
  background-image: url('/wp-content/plugins/handle-the-heat-plugin/images/curved-line-vertical.svg');
  padding-left: 20px;
	background-size: 6px auto;
	padding-bottom: 0 !important;
}

.flex .wp-block-group__inner-container {
	display: flex;
	gap: 10px;
}

.meyne-tooltip-trigger {
	background: #fff;
	border: 1px solid var(--global-palette1);
	border-radius: 10px;
	margin: 0 2px;
	padding: 3px 6px;
	color: var(--global-palette1);
	font-family: var(--sans-serif);
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}

.meyne-tooltip-content .tooltip-word {
	background: var(--global-palette1);
	color: #fff;
	padding: 4px 8px;
	border-radius: 10px;
	display: inline-block;
	font-family: var(--sans-serif);
	font-size: 12px;
	text-transform: uppercase;
}

.wp-block-kadence-advancedheading .hth-highlight-inner .kb-adv-heading-icon {
	padding-left: 14px !important;
  	vertical-align: text-bottom;
}

/* HEADER */

.site-top-header-inner-wrap {
	grid-template-columns: 2fr 1fr !important;	
}

.wp-block-navigation__responsive-container {
	max-width: 700px;
	min-width: 500px;
	right: 0 !important;
	left: auto !important;
	background: var(--global-palette7) !important;
}

.wp-block-navigation__responsive-dialog {
	padding: 60px;
}

.wp-block-navigation__responsive-container-close {
	right: 60px !important;
	top: 60px !important;
}

.wp-block-kadence-header nav {
  font-family: var(--sans-serif);
}

.wp-block-kadence-header .wp-block-navigation ul {
  gap: 45px;
}

.wp-block-kadence-header .wp-block-navigation ul li:hover {
  color: var(--global-palette-highlight);
}

#mobile-drawer .drawer-header .drawer-toggle {
  padding: 7px;
	border-radius: 50%;
  font-size: 24px;
	margin-top: 10px;
}

.drawer-content .site-header-item {
	margin-bottom: 0;
}

.drawer-content nav {
	text-transform: uppercase;
}

.drawer-content nav li a {
	padding: 10px 0 !important;
}

/* SEARCH */
.wp-block-search .wp-block-search__button:not(.has-background) {
	background: #fff;
}

.wp-block-search .wp-block-search__input {
	background: #fff;
	border: none;
	border-bottom: 2px solid;
	border-radius: 0;
	padding: 0 6px;
}

.search-icon {
	transform: scaleX(-1);
}

.wp-block-search__button:active {
	box-shadow: none;
}

.wp-block-kadence-header-row-top input.kb-search-input {
  background: transparent;
  text-transform: uppercase;
  border-bottom: solid 1px #fff !important;
	border-radius: 0;
}

.home-search-bar .kb-search-input::placeholder {
  color: #fff;
  text-transform: initial;
  font-family: var(--global-heading-font-family);
  font-size: 18px;
  letter-spacing: .9px;
}

.home-search-bar .kb-search .kb-search-icon-submit { 
	right: -20px;
}


@media screen and (min-width: 767px) {
 .home-search-bar .kb-search-input::placeholder  {
   color: transparent;
 }
}

header .search-form .kadence-search-icon-wrap {
  left: -15px;
}

.header-search-bar form input.search-field {
  border-bottom: solid #fff 1px !important;
  border-radius: 0;
	padding-right: 0;
  padding-left: 25px;
	margin-bottom: 8px;
}

.header-search-bar form input.search-field::placeholder {
  text-align: right;
	opacity: 1;
  font-size: 16px;
  letter-spacing: 1.6px;	
}

header .search-form .search-submit[type=submit], input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.header-search-bar .kadence-svg-iconset svg {
  height: 18px;
  width: 18px;
  margin-bottom: 7px;
}

@media screen and (max-width: 766px) {
	.home-search-bar .wp-block-kadence-column .kb-search form {
		z-index: 9 !important;	
	}
}

/* Search modal */
#search-drawer,
#search-drawer .drawer-inner {
	max-width: 75%;
	max-height: 150px;
}

.search-toggle-close {
	background: var(--global-palette3);
}

/* FLOATING ELEMENTS */
.kadence-pro-fixed-item.item-is-fixed:has(.generator-modal) {
	left: auto !important;
	top: 30% !important; 
}

.kadence-pro-fixed-item.item-is-fixed:has(.floating-newsletter) {
	left: auto !important;
	top: calc(30% + 70px) !important;
}

.kadence-pro-fixed-wrap:has(.floating-newsletter) {
  height: 0 !important;
}

#newsletter-modal .kt-modal-container.kt-modal-height-fittocontent.kt-close-position-inside {
  overflow: hidden;
}

.vertical.squiggly-text button.kb-btn-global-custom.kt-modal-label-show.kt-blocks-modal-link span {
  text-transform: uppercase;
  letter-spacing: 0.8px;
  writing-mode: vertical-lr;
  text-orientation: sideways;
}

.wp-block-image.latest-button figure {
    margin-top: -20px;
    margin-bottom: -40px;
    position: relative;
}

/* POST HEADER */

.yoast-breadcrumbs {
	font-family: var(--sans-serif);
	font-size: 13px;
	margin-bottom: 20px;
}

.custom-post-header.non-recipe-post figure {
	margin: 0;
} 

.custom-post-header.non-recipe-post .kt-inside-inner-col {
	overflow: hidden;
}

.custom-post-header .wp-block-group__inner-container {
	display: flex;
	gap: 10px;
	align-items: center;
	font-family: var(--sans-serif);
	font-size: 14px;
	flex-wrap: wrap;
}

.custom-post-header.recipe-post .kt-inside-inner-col {
	max-width: 560px !important;
}

.custom-post-header .custom-meta .wp-block-group__inner-container {
	display: flex;
	align-items: center !important;
	white-space: nowrap;
	gap: 5px;
	margin: 6px 0 10px;
}

.custom-post-header .custom-meta .wp-block-group__inner-container p {
	margin: 0;
}

@media screen and (min-width: 767px) {
	.custom-post-header .custom-meta .wp-block-group__inner-container {
		flex-wrap: nowrap !important;
		gap: 10px;
	}
}

.custom-post-header .custom-meta figure {
	margin: 0 !important;
}

.custom-post-header .wprm-recipe-jump-video {
	position: absolute;
	top: 10px;
	right: 10px;
	font-family: var(--sans-serif);
	font-size: 10px !important;
	background: var(--very-light-green);
	border-radius: 20px 10px 10px 20px;
	color: var(--global-palette3);
	text-transform: uppercase;	
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
	padding: 6px 6px 6px 28px;
}

.custom-post-header .wprm-recipe-jump-video::before {
	content: '';
	background-image: url(/wp-content/plugins/handle-the-heat-plugin/images/play-button.svg);
	position: absolute;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	left: 0;
	top: 2px;
	height: 24px;
	width: 24px;
}

@media screen and (min-width: 767px) {
	.custom-post-header .wprm-recipe-jump-video {
		padding: 8px 14px 6px 42px;
		top: 17px;
		right: 19px;
	}
	.custom-post-header .wprm-recipe-jump-video::before {
		height: 30px;
		width: 30px;
	}
}

.yoast-bc-home-icon {
  vertical-align: -8px;
  pointer-events: none;
	display: inline-block;
}

.sr-only{
  position:absolute !important;
  width:1px; height:1px;
  padding:0; margin:-1px;
  overflow:hidden; clip:rect(0,0,0,0);
  white-space:nowrap; 
	border:0;
}

.wprm-recipe-template-hth-snippet {
	margin-bottom: 0 !important;
}

/* BLOCKS */
/*
.hero-featured .wp-block-image img {
	position: relative;
  right: -25px;
	width: 230px;
}

.hero-featured .kt-row-column-wrap  {
	grid-row-gap: 0;
}

*/

.hero-featured > .kt-row-column-wrap {
  padding-top: 20px;
}

.hero-image {
	position: relative;
  margin-top: -120px;
  right: -40px;
}

@media screen and (min-width: 767px) {
 .hero-featured > .kt-row-column-wrap {
   /padding-top: 270px;
 }	
	
 .hero-image {
   margin-top: -535px;
	 margin-right: unset;
 }	
}

/*
@media screen and (min-width: 767px) {
 .hero-featured .wp-block-image img {
   margin-bottom: -1.5rem;
	 right: unset;
	 width: unset;
 }
}
*/
.hero-featured  .wp-block-image figcaption {
	position: absolute;
	right: 0;
	bottom: 0;
	background: var(--global-palette4);
	color: #fff;
	padding: 9px 15px;
	font-size: 12px;
	font-family: var(--sans-serif);
	text-transform: uppercase;
	border-radius: 10px;
  white-space: nowrap;
	
	left: 50%;
  transform: translateX(-70%);
  width: fit-content;
}

.hero-featured  .wp-block-image figcaption a {
	color: #fff;
}

.hero-featured  .wp-block-image figcaption:has(a):hover {
	background: var(--global-palette1);
}

@media screen and (min-width: 767px) { 	
	.hero-featured  .wp-block-image figcaption {
		/padding: 9px 20px;
    bottom: 70px;
		left: unset;
		transform: translateX(-7%);
		width: unset;
	}
}

.bordered-box {
	overflow: visible;
	position: relative;
}

.bordered-box h2 {
  display: inline-block;
	position: relative;
  background: #fff;
  padding: 0 20px;
	top: -34px;
	left: 50%;
  transform: translateX(-50%);
}

.bordered-box h2.wp-block-kadence-advancedheading{
  display: inline-flex !important; 
  width: fit-content !important;   
  max-width: 100%;
  flex: 0 0 auto !important;       
}

@media screen and (max-width: 766px) {
	.bordered-box p:first-of-type {
		margin-top: -20px;
	}
}

.how-to::before,
.how-to::after,
.sidebar-about::before,
.sidebar-about::after {
	content:'';
	background-image: url(/wp-content/plugins/handle-the-heat-plugin/images/double-border.png);
	position: absolute;
	height: 6px;
	width: 100%;
}

.how-to strong {
	font-family: var(--sans-serif);
}

.sidebar-about::after {
	bottom: 0;
}

.sprinkle-of-science::before {
	content: '';
	background-image: url('/wp-content/plugins/handle-the-heat-plugin/images/tessa-science-cut-out.png');
	width: 126px;
	height: 150px;
	position: absolute;
	right: 30px;
	top: -65px;
}

@media screen and (max-width: 766px) {
	.sprinkle-of-science::before {
		width: 75px;
		height: 90px;
		background-size: cover;
		background-repeat: no-repeat;
		right: 10px;
		top: -35px;
	}
}

.sprinkle-of-science h2 {
	top: -42px !important;
}

.sprinkle-of-science .meyne-accordion:first-of-type {
	margin-top: -20px;
}

@media screen and (max-width: 766px) {
	.sprinkle-of-science h2 {
		top: -38px !important;
	}
	.meyne-acc-content .kt-inside-inner-col p,
	.meyne-acc-content .kt-inside-inner-col figure {
		margin-left: -1.7rem;
	}
}

.faq-block {
	overflow: visible;
}

.faq-block h2 {
	position: relative;
}

.faq-block h2::after {
	content: '';
	width: 120%;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: -10px;
	left: -28px;
}

.faq-block .schema-faq{
	margin-top: 40px;
}

.faq-block .schema-faq::after,
.schema-faq::after
.red-underline::after {
	content: '';
	background-image: url('/wp-content/plugins/handle-the-heat-plugin/images/red-underline.svg');
	background-repeat: no-repeat;
	width: 335px;
	height: 129px;
	z-index: -1;
	position: absolute;
	right: -120px;
	bottom: -76px;
}

.faq-block .schema-faq .schema-faq-section,
.schema-faq .schema-faq-section {
  border: 1px solid #fff;
	background: var(--global-palette3);
	border-radius: 10px;
  padding: 8px 10px;
	margin-bottom: 8px;
}

.faq-block .schema-faq .schema-faq-question,
.schema-faq .schema-faq-question {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0;
}

.faq-block .schema-faq-section.is-open,
.schema-faq-section.is-open {
	background: #fff;
	color: var(--global-palette3);
}

.faq-block .schema-faq .schema-faq-question::after,
.schema-faq .schema-faq-question::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background: no-repeat center / 20px 20px url(/wp-content/plugins/handle-the-heat-plugin/images/accordion-down.svg);
}

.faq-block .schema-faq .schema-faq-section.is-open .schema-faq-question::after,
.schema-faq .schema-faq-section.is-open .schema-faq-question::after {
  background: no-repeat center / 20px 20px url(/wp-content/plugins/handle-the-heat-plugin/images/accordion-up.svg);
}

.faq-block .schema-faq .schema-faq-question,
.schema-faq .schema-faq-question {
	font-family: var(--sans-serif);
	font-weight: normal;
}

.faq-block .schema-faq .schema-faq-section.is-open .schema-faq-question,
.schema-faq .schema-faq-section.is-open .schema-faq-question {
	font-weight: bold;
}

.faq-block .schema-faq .schema-faq-answer,
.schema-faq .schema-faq-answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height .25s ease;
}

.faq-block .schema-faq .schema-faq-section.is-open .schema-faq-answer,
.schema-faq .schema-faq-section.is-open .schema-faq-answer {
  max-height: 1000px;
}

/* Old FAQ */

:not(.faq-block) > h2:has(+ .schema-faq) {
	background: var(--global-palette3);
	color: #fff;
	padding: 20px;
	border-bottom: 1px solid #fff;
}

.single-post .entry-content h2:has(+ .schema-faq):not(.faq-block h2) {
	border-bottom: none;
}

:not(.faq-block) > .schema-faq {
	background: var(--global-palette3);
	padding: 30px;
}

:not(.faq-block) > .schema-faq-question {
	color: #fff;
}

.schema-faq-section.is-open .schema-faq-question {
	color: var(--global-palette3);
}

@media screen and (max-width: 766px) {
	.troubleshooter-post-block .mbt-troubleshoot-container {
		padding-left: 0;
		padding-right: 0;
	}
	.troubleshooter-post-block .mbt-problems-grid {
			grid-template-columns: 1fr !important;
	}
	.troubleshooter-post-block .mbt-problem-title {
		font-size: 16px;
		line-height: 1.2;
	}
}

.kadence-video-popup-link[href=""] {
  display: none !important;
}

.kadence-video-popup-wrap .kadence-video-popup-link {
	max-width: 150px;
	/border-radius: 20px 10px 10px 20px;
	border-radius: 20px 15px 15px 20px;
	color: var(--global-palette3);
	text-decoration: none;
	text-transform: uppercase;	
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
	/left: 10px !important;
	/box-shadow: 0 4px 4px 4px rgba(0,0,0,0.15);
}

@media screen and (min-width: 767px) { 
	.kadence-video-popup-wrap .kadence-video-popup-link {
		left: 10px !important;
		top: auto !important;		
		right: auto !important;
		bottom: 15px !important;
		justify-content: left !important;	
		background: var(--very-light-green);
	}


	.kadence-video-popup-wrap .kadence-video-popup-link::after {
		content: 'watch video';
		margin-left: 12px;
		margin-right: 15px;
	}
}

@media screen and (max-width: 766px) { 
 .home .flex.custom-meta .wp-block-group__inner-container p:last-of-type {
   margin: -20px 0 17px 8px;
 }	

 .video-section .kadence-video-popup-wrap .kt-video-svg-icon {
 	font-size: 30px !important;
 }
}


span.kb-svg-icon-wrap.kb-svg-icon-fe_playCircle {
  background: #CEE9D6;
  border-radius: 50%;
  background-image: url(/wp-content/plugins/handle-the-heat-plugin/images/polygon-2.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 11px;
}

@media screen and (min-width: 767px) { 
	.kadence-video-popup-wrap .kadence-video-popup-link span {
	    background-color: #CEE9D6;
	    padding: 5px;
	}

	span.kb-svg-icon-wrap.kb-svg-icon-fe_playCircle {
	  background-size: 7px;
  	background-position: 12px;
	}
}


.recipe-rundown {
	margin-top: 40px;
	border: none;
}

.recipe-rundown .kt-row-column-wrap {
	border: 1px solid var(--global-palette4);
	max-width: 688px;
	z-index: 0;
}

.recipe-rundown .kt-inside-inner-col {
	max-width: 530px;
}

.recipe-rundown h2 {
	margin-top: -55px !important;
	margin-left: -10px;
	padding: 0 10px;
}

h2.overlapped-heading {
	display: inline-block;
	top: -48px;
	position: relative;
}

.kb-row-layout-wrap:has(.overlapped-heading) {
	margin-top: 55px;
}

.recipe-rundown p {
	margin-bottom: 10px !important;
}

.recipe-rundown::after {
	content:'';
	width: 220px;
	height: 297px;
  background-image: url(/wp-content/plugins/handle-the-heat-plugin/images/tessa-cut-out.png);
	position: absolute;
	right: 0;
	bottom: 0;
}

@media screen and (max-width: 766px) {
	.recipe-rundown::after {
		width: 170px;
		height: 200px;
		background-size: contain;
		background-repeat: no-repeat;
		right: -70px;
	}
	
	.recipe-rundown p:last-of-type {
		max-width: 220px;
	}
}

.recipe-rundown strong {
	text-transform: uppercase;
	font-family: var(--sans-serif);
	color: var(--global-palette1);
}

.recipe-rundown br {
  display: block;
  content: "";
  margin-top: 20px;
}

.scrollable-desktop {
	overflow-x: auto;
	whitespace: nowrap;
	flex-wrap: nowrap;
	justify-content: flex-start;
	padding-bottom: 14px;
}

/* Tabs */
@media screen and (max-width: 766px) { 
	.scrollable {
		overflow-x: auto;
		white-space: nowrap;
	}

	.scrollable .kb-query-grid-wrap,
	.scrollable .kt-row-column-wrap {
		grid-template-columns: none !important;
		grid-auto-flow: column !important;
		grid-auto-columns: clamp(130px, 28vw, 320px);
	}

	.mobile-2 .scrollable .kb-query-grid-wrap,
	.mobile-2 .scrollable .kt-row-column-wrap {
		grid-auto-columns: clamp(260px, 70vw, 320px);
	}

	.scrollable .kt-row-column-wrap {
		grid-auto-columns: clamp(200px, 75vw, 300px);
	}

	.scrollable .kb-query-grid-wrap .kt-inside-inner-col,
	.scrollable .kt-row-column-wrap .wp-block-kadence-column {
		white-space: wrap !important;
	}

	.mobile-scroll .kt-tabs-title-list {
		display: flex !important;
		flex-wrap: nowrap !important;
		justify-content: flex-start !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		-webkit-overflow-scrolling: touch;
		gap: 10px;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.mobile-scroll .kt-tabs-title-list > li {
		flex: 0 0 auto !important;
		flex-shrink: 0 !important; 
		width: max-content !important; 
		margin-left: 0;
	}

	.mobile-scroll .kt-tabs-title-list > li > a {
		display: inline-flex;
		white-space: nowrap;
	}

	.mobile-scroll .kt-tabs-title-list > li:first-child {
		margin-left: 0 !important;
	}

	.kb-buttons-wrap.mobile-scroll {
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		justify-content: flex-start !important;
	}

	.kb-buttons-wrap.mobile-scroll a {
		flex-shrink: 0;
	}

	/* Alternate scrolling for Home Popular posts section */
	.scrollable-alt {
		overflow-x: auto;
		white-space: nowrap;
	}

	.scrollable-alt .kb-query-grid-wrap {
		grid-template-columns: none !important;
		grid-auto-flow: column !important;
		grid-auto-columns: clamp(170px, 28vw, 320px);
	}

	.scrollable .kt-row-column-wrap {
		grid-auto-columns: clamp(200px, 75vw, 300px);
	}

	.scrollable-alt .kb-query-grid-wrap .kt-inside-inner-col {
		white-space: wrap !important;
	}	
}	
	
.mobile-scroll.wp-block-kadence-tabs .wp-block-buttons {
	margin-top: -30px;
	margin-bottom: 30px !important;
	width: max-content;
}		

@media screen and (min-width: 767px) {
 .wp-block-kadence-tabs .kt-inside-inner-col p:last-child {
  flex-basis: 100%;
 }
	
	.mobile-scroll.wp-block-kadence-tabs .wp-block-buttons {
	 margin-top: 0;
	 width: unset;
 }
	
  /* Recipe time fix */
	.wp-block-kadence-tabs .kb-query-grid-wrap p:last-child {
   flex-basis: unset;
  }
}


/* Adv Query Loop with Category and Tags */
.taxonomy-post_tag, .wp-block-kadence-query .entry-categories:not(.featured-video .entry-categories),
a.primary-tag {
  font-size: 11px;
  font-family: sans-serif;
  text-transform: uppercase;
  letter-spacing: .6px;
	position: relative;	
}

a.primary-tag {
  color: var(--global-palette3);
  text-decoration: none;
  padding: 8px;
  border-radius: 10px;
  position: absolute;
	/top: -17px;
	/top: unset;
	left: 10px;
	bottom: 100px;
}
	
.wp-block-kadence-query .entry-categories a:not(.featured-video .entry-categories a) {
  text-decoration: none;
	color: var(--global-palette3);
	border: solid 1px;	
  background-color: #fff;
  padding: 8px 6px;
  border-radius: 10px;
	position: relative;
	top: 40px;
	left: 0;	
	z-index: 2;
}

.wp-block-kadence-query .entry-categories a:not(.featured-video .entry-categories a):hover {
	background: #f1f1f1;
}

.left-image-with-cat-and-tag .entry-categories a:not(.featured-video .entry-categories a)  {
	top: 0;
}

.left-image-with-cat-and-tag .primary-tag {
	position: absolute;
	bottom: -17px;
	top: auto;
}

.left-image-with-cat-and-tag p:has(> .entry-categories) {
  margin-bottom: 25px;
}


.left-image-with-cat-and-tag .entry-categories:not(.featured-video .entry-categories) {
	margin-bottom: 20px;
}


.image-top-with-cat-and-tag.wp-block-kadence-query .entry-categories a:not(.featured-video .entry-categories a) {
	top: 35px;
  left: 8px;	
}

.left-image-with-tag a.primary-tag {
  left: 10px;
  bottom: -15px;
}

/* Tag Colors */
a.primary-tag {
	background: #fff;
}
a.primary-tag.tag-make-ahead,
a.primary-tag.tag-1-hour,
a.primary-tag.tag-30-minute {
	background: #F4C6B5;
}

a.primary-tag.tag-easy,
a.primary-tag.tag-1-bowl {
	background: #F6E9BE;
}

a.primary-tag.tag-crowd-pleaser,
a.primary-tag.tag-popular,
a.primary-tag.tag-reader-favorite,
a.primary-tag.tag-tessas-favorite {
	background: #CEE9D6;
}

.image-top-with-cat-and-tag a.primary-tag {
	background: rgb(var(--very-light-yellow-rgb));
}

.left-image-with-tag a.primary-tag {
	background: rgb(var(--light-orange-rgb));
}

/* A lighter version of the tag colors  */
.video-section li.kb-query-item, .category-baking-science #archive-container article {
	background: rgba(var(--very-light-gray-rgb), 0.2);
}

.video-section .tag-make-ahead .entry-title, .video-section li.kb-query-item.tag-make-ahead, 
.video-section .tag-1-hour .entry-title, .video-section li.kb-query-item.tag-1-hour,
.video-section .tag-30-minute .entry-title, .video-section li.kb-query-item.tag-3-minute,
.category-baking-science #archive-container article.tag-make-ahead,
.category-baking-science #archive-container article.tag-1-hour,
.category-baking-science #archive-container article.tag-30-minute {
	/background: #CEE9D6;
	background: rgba(var(--global-palette2-rgb), 0.1);
}

.video-section .tag-easy .entry-title, .video-section li.kb-query-item.tag-easy, 
.video-section .tag-1-bowl .entry-title, .video-section li.kb-query-item.tag-1-bowl,
.category-baking-science #archive-container article.tag-easy,
.category-baking-science #archive-container article.tag-1-bowl {
	/background: #F6E9BE;
	background: rgba(var(--very-light-yellow-rgb), 0.2);
}

.video-section .tag-crowd-pleaser .entry-title, .video-section li.kb-query-item.tag-crowd-pleaser, 
.video-section .tag-popular .entry-title, .video-section li.kb-query-item.tag-popular,
.video-section .tag-reader-favorite .entry-title, .video-section li.kb-query-item.tag-reader-favorite,
.video-section .tag-tessas-favorite .entry-title, .video-section li.kb-query-item.tag-tessas-favorite,
.category-baking-science #archive-container article.tag-crowd-pleaser,
.category-baking-science #archive-container article.tag-popular,
.category-baking-science #archive-container article.tag-reader-favorite,
.category-baking-science #archive-container article.tag-tessas-favorite {
	/background: #F4C6B5;
	background: rgba(var(--light-orange-rgb), 0.2);
}


/* Custom Meta ICONS */

.page .hero-featured .flex.custom-meta {
  margin-top: -10px;
  margin-bottom: -10px;
}

.home .hero-featured .flex.custom-meta {
    margin-top: 7px;
    margin-bottom: 10px !important;
}

@media screen and (min-width: 767px) { 
 .page .hero-featured .flex.custom-meta {
	margin-top: unset;
	margin-bottom: 0;
 }	

 .home .hero-featured .flex.custom-meta {
	margin-top: 12px;
	/margin-bottom: 14px !important;
 }
}

.hth-recipe-meta {
	display: flex;
	gap: 9px;
}

.page .flex.custom-meta .wp-block-group__inner-container,
.hth-recipe-meta {
	flex-wrap: wrap;
  align-items: baseline;
}

@media screen and (min-width: 767px) {
	.page .flex.custom-meta .wp-block-group__inner-container {
	 flex-wrap: nowrap;
	 margin-left: -5px;
 }
}

.page .wp-block-post-comments-count, .page .wprm-recipe-time, .page .wprm-recipe-details-unit,
.hth-recipe-meta,
.hth-recipe-meta__comments, .archive .hth-recipe-meta__time, .single-post .hth-recipe-meta__time  {
  position: relative;
	font-size: 12px;
	font-family: var(--sans-serif);
}

.page .wp-block-post-comments-count::before, .page .wprm-recipe-time::before,
.hth-recipe-meta__comments::before,
.archive .featured-video .hth-recipe-meta__time::before, .single-post .hth-recipe-meta__time::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}

.page .wp-block-post-comments-count,
.hth-recipe-meta__comments {
  padding-left: 20px;
}

.page .wp-block-post-comments-count::before,
.hth-recipe-meta__comments::before {
  background-image: url(/wp-content/plugins/handle-the-heat-plugin/images/comments-icon.png);
	width: 19px;
  height: 17px;
  left: 0;
}

.page .wprm-recipe-time, .archive .featured-video .hth-recipe-meta__time, .single-post .hth-recipe-meta__time {
  padding-left: 17px;
}

.page .wprm-recipe-time::before, .featured-video .hth-recipe-meta__time::before,
.single-post .hth-recipe-meta__time::before {
  background-image: url(/wp-content/plugins/handle-the-heat-plugin/images/time-icon.png);
  width: 16px;
  height: 15px;	
  left: 0;
  top: 6px;
}

.archive .featured-video .hth-recipe-meta__time::before,  
.single-post .hth-recipe-meta__time::before {
	top: 8px;
}

.wprm-recipe-rating {
  margin-left: -5px;
}

/* Post Grid/Carousel Icon */
.kt-blocks-post-readmore-wrap a {
  position: relative;
}

.kt-blocks-post-readmore-wrap a {
  text-transform: uppercase;	
}

.kt-blocks-post-readmore-wrap a::after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  top: 52%;
  right: -25px;
  transform: translateY(-50%);
  background: url(/wp-content/plugins/handle-the-heat-plugin/images/arrow.svg) no-repeat;
  background-size: contain;
}

.kt-blocks-post-readmore-wrap a:hover::after {
  filter: brightness(0) saturate(100%) invert(34%) sepia(34%) saturate(4881%) hue-rotate(336deg) brightness(87%) contrast(93%);
}

.readmore-divider .kt-blocks-post-readmore-wrap {
  border-top: solid 1px var(--global-palette3);
  padding-top: 10px;
}

/* Double Border - Top only, works with Kadence row element */
.dbl-border {
  position: relative;
}

.dbl-border .kt-row-column-wrap {
	position: relative;
}

/* TOP - thick line */
.dbl-border::before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--grad);
}

/* TOP - thin line */
.dbl-border > .kt-row-column-wrap::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background: var(--grad);
}



/* BOTTOM - thick line */
.dbl-border-bottom::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--grad);
}

/* BOTTOM - thin line
.dbl-border-bottom .kt-row-column-wrap::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background: var(--grad);
  bottom: -6px;
}
*/

/* Double Border for a box */
.doubled-border-outer {
  border: 2px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box,  var(--grad) border-box;	
}

.doubled-border-inner {
	margin: 10px !important;
  border: 1px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box,  var(--grad) border-box;	
}


/* HOME PAGE */
.section-with-bg .wp-block-kadence-postgrid, .section-with-bg h2 {
  position: relative;
  z-index: 9;
}

.section-with-bg {
	margin: 30px auto 40px !important;
  position: relative;
}

.red-left.section-with-bg, .red-right.section-with-bg {
	margin: 0 !important;
}

.section-with-bg::after {
  content: '';
  position: absolute;
  width: 335px;
  height: 130px;
  top: -11px;
  right: -140px;		
  background: url(/wp-content/plugins/handle-the-heat-plugin/images/hth-stroke.svg) no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(99%) sepia(4%) saturate(91%) hue-rotate(246deg) brightness(116%) contrast(88%);
	z-index: 5;
}

.red-left.section-with-bg::after {
  width: 130px;
  height: 50px;
  top: 48px;
  right: 0;
  transform: translateY(-40%);
  left: -11px;
filter: brightness(0) saturate(100%) invert(40%) sepia(100%) saturate(873%) hue-rotate(323deg) brightness(93%) contrast(103%);	
}

@media screen and (min-width: 767px) { 
	.section-with-bg::after { 
	   top: 10px;
     right: -170px;
	}
	
	.red-left.section-with-bg::after { 
		width: 335px;
    height: 130px;
    top: 0;
    left: -165px;
	}
}

.red-right.section-with-bg {
	overflow: visible;
}

.red-right.section-with-bg::after {
  width: 268px;
  height: 103px;
  top: 431px;
  left: 192px;	
  right: 0;
  transform: translateY(157%);  
  filter: brightness(0) saturate(100%) invert(40%) sepia(100%) saturate(873%) hue-rotate(323deg) brightness(93%) contrast(103%);	
}

.home .red-right.section-with-bg::after {
	top: 467px;
	left: 144px;
}

.cta-mini-course .red-right.section-with-bg::after {
  top: 400px;
  left: 145px;
}
	
@media screen and (min-width: 767px) { 
	.section-with-bg::after {
	    width: 650px;
	    height: 250px;
	    top: 10px;
	    right: -160px;
	    transform: translateY(-40%);		
	}
	
 .red-right.section-with-bg::after, .home .red-right.section-with-bg::after { 
		width: 335px;
		height: 130px;
		top: 0;
		left: 947px;
	}
	
 .cta-mini-course .red-right.section-with-bg::after  {
   left: 730px;
   top: 42px;	
 }	
}

/* Home - Baking Lab */
@media screen and (max-width: 766px) {
 .left-image-with-cat-and-tag.wp-block-kadence-rowlayout {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 10px;
 }
, .left-image-with-cat-and-tag.wp-block-kadence-rowlayout .kt-row-column-wrap {
  display: flex !important;
  flex-direction: column;
  height: 100%;
 }
	
 .left-image-with-cat-and-tag .wp-block-kadence-column:nth-of-type(2) .kt-inside-inner-col {
  display: flex;
  flex-direction: column;
  flex: 1;
 }
}

/* Tessa's Fave */
li.tag-tessas-favorite figure {
  position: relative;
  overflow: hidden;
}

li.tag-tessas-favorite figure::after {
  content: '';
  width: 27px;
  height: 29px;
  background-repeat: no-repeat;
  background-image: url('/wp-content/plugins/handle-the-heat-plugin/images/star-tessa-fave.svg');
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 3;
  opacity: 1;                 
  transition: opacity 0.5s ease 0.5s; 
}

/* Expanded hover star */
li.tag-tessas-favorite figure::before {
  content: '';
  position: absolute;
  top: 0;
  right: -100px;             
  width: 100px;
  height: 30px;
  background-image: url('/wp-content/plugins/handle-the-heat-plugin/images/star-tessa-fave-expanded.svg');
  background-size: cover;
  background-position: center;
  opacity: 0;                 
  transition: 
  right 0.5s ease,         
  opacity 0.5s ease;  
  z-index: 4;
}

li.tag-tessas-favorite figure:hover::after {
  opacity: 0;                   transition-delay: 0s;       }

li.tag-tessas-favorite figure:hover::before {
  right: 10px;                 opacity: 1;                 
  transition-delay: 0s;       
}

/* Featured Comments */

.hth-featured-comments-double h2 {
	background-image: url(/wp-content/plugins/handle-the-heat-plugin/images/pink-underline.svg);
	background-repeat: no-repeat;
	background-position: center center;
}

.hth-featured-comments-double h2 span {
	display: inline-block;
	content:'';
	background-image: url(/wp-content/plugins/handle-the-heat-plugin/images/heart.svg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 48px;
	height: 42px;
	margin-bottom: -10px;
}

.hth-featured-comments-double a {
	color: var(--global-palette3);
}

.hth-featured-comments-double .wp-block-kadence-column {
	position: relative;
}

.hth-featured-comments-double .kb-row-layout-wrap:last-of-type .wp-block-kadence-column:first-of-type::after {
	content:'';
	background-image: url(/wp-content/plugins/handle-the-heat-plugin/images/divider-line.svg);
	position: absolute;
	right: -15px;
	background-repeat: no-repeat;
	height: 100%;
	width: 2px;
}

@media screen and (max-width: 766px) {
	.hth-featured-comments-double .kb-row-layout-wrap:last-of-type .wp-block-kadence-column:first-of-type::after {
		content:'';
		background-image: none;
	}
	
	.hth-featured-comments-double .kb-row-layout-wrap:last-of-type .wp-block-kadence-column:first-of-type .wp-block-small-plugins-featured-comment-block::after {
		content:'';
		background-image: url(/wp-content/plugins/handle-the-heat-plugin/images/divider-line-horizontal.svg);
		position: absolute;
		left: 50%;
		transform: translatex(-50%);
		bottom: -20px;
		background-repeat: no-repeat;
		height: 2px;
		width: 300px;
	}
}

.hth-featured-comments-double .wprm-comment-rating {
	display: block;
	margin: 10px auto;
}

.hth-featured-comments-double .wp-block-comment-author-name {
	font-family: var(--sans-serif);
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .5px;
}

.featured-video .custom-meta {
  margin: 12px 0 24px;
}

.featured-video a.kb-advanced-heading-link:last-of-type {
	margin-top: 0 !important;
}

@media screen and (max-width: 766px) { 
 .numbers-section .wp-block-column {
   display: flex;
   justify-content: center;
   align-items: center;
   column-gap: 5px;
	 padding: 10px 20px !important;
 }

 .numbers-section .wp-block-columns {
   gap: 10px;
 }	
}


.numbers-section .wp-block-columns {
  gap: 18px;
}

@media screen and (min-width: 767px) { 
  .cta-start-here-images {
   margin-left: -150px;
 }
}

.wp-block-columns.as-seen-in {
  column-gap: 50px;
	margin-bottom: 20px;
}

@media screen and (max-width: 766px) { 
 .wp-block-columns.more-recipes > .wp-block-column,  .wp-block-columns.as-seen-in > .wp-block-column {
   display: flex; 
   justify-content: center;  
	 flex-basis: 40% !important; 
 }	
	
 .wp-block-columns.more-recipes {
   column-gap: 10px;
	 row-gap: 10px;
 }	
	
 .more-recipes figcaption {
   margin-top: 0; 
	 margin-bottom: 10px;
 }
	
  .sh-tessa-image img {
		bottom: -15px;
		right: -10px;
	}
}

.kb-adv-form-field input::placeholder {
  color: #fff !important;
  opacity: 1 !important;
  font-family: var(--sans-serif);
  font-size: 14px;
  letter-spacing: 1.4px;
}

.hth-favorites .kt-feat-image-align-left {
  align-items: center;
}

@media screen and (max-width: 766px) {
 .baking-lab .wp-block-post-excerpt, .baking-lab .wprm-recipe-summary,
 .baking-lab .mobile.wp-block-kadence-column:last-of-type > .kt-inside-inner-col span.entry-categories a {
   display: none;
 }
}

.baking-lab .mobile.wp-block-kadence-column:last-of-type > .kt-inside-inner-col .entry-categories {
  /position: relative; 
 }

 .baking-lab .mobile.wp-block-kadence-column:last-of-type > .kt-inside-inner-col .entry-categories a {
  /top: 140px !important;
  /left: 5px !important;
 }

@media screen and (max-width: 766px) {
 .home-about .wp-block-kadence-advancedbtn {
   margin-left: -10px;
   margin-right: -10px;
 }
}

.hth-favorites .kt-blocks-post-grid-item .kt-feat-image-mobile-align-top {
  display: grid;
}

/* CTA Newsletter */
.newsletter h2 {
	text-decoration: none !important;
	background: none !important;
}

@media screen and (max-width: 766px) {
 .home-newsletter .wp-block-kadence-column:first-of-type {
   margin-right: -24px;
 }
}

/* About Page */
.about-values {
  position: relative;
}

.about-image { 
	position: relative;
}

@media screen and (max-width: 766px) {
 .about-image figure {
   width: 180px !important;
   margin-top: 215px !important;
 }

 .about-image {
    margin-top: -230px !important;
    right: -110px !important; 
 }
}

.vision1 {
  margin-right: -40px;
  margin-left: 50px;
}

.vision2 {
  margin-right: -30px;
}

.vision3 {
  margin-right: -30px;
  margin-left: 20px;
}

@media screen and (min-width: 767px) {
 .vision2 {
   margin-left: 40px;
	 margin-right: unset;
 }
 .vision1, .vision3 {
   margin-left: 130px;
	 margin-right: unset;
 }

 .about-image {   
   margin-top: -580px !important;
   right: -100px !important;
 }
}

@media screen and (max-width: 766px) {
 .about-get-started .kb-button {
    width: 100%;
 }
}

/* FOOTER */
.footer-widget3 section {
	margin-bottom: 0 !important;
}

@media screen and (max-width: 766px) {
	.footer-widget2 .kt-blocks-modal-link {
	    padding-left: 0 !important;
	}
}

.footer-policies p {
  position: relative;
}

.footer-policies p::after {
  content: '|';
  margin: 0 0 0 5px;
}

@media screen and (min-width: 767px) {
	.footer-policies p::after {
	  margin: 0 10px 0 15px;
	}
}

.site-footer .kt-modal-content p::after {
    content: '';
}

.meyne-toc {
	border-top: 1px solid var(--global-palette4);
	border-radius: 0;
	padding: 24px 0;
}

.meyne-toc-toggle-group {
	margin-top: 20px !important;
	gap: 0;
	border: 1px solid var(--global-palette4);
	border-radius: 6px;
}

.meyne-toc-toggle-group button {
	border: none;
}

ol.meyne-toc-list {
	padding-left: 0;
	font-size: 18px;
}

.meyne-toc-list li {
	border-bottom: 1px dashed #f4c6b5;
	padding: 5px 0;
}

@media screen and (max-width: 766px) {
	.meyne-toc-toggle-btn {
		padding: 6px 4px;
	}
}




.meyne-acc-panel {
	border-bottom: 1px solid var(--global-palette3);
}

.meyne-acc-content .meyne-lightbox-wrap::before,
.meyne-acc-content .meyne-lightbox-wrap::after {
	top: 10px;
	bottom: auto;
}

@media screen and (min-width: 767px) {
	.desktop-fixed-top-right {
		position: absolute;
		top: 10px;
		right: 10px;
	}
}


.wprm-recipe-template-hth---meyne .flex {
	align-content: center;
	gap: 20px;
}

.wprm-recipe-template-hth---meyne .wprm-rating-star {
	margin-top: 6px;
}

.wprm-recipe-template-hth---meyne .wprm-recipe-author::before {
	content: 'Author: ';
}


/* Start Here Page */
.accordion-container:not(:has(.kt-accordion-panel:not(.kt-accordion-panel-hidden))) {
    margin-bottom: -230px !important;
}

.recommended-section .meyne-acc-content {
    padding: 0 1rem 1rem 1.7rem;
}


.minicourse-modal button.kb-btn-global-custom.kt-modal-label-show {
    font-size: 0;
    border: none;
    border-radius: 50%;
    width: auto;
    height: 36px;
    padding: 20px 10px 0 20px;
    pointer-events: none;
}

#minicourse-modal .kt-modal-container.kt-modal-height-fittocontent.kt-close-position-inside {
  overflow: hidden;
}

/* Built-out Category and Archive Page */

@media screen and (max-width: 766px) {
	.archive h1 {
    	margin-right: -20px;
	}

	.built-out-category-header .wp-block-kadence-column figure {
		position: absolute;
		bottom: 0px;
	}
}

.cookie-baking-hacks .kt-blocks-post-grid-item-inner {
  align-content: center;
}


#archive-container article {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#archive-container.grid-cols {
	column-gap: .9rem;
}	 

@media screen and (min-width: 767px) {
	#archive-container.grid-cols {
		column-gap: 30px;
	}	 
}

@media screen and (max-width: 766px) {
 #archive-container.grid-lg-col-4 {
	  grid-template-columns: repeat(2, minmax(0, 1fr));
	}   
}

.archive-more-posts header {
	padding-bottom: 12px !important;
	border-bottom: solid 1px;
	margin-bottom: 12px !important;
}

.archive-more-posts .kt-blocks-post-grid-item-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.archive .content-area {
  margin-top: 10px;
}

.inner-max-460 {
	max-width: 600px;
}

.all-posts-container {
	flex-wrap: wrap;
	align-content: center;  
}

#archive-container .entry-title {
  font-size: var(--recipe-title);
  line-height: 22px;
  letter-spacing: 0.95px;
}

#archive-container .entry-header {
  padding: 0 20px;
}

#archive-container /*.category-baking-science*/ article {
  border-bottom-left-radius: 10px;	
	border-bottom-right-radius: 10px;	
}

#archive-container a.post-more-link {
  font-family: Helvetica;
  font-size: var(--global-kb-font-size-sm);
  font-weight: 400;
  letter-spacing: 1.4px;
}

.archive #archive-container .entry-footer .more-link-wrap {
  margin-top: 0;
	
}
/*(.archive.category-baking-science*/ #archive-container .entry-footer .more-link-wrap {
  margin: 0 20px;
  padding-top: 20px;
  border-top: solid 1px;	
}

#archive-container a.post-more-link svg {
  display: none;
}

#archive-container a.post-more-link::after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url(/wp-content/plugins/handle-the-heat-plugin/images/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

#archive-container .entry-content-wrap {
	margin-bottom: 15px;
}

.archive .featured-recipe-container {
  overflow: visible;
}

.archive .featured-recipe-details {
	position: relative;
}
.archive .featured-recipe-label {
  position: absolute;
  height: 176px;
  left: -395px;
}

.archive .featured-recipe-details p:empty {
  display: none;
}

/* Equal height */
#archive-container article, .wp-block-kadence-query li.kb-query-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#archive-container .entry-content-wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
}	
#archive-container footer.entry-footer,
.wp-block-kadence-query a.kb-advanced-heading-link:last-of-type {
  margin-top: auto;
}	

.video-section .wp-block-kadence-query a.kb-advanced-heading-link:last-of-type {
	margin-top: unset;
}

/* Baking Basics icon */
.baking-basics img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.baking-basics figure {
  padding: 18px 12px;
  background-color: #F8DDD3;
  width: 70px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden; 
	border: 2px solid #fff;
  margin-left: -20px;
	margin-top: 0;
}

@media screen and (max-width: 766px) { 
	.baking-basics .wp-block-columns {
   row-gap: 10px;
 }
	.baking-basics .wp-block-columns .wp-block-kadence-column:last-of-type {
   background-color: #F4C6B533;
   margin-left: -65px;
   padding-left: 55px;
   border-radius: 8px;
 }	
}

@media screen and (min-width: 767px) { 
	.baking-basics figure {
   padding: 20px 15px;
   background-color: #F4C6B54D;
	 width: 88px;
	 border: none;
		margin-left: unset;
	}
	
	.baking-basics > div > .wp-block-columns {
    margin-bottom: 25px !important;
 }
}

/* Baking Hacks Section */
@media screen and (max-width: 766px) { 
	.cookie-baking-hacks .kt-blocks-post-grid-item .kt-feat-image-mobile-align-top {
   display: grid;
 }

 .cookie-baking-hacks .kt-feat-image-align-left {
   grid-template-columns: 36% auto !important;
 }
}

/* Kadence Query Filter */

.kadence-query-filter {
	border-top: 1px solid var(--global-palette3);
	width: 100%;
}

.kb-query-basic-style .kadence-filter-wrap input[type=checkbox] {
	border: 1px solid var(--global-palette3);
	border-radius: 0;
}

.kb-radio-check-item label {
	font-family: var(--sans-serif);
}

.kb-query-basic-style .kadence-filter-wrap input[type="checkbox"]:checked,
.kb-query-basic-style .kadence-filter-wrap input[type="radio"]:checked {
  background-color: var(--global-palette1) !important;  
  border-color: var(--global-palette1) !important;
}


.kb-query-basic-style .kadence-filter-wrap input[type="checkbox"],
.kb-query-basic-style .kadence-filter-wrap input[type="radio"] {
  background-color: transparent;
}

.kb-query-basic-style 
.kadence-filter-wrap 
input[type="checkbox"]:checked + label,
.kb-query-basic-style 
.kadence-filter-wrap 
input[type="radio"]:checked + label {
	color: var(--global-palette13);
}




.fixed-bottom-right {
	position: absolute;
	bottom: 0;
	right: 10px;
}

@media screen and (max-width: 766px) {
	.fixed-bottom-right {
		bottom: -32px;
	}
}

@media screen and (min-width: 767px) {
	.mobile-only {
		display: none;
	}
}

@media screen and (max-width: 766px) {
	.desktop-only {
		display: none;
	}
}

.kb-query-item a {
	text-decoration: none;
}

/* Accordion Trigger (Kadence) */

.kt-blocks-accordion-icon-trigger::before {
  content: '';
	position: absolute;
	top: 0 !important;
  display: block;
  width: 24px !important;
  height: 24px !important;
  background: url(/wp-content/plugins/handle-the-heat-plugin/images/down-arrow.svg) !important;
	background-size: contain !important;
  background-repeat: no-repeat;
	transform: rotate(0deg) !important;
}

.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger::before {
	transform: rotate(180deg) !important;
}

.kt-blocks-accordion-icon-trigger::after {
	display: none;
}

@media screen and (min-width: 767px) {
 .accordion-container.tips-section .kt-accordion-header-wrap {
  display: none;
 }

	.tips-section .kt-accordion-panel.kt-accordion-panel-hidden {
   display: block !important;
   overflow: visible !important;
 }
}

.accordion-container.tips-section .kt-accordion-header-wrap:has(.kt-accordion-panel-active) .kt-blocks-accordion-title-wrap {
  display: none;
}

.accordion-container.tips-section h3.kt-accordion-header-wrap:has(.kt-accordion-panel-active) .kt-blocks-accordion-icon-trigger {
  position: absolute;
  right: 33px;
  top: 52px;
  z-index: 5;
}

.accordion-container.tips-section .kt-accordion-header-wrap:has(.kt-accordion-panel-active) .kt-blocks-accordion-header {
  background: var(--global-palette7) !important;
}

/* Pagination */

.navigation.pagination {
	margin: 30px 0 0;	
}

.archive .pagination {
	font-size: var(--global-kb-font-size-md);
	font-family: var(--sans-serif);
}

.archive .pagination .nav-links, .navigation.pagination .nav-links {
	display: flex;
}

.archive .pagination .page-numbers, .archive .page-numbers.current, .archive .page-numbers:hover {
	border: solid transparent;
	border-radius: 50%;
	margin-right: .5em !important;
}

.archive .page-numbers:hover {
	background: rgb(var(--light-orange-rgb));
	border: transparent;
	border-radius: 50%;
}

.archive .pagination .current, .page-numbers.current {
  background: rgb(var(--light-orange-rgb)) !important;
	color: var(--global-palette3) !important;
	border: solid rgb(var(--light-orange-rgb)) !important;
	border-radius: 50% !important;
	font-weight: bold  !important;
}

.prev.page-numbers, .next.page-numbers {
  background-color: var(--global-palette3);  
	color: #fff;
  border-radius: 50% !important;
	border: solid var(--global-palette3);
	font-size: var(--global-kb-font-size-sm);
	margin-top: 0;
	
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em !important;	
}

.prev.page-numbers:hover, .next.page-numbers:hover {
  background-color: rgb(var(--light-orange-rgb));
  border: solid rgb(var(--light-orange-rgb));
	color: #fff;
}

.archive .next.page-numbers {
  margin-left: 10px;
}

.prev.page-numbers svg, .next.page-numbers svg {
  display: none;
}

.prev.page-numbers::after, .next.page-numbers::after,
.prev.page-numbers:hover::after, .next.page-numbers:hover::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/wp-content/plugins/handle-the-heat-plugin/images/arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;	
}

.prev.page-numbers:hover::after, .next.page-numbers:hover::after {
  background: url(/wp-content/plugins/handle-the-heat-plugin/images/arrow-black.svg);
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
}

.prev.page-numbers::after {
	transform: scaleX(-1);
}


/* Tables */
.wp-block-table thead {
	font-family: var(--sans-serif);
	font-weight: normal !important;
	font-size: 14px;
	background: #FEFAF8;
}

@media screen and (max-width: 766px) {
	.wp-block-table thead {
		font-size: 13px;
	}
}

/* Baking Science Posts */
.baking-science-table .wp-block-table thead {
	font-family: var(--sans-serif);
	text-transform: uppercase;
	font-weight: 500 !important;
	font-size: 14px;
	background: var(--global-palette8);
}

.baking-science-table .wp-block-table td {
  line-height: 1.9;
	padding: 20px;
}

.baking-science-table .wp-block-table td.has-text-align-center {
	text-align: left;
}

.baking-science-list-block .kt-inside-inner-col{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  column-gap:40px;
  row-gap:18px;
  counter-reset:hth-cocoa;
}

.baking-science-list-block .kt-inside-inner-col > h2{
  grid-column:1 / -1;
  margin-bottom:6px;
}

.baking-science-list-block .kt-inside-inner-col > ol.wp-block-list{
  list-style:none;
  margin:0;
  padding:0;
  display:contents;
}

.baking-science-list-block .kt-inside-inner-col > ol.wp-block-list > li{
  position:relative;
  padding-left:44px;
  line-height:1.45;
  counter-increment:hth-cocoa;
}

.baking-science-list-block .kt-inside-inner-col > ol.wp-block-list > li br{
  display:none;
}

.baking-science-list-block .kt-inside-inner-col > ol.wp-block-list > li::before{
  content:counter(hth-cocoa);
  position:absolute;
  left:0;
  top:0;
  width:32px;
  height:32px;
  border-radius:999px;
  display:grid;
  place-items:center;
  font-weight:700;
  font-family:var(--sans-serif);
  font-size:16px;
  line-height:1;
  color:var(--global-palette3) !important;
  background:var(--global-palette9);
}

.baking-science-list-block .kt-inside-inner-col > ol.wp-block-list > li > a:first-of-type{
  display:block;
  margin:0 0 6px;
  font-weight:600;
  letter-spacing:.04em;
  text-transform:uppercase;
  font-family:var(--sans-serif);
}

/* placement */
.baking-science-list-block .kt-inside-inner-col > ol.wp-block-list > li:nth-child(1){grid-column:1;grid-row:2;}
.baking-science-list-block .kt-inside-inner-col > ol.wp-block-list > li:nth-child(2){grid-column:1;grid-row:3;}
.baking-science-list-block .kt-inside-inner-col > ol.wp-block-list > li:nth-child(3){grid-column:1;grid-row:4;}
.baking-science-list-block .kt-inside-inner-col > ol.wp-block-list > li:nth-child(4){grid-column:2;grid-row:2;}
.baking-science-list-block .kt-inside-inner-col > ol.wp-block-list > li:nth-child(5){grid-column:2;grid-row:3;}

.baking-science-list-block .kt-inside-inner-col > figure{
  grid-column:2;
  grid-row:4;
  margin:0;
  align-self:start;
}

.baking-science-list-block .kt-inside-inner-col > ol.wp-block-list > li{
  position: relative;
  padding-left: 44px;
  line-height: 1.45;
  counter-increment: hth-cocoa;
  align-self: start;
}

@media (max-width:781px){
  .baking-science-list-block .kt-inside-inner-col{
    grid-template-columns:1fr;
    column-gap:0;
  }

  .baking-science-list-block .kt-inside-inner-col > ol.wp-block-list{
    display:block;
  }

  .baking-science-list-block .kt-inside-inner-col > ol.wp-block-list > li{
    grid-column:auto !important;
    grid-row:auto !important;
    margin:0 0 18px;
  }

  .baking-science-list-block .kt-inside-inner-col > figure{
    grid-column:1;
    grid-row:auto;
    margin-top:10px;
  }
}



/*
@media screen and (max-width: 766px) {
  h2.entry-title, h3.entry-title {
  font-size: var(--recipe-title) !important;
  letter-spacing: 0.95px !important;  
	line-height: 1.2 !important;
 }
}
