.mmt-ml-meetings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    list-style: none;
    clear: both;
}

.mmt-ml-meeting {
    position: relative;
    margin-bottom: 3em;
}

@media (min-width: 600px) {
    .mmt-ml-meeting {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 3em;
        padding: 1em 1em 3em 1em;
    }
}

@media (min-width: 900px) {
    .mmt-ml-meeting {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

.mmt-ml-labels {
    display: inline-block;
    margin-right: .3em;
    margin-bottom: .5em;
    font-size: .8em;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #ef6079;
    text-decoration: none;
}

.mmt-ml-title-pane h3 {
    margin: 0 0 .3em 0;
    font-size: 1.2em;
    line-height: 1.3;
}

.mmt-ml-date-location {
    margin-bottom: 1em;
}

.mmt-ml-date,
.mmt-ml-location {
    color: #525252;
}

.mmt-ml-date:before,
.mmt-ml-location:before {
    margin-right: .5em;
    font-family: "sociaalsportief";
}

.mmt-ml-date:before {
    content: '\e804';
}

.mmt-ml-location:before {
    content: '\e811';
}

.mmt-ml-readMore {
    font-weight: 500;
    color: #ef6079;
}

.mmt-ml-readMore:after {
    content: "\e807";
    margin-left: .5em;
    font-family: "sociaalsportief";
}

@media (min-width: 600px) {
    .mmt-ml-readMore {
        position: absolute;
        bottom: 0;
    }
}

.mmt-ml-readMoreLink {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-indent: -999em;
}
