.widget-container .mbm-related-shortcode .post-listing .related-item .content p:not(.post-meta),
.widget-container .mbm-related-shortcode .post-listing .related-item .post-thumbnail {
	display: none !important;
}

.widget-container .mbm-related-shortcode .post-listing .related-item h3 a {
	font-size: 18px; /* Override this :) */
}

.content-inner-wrap.full-width #related_posts .related-item .post-thumbnail {
	display: block;
	max-width: none;
	width: 100%;
}

.content-inner-wrap.full-width #related_posts .post-listing .related-item {
	width: calc(25% - 15px);
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin-right: 15px;
}

.content-inner-wrap.full-width #related_posts .post-listing .related-item:last-child {
	margin-right: none;
}


#related_posts:not(.cat-box) .related-item .post-meta {
    display: none !important;
}