/*--------------------------------------------------------------
>>> HOME PAGE:
----------------------------------------------------------------*/
.mm-green-block {
	background: #B0C472;	
	position: absolute;
	top: 0;
	bottom: 400px;
	right: 0;
	left: 0;
}

.mm-main-hero-banner {
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 40px;
}

.mm-main-hero-banner .mm-hero-banner-inner {
	margin: 0 auto;
	position: relative;
} 

.mm-main-hero-banner .mm-hero-image-container {
    background: #969696;
    width: 70%;
	height: 600px;
	overflow: hidden;
	background-position: center;
    background-size: cover;
	border-radius: 20px;
}

.mm-main-hero-banner .mm-main-hero-post {
	background: #fff;
	border-radius: 20px;
	position: absolute;
	top: 50%;
    right: 0;
	padding: 30px;
	max-width: 46%;
	margin-top: -200px;
}

.mm-main-hero-banner .entry-categories {
	margin: 0 0 ;
}

.mm-main-hero-banner .entry-categories-inner {
	justify-content: flex-start;
}

.mm-main-hero-post .entry-categories-inner a:first-child {
	display: none;
}

.entry-categories-inner a {
	color: #3B6635!important;
	display: block;
	border-bottom: 0px;
	padding: 0 0 20px;
	text-transform: initial;
}

.mm-main-hero-banner h1 {
	text-align: left;
	color: #2d2d2d;
	font-size: 34px;
	margin: 0;
}

.mm-main-hero-banner .mm-main-hero-post p {
	margin: 20px 0;
}

.mm-main-hero-banner .mm-main-hero-post .mm-hero-btn {
	border: 3px solid #2D2D2D;
    border-radius: 4px;
    padding: 10px 24px;
	display: block;
	max-width: 160px;
    text-align: center;
}

.mm-main-hero-banner .mm-main-hero-post .mm-hero-btn:hover {
	background-color: #b0c472!important;
}

.mm-home-featured {
	margin: 50px 0;
}

.mm-home-featured .mm-home-category-header {
	display: grid;
    grid-template-columns: 100px 1fr 120px;
    align-items: center;
    justify-content: space-between;
	padding: 30px 0;
}

.mm-home-featured .mm-home-category-header .header-content {
	margin-left: 20px;
}

.mm-home-featured .mm-home-category-header h1 {
	text-align: left;
	color: #2d2d2d;
	font-size: 34px;
	margin: 0 0 16px 0;
	padding: 0;
}

.mm-home-featured .mm-home-category-header a {
	justify-self: flex-end;
	color: #3B6635!important;
}

.mm-featured-posts {
	position: relative;
}

.mm-featured-posts-inner .mm-post-card {
	background: #fff;
	border-radius: 20px;
}

.mm-featured-posts-inner .mm-post-card img {
	border-radius: 0px;
}

.mm-featured-posts-inner .mm-post-card .entry-header {
	padding: 30px 20px;
}

.mm-tan-block {
	background: #F2EBD1;	
	position: absolute;
	top: 500px;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -1;
}

.mm-featured-posts-inner {
	width: 100%;
    margin: 0 auto;
    padding: 40px;
    max-width: 1200px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 25px;
}

.mm-home-post-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 25px;
	margin: 0;
}

.mm-home-post-list.col-3 {
	grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1000px){
	.mm-green-block {
		display: none;
	}
	.mm-main-hero-banner {
		padding: 0;
	}
	.mm-main-hero-banner .mm-hero-image-container {
		width: 100%;
		border-radius: 0px;
	}
	.mm-main-hero-banner .mm-hero-image-container img {
		margin: 0 auto;
	}
	.mm-main-hero-banner .mm-main-hero-post {
		position: static;
		max-width: 100%;
		margin-top: 0;
		border-radius: 0px;
	}
	.mm-featured-posts-inner {
		grid-template-columns: 1fr;
		padding: 0;
    	width: calc(100% - 4rem);
		grid-gap: 30px;
	}
	.mm-home-featured .mm-home-category-header img {
		width: 110px;
	}
	.mm-home-featured .mm-home-category-header .header-content {
		margin-left: 0px;
	}
	.mm-home-featured .mm-home-category-header a {
		justify-self: flex-start;
	}
	.mm-home-post-list,
	.mm-home-post-list.col-3,
	.mm-home-featured .mm-home-category-header {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 500px){
	.mm-hero-image-container {
		height: 320px!important;
	}
}