/***********************
 * FULLCALENDAR PLUGIN
 ***********************/

.fc.fc-unthemed .fc-header-toolbar {
  flex-wrap: wrap;
  gap: 15px;
  text-align: center;
}
  .fc.fc-unthemed .fc-header-toolbar > * {
    width: 100%;
  }
  @media (min-width: 768px) {
    .fc.fc-unthemed .fc-header-toolbar > * {
      width: auto;
    }
  }

.fc.fc-unthemed .fc-toolbar h2 {
  font-family: mrs-eaves-xl-serif,serf;
  font-size: 35px;
  line-height: 1;
}
@media (min-width: 1220px) {
  .fc.fc-unthemed .fc-toolbar h2 {
    font-size: 50px;
  }
}

.fc-button-group {
}
  .fc-button {
    background-color: transparent;
    color: #060606;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 2px;
    border-radius: 0;
    border: 2px #060606 solid;
  }
  .fc-button-group > .fc-button:not(:first-child) {
    margin-left: 2px;
  }
  .fc-button:not(:disabled):active,
  .fc-button:not(:disabled):hover,
  .fc-button:not(:disabled):focus,
  .fc-button:not(:disabled).fc-button-active,
  .fc-button:not(:disabled).fc-button-active:hover,
  .fc-button:not(:disabled).fc-button-active:focus,
  .fc-button-primary:not(:disabled):active,
  .fc-button-primary:not(:disabled):hover,
  .fc-button-primary:not(:disabled):focus,
  .fc-button-primary:not(:disabled).fc-button-active,
  .fc-button-primary:not(:disabled).fc-button-active:hover,
  .fc-button-primary:not(:disabled).fc-button-active:focus {
    border-color: #019de0;
    color: #fff;
    background-color: #019de0;
    box-shadow: none;
  }

  .fc-left .fc-button,
  .fc-right .fc-button {
    padding: 0.2em;
  }
  .fc-button.fc-prev-button:focus,
  .fc-button.fc-prev-button:hover,
  .fc-button.fc-next-button:focus,
  .fc-button.fc-next-button:hover {
    background-color: transparent;
  }

    .fc-icon {
      width: 14px;
      height: 14px;
      display: block;
    }

      .fc-icon-chevron-left,
      .fc-icon-chevron-right {
        background-image: url(../../images/arrow-right-blue.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 14px 14px;
      }
      .fc-icon-chevron-left {
        background-image: url(../../images/arrow-left-blue.svg);
      }

      .fc-icon-chevron-right:before,
      .fc-icon-chevron-left:before {
        content: '';
        display: none;
      }


.fc.fc-unthemed tr:hover,
.fc.fc-unthemed tr:focus {
  background-color: inherit;
}

.fc.fc-unthemed thead {
  border: 0;
  background-color: transparent;
}

  .fc.fc-unthemed thead td,
  .fc.fc-unthemed thead th {
    border: 0;
    background-color: transparent;
  }

  .fc.fc-unthemed thead th {
    font-size: 18px;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .fc.fc-unthemed .fc-row table {
    margin-bottom: 0;
  }

.fc.fc-unthemed tbody td {
  border-color: #ebebeb;
}

  .fc.fc-unthemed .fc-row .fc-content-skeleton .fc-day-top {
    text-align: center;
    padding-top: 4px;
    padding-bottom: 6px;
  }
  .fc.fc-unthemed .fc-row .fc-content-skeleton .fc-day-top.fc-today {
    background-color: transparent;
  }

    .fc.fc-unthemed .fc-dayGrid-view .fc-day-top .fc-day-number {
      font-size: 16px;
      line-height: 1;
      font-weight: 500;
      float: none;
    }

  .fc.fc-unthemed td.fc-today {
    background-color: rgba(104, 210, 242, 0.35) /* #68d2f2 */
  }

  .fc.fc-unthemed .fc-day-grid-event {
    border-radius: 0;
    border: 0;
    padding: 4px;
    font-size: 15px;
    line-height: 1.2;
    max-height: 2.3em;
    overflow: hidden;
  }
    .fc.fc-unthemed .fc-day-grid-event .fc-content {
      white-space: unset;
      overflow: unset;
    }

      .fc.fc-unthemed a.fc-day-grid-event {
        color: #fff;
      }
      .fc.fc-unthemed a.fc-day-grid-event:hover,
      .fc.fc-unthemed a.fc-day-grid-event:focus {
        text-decoration: underline;
      }
