/*
Theme Name:     Fusion
Theme URI:      http://shop.restored316designs.com/themes
Template:       kadence
Author:         Restored 316 // Lauren Dierschke
Author URI:     http://shop.restored316designs.com/themes
Description:    A mobile responsive WordPress theme built for the Kadence Framework by Lauren Dierschke of Restored 316.
Version:        1.0.1
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

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

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	border: 1px solid var(--global-palette4) !important;
}

input::placeholder,
.comment-form input:placeholder-shown+label, 
.comment-form textarea:placeholder-shown+label {
	color: var(--global-palette4) !important;
}

button:hover, 
.button:hover, 
.wp-block-button__link:hover, 
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover {
	transform: scale(0.95);	
}

/* Header Adjustments
--------------------------------------------- */

#masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start) > .site-header-row-container-inner {
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
}

@media(max-width: 719px) {
	.entry-meta {
		justify-content: left !important;
	}
}

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

.site-header-item form.search-form input[type="search"] {
	border-radius: 0px;
}

.wp-block-search.wp-block-search__button-inside div.wp-block-search__inside-wrapper {
	border: 1px solid var(--global-palette4);
	border-radius: 0px;
	padding: 6px; 
}

.wp-block-search input.wp-block-search__input {
	border: none !important;
}

#search-drawer .drawer-inner {
	height: 200px;
	width: 500px;
	position: relative;
	top: 50px;
	margin: 0 auto;
}

@media (max-width: 768px) { /* Adjust this value based on your theme's breakpoint for mobile */
    #search-drawer .drawer-inner {
	height: 200px;
	width: 340px;
	position: relative;
	top: 50px;
	margin: 0 auto;
}
}


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

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

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

.entry-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-palette3);
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    --size: 28px;
    left: calc(-1 * var(--size) - 10px);
    line-height: 25px;
    width: 30px;
    height: 30px;
    background: var(--global-palette9);
    border: 2px solid var(--global-palette1);
    border-radius: 100%;
    text-align: center;
    padding: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.single-content ul,
.wp-block-query ul {
	margin-left: 0;
}

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

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

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

.wp-block-query ul li::marker {
	color: transparent;
}

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

.entry-author-style-normal,
.entry-author-style-center{
	border: 2px solid var(--global-palette7);
	padding: 15px;
	position: relative;
	margin-top: 60px;
}

.entry-author-avatar img {
	width: 150px;
}

.entry-author-style-normal .entry-author-avatar img{
	border-radius: 50%;
	border: 2px solid var(--global-palette7);
	padding: 5px;
	background: #fff;
}

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

.entry-author-style-center .entry-author-avatar img{
	border: 2px solid var(--global-palette7);
	padding: 5px;
	background: #fff;
}

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

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

.entry-author-style-normal .entry-author-profile {
	padding-left: 180px;
}

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

/* Related Posts
--------------------------------------------- */

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

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


h2.entry-related-title{
	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-family: var(--global-body-font-family);
	font-weight: 700 !important;
	font-size: 16px !important;
	line-height: 1.4 !important;
	color: #242424;
}

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

.entry-related .splide .splide__arrow:hover {
	background: var(--global-palette1);
}

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

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

@media (max-width: 767px) {
	
	.entry-related .splide__arrow.splide__arrow--prev{
	left: 5px !important;
}

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

	.entry-related .carousel-item {
		margin-right: 0 !important;
		width: calc(((100% - 20px) / 1) - 20px) !important;
	}

}

/* Comments
--------------------------------------------- */

.comments-area {
	border: 2px solid var(--global-palette7);
	padding: 30px;
	position: relative;
}

.comment-body {
	border-bottom: 2px solid var(--global-palette7);
}

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

.pagination .nav-links {
	text-align: center;
}

.wp-block-query-pagination .nav-links {
    justify-content: center;
    flex-wrap: wrap
}

.wp-block-query-pagination .page-numbers,
.wp-block-query-pagination-next,
.wp-block-query-pagination-previous {
    display: inline-block;
    margin-right: 0.5em;
    border: 2px solid transparent;
    min-width: 2.5em;
    line-height: 2.25em;
    text-align: center;
    text-decoration: none;
    border-radius: .25rem;
    color: inherit
}

.wp-block-query-pagination a:hover,
.wp-block-query-pagination a:focus,
.wp-block-query-pagination a:active {
    border-color: var(--global-palette-btn-bg)
}

.wp-block-query-pagination .dots {
    min-width: auto;
    border: none
}

.wp-block-query-pagination .current {
    border-color: var(--global-palette-btn-bg);
    background: var(--global-palette-btn-bg);
    color: var(--global-palette-btn)
}

.wp-block-query-pagination .page-numbers:last-child {
    margin-right: 0
}

.page-numbers {
    margin-top: var(--global-md-spacing);
    justify-content: center;
    flex-wrap: wrap;
    clear: both
}

.page-numbers .post-page-numbers {
    display: inline-block;
    margin-right: 0.2em;
    border: 2px solid transparent;
    min-width: 2.5em;
    line-height: 2.25em;
    text-align: center;
    text-decoration: none;
    border-radius: .25rem;
    color: inherit
}

.page-numbers a:hover,.page-numbers a:focus,.page-numbers a:active {
    border-color: var(--global-palette-btn-bg)
}

.page-numbers .current {
    border-color: var(--global-palette-btn-bg);
    background: var(--global-palette-btn-bg);
    color: var(--global-palette-btn)
}

.page-numbers .post-page-numbers:first-child {
    margin-left: 0.5em
}

.page-numbers .post-page-numbers:last-child {
    margin-right: 0
}

/* Archives
--------------------------------------------- */

.entry-hero-container-inner {
	padding: 30px 0;
}

.grid-cols,
.wp-block-kadence-posts.grid-cols {
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    row-gap: 1.5rem;
}

/* .wp-block-kadence-posts .loop-entry {
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, .1);
    border-radius: .25rem;
} */

.wp-block-kadence-posts .loop-entry .entry-content-wrap {
	padding: 1rem;
}

/* Single Posts
--------------------------------------------- */

.kadence-breadcrumbs,
.entry-meta {
	margin: 5px 0;
}

.primary-sidebar .wp-block-kadence-posts .loop-entry .entry-content-wrap {
	padding: 1rem;
}

.entry-hero.post-hero-section .entry-header {
	max-width: 800px;
	padding: 1rem 0;
}

.custom-recipe-buttons {
	display: flex;
	align-items: center;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    column-gap: 1em;
    margin-top: 5px;
}

a.custom-recipe-link:before {
	content: url(images/arrow-down-to-dotted-line-solid.svg);
    width: 12px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.custom-recipe-link {
	background: var(--global-palette1);
	color: var(--global-palette9);
	padding: 5px 20px;
	text-decoration: none;
}

.custom-recipe-link:hover {
	background: var(--global-palette4);
	color: var(--global-palette9);
}

a.custom-review-link:before {
	content: url(images/stars-solid.svg);
    width: 12px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.custom-review-link {
	background: var(--global-palette2);
	color: var(--global-palette9);
	padding: 5px 20px;
	text-decoration: none;
}

.custom-review-link:hover {
	background: var(--global-palette4);
	color: var(--global-palette9);
}

@media (max-width: 500px) {
	
	.custom-recipe-buttons {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 1em;
	}
	
}

/* Sidebar
--------------------------------------------- */

.content-title-style-above aside#secondary {
	margin-top: -130px;
	z-index: 9
}

@media (max-width: 1024px) {
	
	aside#secondary {
		margin-top: 30px;
	}

}

/* Read More Button
--------------------------------------------- */

a.post-more-link {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	text-decoration: none;
	background-image: none !important;
}

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

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

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

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle,
.wp-block-navigation-item.open-on-hover-click a {
	background: #fff !important;
	border: 1px solid var(--global-palette4) !important;
	border-radius: 0px;
	padding: 12px 40px 12px 20px !important;
    color: #242424 !important;
	letter-spacing: 0;
	text-transform: none;
	width: 100%;
	font-weight: 700;
	font-size: 18px;
}

.wp-block-navigation-item .wp-block-navigation-submenu__toggle {
	transform: scale(1);	
}

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

.wp-block-navigation__submenu-icon svg {
	width: 12px !important;
	height: 12px !important;
	color: #fff;
}

.wp-block-navigation__submenu-container {
	background-color: var(--global-palette7) !important;
	border: none !important;
	left: 0 !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
	width: 100% !important;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 5%);
}

.wp-block-navigation-item.open-on-hover-click .wp-block-navigation__submenu-container a {
	background-color: var(--global-palette7) !important;
	border: 0 !important;
	border-radius: 0;
	font-size: 14px;
	padding: 10px 15px;
	z-index: 99;
}

.wp-block-navigation-item.open-on-hover-click .wp-block-navigation__submenu-container a:hover {
	background-color: var(--global-palette8) !important;
}

.wp-block-navigation__submenu-container li {
	font-weight: 700;
	font-size: 16px;
    color: #242424 !important;
	letter-spacing: 0;
	text-transform: none;
	font-size: 14px;
}

.wp-block-navigation__submenu-container li:hover {
	background: var(--global-palette8);
}

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

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

@media only screen and (max-width: 767px) {

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

}

@media (max-width: 440px) {
	
	.wp-block-navigation.no-wrap {
		--navigation-layout-wrap: wrap;
	}
	
}

/* Kadence Post Grid Block
--------------------------------------------- */

.wp-block-kadence-postgrid .splide .splide__arrow,
.wp-block-kadence-postgrid .splide .splide__arrow:focus {
	background: var(--global-palette2);
	opacity: 100 !important;
	width: 45px;
	height: 45px;
	border-radius: 50%;
}

.wp-block-kadence-postgrid .splide .splide__arrow:hover {
	background: var(--global-palette1);
}

.wp-block-kadence-postgrid .splide__arrow.splide__arrow--prev{
	left: -15px !important;
}

.wp-block-kadence-postgrid .splide__arrow.splide__arrow--next{
	right: -15px !important;
}

/* Kadence Advanced Slider
--------------------------------------------- */

.kt-blocks-carousel .slick-arrow,
.kt-blocks-carousel .slick-arrow:focus {
	background: var(--global-palette2);
	opacity: 100 !important;
	width: 45px !important;
	height: 45px !important;
	border-radius: 50%;
}

.kt-blocks-carousel .slick-arrow:hover {
	background: var(--global-palette1);
}

.kt-blocks-carousel .slick-prev {
	left: -15px !important;
}

.kt-blocks-carousel .slick-next{
	right: -15px !important;
}

/* Kadence Advanced Gallery
--------------------------------------------- */

.wp-block-kadence-advancedgallery .kt-blocks-carousel .splide .splide__arrow,
.wp-block-kadence-advancedgallery .kt-blocks-carousel .splide .splide__arrow:focus {
	background: var(--global-palette2);
	opacity: 100 !important;
	width: 45px !important;
	height: 45px !important;
	border-radius: 50%;
	border: none;
}

.wp-block-kadence-advancedgallery .kt-blocks-carousel .splide .splide__arrow:hover {
	background: var(--global-palette1);
}

.wp-block-kadence-advancedgallery .kt-blocks-carousel .slick-prev {
	left: 5px !important;
}

.wp-block-kadence-advancedgallery .kt-blocks-carousel .slick-next{
	right: 5px !important;
}

/* Fusion Customizations
-------------------------------------------------------------- */

/* Subcategory Menu that displays on Archives automatically
--------------------------------------------- */

.category-submenu-wrapper {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.category-submenu-text {
    display: inline-block;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.2;
    font-weight: 800;
	margin-right: 20px;
}

.category-submenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-submenu li {
  display: inline-block;
}

.category-submenu li a {
	background: var(--global-palette9);
	color: var(--global-palette4);
	font-weight: 600;
	margin-right: 10px;
	text-decoration: none;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    padding: 10px 20px;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
}

.category-submenu li a:hover {
	background: var(--global-palette4);
	color: var(--global-palette9);
}

/* This adds the numbered elements to the Top 10 lists
--------------------------------------------- */

.numbered .wp-block-kadence-posts,
.numbered .wp-block-kadence-posts .loop-entry.content-bg .post-thumbnail,
.numbered .wp-block-kadence-posts .loop-entry.content-bg>.entry-content-wrap {
	position: relative;
}

.numbered .wp-block-kadence-posts .loop-entry.content-bg .post-thumbnail,
.wp-block-kadence-posts.kb-posts-style-unboxed .loop-entry.content-bg .post-thumbnail {
	margin-bottom: 0;
}

.numbered .wp-block-kadence-posts .loop-entry.content-bg>.entry-content-wrap,
.wp-block-kadence-posts.kb-posts-style-unboxed .loop-entry.content-bg>.entry-content-wrap {
	padding: 20px;
}

.numbered .wp-block-kadence-posts .loop-entry.content-bg>.entry-content-wrap:before {
	content: "1";
    color: var(--global-palette9);
    font-size: 15px;
    line-height: 1.2;
    font-weight: 800;
    background: var(--global-palette2);
    font-family:  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    border-radius: 50%;
    padding: 6px;
    margin: -35px 0 5px;
    z-index: 9;
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 2px solid var(--global-palette9);
}

.numbered .post .entry-content-wrap .wprm-recipe-rating {
	display: none;
}

.numbered .wp-block-kadence-column:nth-of-type(10n+2) .post .entry-content-wrap:before {
	content: "2";
}

.numbered .wp-block-kadence-column:nth-of-type(10n+3) .post .entry-content-wrap:before {
	content: "3";
}

.numbered .wp-block-kadence-column:nth-of-type(10n+4) .post .entry-content-wrap:before {
	content: "4";
}

.numbered .wp-block-kadence-column:nth-of-type(10n+5) .post .entry-content-wrap:before {
	content: "5";
}

.numbered .wp-block-kadence-column:nth-of-type(10n+6) .post .entry-content-wrap:before {
	content: "6";
}

.numbered .wp-block-kadence-column:nth-of-type(10n+7) .post .entry-content-wrap:before {
	content: "7";
}

.numbered .wp-block-kadence-column:nth-of-type(10n+8) .post .entry-content-wrap:before {
	content: "8";
}

.numbered .wp-block-kadence-column:nth-of-type(10n+9) .post .entry-content-wrap:before {
	content: "9";
}

.numbered .wp-block-kadence-column:nth-of-type(10n+10) .post .entry-content-wrap:before {
	content: "10";
}


/* Rotate the hover-rotate class on hover
--------------------------------------------- */

.hover-rotate img {
  	transition: transform .3s ease-in-out;
}

.hover-rotate img:hover {
  	transform: rotate(5deg);
}

/* Post Layout Customizations for mobile
--------------------------------------------- */

/* This code makes all the posts appear in 2 columns on mobile.  If you want single columns, you can remove the section below */
@media (max-width: 992px) {
	
	/* This code makes all the posts appear in 2 columns on mobile.  If you want single columns, you can remove the section below */
	.archive .grid-cols,
	.grid-cols {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		column-gap: 1rem !important;
		row-gap: 1rem !important;
	}
	
	.wp-block-post-template.is-flex-container li {
		width: 46%;
	}
	
	 /* If you add a class of full-post to any query loop or posts block, it will appear full width on mobile instead of in 2 columns */
	.grid-cols.full-post {
		grid-template-columns: minmax(0, 1fr) !important;
	}
	
	.full-post .wp-block-post-template.is-flex-container li {
		width: 100%;
	}
	
}

@media (max-width: 767px) {
	/* Reduces the space around boxed in content on mobile so more texts shows without scrolling so much */
	.loop-entry .entry-content-wrap {
	    padding: 0.5rem !important;
	}
}

/* Vertical Align Posts to middle
--------------------------------------------- */

.grid-lg-col-1.item-image-style-beside.half article.loop-entry.has-post-thumbnail:not(.kb-post-no-image),
.grid-lg-col-1.item-image-style-beside article.loop-entry.has-post-thumbnail:not(.kb-post-no-image),
.kt-feat-image-align-left {
	align-items: center;
}

@media screen and (min-width: 768px) {
	.grid-lg-col-1.item-image-style-beside.half article.loop-entry.has-post-thumbnail:not(.kb-post-no-image) {
	    display: grid;
	    grid-template-columns: 1fr 1fr;
	    align-items: center;
	}
}

/* Transform images left or right
--------------------------------------------- */

/* Add a class of transform-right to your element and it will rotate 5 degrees to the right */
.transform-right{
	position: relative;
	transform: rotate(5deg);
}

/* Add a class of transform-left to your element and it will rotate 5 degrees to the left */
.transform-left {
	position: relative;
	transform: rotate(-5deg);
}

/* Numbered Posts - Post Grid (Pro)
--------------------------------------------- */

.numbered.kt-post-grid-layout-grid-wrap,
.numbered.wp-block-kadence-posts {
    counter-increment: my-awesome-counter 0;
    position: relative;
}

.numbered .kt-blocks-post-grid-item,
.numbered.wp-block-kadence-posts .entry {
    counter-increment: my-awesome-counter;
    position: relative;
}

.numbered .kt-blocks-post-grid-item-inner,
.numbered.wp-block-kadence-posts .entry-content-wrap {
    position: relative;
    z-index: 8;
}

.numbered .kt-blocks-post-grid-item-inner:before,
.numbered.wp-block-kadence-posts .entry-content-wrap:before {
    content: counter(my-awesome-counter);
    color: var(--global-palette9);
    font-size: 15px;
    line-height: 1.2;
    font-weight: 800;
    background: var(--global-palette2);
    font-family:  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    border-radius: 50%;
    padding: 6px;
    margin: -25px 0 0;
    z-index: 9;
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 2px solid var(--global-palette9);
}

/* Rotating Colored Hearts
--------------------------------------------- */

.hearts .kadence-post-image {
    position: relative;
}

.hearts .kadence-post-image:before,
.hearts .post-thumbnail-inner:before {
    content: '';
    background: var(--global-palette1) url(images/white-heart.svg) center no-repeat;
    background-size: 20px 20px;
    border: 2px solid var(--global-palette9);
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9;
    border-radius: 50%;
}

.hearts .kt-blocks-post-grid-item:nth-of-type(5n+1) .kadence-post-image:before,
.hearts.wp-block-kadence-posts .entry:nth-of-type(5n+1) .post-thumbnail-inner:before,
.hearts .wp-block-kadence-column:nth-of-type(5n+1) .post .post-thumbnail-inner:before {
    background: var(--global-palette1) url(images/white-heart.svg) center no-repeat;
    background-size: 20px 20px;
}

.hearts .kt-blocks-post-grid-item:nth-of-type(5n+2) .kadence-post-image:before,
.hearts.wp-block-kadence-posts .entry:nth-of-type(5n+2) .post-thumbnail-inner:before,
.hearts .wp-block-kadence-column:nth-of-type(5n+2) .post .post-thumbnail-inner:before {
    background: var(--global-palette2) url(images/white-heart.svg) center no-repeat;
    background-size: 20px 20px;
}

.hearts .kt-blocks-post-grid-item:nth-of-type(5n+3) .kadence-post-image:before,
.hearts.wp-block-kadence-posts .entry:nth-of-type(5n+3) .post-thumbnail-inner:before,
.hearts .wp-block-kadence-column:nth-of-type(5n+3) .post .post-thumbnail-inner:before {
    background: var(--global-palette5) url(images/white-heart.svg) center no-repeat;
    background-size: 20px 20px;
}

.hearts .kt-blocks-post-grid-item:nth-of-type(5n+4) .kadence-post-image:before,
.hearts.wp-block-kadence-posts .entry:nth-of-type(5n+4) .post-thumbnail-inner:before,
.hearts .wp-block-kadence-column:nth-of-type(5n+4) .post .post-thumbnail-inner:before {
    background: var(--global-palette6) url(images/white-heart.svg) center no-repeat;
    background-size: 20px 20px;
}

.hearts .kt-blocks-post-grid-item:nth-of-type(5n+5) .kadence-post-image:before,
.hearts.wp-block-kadence-posts .entry:nth-of-type(5n+5) .post-thumbnail-inner:before,
.hearts .wp-block-kadence-column:nth-of-type(5n+5) .post .post-thumbnail-inner:before {
    background: var(--global-palette7) url(images/white-heart.svg) center no-repeat;
    background-size: 20px 20px;
}

/* Add Decorative New Tag
--------------------------------------------- */

.new-posts .entry {
	position: relative;
}

.new-posts.wp-block-kadence-posts .loop-entry .entry-content-wrap:before {
    content: 'New!';
    background: var(--global-palette6);
    color: var(--global-palette3);
    display: block;
    width: 60px;
    text-align: center;
    padding: 5px 5px;
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 800;
    transform: rotate(-2deg);
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* Add Decorative Featured Tag
--------------------------------------------- */

.featured .kt-blocks-post-grid-item-inner {
	position: relative;
}

.featured.wp-block-kadence-posts .loop-entry .entry-content-wrap:before,
.featured.wp-block-kadence-postgrid .kt-blocks-post-grid-item-inner:before {
    content: 'Featured';
    background: var(--global-palette6);
    color: var(--global-palette3);
    display: block;
    width: 100px;
    text-align: center;
    padding: 5px 5px;
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 800;
    transform: rotate(-2deg);
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* Add Background Detail to Superscipt and Subscript for h4 headings
--------------------------------------------- */

h4 sup,
h4 sub {
    font-size: 100%;
    bottom: auto;
    top: auto;
    padding: 3px 10px;
    color: var(--global-palette9);
    z-index: 2;
}

p sub:after,
h4 sub:after {
    content: '';
    background: var(--global-palette1);
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: rotate(-2deg);
    z-index: -1;
}

p sup:after,
h4 sup:after {
    content: '';
    background: var(--global-palette2);
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: rotate(-2deg);
    z-index: -1;
}

.whats-for .kt-tabs-title-list:before {
    content: 'Whats for...';
    background: var(--global-palette6);
    color: var(--global-palette3);
    display: block;
    width: 130px;
    height: 25px;
    text-align: center;
    padding: 5px 5px;
    margin-right: 20px;
    margin-top: 10px;
    line-height: 1.2;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 800;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* Custom Block Styles
--------------------------------------------- */

.no-stars .wprm-recipe-rating {
	display: none;
}

.round-img img {
	border: 5px solid #fff;
	border-radius: 100%;
}