@import url('https://fonts.googleapis.com/css2?family=Rosario:wght@500;700&display=swap');

.mini-list-loaded{display:block!important}
.event{display:flex;flex-wrap:wrap;width:32.2%;height:182px;background:#fff;margin-bottom:29px;overflow:auto;cursor:pointer;padding:10px 50px 39px;position:relative;float:left;box-shadow:0px 0px 47.31px 9.69px rgba(0, 0, 0, 0.03);border-radius:5px;transition:all 320ms}
.event:not(:nth-child(3n)){margin-right:1.7%}
.event time{display:block;width:100%;font:500 14px 'Rosario', serif;color:#be4242;position:relative;align-self:flex-end;margin-bottom:18px;text-transform:uppercase;font-variant-numeric:lining-nums}
.event .event-month{display:inline-block}
.event-title{width:100%;color:#000;font:700 20px 'Rosario',sans-serif;line-height:1.4;align-self:flex-start;transition:all 320ms}
.event:hover{background:#0f2032}
.event:hover .event-title{color:#fff}

#calendar .fc-button-primary{background-color:#be4242!important;border-color:#be4242}
#calendar .fc-button-primary:not(:disabled):active,#calendar .fc-button-primary:not(:disabled).fc-button-active{background-color:#cb6868!important;border-color:#cb6868}
#calendar.fc-unthemed td.fc-today{background:#be4242}
#calendar td.fc-today a.fc-day-number{color:#fff}


@media only screen and (max-width:991px) {
    .event{padding:15px}
}

@media only screen and (max-width:767px) {
    .mini-list-loaded{display:flex!important;flex-wrap:wrap;justify-content:space-between}
    .event{width:49%}
	.event{margin-right:0!important}
}

@media only screen and (max-width:479px) {
    .event{width:100%}
}
