.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;
  transform: scale(0.9);
}
.calendar {
  background-color: #3a5c73;
  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 {
  margin-left: 6rem;
}
.events-today {
  margin-bottom: 3rem;
}
.events-today h4 {
  margin-left: 6rem;
}
.today-event-desc {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.link-btn {
  background: #387065;
  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: #3a5c73;
}
.link-btn i {
  color: #eff3f6 !important;
}
.today-event-wrapper p,
.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: #2b2b29;
  font-size: 32px;
  font-weight: bold;
}
.secondary-text {
  font-size: 18px;
  color: #3a5c73;
  font-weight: 600;
  margin-bottom: 2rem;
  padding-top: 1rem;
  border-top: 2px solid #645f5f;
}
.calendar h2 {
  color: white;
}
.events-coming {
  display: flex;
  gap: 5rem;
}
.coming-event-wrapper p {
  color: #cc745f;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
}
.coming-event-wrapper {
  flex: 1;
}
.coming-event-wrapper a {
  color: #387065 !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-2:hover a {
  background: #ededed;
  border-radius: 0px 60px 60px 0px;
  cursor: pointer;
}
.today-event-wrapper:hover {
  background: #ededed;
  border-radius: 0px 60px 60px 0px;
}
.today-event-wrapper p {
  color: #2b2b29;
  font-size: 18px;
  font-weight: bold;
}
.today-event-wrapper i,
.today-event-wrapper span {
  color: #645f5f;
  font-size: 15px;
}
.today-event-wrapper span {
  font-weight: 600;
}
.calendar {
  background-color: #3a5c73;
  border-radius: 7px;
}
#calendar {
  width: 100%;
}
#calendar td,
#calendar th {
  color: #fff;
  text-align: center;
}
#calendar td {
  border-top: none;
  padding: 22px 0px !important;
  position: relative;
  cursor: pointer;
  width: 10px;
  font-size: 20px;
}
.current-day {
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.active-day {
  background-color: #236498;
}
.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;
  justify-content: 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 {
  font-size: 13px;
  color: #fff;
  background: #387065;
  border-radius: 60px;
  padding: 21px 36px;
  width: 290px;
  height: 50px;
  display: flex;
  transition: all ease 0.5s;
  text-transform: uppercase;
  font-weight: 600;
  border: 2px solid #387065;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.eventsbtn:hover {
  color: #fff;
  background: #3a5c73;
  transition: all ease 0.5s;
  border: 2px solid #3a5c73;
  cursor: pointer;
}
.eventsbtn a {
  color: #fff;
}
.eventsbtn a:hover {
  color: #fff;
}
.eventsbtn-date {
  display: flex;
  justify-content: center;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  #events-section .event-section-wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .event-section-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .secondary-text,
  .agenda h2,
  .coming-event-wrapper {
    margin-left: 0rem;
  }
  .today-event-wrapper {
    background: #ffffff;
    border-radius: 0px 40px 40px 0px;
    padding: 1rem 0;
    padding-left: 0rem;
    padding-right: 2rem;
    margin-bottom: 1.5rem;
  }
}
