/*
Theme Name: Kadence Child
Author: 
Description: Your description goes here
Version: 1.0
Template: kadence

This is the child theme for Kadence theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
p {
  line-height: normal;
}

p:empty,
p:has(> br:only-child) {
  display: none;
}
.recipeTime {
	display: flex
}

a.post-more-link {
    font-size: 60% !important;
	width: 100%;
    display: block;
}

.content-area {
    margin-top: 2rem !important;
}

.entry-hero-container-inner .entry-header {
    min-height: 0 !important; 
    align-items: start !important;
    text-align: start !important;
}

.h3-headline {
	border: 1px solid;
    padding: 10px;
    border-left: 6px solid;
    border-radius: 12px;
    border-right: 6px solid;
}
.single .post-thumbnail-inner img,
.archive .post-thumbnail-inner img {
	border-radius: 12px
}
.blog .entry.loop-entry .wp-post-image {
   border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
 

.blog  .entry.loop-entry {
    box-shadow: 0px 2px 19px #ccc !important;
    border-radius: 20px;
}


.single .post-thumbnail-inner {
	    padding: 7px;
}

.loop-entry .entry-content-wrap.entry-content-wrap {
    padding: 1rem;
}

h2 {
    font-weight: 600 !important;
    font-size: 18px  !important;
}

.more-link-wrap {
	text-align: center
}

.single .category-links a,
.post-more-link {
	background: #000;
    padding: 10px 20px;
    border-radius: 25px;
    color: #fff !important;
}

.single .entry-content-wrap {
	box-shadow: 0px 4px 9px #ccc;
	border-radius: 12px;
}

.single article.entry {
	border-radius: 12px;
}

.wp-block-categories {
	margin-top: 15px;
}

.widget.widget_block {
    border: 1px solid;
    padding: 0;
    border-left: 6px solid;
    border-radius: 12px;
    border-right: 6px solid;
}

.wp-block-heading {
border: 1px solid #fff;
    padding: 10px;
    border-bottom: 1px solid;
    margin: 7px;
}

#ez-toc-container {
	width: 100%
}