@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,400italic");
.mmt-widget-events{
    background: transparent;
}
.mmt-eb-events-list a.single-event-link{
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    color: #808080;
}
.mmt-eb-events-list a.single-event-link:hover{
    box-shadow: 0 0 5px rgba(51,51,51, .7);
}
.mmt-eb-events-list{
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
}
.mmt-eb-single-event{
    background-color: rgb(255,255,255);
    padding: 0;
    margin: 0 0 20px;
}
.mmt-eb-single-event time{
    display: inline-block;
    width: 100%;
    color: rgb(255,255,255);
    background-color: #B1BDC6;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.mmt-eb-single-event .ft_image{
    background-repeat: no-repeat;
    width: 150px;
    height: 100%;
    position: absolute;
    margin: auto 0 auto 10px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
    display: none;
}
.mmt-eb-single-event time span{
    display: none;
}
.mmt-eb-single-event time span.day{
    display: block;
    font-size: 42pt;
    font-weight: 100;
    line-height: 1;
}
.mmt-eb-single-event time span.month{
    display: block;
    font-size: 24pt;
    font-weight: 900;
    line-height: 1;
}
.mmt-eb-single-event .information{
    padding-top: 12px;
    text-align: center;
    box-shadow: 0 0 2px rgba(51,51,51, .7);
}
.mmt-eb-single-event .information span{
    display: block;
}
.mmt-eb-single-event .information .title {
    font-size: 17pt;
    font-weight: 700;
    margin: 0;
}
.mmt-eb-single-event .information .desc {
    font-size: 13pt;
    font-weight: 300;
    margin: 0;
}
@media (min-width: 1024px) {
    .mmt-eb-single-event {
        position: relative;
        display: block;
        width: 100%;
        height: 120px;
        padding: 0px;
    }
    .mmt-eb-single-event time,
    .mmt-eb-single-event  .ft_image {
        display: inline-block;
        width: 120px;
        height: 120px;
        float: left;
        padding: 0;
        margin: 0;
        position: relative;
    }
    .mmt-eb-single-event time{
        padding: 12px;
    }
    .mmt-eb-single-event time .day {
          font-size: 56pt;
    }
    .mmt-eb-single-event .information{
        background-color: rgb(245,245,245);
        overflow: hidden;
        position: relative;
        height: 120px;
        text-align: left;
        padding-right: 10px;
    }
    .mmt-eb-single-event .information .title,
    .mmt-eb-single-event .information .venue {
        padding: 4px 10px;
    }
}