section.mM_post_type .mM_row {
	gap: 25px;
}

section.mM_post_type .mM_post_type_filter_items{
	display: flex;
	margin: 10px 0;
}

section.mM_post_type .mM_post_type_filter_item{
	padding: 10px;
	background-color: gray; 
	cursor: pointer;
}

section.mM_post_type .mM_post_type_filter_item:not(:last-child) {
	margin-right: 20px;
}

section.mM_post_type .mM_post_type_filter_item.active{
	background-color:red;
}

section.mM_post_type .mM_post_type_post_image_container {
	height: 500px;
}

section.mM_post_type .mM_post_type_post_image_container a {
	width: 100%;
	height: 100%;
}

section.mM_post_type .mM_post_type_post_content{
	background-color: #f1f1f1;
	height: 100%;
}

section.mM_post_type .mM_post_type_post_text_content_container{
	padding: 20px;
}

section.mM_post_type .mM_post_type_load_more_container,
section.mM_post_type .mM_post_type_pagination {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

section.mM_post_type .mM_post_type_load_more_container.mM_d_none {
	display: none;
}

section.mM_post_type .mM_post_type_load_more_content{
	position: relative;
}

section.mM_post_type .mM_post_type_load_more_loader {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	transform: translate(-50%, -50%);
	cursor: default;
}

section.mM_post_type .mM_post_type_load_more_loader img {
	width: 100%;
	height: 100%;
}

section.mM_post_type .mM_post_type_load_more_text{
	cursor: pointer;
}

section.mM_post_type .pagination_control,
section.mM_post_type .pagination_item {
	cursor: pointer;
}

section.mM_post_type .pagination_active{
	color:#b04453;
}

section.mM_post_type .mM_post_type_pagination_control_container,
section.mM_post_type .mM_post_type_pagination_items_container {
	display: flex;
}

@media screen and (min-width: 576px) {
	section.mM_post_type .mM_col_33 {
		width: calc(50% - 17.5px);
	}
}

@media screen and (min-width: 992px) {
	section.mM_post_type .mM_col_33 {
		width: calc(33.33333% - 17px);
	}
	
	section.mM_post_type .mM_col_50 {
		width: calc(50% - 12.5px);
	}
}

@media screen and (min-width: 1200px) {
	section.mM_post_type .mM_col_25 {
		width: calc(25% - 19px);
	}
}