/* -----------------------------------------

#fonts

-----------------------------------------*/


#mini-events {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.calendar-left {
    text-align: start;
    margin: 0;
    max-width: 577px;
}

.calendar-right {
    width: 767px;
    padding-top: 0;
}

#homepage .mini-calendar {
    display: block!important;
    position: relative;
    z-index: 1;
    padding: 32px 37px 24px 34px;
    overflow: hidden;
    background: var(--green);
    border-radius: 20px;
    height: 565px;
}

#homepage .mini-calendar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 94px;
    z-index: -1;
    background: var(--dark-green);
}

#homepage .mini-calendar::before {
    content: '';
    /*! background: #002d89; */
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 40px;
    z-index: 1;
}

#homepage .fc-toolbar-title {
    position: relative;
    left: 0;
    top: 0;
    text-align: left;
    text-transform: capitalize;
    color: #FFF;
    font-family: "Lexend Giga", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -3.6px;
}

#homepage .fc-toolbar-title::after{
    content: "";
    position: absolute;
    width: 310px;
    height: 2px;
    background: var(--lightblue);
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
}

#homepage .fc-prev-button, #homepage .fc-next-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--light-green) !important;
    border-color: transparent;
    padding: 0;
    border-radius: 10px;
}

#homepage .fc-prev-button .fc-icon, #homepage .fc-next-button .fc-icon {
    vertical-align: unset;
    font-size: unset;
    width: 30px;
    height: 30px;
    /* border-radius: 10px; */
}

#homepage .fc-icon-chevron-left:before {content: "";display: inline-block;font-family: FontAwesome;color: rgb(3, 106, 18);font-size: 35px;font-weight: bold;background: url(../../../images/left-green-arrow.png);width: 10px;height: 17.5px;background-size: 100%;top: 6px;position: relative;}

#homepage .fc-icon-chevron-right:before {content: "";display: inline-block;font-family: FontAwesome;color: rgb(3, 106, 18);font-size: 35px;font-weight: bold;background: url(../../../images/right-green-arrow.png);width: 10px;height: 17.5px;background-size: 100%;top: 6px;position: relative;}

#homepage .fc-button-group {
    display: none
}

#homepage .fc-button-group button {
    flex: unset;
    transition: .3s all;
}

#homepage .fc-button-group button:hover {
    background: var(--blue) !important;
}

#homepage .fc-button-group button:hover .fc-icon-chevron-left:before{
    filter:brightness(10);
}

#homepage .fc-button-group button:hover .fc-icon-chevron-right:before{
    filter:brightness(10);
}

.fc .fc-scrollgrid-section-header>th {
    background: transparent;
}

#homepage .fc-toolbar.fc-header-toolbar {
    margin-bottom: 15px;
}

#homepage .fc .fc-daygrid-day-top {
    justify-content: center
}

#homepage .fc-theme-standard td, .fc-theme-standard th {
    border: none
}

#homepage .fc-theme-standard .fc-scrollgrid {
    border: none;
}

#homepage .fc-dayGridMonth-view .fc-daygrid-day-events {
    display: none
}

#homepage .fc-col-header-cell a {
    text-decoration: none;
    margin: 64px 0 14px;
    
     /* 21.6px */
    text-transform: capitalize;
    
/* Body/Regular Bold */
     /* 24px */
    
/* Body/Large Bold */
     /* 30px */
    color: #FFF;
    font-family: "Lexend Giga", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25; /* 21.6px */
    letter-spacing: -2.7px;
}

#homepage a.fc-daygrid-day-number {
    text-decoration: none;
    pointer-events: none;
    padding: 7px 0;
    margin: 1px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
    
/* Body/Caption Bold */
    
     /* 18.9px */
    
/* Body/Normal Bold */
    
     /* 24px */
    color: var(--white);
    text-align: center;
    font-family: "Montserrat", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#homepage .day-has-event.fc-day-today a.fc-daygrid-day-number {
    color: #fff
}

#homepage .fc .fc-daygrid-day.fc-day-today {
    background-color: unset
}

#homepage .fc-dayGridMonth-view .fc-day-today .fc-daygrid-day-top a {
    color: var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 100%;
    text-decoration: none
}

#homepage .fc-dayGridMonth-view .fc-day-today .fc-daygrid-day-top a::after {
    background: var(--light-green);
    width: 48px;
    height: 48px;
    top: -7px;
    border-radius: 10px;
}

/*#homepage .fc-event:hover {
    color: #000!important
}*/

#homepage .fc-event:hover {
  color: #fff !important;
  background: rgba(255,255,255,.1);
}

#homepage .fc .fc-day-other .fc-daygrid-day-top {
    opacity: 1
}

#homepage .fc .fc-day-other .fc-daygrid-day-top a {
  
color: rgba(255, 255, 255, 0.60);
}

#homepage .fc-toolbar-chunk:nth-of-type(1) {
    position: absolute;
    top: -12px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end
}

#homepage .fc-toolbar-chunk:nth-of-type(1) .fc-today-button {
    margin-right: 4px;
    margin-top: 15px;
    background: #708989;
    padding: 0 5px;
    border-radius: unset;
    line-height: 1.2;
    height: 24px;
    bottom: -420px;
}

#homepage .fc-toolbar-chunk:nth-of-type(1) .fc-button-group:nth-of-type(1) {
    position: absolute;
    left: 20px;
    top: 52px;
    width: 93%;
    display: flex;
    justify-content: end;
    right: 0;
    column-gap: 4px;
}

#homepage .fc-toolbar-chunk:nth-of-type(3) {
    width: 100%;
    text-align: center;
    padding: 0 14px;
}

#homepage .fc-toolbar-chunk .fc-dayGridMonth-button {
    background: var(--green)!important;
    padding: 0 5px;
    margin: 15px 20px 0 0;
    height: 24px;
    border-color: var(--black)!important;
}

#homepage .day-has-event .fc-daygrid-day-top a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 100%;
    pointer-events: all;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    text-decoration-line: none;
    color: var(--white);
}

#homepage .day-has-event .fc-daygrid-day-top a::after {
    content: '';
    background: var(--light-green);
    width: 6px;
    height: 6px;
    position: absolute;
    border-radius: 50%;
    color: #fff;
}

#homepage .day-has-event .fc-daygrid-day-top a::before {
    content: '';
    width: 48px;
    height: 48px;
    position: absolute;
    border-radius: 10px;
    background:rgba(255, 255, 255, 0);
}

#homepage .day-has-event .fc-daygrid-day-top a:hover::before {background:rgba(255, 255, 255, 0.10);}


#homepage .fc-daygrid-day-top a::after {
    content: '';
    position: absolute;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 76px;
    height: auto;
    border-radius: 0;
    z-index: -1;
    bottom: -3px;
}
#homepage .day-has-event .fc-daygrid-day-top a:hover {
    opacity: 1
}

#homepage .mini-list-loaded {
    display: block!important;
}

#homepage .event {
    position: relative;
    cursor: pointer;
    height: 129px;
    display: flex;
    column-gap: 16px;
    align-items: flex-start;
    transition: .3s all;
    padding: 37px 32px;
    width: 100%;
    border-radius: 10px;
    background: var(--white);
    text-transform: none;
    flex-direction: column;
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.10);
}
#homepage .event:hover .event-title{text-decoration: underline;}
#homepage .event:hover .event-num{color: var(--brand-color);}
.fc .fc-daygrid-day-frame {margin: 10px auto 20px;padding: 0 19px;}
#homepage .event:not(:last-of-type) {margin-bottom: 16px;}

#homepage .event time {
    display: flex;
    flex-direction: column;
    gap: 9px;
    min-width: 76px;
    /* height: 76px; */
    align-items: center;
    padding: 0;
    justify-content: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    margin: 0;
    padding-top: 0;
    transition: .3s all;
}

#homepage .event time::after{
    content: "";
    width: 72px;
    height: 72px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: var(--dark-blue);
    border-radius: 12px;
    }

#homepage .event-num {
    text-transform: capitalize;
    position: relative;
    left: -3px;
    top: -3px;
    z-index: 1;
    color: var(--white);
    text-align: center;
    font-family: var(--font-family-heading, Calistoga);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

#homepage .event-title-time-wrap {
    align-self: flex-end
}

#homepage .event-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
    text-decoration: none;
    position: relative;
    top: 0px;
    color: var(--black);
    font-family: "Lexend Giga", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 28.8px */
    letter-spacing: -3.6px;
}


#calendar .fc-button-primary {
    background-color: #708989!important;
    border-color: #708989
}

#calendar .fc-button-primary:not(:disabled):active,#calendar .fc-button-primary:not(:disabled).fc-button-active {
    background-color: #3787D8!important;
    border-color: #3787D8
}

#calendar td.fc-day-today {
    background: #daf2e6;
}

#calendar td.fc-day-today a {
    color: #fff
}

#ics-export {
    margin-top: 4px
}

.tab-event:not(.active) {
    display: none;
}

.tab-calendar:not(.active) {
    display: none;
}
.tab.button.active {
    background: #0B7CE5;
}
table.fc-col-header,.fc-daygrid-body.fc-daygrid-body-unbalanced.fc-daygrid-body-natural,table.fc-scrollgrid-sync-table  {
    width: 100%!important;
}
#event-modal-dialog {margin: 0 auto;padding: 10px}

.cal-event-time {
    color: #3F5897;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 6px;
}

.cal-event-time img{width: 14px;position: relative;top: -1px;margin-right: 10px;}
span.event-month {position: relative;z-index: 1;margin-bottom: 9px;text-transform: none;color: #212B56;font-family: "Montserrat", serif;font-size: 16px;font-style: normal;font-weight: 700;line-height: normal;}
button.fc-today-button.fc-button.fc-button-primary {background: var(--green) !important;border-radius: 4px !important;}
 @media only screen and (max-width:991px){
    .calendar-left {max-width: 100%;}
.calendar-right {padding: 0;width: 100%;}

    #mini-events {display: block;}
    #homepage .fc-col-header-cell a {margin: 34px 0 14px;}
    #homepage .mini-calendar {
        display: block !important;
        padding: 35px 10px;
        height: auto;
        margin-bottom: 20px;
      }
 }

 @media only screen and (max-width:575px){
   .calendar-right {max-width: 100%;width: 100%;}
 }

 @media only screen and (max-width:460px){
    #homepage .fc-daygrid-day-top a::after {width: 35px;height: 33px;}
    #homepage .fc-toolbar-title {font-size: 18px;margin: 3px 0;}
    #homepage .event-title{font-size: 16px;}
 }
 @media only screen and (max-width:390px){
    #homepage .fc-daygrid-day-top a::after {width: 33px;}
    /* #homepage .fc-toolbar-chunk:nth-of-type(1) .fc-button-group:nth-of-type(1) {width: calc(100% - 50px);left: 25px;} */
    #homepage .fc-toolbar-title {margin-bottom: 5px;}

 }

 @media (min-width:992px) and (max-width:1367px) {
    .calendar-left {max-width: 50%;}
    .calendar-right {max-width: 50%;}

}

@media (min-width:1200px) and (max-width:1367px) {

}