.grouped-post-top {
    margin-bottom: 20px;
    background: #f2f2f2;
    font-weight: bold;
    padding: 15px;
}

.mbm-grouped-posts {
	margin-top: 38px;
}

.mbm-grouped-posts-title {
	font-weight: bold;
	text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.125rem;
    color: #fff;
    background-color: #444;
    padding: 16px 25px;
}

.mbm-grouped-posts .post-list .mbm-grouped-post{
	display: block;
	border-bottom: 2px solid #fff;
    min-height: 96px;
    padding-left: 80px;
    padding-top: 16px;
    padding-bottom: 16px;
    background: #f2f2f2;
    position: relative;
}
.mbm-grouped-posts .post-list .mbm-grouped-post.current_post{
	pointer-events: none;
}
.mbm-grouped-posts .post-list .mbm-grouped-post.current_post .counter h3{
	opacity: 0.4;
}
.mbm-grouped-posts .post-list .mbm-grouped-post.current_post .post-title{
	opacity: 0.4;
}
.mbm-grouped-posts .post-list .mbm-grouped-post .counter{
	background-color: #dcdcdc;
    float: left;
    width: 58px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    padding-top: 5%;
}
.mbm-grouped-posts .post-list .mbm-grouped-post .counter h3{
	font-size: 1.254rem !important;
    line-height: 1.802rem;
    margin-bottom: 0px;
}
.mbm-grouped-posts .post-list .mbm-grouped-post .thumbnail{
	display: inline-block;
    width: 17%;
    vertical-align: middle;
}
@media screen and (max-width: 768px) {
	.mbm-grouped-posts .post-list .mbm-grouped-post .thumbnail{
		display: none;
	}
}
.mbm-grouped-posts .post-list .mbm-grouped-post .thumbnail img{
	width: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
	.mbm-grouped-posts .post-list .mbm-grouped-post .thumbnail img{
		width: 80px;
	}
}
.mbm-grouped-posts .post-list .mbm-grouped-post.current_post .thumbnail img{
	opacity: 0.4;
}
.mbm-grouped-posts .post-list .mbm-grouped-post .post-title{
	display: inline-block;
    width: 77%;
    vertical-align: middle;
}
.mbm-grouped-posts .post-list .mbm-grouped-post .post-title h3{
	font-size: 1.254rem !important;
    line-height: 1.802rem;
    margin-bottom: 0px;
}
.mbm-grouped-posts .post-list .mbm-grouped-post .post-title h3 a{
	font-size: 1.254rem !important;
    line-height: 1.802rem;
    color: #212121;
    font-weight: 700;
    font-family: PT Sans, sans-serif;
    text-decoration: none !important;
}
.mbm-grouped-posts .post-list .mbm-grouped-post .post-title a:hover{
	text-decoration: underline !important;
}

.first-news {
	position: relative;
}

.first-news .img-half,
.first-news .post-half {
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 48%;
	overflow: hidden;
}

.first-news .img-half img {
	max-width: 100%;
}

.first-news .post-half {
	padding-left: 15px;
}

.mbm-grouped-post {
	font-weight: bold;
	font-size: 15px;
}

.mbm-grouped-post a {
	text-decoration: underline !important;
}

label.setting.extra-classes:after {
    content: 'PLEASE NOTE: Insert the class "breakout" to enable the breakout-effect on images (a min width of 1200px is needed).' !important;
}