/*
Feature Section Posts
---------------------------------------------------------------------------------------------------- */

ul.section-posts-one-half,
ul.section-posts-one-third,
ul.section-posts-one-fourth,
ul.section-posts-one-fifth,
ul.section-posts-one-sixth{
margin: 0 auto;
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    padding-left:  0;
    margin-left:  0;
    padding-left:  0;
}

ul.section-posts-one-half li,
ul.section-posts-one-third li,
ul.section-posts-one-fourth li,
ul.section-posts-one-fifth li,
ul.section-posts-one-sixth li{
	background: #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.10);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.10);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.10);
list-style-type: none;
margin: 0 auto 25px;
}

ul.section-posts-one-half h3,
ul.section-posts-one-third h3,
ul.section-posts-one-fourth h3,
ul.section-posts-one-fifth h3,
ul.section-posts-one-sixth h3{
text-align: center;
    color: #242424;
    padding: 1% 2%;
line-height: 1.4;
}

ul.section-posts-one-half h3:hover,
ul.section-posts-one-third h3:hover,
ul.section-posts-one-fourth h3:hover,
ul.section-posts-one-fifth h3:hover,
ul.section-posts-one-sixth h3:hover{
text-decoration: underline;
}

ul.section-posts-one-half h3,
ul.section-posts-one-half h3 a,
ul.section-posts-one-third h3,
ul.section-posts-one-third h3 a{
font-size: 22px;
    font-weight: 800;
	color: #343434;
}

ul.section-posts-one-half.post-side-by h3,
ul.section-posts-one-half.post-side-by h3 a{
font-size: 20px;
    font-weight: 800;
	color: #343434;
}


ul.section-posts-one-third.post-side-by h3,
ul.section-posts-one-third.post-side-by h3 a,
ul.section-posts-one-third.post-side-by .article-title{
font-size: 18px;
    font-weight: 800;
	color: #343434;
}

ul.section-posts-one-fourth h3,
ul.section-posts-one-fourth h3 a{
font-size: 18px;
    font-weight: 800;
	color: #343434;
}

ul.section-posts-one-fourth.post-side-by h3,
ul.section-posts-one-fourth.post-side-by h3 a{
font-size: 14px;
    font-weight: 800;
	color: #343434;
}

ul.section-posts-one-fifth h3,
ul.section-posts-one-fifth h3 a,
ul.section-posts-one-sixth h3,
ul.section-posts-one-sixth h3 a{
font-size: 16px;
    font-weight: 800;
	color: #343434;
}

ul.section-posts-one-half{
    grid-template-columns: repeat(2, 1fr);
}

ul.section-posts-one-third{
    grid-template-columns: repeat(3, 1fr);
}

ul.section-posts-one-fourth{
    grid-template-columns: repeat(4, 1fr);
}

ul.section-posts-one-fifth{
    grid-template-columns: repeat(5, 1fr);
}

ul.section-posts-one-sixth{
    grid-template-columns: repeat(6, 1fr);
}

ul.post-side-by li{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}

ul.post-side-by li img{
display: block;
margin: 0;
}

ul.post-side-by li h3{
text-align: left;
    padding: 2%;
}


ul.post-side-by .favorite-post_content{
text-align: left;
    padding: 2% 4%;
}

.featured-posts-block ul li img,
.featured-pages-block img,
.archive .content .entry img,
.search .content .entry img,
.blog .content .entry img{
transition: .5s;
}

.featured-posts-block ul li:hover img,
.archive .content .entry:hover img,
.search .content .entry:hover img,
.blog .content .entry:hover img{
opacity: .8;
}


/*
Custom Blocks
---------------------------------------------------------------------------------------------------- */

.page-template-block-page .site-inner,
.page-template-full-width .site-inner{
padding: 0;
}

.section-headline{
width: 100%;
clear: both;
margin: 0 auto 15px;
display: flex;
flex-direction: row;
justify-content: space-between;
    align-items: flex-end;
}

.section-headline h2{
font-size: 30px;
    margin: 0;
}

.has-dark-blue-background-color .section-headline h2,
.has-dark-blue-background-color .see-more,
.has-red-background-color .section-headline h2,
.has-red-background-color .see-more{
	color: #fff;
}

.section-headline .section-title{
width: 65%;
text-align: left;
}

.section-headline .section-button{
    width: 35%;
text-align: right;
}

.section-excerpt{
width: 100%;
clear: both;
}

.see-more{
color: #2f2f2f;
font-weight: 700;
    font-size: 18px;
    position: relative;
	border: 3px solid #FAD1D9;
	padding: 7px 14px 10px;
	border-radius: 10px;
}

.has-red-background-color .see-more{
border-color: #fff !Important;
}

.latest-block .see-more{
border: none;
}

.see-more:after{
content: '';
background: url(/wp-content/plugins/PMD-Site-Functionality/images/arrow-pink.svg) center no-repeat;
width: 22px;
height: 22px;
display: inline-block;
vertical-align: middle;
margin-left: 5px;
	margin-top: -2px;
}

.has-dark-blue-background-color .see-more:after,
.has-red-background-color .see-more:after{
    filter: brightness(0) invert(1);
}

.see-more:hover{
text-decoration: underline;
}



.about-block .wrap,
.newsletter-block .wrap,
.featured-posts-block .wrap,
.icons-block .wrap,
.latest-block .wrap,
.search-recipes-block .wrap,
.baking-basics-block .wrap,
.callout-block .wrap,
.featured-pages-block .wrap,
.favorite-products-block .wrap,
.index-intro-block .wrap,
.callout-bar-block .wrap{
    width:  100%;
    max-width:  1240px;
    margin:  0 auto;
    padding: 2%;
	overflow: visible;
}


.about-block a,
.newsletter-block a,
.featured-posts-block a,
.icons-block a,
.latest-block a,
.search-recipes-block a,
.baking-basics-block a,
.callout-block a,
.featured-pages-block a,
.favorite-products-block a,
.index-intro-block a,
.callout-bar-block a{
	text-decoration: none !important;
}


/* Featured Pages Block
------------------------------------------------------ */

.featured-pages-block .wrap{
display: flex;
flex-direction: row;
justify-content: space-between;
	padding: 2% 2% .5%;
}

.featured-pages-block .feature-page-tall{
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
	width: 75%;
}

.featured-pages-block .feature-page-small{
	width: 25%;
}


.featured-pages-block ul{
margin-left: 0;
}

.featured-pages-block ul li{
list-style-type: none;
	position: relative;
}

.featured-pages-block ul li img{
	margin: 0 auto 0px;
	display: block;
}

.featured-pages-block ul li h2{
background: #fff;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 18px;
padding: 5px 25px;
display: block;
	width: 80%;
text-align: center;
	position: relative;
height: 40px;
	transition: .5s;
	margin: -50px auto 0;
}

.featured-pages-block ul li:hover h2{
	background: #242424;
color: #fff;
}

.featured-pages-block .feature-page-small {
margin-left: 20px;
	position: relative;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.feature-page-small li{
	width: 100%;
    flex: 1;
}

.featured-pages-block .feature-page-small li:first-of-type{
margin: 0 auto 25px;
}

.featured-pages-block .feature-page-small li img{
	height: 185px;
	object-fit: cover;
}

.featured-pages-block li img{
	border-bottom: 4px solid;
}

.featured-pages-block .feature-page-tall li:nth-of-type(3n+1) img{
border-color: #EB5291;
}

.featured-pages-block .feature-page-tall li:nth-of-type(3n+2) img{
border-color: #C9D984;
}

.featured-pages-block .feature-page-tall li:nth-of-type(3n+3) img{
border-color: #067C88;
}

.featured-pages-block .feature-page-small li:nth-of-type(2n+1) img{
border-color: #B5E4E1;
}

.featured-pages-block .feature-page-small li:nth-of-type(2n+1) img{
border-color: #B5E4E1;
}

/* Icons Block
------------------------------------------------------ */

.icons-block .wrap{
padding: 1% 2% 3%;
}

.recipe-index .icons-block .wrap{
padding: 1% 2%;
}

.icons-block_inner{
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: Center;
text-align: center;
}

.icons-block .icon-title{
color: #242424;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 12px;
	font-weight: 700;
}

.icons-block .cat-ico{
padding: 0 2%;
line-height: 1;
}

.icons-block .cat-ico img{
	width: 100%;
margin: 0 auto 10px;
display: Block;
	transition: .5s;
}


.recipe-index .icons-block .cat-ico img{
max-width: 80px;
}

.icons-block .cat-ico:hover img{
  transform: rotate(10deg);
}

/* Search Recipes Block
------------------------------------------------------ */

.search-recipes-block .wrap{
position: relative;
	padding: 0;
}

.search-recipes-block .wrap:before{
content: '';
background: url(/wp-content/plugins/PMD-Site-Functionality/images/squiggle-border-gray.svg) center repeat-x;
width: 96%;
height: 5px;
display: block;
	margin: 0 auto;
}

.search-recipes-block .search-recipes-block_inner{
display: flex;
flex-direction: row;
	justify-content: center;
align-items: center;
text-align: center;
	padding: 4% 2% 3%;
}

.search-recipes-block_row{
padding: 0 2%;
}

.search-recipes-block h3{
margin: 0 auto;
font-size: 32px;
}

.search-recipes-block .small-title{
margin: 0 auto;
color: #027c88;
display: block;
margin: 0 auto -5px;
	line-height: 1.2;
	font-size: 15px;
}

.search-recipes-block .search-form{
padding: 5px 25px;
position: relative;
	overflow: visible;
}

.search-recipes-block .search-form:before{
content: '';
background: #fff url(/wp-content/plugins/PMD-Site-Functionality/images/txt-search.svg) center no-repeat;
background-size: 63px 32px;
width: 90px;
height: 32px;
position: absolute;
top: -24px;
right: 25px;
}

/* Newsletter Block
------------------------------------------------------ */

.newsletter-block {
	padding: 0;
}

.newsletter-block .wrap{
display: Flex;
flex-direction: row;
justify-content: center;
align-items: center;
}

.newsletter-block_row{
padding: 0 2%;
}

.newsletter-block_row form{
min-width: 600px;
}

.newsletter-block h2,
.newsletter-block h3,
.newsletter-block h4,
.newsletter-block p{
margin-bottom: 0;
}

.newsletter-block .mobile-button{
display: none;
}

/* Latest Block
------------------------------------------------------ */

.latest-block{
padding: 2% 2% 4%;
	width: 100%;
	max-width: 1240px;
margin: 0 auto;
}

.latest-block .wrap{
border: 4px solid #c9d884;
border-radius: 25px;
	padding: 0 4% !important;
}

.recipe-index .latest-block .wrap{
Padding: 2% !Important;
}

.latest-block .section-headline{
margin: -25px auto 15px;
	align-items: center;
}


.latest-block .section-headline .section-title h2{
margin-bottom: 0;
}

.latest-block .section-title h2,
.latest-block .section-button .see-more{
background: #fff;
display: inline-block;
	vertical-align: middle;
padding: 0 15px;
}

/* Featured Posts Block
------------------------------------------------------ */

.featured-posts-block.has-background-color{
margin-bottom: 25px;
}

.featured-posts-block .wrap{
padding: 1% 2%;
}

.featured-posts-block ul{
margin: 0 auto;
    width: 100%;
    flex-flow: column nowrap;
    overflow: visible;
}

.featured-posts-block ul li{
list-style-type: none;
    margin: 0 auto 25px;
	border-bottom: 4px solid;
}

.featured-posts-block ul li:nth-of-type(4n+1){
border-color: #EB5291;
}

.featured-posts-block ul li:nth-of-type(4n+2){
border-color: #C9D984;
}

.featured-posts-block ul li:nth-of-type(4n+3){
border-color: #067C88;
}

.featured-posts-block ul li:nth-of-type(4n+4){
border-color: #B5E4E1;
}

.latest-block ul li{
	border: none;
}

.featured-posts-block ul li h3{
    color: #2f2f2f;
}

.featured-posts-block ul li h3 a{
color: #2f2f2f;
}

.featured-posts-block.has-red-background-color{
	position: relative;
	margin-top: 15px;
margin-bottom: 25px;
}

.featured-posts-block.has-red-background-color:before{
content: '';
background: url(/wp-content/plugins/PMD-Site-Functionality/images/christmas-lights.svg) center repeat-x;
background-size: contain;
width: 598px;
height: 82px;
display: block;
	position: absolute;
top: -38px;
right: 0;
width: 100%;
}

.featured-posts-block.has-red-background-color:after{
content: '';
background: url(/wp-content/plugins/PMD-Site-Functionality/images/christmas-lights.svg) center repeat-x;
background-size: contain;
width: 598px;
height: 82px;
display: block;
	position: absolute;
bottom: -28px;
left: 0;
width: 100%;
}


.featured-posts-block.has-red-background-color ul li{
background: #70A141;
}

.featured-posts-block.has-red-background-color ul li h3,
.featured-posts-block.has-red-background-color ul li h3 a{
color: #fff !important;
}

/* Popular Posts Block
------------------------------------------------------ */

.popular-post{
background: #fbd2d9;
	margin-top: 25px;
	margin-bottom: 15px;
}

.popular-post .wrap{
	position: relative;
}

.popular-post .wrap:before{
content: '';
background: #fbd2d9 url(/wp-content/plugins/PMD-Site-Functionality/images/star.svg) center no-repeat;
background-size: 45px 45px;
width: 70px;
height: 70px;
display: block;
border-radius: 50%;
	margin: -55px auto 0;
}

.popular-post .section-headline{
display: block;
text-align: center;
}

.popular-post .section-headline .section-title{
width: 100%;
text-align: center;
}


/* Baking Basics Block
------------------------------------------------------ */

.baking-basics-block .section-headline,
.baking-basics-block .section-title,
.baking-basics-block .section-excerpt{
	display: block;
	width: 100%;
	max-width: 900px;
margin: 0 auto;
text-align: center;
}

.baking-basics-block h2{
    font-size: 32px;
margin: 0 auto 5px;
position: relative;
}

.baking-basics-block h2:before{
content: '';
background: url(/wp-content/plugins/PMD-Site-Functionality/images/sprinkles-wide.svg) center no-repeat;
	background-size: contain;
width: 150px;
height: 20px;
	margin: 0 auto 5px;
	display: Block;
}

.baking-basics-block ul li{
	box-shadow: none;
}

.baking-basics-block ul li{
background: #fbd2d9;
}

.baking-basics-block ul li:nth-of-type(4n+1){
background: #c9d884;
}

.baking-basics-block ul li:nth-of-type(4n+2){
background: #a4ddda;
}

.baking-basics-block ul li:nth-of-type(4n+3){
background: #fbd2d9;
}

.baking-basics-block ul li:nth-of-type(4n+4){
background: #eb984a;
}

.baking-basics-block ul li .favorite-post_content{
text-align: center;
font-size: 16px;
	padding: 2% 10%;
}

.baking-basics-block ul li h3{
padding: 0;
text-align: center;
position: relative;
margin: 0 auto 5px;
}

.baking-basics-block ul li h3:before{
content: '';
background: url(/wp-content/plugins/PMD-Site-Functionality/images/sprinkles-wide.svg) center no-repeat;
	background-size: contain;
width: 100px;
height: 14px;
	margin: 0 auto 5px;
	display: Block;
    filter: brightness(0) invert(1);
}

.baking-basics-block .section-button{
width: 100%;
clear: both;
text-align: center;
display: Block;
	margin: 0px auto 25px;
}

/* Callout Block
------------------------------------------------------ */

.callout-block{
padding: 0;
}

.callout-block .wrap{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}

.callout-block .callout-block_row{
width: 50%;
padding: 0 2%;
}

.callout-block .callout-block_row img{
border: 8px solid #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.10);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.10);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.10);
}

.callout-block h2{
display: inline-block;
margin-bottom: 0;
}

.callout-block h2:after{
content: '';
background: url(/wp-content/plugins/PMD-Site-Functionality/images/squiggle-border.svg) center repeat-x;
background-size: cover;
width: 80%;
height: 5px;
	display: block;
	margin: 5px 0 10px;
}

/* About Block
------------------------------------------------------ */

.about-block .wrap{
	display: flex;
flex-direction: row;
justify-content: space-between;
}

.about-row_bio{
	border: 6px solid #a4ddda;
border-radius: 15px;
	width: 48%;
	padding: 0 4% 4%;
text-align: center;
}

.about-row_bio img{
width: 100%;
max-width: 180px;
border-radius: 50%;
border: 8px solid #fff;
	margin: 0 auto;
}

.about-row_bio .about-row_bio_img{
position: relative;
max-width: 200px;
margin: -45px auto 0;
}

.about-row_bio .about-row_bio_img:before {
    content: '';
    background: url(/wp-content/themes/pmd-funcookie/images/sprinkles-menu.svg) center no-repeat;
    background-size: contain;
    width: 65px;
    height: 65px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 99;
	transform: rotate(15deg);
}

.about-row_bio .wp-block-button__link{
color: #2f2f2f;
font-weight: 700;
    font-size: 18px;
    position: relative;
	background: none !Important;
padding: 5px !Important;
}

.about-row_bio .wp-block-button__link:after{
content: '';
background: url(/wp-content/plugins/PMD-Site-Functionality/images/arrow-pink.svg) center no-repeat;
width: 22px;
height: 22px;
display: inline-block;
vertical-align: middle;
margin-left: 5px;
}

.about-row_bio .wp-block-button__link:hover{
text-decoration: underline;
}

.about-row_share{
	border: 6px solid #c9d884;
border-radius: 15px;
	width: 48%;
	padding: 4%;
text-align: center;
}

.about-row_share h3{
font-size: 30px;
	margin: 0 auto 5px;
}

.about-row_share p{
	margin: 0 auto 15px;
	width: 100%;
	max-width: 75%;
line-height: 1.4;
}

.about-row_share .button{
width: 100%;
display: block;
background: #fbd2d9;
	margin: 0 auto 15px;
	position: relative;
}

.about-row_share .button:after{
content: '';
background: url(/wp-content/plugins/PMD-Site-Functionality/images/arrow-white.svg) center no-repeat;
width: 22px;
height: 22px;
display: inline-block;
vertical-align: middle;
margin-left: 5px;
}

.about-social{
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}

.about-ico{
	background: #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.10);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.10);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.10);
border-radius: 15px;
margin: 0 auto 15px;
display: block;
width: 100%;
padding: 10px;
	text-align:  left;
}

.about-ico a{
	color: #242424;
font-weight: 700;
font-size: 16px;
}

.about-ico .facebook-ico,
.about-ico .pinterest-ico,
.about-ico .instagram-ico,
.about-ico .tiktok-ico{
display: inline-block;
vertical-align: middle;
width: 28px;
height: 28px;
	border-radius: 50%;
	margin-right: 5px;
}

.about-ico:hover{
text-decoration: underline !important;
}

.facebook-ico{
background: #027c88 url(/wp-content/plugins/PMD-Site-Functionality/images/facebook.svg) center no-repeat ;
background-size: 16px 16px;
}

.pinterest-ico {
background: #ea5291 url(/wp-content/plugins/PMD-Site-Functionality/images/pinterest.svg) center no-repeat ;
background-size: 16px 16px;
}

.instagram-ico {
background: #eb984a url(/wp-content/plugins/PMD-Site-Functionality/images/instagram.svg) center no-repeat ;
background-size: 16px 16px;
}

.tiktok-ico{
background: #c9d884 url(/wp-content/plugins/PMD-Site-Functionality/images/tiktok.svg) center no-repeat ;
background-size: 16px 16px;
}

/* Favorite Products Block
------------------------------------------------------ */

.favorite-products-block .section-headline{
	display: block;
text-align: center;
}

.favorite-products-block .section-title,
.favorite-products-block .section-button{
width: 100%;
text-align: center;
}

.favorite-products-block ul{
position: relative;
}

.favorite-products-block ul:before{
content: '';
background: url(/wp-content/plugins/PMD-Site-Functionality/images/scribble-blue.svg) center no-repeat;
background-size: contain;
width: 90px;
height: 90px;
display: block;
position: absolute;
top: -5px;
left: -45px;
}

.favorite-products-block ul li{
text-align: center;
	padding-bottom: 4%;
}

.favorite-products-block .favorite-post_content{
position: relative;
}

.favorite-products-block .favorite-post_content:before{
content: '';
background: #fff url(/wp-content/plugins/PMD-Site-Functionality/images/heart.svg) center no-repeat;
	background-size: 22px 22px;
width: 42px;
height: 42px;
display: block;
	margin: -25px auto 0;
	border-radius: 50%;
}


/* Callout Bar Blocks
------------------------------------------------------ */

.callout-bar-block{
	padding: 0 !important;
	margin-top: 25px;
}

.callout-bar-block .wrap{
padding: 1% 2%;
display: flex;
	justify-content: center;
align-items: center;
}


.callout-bar-block .callout-bar-icon img{
    filter: brightness(0) invert(1);
	display: Block;
	width: 100%;
	max-width: 90px;
margin: 0 auto;
}


.callout-bar-block h3{
margin-bottom: 0 !important;
	font-size: 28px;
}

.callout-bar-block .callout-bar-title{
padding: 0 2%;
}

.callout-bar-block .button{
background: #fff;
}

.callout-bar-block .button:hover{
	background: #067C88;
color: #fff;
}


/* Recipe Index Blocks
------------------------------------------------------ */
.index-intro-block{
	padding: 0;
}

.index-intro-block .section-excerpt{
margin: 0 auto;
width: 100%;
max-width: 900px;
}

.index-intro-block .section-menu{
display: -webkit-box;
display: flex;
-webkit-box-pack: end;
justify-content: space-evenly;
}

.index-intro-block .section-menu-mobile{
display: none;
}

.recipe-index-menu{
width: 75%;
}

.section-menu .search-form{
width: 25%;
	margin: 0 5px;
	border-radius: 0;
	padding: 2px 5px;
	background: #FAD1D9;
	border: 2px solid #fff;
}

.section-menu .search-form input{
background: none;
}

.recipe-index-menu ul{
display: -webkit-box;
display: flex;
-webkit-box-pack: end;
justify-content: space-evenly;
	margin-left: 0;
	margin-bottom: 0;
}

.section-menu ul li{
background: #fff;
	display: inline-block;
	list-style-type: none;
    position: relative;
	margin: 0 5px;
	width: 100%;
}

.section-menu ul .menu-item:after {
    content: '';
	background: #c9d884 url(/wp-content/plugins/PMD-Site-Functionality/images/navigate-down.svg) center no-repeat;
background-size: 17px 12px;
	width: 26px;
height: 26px;
	border-radius: 50%;
    font-size: 12px;
    color: #ec82b4;
    display: inline-block;
	position: absolute;
right: 5%;
	top: 20%;
}

.section-menu ul .menu-item.active:after{
	transform: rotate(180deg);
}

.section-menu ul li .menu-item:after{
	display: none;
}

.section-menu ul li a{
background-image: none !important;
	padding: 8px 15px;
display: inline-block;
	color: #343434;
}

.section-menu ul.sub-menu{
	background: #067C88;
	font-size: 14px;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 99;
	display: none;
	margin-left: 0;
	left: 0;
}

.section-menu ul .menu-item.active .sub-menu {
	display: block;
	opacity: 1;
}

@media only screen and (min-width: 900px) {
	
.section-menu ul .menu-item:hover .sub-menu{
display: block;
	opacity: 1;
}
}

.section-menu .sub-menu li{
	display: block;
border: none;
padding: 0;
	background: none;
	margin: 0;
}

.section-menu ul ul li a{
	color: #fff;
	padding: 8px 12px;
	width: 100%;
	display: block;
	font-size: 16px;
}


.section-menu ul ul li a:hover{
background: #ea5291;
	color: #fff;
}

.recipe-index-latest .latest-block{
padding: 0;
}

.recipe-index-latest .latest-block .wrap{
	border: none;
padding: 2%;
}

.recipe-index-latest .latest-block .wrap:before{
content: '';
background: url(/wp-content/plugins/PMD-Site-Functionality/images/squiggle-border-gray.svg) center repeat-x;
width: 100%;
height: 5px;
display: block;
	margin: 0 auto;
}

.recipe-index-latest .latest-block .section-headline{
display: block;
text-align: center;
}

.recipe-index-latest .latest-block .section-headline .section-title{
width: 100%;
text-align: center;
}

.recipe-index-latest .latest-block .section-headline .section-button{
	display: none;
}



.callout-bar h2,
.callout-bar h3,
.callout-bar h4{
margin: 0;
}




/* In Post Blocks
------------------------------------------------------ */

.note-block,
.solid-box,
.outline-box,
.pin-block{
padding: 2%;
width: 100%;
clear: both;
margin: 0 auto 25px;
}

.solid-box p:last-of-type,
.outline-box p:last-of-type{
    margin-bottom:  0;
}

.pin-block{
background: #FAD1D9;
color: #242424;
width: 100%;
clear: both;
border-radius: 5px;
	display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
	padding: 0;
	position: relative;
}

.pin-block_row{
padding: 1% 4% 1.3%;
}

.pin-block:hover{
background: #92d3cf;
}

.pin-block .dpsp-shortcode-wrapper{
	margin-bottom: 0 !important;
}


.pin-block .dpsp-has-spacing .dpsp-networks-btns-wrapper li{
margin-bottom: 0;
}

.pin-block .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest{
padding: 4px 25px !important;
	display: block !important;
	background: none !important;
	position: relative !important;
	border: none !important;
width: 100% !important;

}

.pin-block .dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-label{
font-size: 24px !important;
	font-weight: 800 !important;
	color: #242424 !Important;
	letter-spacing: 0;
}


.pin-block .dpsp-button-style-1 .dpsp-networks-btns-content.dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon{
    background: #EB5291 !important;
	border: none !important;
    width: 35px !important;
    height: 35px !important;
    display: inline-block !important;
	margin-top: -5px;
	vertical-align: middle !important;
	border-radius: 50% !important;
}

.pin-block .dpsp-network-icon .dpsp-network-icon-inner svg{
max-height: 18px !Important;
}

.pin-block .dpsp-network-btn.dpsp-pinterest:hover{
	transform: none !Important;
	transition: none !important;
background: none !Important;
	box-shadow: none !Important;
}

.pin-block .dpsp-network-btn .dpsp-network-icon-inner{
	transform: none !Important;
	transition: none !important;
    background: #EB5291 !important;
	border-radius: 50% !important;
}

.outline-box{
border: 4px solid #CAD884;
border-radius: 10px;
}

.note-block{
background:  url(/wp-content/plugins/PMD-Site-Functionality/images/sprinkles-bkg-white-fade.svg) center;
background-size: 140px 140px;
	padding: 4% 2%;
}

.note-block .note-wrap{
	padding: 0 25px 25px 85px;
}

.note-block h2{
	position: relative;
text-align: left;
}

.note-block h2:after{
content: '';
background: url(/wp-content/plugins/PMD-Site-Functionality/images/squiggle-border.svg) center repeat-x;
background-size: contain;
width: 100%;
height: 5px;
	display: block;
	margin: 5px 0 10px;
}

.note-block ul li::marker{
color: #fff;
}


.note-block .note-wrap{
	position: relative;
}

.note-block .note-wrap:before {
	content: '';
    background: #EB5291 url(/wp-content/plugins/PMD-Site-Functionality/images/note.svg) center no-repeat;
background-size: 36px 36px;
width: 70px;
height: 70px;
display: block;
	border-radius: 50%;
	position: absolute;
top: 0;
	left: 0;
}


/* Facebook Group Block
--------------------------------------------- */

.facebook-group-block{
position: relative;
text-align: center;
	border-bottom: 8px solid #B5E4E1;
}

.facebook-group-block:before{
content: '';
background: url(/wp-content/plugins/PMD-Site-Functionality/images/facebook.svg) center no-repeat;
background-size: contain;
width: 95px;
height: 95px;
display: block;
	position: absolute;
left: 0;
	top: 0%;
	bottom: 10%;
	opacity: .1;
}

.facebook-group-block p:last-of-type{
margin-bottom: 0;
}

/* Muffin Making Tools Block
--------------------------------------------- */

.muffin-making-tools-block{ 
	padding: 2% 4% 4%;
border-radius: 15px;
position: relative;
	margin-top: 45px;
}

.muffin-making-tools-block:before{
content: '';
background: #FAD1D9 url(/wp-content/plugins/PMD-Site-Functionality/images/muffin.svg) center no-repeat;
background-size: 45px 45px;
width: 75px;
height: 75px;
display: block;
margin: -45px auto 15px;
border-radius: 50%;
}

.muffin-making-tools-block h2{
position: relative;
}

.muffin-making-tools-block h2:after{
content: '';
background: url(/wp-content/plugins/PMD-Site-Functionality/images/squiggle-border.svg) center repeat-x;
background-size: contain;
width: 50%;
height: 5px;
	display: block;
	margin: 5px 0 10px;
}

.muffin-making-tools-block ul li::marker{
color: #fff;
}

.muffin-making-tools-block a{
	background-image: linear-gradient(180deg,transparent 90%,#fff 0) !important;
}

.muffin-making-tools-block a:hover{
    background-image: linear-gradient(180deg,transparent 0%,#fff 0) !important;
}

/* Dessert Makign Tools Block
--------------------------------------------- */

.dessert-making-tools-block{ 
	padding: 4% 4% 4%;
border-radius: 15px;
	margin-top: 45px;
    -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.1);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
	border: 5px solid #C9D984;
	position: relative;
}

.dessert-making-tools-block h2{
position: relative;
}

.dessert-making-tools-block:before{
	content: '';
	background: url(/wp-content/plugins/PMD-Site-Functionality/images/sprinkles-menu.svg) center no-repeat;
background-size: contain;
	display: block;
width: 105px;
height: 67px;
	position: absolute;
right: 20px;
	top: -20px;
	transform: rotate(10deg);
}

.dessert-making-tools-block ul li::marker{
color: #fff;
}

.dessert-making-tools-block a{
	background-image: linear-gradient(180deg,transparent 90%,#fff 0) !important;
}

.dessert-making-tools-block a:hover{
    background-image: linear-gradient(180deg,transparent 0%,#fff 0) !important;
}

/* Cookie Making Tools Block
--------------------------------------------- */

.cookie-making-tools-block{ 
	padding: 2% 4% 4%;
border-radius: 15px;
position: relative;
	margin-top: 45px;
}

.cookie-making-tools-block:before{
content: '';
background: #B7E5E2 url(/wp-content/plugins/PMD-Site-Functionality/images/tools.svg) center no-repeat;
background-size: 45px 45px;
width: 75px;
height: 75px;
display: block;
margin: -45px auto 15px;
border-radius: 50%;
}

.cookie-making-tools-block h2{
position: relative;
}

.cookie-making-tools-block h2:after{
content: '';
background: url(/wp-content/plugins/PMD-Site-Functionality/images/squiggle-border.svg) center repeat-x;
background-size: contain;
width: 50%;
height: 5px;
	display: block;
	margin: 5px 0 10px;
}

.cookie-making-tools-block ul li::marker{
color: #fff;
}




/* Top Tips Block
--------------------------------------------- */

.top-tips-block{
padding: 45px 4% 4% !important;
	border-radius: 10px;
	background: url(/wp-content/plugins/PMD-Site-Functionality/images/sprinkles-bkg-white-fade.svg) center;
background-size: 140px 140px;
	position: relative !important;;
	margin-top: 45px;
	overflow: visible;
}

.top-tips-block h2{
position: absolute !important;
	top: -15px !important;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 20px !important;
	background: #067C88;
border: 3px solid #fff;
padding: 6px 35px;
	line-height: 1.2;
color: #fff !important;
	display: block;
	transform: rotate(-2deg);
	border-radius: 10px;
}

/* Ingredients Block
--------------------------------------------- */

.ingredients-block{
	padding: 2% 3% 2% 2%;
	border-left: 6px solid #FAD2D9;
}

.ingredients-block .wp-block-group__inner-container{
position: relative;
	margin-bottom: 0;
	display: flex;
	justify-content: space-between;
align-items: center;
}

.ingredients-block .wp-block-group__inner-container:before{
	content: '';
	background: url(/wp-content/plugins/PMD-Site-Functionality/images/white-arrow.svg) center no-repeat;
background-size: contain;
width: 42px;
height: 42px;
position: relative;
display: inline-block;
	vertical-align: middle;
margin-right: 20px;
margin-left: 10px;
	transform: rotate(180deg);
}

.ingredients-block p:last-of-type{
margin-bottom: 0;
}



@media only screen and (max-width: 1240px) {
	
	.featured-pages-block ul li img{
		height: 315px;
		object-fit: cover;
	}

	.featured-pages-block .feature-page-small li img{
		height: 150px;
	}
	
	.featured-pages-block ul li h2{
		font-size: 14px;
	}
	

}

@media only screen and (max-width: 900px) {
	
	.about-block .wrap, .newsletter-block .wrap, .featured-posts-block .wrap, .icons-block .wrap, .latest-block .wrap, .search-recipes-block .wrap, .baking-basics-block .wrap, .callout-block .wrap, .featured-pages-block .wrap, .favorite-products-block .wrap{
		padding: 4% 4%;
	}
	
	.featured-pages-block .wrap,
	.icons-block_inner,
	.search-recipes-block_inner,
	.newsletter-block .wrap,
	.callout-block .wrap,
	.about-block .wrap{
flex-wrap: wrap;
}
	
	.callout-block .wrap{
flex-direction: column-reverse;
}
	
	.callout-block .callout-block_row,
	.about-row_bio,
	.about-row_share,
	.search-recipes-block_row,
	.newsletter-block_row{
width: 100%;
	text-align: center;
		margin: 10px auto;
}
	
	.featured-pages-block .feature-page-tall,
	.featured-pages-block .feature-page-small{
width: 100%;
		margin: 0 auto 25px;
}
	
	.featured-pages-block .feature-page-small{
margin: 0 auto;
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
	}
	
	
	.icons-block .cat-ico{
		width: 24%;
margin: 0 auto 25px;
padding: 2%;
	}
	
	.latest-block .section-headline{
margin: 0 auto 25px;
}
	
	ul.section-posts-one-half, ul.section-posts-one-third, ul.section-posts-one-fourth, ul.section-posts-one-fifth, ul.section-posts-one-sixth {
    grid-column-gap: 10px;
	}
    
    .featured-posts-block{
text-align: center;
}
    
    .section-headline{
display: block;
text-align: center;
}
    
    .section-headline .section-title,
    .section-headline .section-button{
width: 100%;
float: none;
margin: 0 auto;
    text-align: center;
}
    
    .section-headline .section-button{
margin: 15px auto 0;
}
    
    ul.section-posts-one-half,
ul.section-posts-one-third,
ul.section-posts-one-fourth,
ul.section-posts-one-fifth,
ul.section-posts-one-sixth{
    grid-template-columns: repeat(2, 1fr);
    }
    
    .latest-block ul,
    .featured-posts-block ul.post-side-by{
display: block;
}
    
	.latest-block ul li,
    ul.post-side-by li{
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
}
    
.featured-posts-block ul.post-side-by .favorite-post_img{
width: 40%;
}
    
.featured-posts-block ul.post-side-by .favorite-post_content{
width: 60%;
        padding: 0 2%;
}
	
	.latest-block ul li .favorite-post_img{
width: 50%;
}
	
	.latest-block ul li .favorite-post_img img{
display: block;
margin: 0;
	}
	
	    .latest-block ul li .favorite-post_content{
width: 50%;
        padding: 0 2%;
}
	
	.latest-block .section-headline .section-title h2{
		margin: 15px auto 5px;
	}
    
	.popular-post .wrap{
		overflow: visible;
	}
	
	.popular-post .section-posts-one-fifth.post-stacked li:last-of-type{
display: none;
}
	
	.baking-basics-block ul li{
display: block;
}
	
	.baking-basics-block .favorite-post_img{
width: 100%;
		margin: 0 auto 10px;
}
	

	
	.baking-basics-block ul li .favorite-post_content{
padding: 4% 4% 6%;
}
	
.callout-block .wp-block-buttons{
justify-content: center;
}
	
	.newsletter-block form{
		min-width: 100%;
display: block;
	}
	
.newsletter-block .newsletter input[type="text"], .newsletter-block .newsletter input[type="email"],
.newsletter-block .newsletter input[type="submit"], .newsletter-block .newsletter button{
		width: 100%;
		margin: 10px auto;

	}
	
	.index-intro-block{
margin: 0 auto !important;
}
	
	.index-intro_inner{
padding: 2% 4%;
}
	
	.index-intro-block .wrap{
padding: 0;
	}
	
	.index-intro-block .section-menu-mobile{
display: block;
}
	
	.index-toggle{
		background: #F9D0D9;
width: 100%;
display: block;
}
	
	.recipe-index-menu{
		display: none;
	}
	
	.recipe-index-menu.expanded{
		background: #F9D0D9;
		display: block;
width: 100%;
	}
	
.section-menu .search-form{
width: 100%;
	margin: 5px auto;
	max-width: 95%;
	background: #fff;
	}
	
	.section-menu .recipe-index-menu li{
margin: 5px auto;
}
	
			.recipe-index-latest .latest-block ul{
		display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
		margin: 0 auto;
}
	
		.recipe-index-latest .latest-block ul li{
display: block;
	}
	
		    .recipe-index-latest .latest-block ul li .favorite-post_img,
    .recipe-index-latest .latest-block ul li .favorite-post_content{
width: 100%;
    padding: 2%;
        text-align: center;
    }
	
	.section-menu ul .menu-item:after{
		display: none;
	}
	
	.callout-bar-icon{
display: block;
margin: 0 auto;
}
	
	.callout-bar-block .callout-bar-title{
margin: 15px auto;
}
	
	.callout-bar-block .wrap{
display: block;
text-align: center;
		padding: 4% 2%;
}
	
	.newsletter-block .newsletter{
display: none;
}
	
	.newsletter-block .mobile-button{
display: block;
}
	
	.footer-newsletter_row{
width: 100%;
}
	
	.mobile-button{
display: block;
text-align: center;
width: 100%;
margin: 5px auto;
}
	
	.mobile-button button{
display: block;
width: 100%;
padding: 15px 5px;
		font-size: 22px;
		border: 2px solid #fff;
}
	
	.index-toggle{
		background: #F9D0D9;
width: 100%;
display: block;
		padding: 20px 10px;
		font-size: 18px;
border-radius: 0;
	padding: 15px 10px;
text-align: left;
	position: relative;
}

.index-toggle:hover{
		background: #F9D0D9;
}

.index-toggle:after,
.section-menu ul .menu-item-has-children>a::after{
    content: '';
    background: url(/wp-content/plugins/PMD-Site-Functionality/images/navigate-down.svg) center no-repeat;
    background-size: 25px 17px;
    width: 32px;
    height: 32px;
    font-size: 12px;
    color: #ec82b4;
    display: inline-block;
    position: absolute;
    right: 2%;
    top: 0%;
}

	.index-toggle:after{
		top: 20%;
	}

.index-toggle.active:after,
.section-menu .menu-item.expanded a::after{
transform: rotate(180deg);
}


.section-menu-desktop .recipe-index-menu{
display: none !Important;
}

.recipe-index-menu.active{
		background: #F9D0D9;
	display: block;
	}
	
	.recipe-index-menu{
width: 100%;
}

.recipe-index-menu ul{
background: none;
display: block;
width: 100%;
}

.recipe-index-menu ul li,
.recipe-index-menu ul .sub-menu li{
		background: #F9D0D9;
border-bottom: 1px solid #F9E1E7;
}
	
	.recipe-index-menu ul .sub-menu li:last-of-type{
border: none;
}

.recipe-index-menu ul li.active{
background: none;
}

.section-menu ul.sub-menu{
	display: none;
	position: relative;
		background: #F9D0D9;
}


.recipe-index-menu a{
color: #242424 !important;
}

.section-menu ul.sub-menu{
left: auto;
	position: relative;
display: none;
	opacity: 100;
}

.section-menu .menu-item.expanded{
	position: relative;
}

.section-menu .menu-item.expanded ul.sub-menu{
	display: block;
	padding: 0 15px;
font-size: 16px;
}
	
	
.see-more{
    border: 2px solid #027c88;
    display: block;
    width: 100%;
}

.latest-block .section-button .see-more{
    border: 2px solid #027c88;
    padding: 7px 14px 10px;
}
	
	.featured-pages-block .feature-page-tall li:nth-of-type(3n+1) img{
		border-bottom: 6px solid #EB5291;
	}
	
	.featured-pages-block .feature-page-tall li:nth-of-type(3n+2) img{
		border-bottom: 6px solid #EB994A;
	}
	
	.featured-pages-block .feature-page-tall li:nth-of-type(3n+3) img{
		border-bottom: 6px solid #067C88;
	}
	
	.featured-pages-block .feature-page-small li:nth-of-type(2n+1) img{
		border-bottom: 6px solid #A4DCD9;
	}
	
	.featured-pages-block .feature-page-small li:nth-of-type(2n+2) img{
		border-bottom: 6px solid #C9D984;
	}
	
	.featured-pages-block ul li:hover h2{
background: #fff;
		color: #242424;
text-decoration: underline;
}
    
}



@media only screen and (max-width: 580px) {
	
	.featured-posts-block .wrap{
padding: 4% 4% .5%;
}
	
	.featured-posts-block.has-red-background-color .wrap{
padding: 6% 4%;
}

	.search-recipes-block .wrap{
		padding: .5% 4% 2%;
	}
	
	.about-block .wrap,
	.baking-basics-block .wrap,
	.featured-pages-block .wrap,
	.icons-block .wrap,
	.favorite-products-block .wrap{
padding: 2% 4% .5%;
}
	
		.popular-post{
margin-top: 30px;
	}
	
	.newsletter-block,
	.latest-block{
	margin-bottom: 20px;
}

	.popular-post{
		margin-bottom: 15px;
}
	
	.callout-block{
		margin-bottom: 25px;
}
	
	.featured-pages-block .feature-page-tall,
	.featured-pages-block .feature-page-small{
		display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
		margin: 0 auto;
}
	
	.featured-pages-block .feature-page-tall li:first-of-type{
	grid-column: 1 / -1;
}
   
	.featured-pages-block ul li img,
	.featured-pages-block .feature-page-small li img{
		width: 100%;
	height: 180px;
	object-fit: cover;
}
	
	.featured-pages-block .feature-page-small li:first-of-type{
margin: 0 auto;
		flex: none;
}
	
.featured-pages-block ul li h2{
        font-size: 15px;
line-height: 1.2;
			width: 100%;
	margin: 0 auto 0;
	padding: 5px;
    }
    

	
	.icons-block .cat-ico{
width: 32%;
		padding: 2% 4%;
}
	
	.icons-block .cat-ico img{
		width: 100%;
		max-width: 60px;
	}
    
    .latest-block ul li h3, .latest-block ul li h3 a{
text-align: center;
}
    
    .section-headline h2{
font-size: 28px;
		line-height: 1.25;
}
	
	.newsletter-block_row h3,
	.newsletter-block_row h2{
		line-height: 1.25;
}

ul.section-posts-one-half h3,
ul.section-posts-one-half h3 a,
ul.section-posts-one-third h3,
ul.section-posts-one-third h3 a,
ul.section-posts-one-fourth h3,
ul.section-posts-one-fourth h3 a,
ul.section-posts-one-fifth h3,
ul.section-posts-one-fifth h3 a,
ul.section-posts-one-sixth h3,
ul.section-posts-one-sixth h3 a,
ul.section-posts-one-half.post-side-by h3, ul.section-posts-one-half.post-side-by h3 a,
	.recipe-index-latest .latest-block ul li h3,
	.recipe-index-latest .latest-block ul li h3 a{
		text-align: center;
font-size: 14px;
}
	
	.latest-block ul li h3, .latest-block ul li h3 a{
text-align: left;
font-size: 20px;
}
	
	.about-social{
display: block;
}
	
	.favorite-products-block ul{
		display: block;
	}
	
	.favorite-products-block ul li{
width: 100% !important;
}
	
	
	.favorite-products-block ul li h3,
	.favorite-products-block ul li h3 a{
font-size: 22px;
}
	
		.recipe-index-latest .latest-block ul{
    grid-template-columns: repeat(2, 1fr);
}
	
	.pin-block{
		display: block;
text-align: center;
	}
	
	.favorite-products-block ul:before{
left: -20px;
}
	
	.recipe-index .icons-block .cat-ico img{
		max-width: 85px;
	}
	
	.recipe-index .icons-block .cat-ico{
padding: 2%;
		width: 33%;
}
	
	.featured-posts-block.has-red-background-color{
margin-top: 25px;
margin-bottom: 5px;
}
	
	.search-recipes-block .search-recipes-block_inner{
    padding: 4% 2% 1%;
}
	


}