#events > .section-body {
  min-height: 400px;
}

.event-statuses-wrapper {
  width: 20%;
  min-width: fit-content;
  padding: 50px 50px 50px 0;
  position: relative;
}

.event-statuses {
  list-style: none;
  padding: 0;
  margin: 0;
}

li.status {
  width: 100%;
  border: none;
  background: none;
  color: #3b3b3a;
  font-size: 16px;
  border-bottom: 3px solid #3b3b3a;
  padding-bottom: 0.5rem;
}

.status-dot {
  width: 16px;
  height: 16px;
  border-radius: 100%;
}

.events-posts-wrapper {
  width: 80%;
}

@media screen and (max-width: 768px) {
  .events-posts-wrapper {
    width: 100%;
  }

  .event-statuses-wrapper {
    width: 100%;
  }
}

.events-month-year {
  font-size: 25px;
  color: #3b3b3a;
}

.events-content {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
}

@media screen and (max-width: 400px) {
  .events-content {
    grid-template-columns: unset;
  }
}

.event-post:nth-child(even) {
  border-right: none;
}

@media screen and (max-width: 400px) {
  .event-post {
    flex-direction: column;
  }
}

.datepicker-btn {
  width: 35px;
  height: 35px;
  background: none;
  border: none;
  font-size: 1.25rem;
  color: #931913;
  transition: all ease 0.7s;
}

.datepicker-btn:hover {
  width: 35px;
  height: 35px;
  color: #ffff;
  border-radius: 100px;
  background-color: #931913;
  transition: all ease 0.3s;
}

.event-thumbnail {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin-right: 15px;
  border-radius: 0.7rem;
  min-width: 150px;
}

.event-info > p {
  margin-bottom: 0;
}

.event-date {
  font-size: 1.25rem;
  margin-bottom: 0;
}

/* .event-title {
  font-size: 1rem;
  font-weight: bold;
} */
.event-title {
  font-size: 1rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.event-location {
  font-size: 0.75rem;
  font-weight: 300;
}

.event-time {
  font-size: 0.75rem;
  font-weight: 300;
}

.event-content {
  max-width: 40ch;
  font-size: 0.75rem;
  font-weight: normal;
}

#loading {
  width: 100px;
}

.main-btn-events::before {
  background: #a2d8fd;
}

#events-section {
  background: #eff3f6;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom right;
  width: 100%;
  margin: 0 auto;
  padding-top: 6rem;
}

.event-section-wrapper {
  display: flex;
  justify-content: center;
}

.calendar {
  background-color: #054c7b;
  border-radius: 7px;
}

.event-entry {
  font-size: 15px;
  font-weight: 600;
  margin-top: 1rem;
}

.agenda {
  padding-left: 0;
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.secondary-text,
.agenda h2,
.coming-event-wrapper,
.events-coming h4 {
  margin-left: 6rem;
}

.events-today {
  margin-bottom: 3rem;
}

.events-today h4 {
  margin-left: 6rem;
}

.today-event-desc {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.link-btn {
  background: #054c7b;
  box-shadow: 2px 2px 3px #231f2026;
  border-radius: 13px;
  padding: 0.2rem 1.5rem;
  transition: all ease-in-out 0.3s;
}

.link-btn:hover {
  background: #57badd;
}

.link-btn i {
  color: #eff3f6 !important;
}

.today-event-wrapper h5,
.event-address {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.agenda h2 {
  color: #1c5c86;
  font-size: 32px;
  font-weight: bold;
}

.secondary-text {
  font-size: 18px;
  color: #054c7b;
  font-weight: 600;
  margin-bottom: 2rem;
  padding-top: 1rem;
  border-top: 2px solid #707070;
}

.calendar h2 {
  color: white;
}

.events-coming {
  display: flex;
  gap: 5rem;
}

.coming-event-wrapper p {
  color: #57badd;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
}

.coming-event-wrapper {
  flex: 1;
}

.coming-event-wrapper a {
  color: #054c7b !important;
  font-size: 16px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.coming-event-wrapper a:hover {
  text-decoration: underline;
}

.today-event-wrapper {
  background: #ffffff;
  border-radius: 0px 40px 40px 0px;
  padding: 1rem 0;
  padding-left: 6rem;
  padding-right: 2rem;
  margin-bottom: 1.5rem;
}

.today-event-wrapper h5 {
  color: #2b2b29;
  font-size: 18px;
  font-weight: bold;
}

.today-event-wrapper i,
.today-event-wrapper span {
  color: #707070;
  font-size: 15px;
}

.today-event-wrapper span {
  font-weight: 600;
}

.calendar {
  background-color: #1f6192;
  border-radius: 7px;
}

#calendar {
  width: 100%;
}

#calendar td,
#calendar th {
  color: #fff;
  text-align: center;
}

#calendar td {
  border-top: none;
  padding: 15px 0px;
  position: relative;
  cursor: pointer;
  width: 10px;
  font-size: 24px;
}

.current-day {
  border-right: 3px solid #57badd;
  border-bottom: 3px solid #57badd;
}

.active-day {
  background-color: #eff3f640;
}

.event-exists:after {
  content: '';
  background: #57badd;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 45%;
  bottom: 5px;
}

.month-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  padding: 2rem;
  color: #fff;
}

.month-wrapper h2 {
  font-size: 20px;
  margin: 0 !important;
}

.events-arrow {
  display: block;
  width: 18px;
  height: 18px;
  border: none !important;
  background: transparent !important;
}

.events-arrow-right {
  transform: rotate(45deg);
  border-top: 2px solid #fff !important;
  border-right: 2px solid #fff !important;
}

.events-arrow-left {
  transform: rotate(-45deg);
  border-top: 2px solid #fff !important;
  border-left: 2px solid #fff !important;
}

#calendar {
  border-top: 1px solid #fff;
}

.calendar {
  padding: 0 !important;
}

#events-section {
  display: block;
}

#events-section .events-loading {
  height: 100%;
  display: flex;
  max-width: 50px;
  width: 100%;
  align-items: center;
  margin: 0 auto;
  min-height: 230px;
}

.eventsbtn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

@media screen and (max-width: 992px) {
  .secondary-text,
  .agenda h2,
  .coming-event-wrapper,
  .events-coming h4 {
    margin-left: 0rem;
  }

  .today-event-wrapper {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .events-content h3 {
    text-align: center;
  }
  .events-posts-wrapper {
    margin-bottom: 60px !important;
  }
}

@media screen and (max-width: 768px) {
  #events-section .event-section-wrapper {
    flex-direction: column;
  }
  .mobile-icons-event {
    display: flex;
    justify-content: center;
  }
}
