@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700&display=swap');

#homepage  .mini-list-loaded{height:560px;display:flex!important;flex-wrap:wrap;flex-direction:column;/* justify-content:space-between; */align-content:space-between}
#homepage  .event{display:block;position:relative;height:140px;width:44.8%;padding:0;cursor:pointer}
#homepage  .event-in{display:flex;flex-wrap:wrap;align-items:center;height:100%}
#homepage  .event time{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:center;height:73px;width:134px;font:700 36px 'Georgia',serif;color:#CD8A2A;border-right:2px solid #E6E6E6}
#homepage  .event .event-month{display:block;width:100%;text-align:center;font:700 18px 'Georgia',serif;color:#CD8A2A;text-transform:uppercase;align-self:flex-end;margin:0 0 -2px}
#homepage  .event-data{display:flex;flex-wrap:wrap;width:calc(100% - 134px);height:100%;align-self:center;padding:5px 15px 5px 30px;overflow:auto}
#homepage  .event-title{width:100%;font:700 24px 'Georgia',serif;color:#000;line-height:1.3;align-self:center}
#homepage .image-wrap{display:none;height:430px;width:100%}
#homepage .image-wrap img{width:100%;height:100%;object-fit:cover}
#homepage .event:nth-of-type(1){height:100%;width:52.7%;margin-bottom:0}
#homepage .event:nth-of-type(1) .event-in{height:162px;box-shadow:0px 3px 14px rgba(0, 0, 0, 0.05);background:#fff}
#homepage .event:nth-of-type(1) .image-wrap{display:block}
#homepage .event:nth-of-type(1) time{height:73px;width:134px}
#homepage .event:nth-of-type(1) .event-data{width:calc(100% - 148px)}

#calendar .fc-button-primary{background-color:#1D0F48!important;border-color:#1D0F48}
#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:#1D0F48}
#calendar td.fc-today a.fc-day-number{color:#fff}

@media only screen and (max-width:991px) {
    #homepage  .mini-list-loaded{height:auto}
    #homepage  .event{width:100%}
    #homepage .event:nth-of-type(1){width:100%;margin-bottom:20px}
    #homepage  .event-title{font-size:18px;line-height:1.2}
}

@media only screen and (max-width:479px) {
    #homepage .event-data{padding:5px 0 5px 15px}
    #homepage .image-wrap{height:100vw}
}