.mb2-pb-blog {

	
	/* ================= LIST LAYOUT */ 

	@media only screen and (min-width: $wdmediumdevice){
		
		&[data-superpost="1"],
		&.superpost1 {

			.layout1 {
				display: flex;
				flex-flow: row;
				margin-left: -15px;
				margin-right: -15px;
	
				> div {
					flex: 0 0 50%;
					max-width: 50%;
					padding-left: 15px;
					padding-right: 15px;
				}
			}
		}		
	}
}



/* ================= BLOG POST */

.mb2-pb-blog {

	--mb2-pb-blog-tcolor: var(--mb2-pb-headingscolor);
	--mb2-pb-blog-tfs: 1.4rem;

	.meta {
		margin-bottom: 4px;
		color: $textcolor_lighten;
		font-size: var(--mb2-pb-fssmall);
	    //font-weight: var(--mb2-pb-fwbold);

		.date {
			margin-right: .55rem;
		}
	}

	.image-wrap {
		a {
			display: block;
		}
	}

	.content-wrap {
		margin-top: 18px;
	}

	.desc {
	    margin-top: 15px;

		p {
		    margin: 0;
		}
	}

	.readmore {
		margin-top: 5px;
	}

	.title {
		margin: 0;
		color: var(--mb2-pb-blog-tcolor);
		font-size: var(--mb2-pb-blog-tfs);

		a {
			color: inherit;
		}
	}


	/* ================= POST LIST */ 

	.postlist {
		.content-wrap {
			margin-top: 0;
		}

		.theme-post-item {
			border-bottom: solid 1px rgba(0,0,0,.1);
			padding: 1.4rem 0;

			&:first-child {
				padding-top: 0;
			}

			&:last-child {
				padding-bottom: 0;
				border-bottom: 0;
			}
		}
	}

}



/* ================= SUPERPOST */ 


.superpost {

	

}







