.wp-block-separator.is-style-dotted-line{
	background: none;
	border: none;
border-bottom: 2px dotted #242424;
	margin: 25px auto;
}

.wp-block-group.is-style-lightbulb{
position: relative;
border: 2px solid #D9EDEC;
	padding: 20px 20px 20px 40px;
	margin-bottom: 25px;
	background: #EFF8F8;
}

.wp-block-group.is-style-lightbulb p:last-of-type{
	margin-bottom: 0;
}

.wp-block-group.is-style-lightbulb h2,
.wp-block-group.is-style-lightbulb h3,
.wp-block-group.is-style-lightbulb h4{
margin-bottom: 5px;
}

.wp-block-group.is-style-lightbulb:before{
	content: '';
	background: #D9EDEC url(/wp-content/plugins/PMD-Site-Functionality/images/lightbulb.svg) center no-repeat;
background-size: 25px 25px;
width: 45px;
	height: 45px;
border-radius: 50%;
display: block;
	position: absolute;
top: 10px;
left: -20px;
}

.wp-block-group.is-style-heart{
position: relative;
border: 2px solid #F4D8D3;
	padding: 20px 20px 20px 40px;
	margin-bottom: 25px;
	background: #FEEFEB;
}

.wp-block-group.is-style-heart p:last-of-type{
	margin-bottom: 0;
}

.wp-block-group.is-style-heart h2,
.wp-block-group.is-style-heart h3,
.wp-block-group.is-style-heart h4{
margin-bottom: 5px;
}

.wp-block-group.is-style-heart:before{
	content: '';
	background: #F4D8D3 url(/wp-content/plugins/PMD-Site-Functionality/images/heart.svg) center no-repeat;
background-size: 25px 25px;
width: 45px;
	height: 45px;
border-radius: 50%;
display: block;
	position: absolute;
top: 10px;
left: -20px;
}

.wp-block-group.is-style-cooking{
position: relative;
border: 2px solid #D9EDEC;
	padding: 20px 20px 20px 40px;
	margin-bottom: 25px;
	background: #EFF8F8;
}

.wp-block-group.is-style-cooking p:last-of-type{
	margin-bottom: 0;
}

.wp-block-group.is-style-cooking h2,
.wp-block-group.is-style-cooking h3,
.wp-block-group.is-style-cooking h4{
margin-bottom: 5px;
}

.wp-block-group.is-style-cooking:before{
	content: '';
	background: #D9EDEC url(/wp-content/plugins/PMD-Site-Functionality/images/cooking.svg) center no-repeat;
background-size: 25px 25px;
width: 45px;
	height: 45px;
border-radius: 50%;
display: block;
	position: absolute;
top: 10px;
left: -20px;
}

.wp-block-group.is-style-ingredients{
position: relative;
border: 2px solid #F4D8D3;
	padding: 20px 20px 20px 40px;
	margin-bottom: 25px;
	background: #FEEFEB;
}

.wp-block-group.is-style-ingredients p:last-of-type{
	margin-bottom: 0;
}

.wp-block-group.is-style-ingredients h2,
.wp-block-group.is-style-ingredients h3,
.wp-block-group.is-style-ingredients h4{
margin-bottom: 5px;
}

.wp-block-group.is-style-ingredients:before{
	content: '';
	background: #F4D8D3 url(/wp-content/plugins/PMD-Site-Functionality/images/ingredients.svg) center no-repeat;
background-size: 25px 25px;
width: 45px;
	height: 45px;
border-radius: 50%;
display: block;
	position: absolute;
top: 10px;
left: -20px;
}

ul.is-style-checkmark{
	margin-left: 25px;
}

ul.is-style-checkmark li{
	list-style-type: none;
    margin: .5em 0 .5rem;
	position: relative;
}

ul.is-style-checkmark li:before{
	content: '';
background: url(/wp-content/plugins/PMD-Site-Functionality/images/checkmark.svg) center no-repeat;
background-size: contain;
width: 20px;
height: 20px;
display: block;
    position: absolute;
    --size: 21px;
    left: calc(-1 * var(--size) - 5px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 8px;
}

.wp-block-columns.is-style-border .wp-block-column{
	border: 1px solid #242424;
padding: 20px;
}


.wp-block-columns.is-style-ebooks .wp-block-column{
    -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);
	margin-top: 25px;
}

.wp-block-columns.is-style-ebooks img{
	width: 100%;
	max-width: 150px;
margin: -15px auto 0;
display: block;
	transform: rotate(-5deg);
}

.wp-block-columns.is-style-ebooks .wp-block-column p{
	padding: 0 20px 0;
}

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

ul.grid-col-list{
margin: 0 auto;
    display: grid;
    grid-column-gap: 20px;
    width: 100%;
    padding-left:  0;
    margin-left:  0;
    padding-left:  0;
}

ul.grid-col-list 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;
transition: .5s;
}

ul.grid-col-list li:hover{
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.20);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.20);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.20);
}

ul.grid-col-list .grid-title{
    color: #242424;
    padding: 1% 2%;
line-height: 1.4;
}

ul.section-posts-one-half .grid-title,
ul.section-posts-one-half .grid-title a,
ul.section-posts-one-third .grid-title,
ul.section-posts-one-third .grid-title a{
font-size: 22px;
    font-weight: 800;
}

.featured-pages-block ul.section-posts-one-half .grid-title,
.featured-pages-block ul.section-posts-one-half .grid-title a{
font-size: 18px;
}

ul.section-posts-one-half.post-side-by .grid-title,
ul.section-posts-one-half.post-side-by .grid-title a{
font-size: 20px;
    font-weight: 800;
}


ul.section-posts-one-third.post-side-by .grid-title,
ul.section-posts-one-third.post-side-by .grid-title a{
font-size: 18px;
    font-weight: 800;
}

ul.section-posts-one-fourth .grid-title,
ul.section-posts-one-fourth .grid-title a{
font-size: 18px;
    font-weight: 800;
}

ul.section-posts-one-fourth.post-side-by .grid-title,
ul.section-posts-one-fourth.post-side-by .grid-title a{
font-size: 14px;
    font-weight: 800;
}

ul.section-posts-one-fifth .grid-title,
ul.section-posts-one-fifth .grid-title a,
ul.section-posts-one-sixth .grid-title,
ul.section-posts-one-sixth .grid-title a{
font-size: 16px;
    font-weight: 800;
}

ul.section-posts-one-seventh .grid-title,
ul.section-posts-one-seventh .grid-title a,
ul.section-posts-one-eighth .grid-title,
ul.section-posts-one-eighth .grid-title a{
font-size: 12px;
    font-weight: 800;
}

ul.grid-col-list .entry-category{
text-align: left;
margin: -20px 0 0 5px;
}

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.section-posts-one-seventh{
    grid-template-columns: repeat(7, 1fr);
}

ul.section-posts-one-eighth{
    grid-template-columns: repeat(8, 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%;
}

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

.page-template-block-page .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{
    margin: 0;
}

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

.section-headline p{
margin-bottom: 0;
}

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

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

.section-headline.full-header-layout{
	display: block;
text-align: center;
}

.section-headline.full-header-layout .section-title,
.section-headline.full-header-layout .section-button{
width: 100%;
text-align: center;
}

.section-headline .see-more{
color: #2f2f2f;
font-weight: 700;
    font-size: 16px;
    position: relative;
}

.see-more:after{
	content: '';
	background: #a3dad8 url(/wp-content/plugins/PMD-Site-Functionality/images/arrow.svg) center no-repeat;
background-size: 10px 10px;
width: 20px;
height: 20px;
display: inline-block;
vertical-align: middle;
margin-left: 5px;
	border-radius: 50%;
}

.about-block .wrap,
.newsletter-block .wrap,
.featured-posts-block .wrap,
.menu-block .wrap,
.icons-block .wrap,
.latest-block .wrap,
.featured-pages-block .wrap,
.callout-block .wrap{
    width:  100%;
    max-width:  1140px;
    margin:  0 auto;
    padding: 25px 0;
}

.about-block.has-background,
.newsletter-block.has-background,
.featured-posts-block.has-background,
.menu-block.has-background,
.icons-block.has-background,
.latest-block.has-background,
.featured-pages-block.has-background,
.callout-block.has-background{
    margin-top: 25px;
    margin-bottom: 25px;
}


.editor-styles-wrapper .wrap{
max-width: 900px !Important;
    margin: 0 auto !Important;
}

.newsletter-block a,
.featured-posts-block a,
.icons-block a,
.latest-block a,
.featured-pages-block a,
.slider-block a,
.callout-block a{
    background-image: none !important;
text-decoration: none !important;
}


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

.featured-pages-block .wrap{
padding-bottom: 0;
}

.featured-pages-block ul li{
	background: none;
	box-shadow: none !important;
}

.featured-pages-block ul .grid-title{
background: #feefeb;
text-transform: uppercase;
letter-spacing: 2px;
	display: inline-block;
padding: 5px 20px;
	transition: .5s;
}

.featured-pages-block .featured-pages-title{
margin: -20px auto 0;
text-align: center;
}

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

.featured-pages-block.is-style-circle-images img{
	border-radius: 50%;
	margin: 0 auto;
}

.featured-pages-block.is-style-circle-images .featured-pages-title{
margin: 0 auto;
position: relative;
width: 100%;
}

.featured-pages-block.is-style-circle-images .grid-title{
background: none !important;
}

.featured-pages-block.is-style-white-label .grid-title{
background: #fff;
}

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

.icons-block .wrap{
	display: flex;
align-items: center;
}

.icons-block_search{
width: 30%;
}


.icons-block_search .small-title{
font-size: 18px;
}

.icons-block_search .search-form{
width: 100%;
border: none;
}

.icons-block_search .search-form input{
padding: 15px;
}

.icons-block_icons{
	width: 70%;
	padding-left: 20px;
}

.icons-block ul li{
	background: none !Important;
	box-shadow: none !important;
text-align: center;
	margin: 0 auto;
}

.icons-block ul li img{
max-width: 75px;
	transition: .5s;
}

.icons-block ul li:hover img{
transform: rotate(5deg);
}

.icons-block ul li .grid-title{
text-transform: uppercase;
letter-spacing: 2px;
font-size: 12px;
}

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

.newsletter-block .wrap{
	position: relative;
	padding: 40px 0;
width: 100%;
	max-width: 600px;
}


.newsletter-block .wrap:before{
content: '';
background: url(/wp-content/plugins/PMD-Site-Functionality/images/news.svg) center no-repeat;
background-size: contain;
width: 80px;
height: 80px;
display: block;
position: absolute;
top: -25px;
right: 10px;
}

.newsletter-block form{
	display: flex;
align-items: center;
margin: 0 auto;
}

.newsletter-block form input{
width: 33%;
margin: 0 5px;
padding: 15px;
}

.newsletter-block form input[type="text"],
.newsletter-block form input[type="email"]{
	background: none;
}


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

.featured-posts-block .wrap{
	padding-bottom: 0;
}

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

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

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


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

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

.about-row_images,
.about-row_content{
width: 50%;
}

.about-row_images{
display: grid;
    grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 5px;
}

.about-row_images img{
	border: 6px solid #fff;
}

.about-row_content{
padding: 0 20px;
}

.about-block .social{
margin: 0;
}

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




/* Menu Blocks
------------------------------------------------------ */
.menu-block{
    padding: 0;
}

.menu-block .wrap{
overflow: visible;
}

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

.section-menu .index-toggle{
width: 100%;
    background: #fff;
text-align: left;
padding: 10px 15px;
border: 2px solid #2f2f2f;
    position: relative;
    color: #2f2f2f;
    display: none;
}

.section-menu .index-toggle: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: 5%;
        top: 10%;
}
    
.section-menu .index-toggle.active:after{
transform: rotate(180deg);
}

.section-menu .section-menu_menu{
    display: block;
}


.custom-block-menu .menu{
display: flex;
justify-content: space-evenly;
    margin-left: 0;
    margin-bottom: 0;
}

.custom-block-menu .menu-item{
background: #fff;
    display: inline-block;
    list-style-type: none;
    position: relative;
    margin: 0 5px;
    width: 100%;
border: 1px solid #242424;
}

.custom-block-menu .menu-item-has-children::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;
    border-radius: 50%;
    font-size: 12px;
    color: #ec82b4;
    display: block;
    position: absolute;
right: 5%;
    top: 20%;
}

.custom-block-menu .menu-item.active::after{
    transform: rotate(180deg);
    top: 20%;
}

.custom-block-menu li a{
background-image: none !important;
    padding: 8px 15px;
display: inline-block;
}

.custom-block-menu .sub-menu{
    background: #242424;
    font-size: 14px;
    left: -9999px;
    width: 100%;
    z-index: 99;
    position: absolute;
    display: none;
    margin-left: 0;
    left: 0;
}

.custom-block-menu .menu-item.active .sub-menu {
    display: block;
    left: auto;
    opacity: 1;
}

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

.custom-block-menu .sub-menu li a{
    color: #fff;
    padding: 10px 6px;
    width: 100%;
    display: block;
}


.custom-block-menu .sub-menu li a:hover{
background: #ea5291;
}

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

.callout-block{
padding: 0;
	margin-bottom: 25px;
margin-top: 25px;
}

.callout-block .wrap{
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
	align-items: center;
	border: 1px solid #242424;
	padding: 0;
}

.callout-row_image{
order: 1;
}

.callout-row_image img{
	width: 100%;
	height: 400px;
	object-fit: cover;
	margin: 0;
	display: block;
}

.callout-row_content{
order: 2;
	padding: 20px;
}

.callout-block .img-right .callout-row_image{
order: 2;
}

.callout-block .img-right .callout-row_content{
order: 1;
}

.callout-row_image{
	position: relative;
}


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

.note-block,
.product-block,
.outline-block,
.pin-block{
padding: 0 !important;
width: 100%;
clear: both;
margin: 0 auto 25px;
}

.note-block_inner,
.product-block_inner,
.outline-block_inner,
.pin-block_inner{
padding: 2% !important;
}

.product-block_inner p:last-of-type,
.outline-block p:last-of-type{
    margin-bottom:  0;
}



/* Pin Block
--------------------- */

.pin-block{
background: #feefeb;
color: #242424;
width: 100%;
clear: both;
	display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
	position: relative;
}

.pin-block_inner{
padding: 5px !Important;
}

.pin-block .button{
padding: 4px 25px;
	display: block;
	width: 100%;
	background: none !important;
font-size: 17px;
	position: relative;
}

.pin-block .button:before{
    content: '';
    background: #242424 url(/wp-content/plugins/PMD-Site-Functionality/images/pinterest.svg) center no-repeat;
    background-size: 18px 18px;
    width: 35px;
    height: 35px;
    display: inline-block;
	vertical-align: middle;
margin-right: 10px;
	margin-top: -4px;
	border-radius: 50%;
}

/* Tip/Note Block
--------------------- */

.note-block{
	background: #eff8f8;
	position: relative;
	margin-top: 45px;
}

.note-block:before{
content: '';
background: url(/wp-content/plugins/PMD-Site-Functionality/images/dots-bkg.svg) center no-repeat;
background-size: contain;
width: 145px;
height: 36px;
display: block;
position: absolute;
top: -15px;
right: -10px;
	z-index: -1;
}

.note-block_inner{
padding: 0px 2% 2%;
}

.note-block h2{
    font-size: 24px;
    padding: 15px 15px 10px;
text-align: center;
position: relative;
	text-transform: uppercase;
letter-spacing: 2px;
}

.note-block h2:after{
content: '';
background: #fff;
height: 2px;
width: 100%;
display: block;
margin: 10px auto 0px;
}

.note-inner_with_img {
	display: flex;
flex-direction: row-reverse;
justify-content: space-between;
}

.note-inner_with_img p{
margin-bottom: 15px;
}

.note-inner_with_img .note-inner_image{
	width: 40%;
	position: relative;
	order: 1;
}

.note-inner_with_img .note-inner_content{
	width: 60%;
	padding: 0 15px 0;
}

/* Outline Block
--------------------- */

.outline-block{
    border: 2px solid #242424;
}

.outline-block.is-style-tip-title{
    position: relative;
	margin-top: 35px;
}

.outline-block.is-style-tip-title:before{
content: 'andrea\'s tips!';
    background: #eff8f8;
padding: 5px 10px;
    font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
font-weight: 700;
font-size: 18px;
	line-height: 1.4;
    position: absolute;
top: -24px;
left: 10px;
}

@media only screen and (max-width: 1139px) {
	
	.section-menu{
    padding-left: 2%;
    padding-right: 2%;
}
	
	.newsletter-block .wrap{
		overflow: visible;
	}
	
	.about-block .wrap, .newsletter-block .wrap, .featured-posts-block .wrap, .menu-block .wrap,
	.icons-block .wrap,
	.latest-block .wrap, .featured-pages-block .wrap, .callout-block .wrap{
		padding: 25px 20px;
	}


    }
    

@media only screen and (max-width: 767px) {
    
    .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,
ul.section-posts-one-seventh,
ul.section-posts-one-eighth{
    grid-template-columns: repeat(2, 1fr);
    }
	
ul.section-posts-one-sixth{
    grid-template-columns: repeat(3, 1fr);
    }
	
ul.section-posts-one-seventh,
ul.section-posts-one-eighth{
    grid-template-columns: repeat(4, 1fr);
    }
    
    .featured-posts-block ul.post-side-by{
display: block;
}
    
    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%;
}
	
		.note-inner_with_img{
		flex-direction: column-reverse;
flex-wrap: wrap;
	}
	
	.note-inner_with_img .note-inner_image{
width: 100%;
text-align: center;
}
	
	.note-inner_with_img .note-inner_content{
width: 100%;
}
    
   .section-menu .index-toggle{
display: block;
}

.section-menu .custom-block-menu{
    display: none;
}
    
    .custom-block-menu .menu{
        display: block;
    }

.custom-block-menu.expanded {
display: block !important;
    }
    
.custom-block-menu .menu{
    background: #2f2f2f;
    margin-left: 0 !Important;
}
    
    .custom-block-menu .sub-menu{
position: relative;
background: #2f2f2f;
padding-left: 10px;
}
    
    
    .section-menu_menu .menu-item{
            background: none;
        margin: 0;
color: #fff;
    }
    
    .section-menu_menu .menu-item a{
color: #fff;
}
    
    .custom-block-menu .menu-item.active::after{
    top: 5%;
}
	
	.archive-callout-block .archive-callout-block_inner{
		display: Block;
	}
	
	.archive-callout-block .archive-callout-block_inner img{
display: block;
margin: 0 auto;
}
	
	.icons-block .wrap,
	.about-block .wrap,
	.callout-block .wrap{
		flex-wrap: wrap;
text-align: center;
	}
	
	.about-block .wrap{
		flex-direction: column-reverse;
	}
	
	.about-block .social{
margin: 0 auto;
}
	
	.about-block .small-title{
text-align: center;
}
	
	.icons-block_search,
	.icons-block_icons,
	.about-row_images,
	.about-row_content{
width: 100%;
text-align: center;
margin: 0px auto;
}
	
	.icons-block_search{
		margin: 0 auto 25px;
	}
	
	.icons-block_icons ul li{
		margin: 0 auto 20px;
	}

	.newsletter-block form{
flex-wrap: wrap;
}
	
	.newsletter-block form input{
		width: 100%;
		margin: 5px auto;
	}
	
	.see-more{
border: 1px solid #242424;
padding: 8px 20px;
margin: 10px auto;
		display: inline-block;
}
	
	.callout-block .wrap{
display: flex;
flex-wrap: wrap;
}

.callout-row_image,
.callout-block .img-right .callout-row_image{
order: 1;
	width: 100%;
}

.callout-row_content,
.callout-block .img-right .callout-row_content{
order: 2;
	padding: 20px;
	width: 100%;
}

	
}



@media only screen and (max-width: 580px) {
    
    .featured-pages-block h2{
        font-size: 20px;
line-height: 1.2;
    }
    

ul.grid-col-list .grid-title,
ul.grid-col-list .grid-title a{
font-size: 16px;
}
	
	.featured-pages-block ul .grid-title{
		padding: 8px 5px;
		width: 100%;
		max-width: 90%;
}
	
	.featured-pages-block ul .grid-title,
	.featured-pages-block ul .grid-title a{
font-size: 14px;
}
	
	ul.section-posts-one-sixth {
    grid-template-columns: repeat(2, 1fr);
}
	
	.icons-block ul.section-posts-one-sixth {
    grid-template-columns: repeat(3, 1fr);
}
	
	.icons-block_icons ul li{
line-height: 1.4;
}
	
	.icons-block ul li img{
max-width: 60px;
}

}