@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');

#homepage .calendar-wrap{display:flex;justify-content:space-between;padding:60px 6%}
#homepage .mini-calendar{width:45.5%;background:#fff;padding:10px 44px 21px;height:100%;position:relative;pointer-events:all;border-radius:5px}
#homepage .fc-view > table{border-style:hidden}
#homepage .fc-toolbar.fc-header-toolbar{margin-bottom:10px;background:#fff}
#homepage .fc-button-group{display:flex;justify-content:space-between;position:absolute;top:49px;left:60px;width:calc(100% - 120px)}
#homepage .fc-icon-chevron-left:before{content:"";display:inline-block;background:url(../../../images/calendar-prev.png) center/cover no-repeat;width:10px;height:15px}
#homepage .fc-icon-chevron-right:before{content:"";display:inline-block;background:url(../../../images/calendar-next.png) center/cover no-repeat;width:10px;height:15px}
#homepage .fc-toolbar{display:block;border-radius:6px}
#homepage .fc-button-group > .fc-button{background:transparent!important;border:none;padding:0;flex:none}
#homepage .fc-button-group > .fc-button .fc-icon{width:auto;height:auto}
#homepage .fc-button-group > .fc-button:hover,.fc-button-group > .fc-button:focus{background:transparent!important}
#homepage .fc-button-group > .fc-button:not(:last-child){margin-left:0}
#homepage .fc-button-group > .fc-button:not(:first-child) {float:right;margin-right:0}
#homepage .fc-left .fc-button-group .fc-today-button{display:none}
#homepage .fc-button .fc-icon{display:inline-flex;align-items:center;justify-content:center}
#homepage .fc-center{display:none}
#homepage .fc-right{display:block;text-align:left;position:relative;top:-3px;pointer-events:none}

#homepage .fc-dayGridMonth-view .fc-day-header>span{display:inline-block;font:400 14px 'Poppins',sans-serif;color:#2f2f2f;text-transform:uppercase;white-space:nowrap}
#homepage .fc-right h2{font:500 30px 'Poppins',sans-serif;color:#2f2f2f;text-transform:uppercase;padding:31px 0 0;text-align:center}

#homepage .fc-unthemed td{border:none}
#homepage .fc-widget-content{border-top:none}
#homepage .fc-content-skeleton .fc-day-number{font:400 14px 'Poppins',sans-serif;color:#2f2f2f;text-decoration:none}
#homepage #mini-events .fc-row.fc-widget-header{border:none}
#homepage .fc .fc-row .fc-content-skeleton td{border:none;;text-align:center}
#homepage .fc-scroller.fc-day-grid-container{height:100%!important}
#homepage #mini-events .fc-unthemed td.fc-today{background:#fff;border:none;position:relative;z-index:0}
#homepage .fc-unthemed td.fc-today a:after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:30px;height:30px;background:#007025;border-radius:50%;z-index:-1}
#homepage .fc-unthemed td.fc-today a{position:relative}
#homepage .fc-today .fc-day-number{color:#fff!important}
#homepage #mini-events .fc-day-number{display:inline-block;float:none;margin:4px 5px}
#homepage .fc-widget-header th{padding:10px 0;text-align:center;border:none}
#homepage .fc-day-top.fc-other-month{opacity:1}
#homepage .fc-day-top.fc-other-month a{color:#2f2f2f}
#homepage #mini-events .fc-dayGrid-view .fc-body .fc-row{min-height:2.5em;line-height:2.5em}

#homepage .mini-list-loaded{display:block!important;width:46%;position:relative;pointer-events:all}
#homepage .event{display:flex;flex-wrap:wrap;align-items:center;background:#fff;position:relative;height:110px;padding:0;cursor:pointer;border-radius:5px}
#homepage .event:not(:last-of-type){margin-bottom:35px}
#homepage .event time{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:center;height:100%;width:100px;background:transparent;font:700 30px 'Poppins',sans-serif;padding-top:8px;color:#2f2f2f}
#homepage .event .event-month{display:block;width:100%;text-align:center;font:500 14px 'Poppins',sans-serif;color:#2f2f2f;text-transform:uppercase;margin:0 0 -8px;align-self:flex-end}
#homepage .event-data{display:flex;flex-wrap:wrap;align-items:center;width:calc(100% - 100px);height:auto;max-height:100%;align-self:center;line-height:1.3;padding:5px 15px 5px 3px;overflow:auto}
#homepage .event-location{font:400 12px 'Poppins',sans-serif;color:#2d7199;text-transform:uppercase}
#homepage .event-title{width:100%;font:500 18px 'Poppins',sans-serif;color:#2f2f2f;line-height:1.6;margin:0}
#homepage .event:hover .event-location{color:#007025}

#homepage a.fc-day-number{cursor:auto;text-decoration:none;pointer-events:none}
#homepage .fc-day-top.day-has-event.fc-today a.fc-day-number{color:#fff!important}
#homepage .fc-day-top.day-has-event a.fc-day-number{cursor:pointer;pointer-events:all}
#homepage .fc-left .fc-button-group+.fc-button-group{position:absolute;top:0;right:0;left:auto;margin:0;width:auto;opacity:0;transition:opacity 320ms}
#homepage .fc-left .fc-button-group+.fc-button-group button{background:#007025!important;padding:0 4px;border-radius:0;pointer-events:all;cursor:auto;margin-left:1px}
#homepage .fc-dayGridMonth-view .fc-day-grid-event{display:none}
#homepage .fc-day-top.day-has-event a{color:#007025;text-decoration:underline;text-underline-offset:3px}

#calendar .fc-button-primary{background-color:#2D7198!important;border-color:#2D7198}
#calendar .fc-button-primary:not(:disabled):active,#calendar .fc-button-primary:not(:disabled).fc-button-active{background-color:#55B1FF!important;border-color:#55B1FF}
#calendar.fc-unthemed td.fc-today{background:#007025}
#calendar td.fc-today a.fc-day-number{color:#fff}

@media only screen and (max-width:991px) {
	#homepage .calendar-wrap{flex-wrap:wrap;padding:30px 15px}
    #homepage .mini-calendar{width:500px;margin:0 auto}
    #homepage .mini-events-list{width:100%;margin-top:30px}
}

@media only screen and (max-width:479px) {
    #homepage .mini-calendar{padding-left:15px;padding-right:15px}
    #homepage .fc-button-group{left:15px;width:calc(100% - 30px)}
    #homepage .event time{width:70px}
    #homepage .event-data{width:calc(100% - 70px)}
    #homepage .event-title{font-size:15px;line-height:1.2}
}
