/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 26 2025 | 16:14:11 */
.events-calendar-monthly .simple-calendar {
  max-width: unset;
  margin: 0;
}
.events-calendar-monthly .calendar-header span {
  color: #D73532;
  text-align: center;
  font-family: "League Gothic";
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-transform: capitalize;
  min-width: 100px;
}
.events-calendar-monthly .calendar-header a {
  color: #000;
  text-align: center;
  font-family: "League Gothic";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: capitalize;
  min-width: 100px;
}
.events-calendar-monthly .calendar-header a:hover {
  color: #D73532;
}
.events-calendar-monthly .calendar-grid {
  display: block;
  background: transparent;
}
.events-calendar-monthly .calendar-grid .calendar-head-wrapper, .events-calendar-monthly .calendar-grid .calendar-content-wrapper {
  display: grid;
  grid-row-gap: 50px;
  grid-column-gap: 20px;
  grid-template-columns: repeat(7, 1fr);
}
.events-calendar-monthly .calendar-grid .calendar-cell:not(.head) {
  border-top: 1px solid #D73532;
  min-height: 152px;
  padding: 10px 0 0 0;
  background: transparent;
}
.events-calendar-monthly .calendar-grid .calendar-cell:not(.head) .day-number, .events-calendar-monthly .calendar-grid .calendar-cell:not(.head) .day-num {
  color: #252525;
  font-family: "League Gothic";
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: capitalize;
}
.events-calendar-monthly .calendar-grid .calendar-cell:not(.head) .day-num {
  color: #8D8D8D;
}
.events-calendar-monthly .calendar-grid .calendar-cell:not(.head) .day-weekday {
  display: none;
}
.events-calendar-monthly .calendar-grid .calendar-cell:not(.head) .event-title {
  color: #252525;
  font-family: "League Gothic";
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.2;
  text-transform: uppercase;
}
.events-calendar-monthly .calendar-grid .calendar-cell:not(.head) .event-description {
  color: #252525;
  font-family: "Bookman BT";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.events-calendar-monthly .calendar-grid .calendar-cell:not(.head) .events {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.events-calendar-monthly .calendar-grid .calendar-cell:not(.head) .events li {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.events-calendar-monthly .calendar-grid .calendar-cell:not(.head) .events svg {
  width: 119px;
  transform: scale(1.2) translateY(6px);
}
.events-calendar-monthly .calendar-grid .calendar-cell.head {
  min-height: unset;
  padding-block: 30px;
  color: #252525;
  text-align: center;
  font-family: "League Gothic";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: capitalize;
  background: transparent;
}
@media screen and (max-width: 1024px) {
  .events-calendar-monthly .calendar-header span {
    font-size: 32px;
  }
  .events-calendar-monthly .calendar-grid .calendar-content-wrapper {
    grid-row-gap: 25px;
  }
  .events-calendar-monthly .calendar-grid .calendar-cell:not(.head) {
    min-height: 90px;
  }
  .events-calendar-monthly .calendar-grid .calendar-cell:not(.head) .events svg {
    width: 100%;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .events-calendar-monthly .calendar-cell.other-month {
    display: none;
  }
  .events-calendar-monthly .calendar-header {
    margin-bottom: 25px;
  }
  .events-calendar-monthly .calendar-header span {
    font-size: 28px;
  }
  .events-calendar-monthly .calendar-header span:first-child, .events-calendar-monthly .calendar-header a.events-prev-month {
    min-width: 35px;
    position: relative;
    font-size: 0;
  }
  .events-calendar-monthly .calendar-header span:first-child:before, .events-calendar-monthly .calendar-header a.events-prev-month:before {
    content: "";
    top: 50%;
    transform: translatey(-50%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0.5;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="39" viewBox="0 0 18 39" fill="none"><path d="M16.5 1.9601L1.5 19.4601L16.5 36.9601" stroke="%23252525" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
  }
  .events-calendar-monthly .calendar-header a.events-prev-month:before {
    opacity: 1;
  }
  .events-calendar-monthly .calendar-header a.events-next-month {
    min-width: 35px;
    position: relative;
    font-size: 0;
  }
  .events-calendar-monthly .calendar-header a.events-next-month:before {
    content: "";
    top: 50%;
    transform: translatey(-50%);
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    cursor: pointer;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="39" viewBox="0 0 18 39" fill="none"><path d="M1.5 1.9601L16.5 19.4601L1.5 36.9601" stroke="%23252525" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
  }
  .events-calendar-monthly .calendar-grid .calendar-head-wrapper {
    display: none;
  }
  .events-calendar-monthly .calendar-grid .calendar-content-wrapper {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }
  .events-calendar-monthly .calendar-grid .calendar-cell:not(.head) {
    min-height: unset;
    padding-bottom: 0px;
  }
  .events-calendar-monthly .calendar-grid .calendar-cell:not(.head) .day-num {
    display: flex;
    gap: 20px;
    justify-content: space-between;
  }
  .events-calendar-monthly .calendar-grid .calendar-cell:not(.head) .day-weekday {
    display: inline-block;
    color: #252525;
    font-family: "League Gothic";
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: capitalize;
  }
}
