#homepage .mini-list-loaded{display:block!important}
#homepage .event{display:flex;flex-wrap:wrap;align-items:center;position:relative;height:80px;padding:0;cursor:pointer}
#homepage .event:not(:last-of-type){margin-bottom:24px}
#homepage .event time{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;width:60px;height:100%;background:#50585F;font:700 16px 'Poppins',sans-serif;padding-bottom:5px;color:#fff}
#homepage .event .event-month{display:block;width:100%;text-align:center;font:700 16px 'Poppins',sans-serif;color:#fff;text-transform:uppercase;margin:0 0 -30px}
#homepage .event-data{display:flex;flex-wrap:wrap;width:calc(100% - 60px);height:100%;align-self:center;line-height:1.3;background:#3B4248;padding:5px 15px;overflow:auto;border:2px solid #50585F}
#homepage .event-title{width:100%;font:500 16px 'Poppins',sans-serif;color:#fff;line-height:1.3;align-self:center;margin:0}

#fire-events-list .mini-list-loaded{display:block!important}
#fire-events-list .event{display:flex;flex-wrap:wrap;align-items:center;position:relative;height:80px;padding:0;cursor:pointer}
#fire-events-list .event:not(:last-of-type){margin-bottom:24px}
#fire-events-list .event time{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;width:60px;height:100%;background:#50585F;font:700 16px 'Poppins',sans-serif;padding-bottom:5px;color:#fff}
#fire-events-list .event .event-month{display:block;width:100%;text-align:center;font:700 16px 'Poppins',sans-serif;color:#fff;text-transform:uppercase;margin:0 0 -30px}
#fire-events-list .event-data{display:flex;flex-wrap:wrap;width:calc(100% - 60px);height:100%;align-self:center;line-height:1.3;background:#3B4248;padding:5px 15px;overflow:auto;border:2px solid #50585F}
#fire-events-list .event-title{width:100%;font:500 16px 'Poppins',sans-serif;color:#fff;line-height:1.3;align-self:center;margin:0}

#calendar .fc-button-primary{background-color:#1576B0!important;border-color:#1576B0}
#calendar .fc-button-primary:not(:disabled):active,#calendar .fc-button-primary:not(:disabled).fc-button-active{background-color:#3684D4!important;border-color:#3684D4}
#calendar.fc-unthemed td.fc-today{background:#1576B0}
#calendar td.fc-today a.fc-day-number{color:#fff}

@media only screen and (max-width:479px) {
    #homepage .event{height:100px}
    #homepage .event .event-month{margin-bottom:-45px}
    #homepage .event-title{font-size:14px}

    #fire-events-list .event{height:100px}
    #fire-events-list .event .event-month{margin-bottom:-45px}
    #fire-events-list .event-title{font-size:14px}
}