/*
Theme Name: Child of CookAndMeal
Theme URI: https://magniumthemes.com/;
Description: Child theme based on CookAndMeal
Author: Your Name
Version: 1.0
Template: cookandmeal
*/

/*recipe block*/
.post-recipe-block .post-recipe-image.cookandmeal-parallax {
    background-position: center !important;
}


.post-recipe-block .post-recipe-details-column li p {
    max-width: calc(100% - 50px);
}

/*home*/
.cookandmeal-overlay-post.cookandmeal-post .cookandmeal-post-details {
    background-color: rgba(0, 0, 0, 0.2);
}


/*.cookandmeal-fullwidthpostsslider-block-wrapper .cookandmeal-fullwidthpostsslider-block-pagination .cookandmeal-fullwidthpostsslider-page {
	border: 3px solid white;
}

.cookandmeal-fullwidthpostsslider-block-wrapper .cookandmeal-fullwidthpostsslider-block-pagination .cookandmeal-fullwidthpostsslider-page.active {
    background: transparent !important;
    background-color: transparent !important;
    border: 3px solid white;
    display: none !important;
}

.cookandmeal-fullwidthpostsslider-block-wrapper .cookandmeal-fullwidthpostsslider-block-pagination .cookandmeal-fullwidthpostsslider-page.active .post-title {
    font-size: var(--fontsize-post-title-regular);
	color: white;
}

.cookandmeal-fullwidthpostsslider-block-wrapper .cookandmeal-fullwidthpostsslider-block-pagination {
    min-height: 220px;
}
*/

.cookandmeal-fullwidthpostsslider-block-wrapper .cookandmeal-fullwidthpostsslider-block-pagination .cookandmeal-fullwidthpostsslider-page:not(.active)::before {
    background-color: rgba(0, 0, 0, 0) !important;
}

.cookandmeal-fullwidthpostsslider-block-wrapper .cookandmeal-fullwidthpostsslider-block-pagination .cookandmeal-fullwidthpostsslider-page {
    border: 3px solid white;
    width: 100px;
    height: 100px;
    display: inline-block;
    min-width: 0;
}

.blog-style-corners-rounded .cookandmeal-fullwidthpostsslider-block-wrapper .cookandmeal-fullwidthpostsslider-block-pagination .cookandmeal-fullwidthpostsslider-page, .blog-style-corners-rounded .cookandmeal-fullwidthpostsslider-block-wrapper .cookandmeal-fullwidthpostsslider-block-pagination .cookandmeal-fullwidthpostsslider-page:not(.active)::before{
	border-radius:0;
}

.cookandmeal-fullwidthpostsslider-block-wrapper .cookandmeal-fullwidthpostsslider-block-pagination .cookandmeal-fullwidthpostsslider-page .post-title, .cookandmeal-post.cookandmeal-fullwidthpostsslider-category {
    display: none;
}
.cookandmeal-fullwidthpostsslider-block-pagination.show-flex {
    display: block !important;
    margin: auto;
    text-align: center;
}

.cookandmeal-fullwidthpostsslider-block-wrapper .cookandmeal-fullwidthpostsslider-block-pagination .cookandmeal-fullwidthpostsslider-page.active {
    background: transparent !important;
    background-color: transparent !important;
	display: none;
}

/*sidebar*/
.sidebar .widget img#headshot {
    border-radius: 50%;
    border: 5px solid white;
	max-width: 150px;
}

/*header*/
header[class*="-border"] {
    margin-bottom: 10px;
}

header .header-blog-info.header-blog-info-uppercase {
    text-transform: uppercase;
    font-family: 'Cutive Mono';
}
@media (max-width: 1024px){
header .header-blog-info {
    /* display: none; */
    display: block;
}
}