/*
Theme Name:     kadence Child Theme
Theme URI:      #
Description:    kadence Child Theme for customization
Author:         Soft Web Media
Author URI:     #
Template:       kadence
Version: 		1.00
*/


/* Add your custom style below */
body {
    --global-palette-btn-bg: #ff914d;
    --global-palette-highlight-alt: #ff914d;
	--global-palette-highlight: #ff914d;
}
.mb-3 {
    margin-bottom: 1.5rem;
    
}
form.wpcf7-form label{
    display: inline-block;
    width: 100%;
}
form.wpcf7-form input:not([type="submit"]){
    width: 100%;
}
.p-0 {
    padding: 0 !important;
}
.home-post-banner .wppsac-post-content-left.wp-medium-6.wpcolumns {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
	justify-content: center;
}
.home-post-banner h2.wppsac-post-title a {
    font-weight: 700;
}
.home-post-banner .wppsac-post-slider.design-2 .wppsac-post-image-bg {
    height: 650px;
}
.home-post-banner h2.wppsac-post-title {
    padding-bottom: 15px;
}
.home-post-banner .wppsac-post-inner-content {
    max-width: 700px;
}
.cooked-recipe-grid span.cooked-recipe-card-excerpt p, span.cooked-recipe-card-excerpt {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 150px;
}
span.cooked-favorite-total, .cooked-recipe-grid .cooked-favorite-heart .cooked-favorite-total {
    display: none !important;
}
.entry-hero-container-inner {
    background: url(http://myspiceroute.com/wp-content/uploads/2024/08/header-bg.webp);
    background-position: center -170px;
    background-size: cover;
    position: relative;
}
.cooked-published-banner {
    display: none;
}
.entry-hero-container-inner:after, .recipe-hero-container:after {
    content: "";
    background: #000;
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.recipe-hero-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
	margin: 0;
}
.entry-hero-container-inner h1 {
    position: relative;
    z-index: 3;
    color: #fff;
}
.entry-hero.page-hero-section .entry-header {
    min-height: 260px !important;
}
.recipe-hero-container .cooked-post-featured-image{
	margin:0;
}
.recipe-hero-container h2 {
    color: #fff;
	font-weight: 700;
    font-size: 32px;
    line-height: 1.5;
    margin: 0 !important;
    opacity: 1;
    padding: 105px 0;
    z-index: 3;
    position: relative;
    text-align: center;
}
.recipe-hero-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.mt-0 h2.elementor-heading-title {
    margin-top: 0;
}
body:not(.logged-in) .entry.single-entry {
    box-shadow: 0px 15px 15px -10px rgba(0, 0, 0, 0.05);
/*     max-width: 500px; */
    margin: 0 auto;
}
ul.sub-menu {
    height: calc(100vh - 150px);
    overflow: auto;
    max-height: 340px;
}
.fotorama__caption {
    display: none;
}
span.cooked-recipe-name a {
    color: #000;
}
.wppsac-post-slider.design-2 .slick-dots {
    left: 50% !important;
    bottom: 2px !important;
}
.wppsac-post-slider.design-2 .slick-prev {
    left: 15px !important;
    right: auto !important;
}

.wppsac-post-slider.design-2 .slick-arrow {
    bottom: 50% !important;
    background: rgba(255,255,255,.5);
    width: 45px;
    border-radius: 40px;
    height: 45px;
    padding: 7px;
    transition: all ease 0.3s;
}
.wppsac-post-slider.design-2 .slick-next {
    right: 15px !important;
}
.wppsac-post-slider.design-2 .slick-arrow:hover {
    background: #fff;
}

.wppsac-post-slider .slick-arrow svg, .wppsac-post-carousel .slick-arrow svg {
    fill: #2e2f31;
}
.cooked-recipe-grid span.cooked-recipe-card-excerpt p ~ * {
    display: none !important;
}

@media only screen and (min-width:992px){
.home-post-banner h2.wppsac-post-title a {
    font-size: 60px;
    line-height: 1.1;
    font-weight: 800;
}
.home-post-banner	.wppsac-sub-content {
    font-size: 20px;
    font-weight: 500;
    color: rgba(255, 255, 255, .9);
}
}
/* @media only screen and (max-width:1200px){
	.e-con-inner {
		padding-left: var(--global-content-edge-padding) !important;
		padding-right: var(--global-content-edge-padding) !important;
	}
} */
.cooked-tax-scrollable a {
    color: #000;
}
@media only screen and (max-width:767px){
	.entry-hero-container-inner {
		background-position: center;
	}
	.home-post-banner .wppsac-post-slider.design-2 .wppsac-post-image-bg {
		height: 300px;
	}
}