@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

#homepage .mini-list-loaded{display:block!important;width:100%;margin-top:10px}
#homepage .event{display:flex;flex-wrap:wrap;align-items:center;background:#fff;position:relative;height:111px;padding:0 0 0 20px;cursor:pointer;border-radius:6px;box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.05)}
#homepage .event:not(:last-of-type){margin-bottom:25px}
#homepage .event time{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;width:64px;height:71px;background:#507DBC;font:700 23px 'Poppins',sans-serif;padding-top:5px;border-radius:6px;color:#fff}
#homepage .event .event-month{display:block;width:100%;text-align:center;font:400 13px 'Poppins',sans-serif;color:#BBD1EA;text-transform:capitalize;margin:0 0 -14px}
#homepage .event-data{display:flex;flex-wrap:wrap;width:calc(100% - 64px);height:100%;align-self:center;line-height:1.3;padding:5px 15px 5px 25px;overflow:auto}
#homepage .event-title{width:100%;font:700 19px 'Poppins',sans-serif;color:#1B1B1B;line-height:28.5px;align-self:center}

#calendar .fc-button-primary{background-color:#507DBC!important;border-color:#507DBC}
#calendar .fc-button-primary:not(:disabled):active,#calendar .fc-button-primary:not(:disabled).fc-button-active{background-color:#3787D8!important;border-color:#3787D8}
#calendar.fc-unthemed td.fc-today{background:#507DBC}
#calendar td.fc-today a.fc-day-number{color:#fff}

@media only screen and (max-width:479px) {
    #homepage .event-data{padding:5px 10px}
    #homepage .event-title{font-size:16px;line-height:1.1}
}