#ics-export{margin:0 0 0 5px;}


#mini-events .calendar-wrap{display:flex;justify-content:space-between;}
#mini-events .calendar-right {position: relative;z-index: 0;width: 48.7%;}
#mini-events .calendar-right #events-tabs{width: 100%;}
#mini-events .mini-calendar{width: 100%;min-height: 100%;background: #fff;position:relative;display: block !important;padding: 49px 10px 35px;}
#mini-events .calendar-left {margin: 0;width: 48.7%;max-width:100%;border-radius: 0 0 15px 15px;position: relative;z-index: 1;}

.fc-daygrid-body,
.fc-col-header {width: 100% !important;}
table.fc-scrollgrid-sync-table{width:  100% !important;}

.fc table{background: transparent;}
.fc table thead{background: #fff;}
/* Calendar Grid Styles */
body:not(#freeform) .fc-toolbar-title {font-size: clamp(24px, 4vw, 30px);font-weight: 700;color: #0a2b3c;text-transform: capitalize;}
body:not(#freeform) .fc-prev-button, body:not(#freeform) .fc-next-button {display: inline-flex;align-items: center;justify-content: center;background-color: unset!important;border-color: transparent;padding: 0}
body:not(#freeform) .fc-prev-button .fc-icon, body:not(#freeform) .fc-next-button .fc-icon {vertical-align: unset;color: #01344B;}
body:not(#freeform) .fc-icon-chevron-left:before {content: '\f100';font-family: 'FontAwesome';display: inline-block}
body:not(#freeform) .fc-icon-chevron-right:before {content: '\f101';font-family: 'FontAwesome';display: inline-block;}
body:not(#freeform) .fc-button-group {display: none}
body:not(#freeform) .fc-button-group button {border-radius: unset;flex: unset}
body:not(#freeform) .fc-dayGridMonth-view {padding: 0 15px}
body:not(#freeform) .fc-toolbar.fc-header-toolbar {margin-bottom: 35px;}
body:not(#freeform) .fc .fc-daygrid-day-top {justify-content: center}
body:not(#freeform) .fc-theme-standard td, .fc-theme-standard th {border: none}
body:not(#freeform) .fc-theme-standard .fc-scrollgrid {border: none}
body:not(#freeform) .fc-dayGridMonth-view .fc-daygrid-day-events {display: none;}
body:not(#freeform) .fc-col-header-cell a {font-size: 17px;font-weight: 700;color: #213368;text-transform: capitalize;text-decoration: none;margin: 0 0 8px;}

body:not(#freeform) a.fc-daygrid-day-number {font-size: 18px;font-weight: 700;color: #01344B;text-decoration: none;pointer-events: none;padding: 11px 0;margin: 1px}
body:not(#freeform) .day-has-event.fc-day-today a.fc-daygrid-day-number {color: #fff !important;}
body:not(#freeform) .fc .fc-daygrid-day.fc-day-today {background-color: unset}
body:not(#freeform) .fc-dayGridMonth-view .fc-day-today .fc-daygrid-day-top a {color: #000;font-weight: 700;display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;min-height: 100%;text-decoration: none}
body:not(#freeform) .fc-dayGridMonth-view .fc-day-today .fc-daygrid-day-top a::after {content: '';position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 34px;height: 34px;background: #af2428;z-index: -1}
body:not(#freeform) .day-has-event .fc-daygrid-day-top a:hover::after{content: '';position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 40px;height: 40px;background: rgba(0, 0, 0, 0.1);border-radius: 50%;opacity:0;z-index: -1}
body:not(#freeform) .day-has-event .fc-daygrid-day-top a:hover::after{opacity: 1;}
body:not(#freeform) .fc-event:hover {color: #000!important}
body:not(#freeform) .fc .fc-day-other .fc-daygrid-day-top {opacity: 1}
body:not(#freeform) .fc .fc-day-other .fc-daygrid-day-top a {color: #547B96;}
body:not(#freeform) .fc-toolbar-chunk:nth-of-type(1) {position: absolute;top: 0;left: 0;width: 100%;display: flex;justify-content: flex-end}
body:not(#freeform) .fc-toolbar-chunk:nth-of-type(1) .fc-today-button {margin-right: 75px;background: #265A49;padding: 0 5px;border-radius: unset;line-height: 1.2;height: 24px}
body:not(#freeform) .fc-toolbar-chunk:nth-of-type(1) .fc-button-group:nth-of-type(1) {position: absolute;left: 45px;right: 45px;top: 53px;display: flex;justify-content: space-between}
body:not(#freeform) .fc-toolbar-chunk:nth-of-type(3) {width: 100%;text-align: center;padding: 0 50px}
body:not(#freeform) .fc-toolbar-chunk .fc-dayGridMonth-button {background: #265A49 !important;padding: 0 5px;position: absolute;top: 0;right: 17px;margin: 0;border: none;border-radius: 0;height: 24px}
body:not(#freeform) .day-has-event .fc-daygrid-day-top a {color: #01344B;font-weight: 700;display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;min-height: 100%;text-decoration: underline;pointer-events: all}

body:not(#freeform) .day-has-event .fc-daygrid-day-top a:hover {opacity: 1}




/* Calendar Events Style */
#mini-events .mini-events-list{flex-grow:1}
#mini-events .mini-list-loaded{display:block!important;margin: 0px;}
#mini-events .cal-event{cursor:pointer;background: rgb(225, 240, 242);margin-bottom: 20px;display: block;}
#mini-events .cal-event:last-of-type{margin-bottom: 0;}
#mini-events .cal-content{display: flex;min-height: 155px;}
#mini-events .cal-event-info{padding: 10px 25px 10px 36px;flex:1;text-align: left;display: flex;flex-direction: column;justify-content: center;gap: 19px;}
#mini-events .cal-event-title{display: block;color: #213368;font-size: 20px;font-weight: 700;text-align: left;line-height: 1;text-transform: capitalize;margin-top: 5px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;margin: 0;}
#mini-events .cal-event-time{text-align:left;font-size: 16px;font-weight: 700;text-transform: capitalize;color: #01344B;display: flex;align-items: center;gap: 10px;line-height: 1;}
#mini-events .cal-event-time img{width: 16px;flex-shrink: 0;}
#mini-events .cal-event .cal-event-date{position: relative;display: flex;flex-direction:column;align-items: center;justify-content: center;width: 150px;flex-shrink: 0;background: #fff;text-align: center;line-height: 1.2;text-transform: uppercase;color: #213368;font-size: 18px;font-weight: 400;transition: all .4s;}
#mini-events .cal-event .cal-event-date span{display: block;font-size: 60px;color: #af2428;font-weight: 600;}
#mini-events .cal-event .cal-event-date::before{content:'';position:absolute;inset: 8px;border-radius: 10px;border:1px solid #fff;display: none;}
#mini-events .cal-event .cal-event-link{display: inline-flex;align-items: center;width: fit-content;color: #af2428;border-bottom: 2px solid #af2428;font-size: 16px;font-weight: 700;text-transform: capitalize;}
#mini-events .cal-event .cal-event-link img{width: 12px;height: 8px;margin:0 0 0 -10px; transform: rotate(270deg);opacity:0;transition: all .4s;}
#mini-events .cal-event:hover .cal-event-link img{display: block;margin:0 0 0 15px;opacity: 1;}

.tab-calendar,
.tab-event{display:none;}
.tab-calendar.active,
.tab-event.active{display: block;}



@media only screen and (max-width:991px) {
    #mini-events .calendar-wrap{display: block;}
    #tabs-wrapper{width: 672px;max-width: 100%;}
    #mini-events .calendar-left{width: 672px;margin:-4px auto 0;max-width: 100%;}
    #tabs-wrapper{margin:0 auto;}
    #mini-events .calendar-right{margin: 40px 0 0 0;width: 100%;}
    body:not(#freeform) .fc-toolbar-chunk:nth-of-type(1) .fc-button-group:nth-of-type(1){left: 15px;right: 15px;}
    body:not(#freeform) .fc-dayGridMonth-view{padding: 0;}
}
@media only screen and (max-width:767px) {

}

@media only screen and (max-width:479px) {
    #mini-events h2{font-size: 28px;}
    #mini-events .cal-content{min-height: auto;}
    #mini-events .cal-event .cal-event-date{width: 100px;font-size: 24px;}
    #mini-events .cal-event .cal-event-date span{font-size: 30px;}
    #mini-events .cal-event-time{font-size: 18px;}
	#mini-events .cal-event-title{font-size: 17px;margin-top: 15px;}
    #mini-events .cal-event-info{padding: 18px 25px 18px 15px;}
}