﻿.event-listing--calendar {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}
.event-listing--calendar button {
  display: flex;
  background-color: transparent;
}
.event-listing--calendar button#nextMonth {
  transform: rotate(180deg);
}
@media only screen and (min-width: 1824px) {
  .event-listing--calendar button svg {
    width: 24px;
  }
}
@media screen and (max-width: 767px) {
  .event-listing--calendar button svg {
    width: 10px;
  }
}
.event-listing--calendar input {
  max-width: 125px;
  background-color: transparent;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
@media only screen and (min-width: 1824px) {
  .event-listing--calendar input {
    max-width: 200px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .event-listing--calendar input {
    font-size: 14px;
  }
}

.event-details-content-premium {
  margin-bottom: 10px;
}
.event-details-content-premium i {
  display: inline-block;
  background-color: #fffb00;
  padding: 5px 15px;
  font-weight: 800;
  border-radius: 15px 0 0 0;
  font-size: 10px;
  font-style: normal;
  text-transform: uppercase;
  color: #131313;
  letter-spacing: 1px;
}
.event-details-content-img {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1824px) {
  .event-details-content-img {
    margin-bottom: 50px;
  }
}
.event-details-content-img img {
  border-top-right-radius: 80px;
}
.event-details-content h4 {
  font-size: 35px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 1824px) {
  .event-details-content h4 {
    font-size: 46px;
    padding-bottom: 50px;
  }
}
.event-details-content p {
  padding-bottom: 15px;
}
@media only screen and (min-width: 1824px) {
  .event-details-content p {
    padding-bottom: 25px;
  }
}
.event-details-content ul {
  padding-left: 20px;
}
.event-details-content ul li {
  list-style: disc;
  color: #fff;
  padding-top: 15px;
}
.event-details-content ul li:first-child {
  padding-top: 0;
}
.event-details-content ul li ul li {
  list-style: circle;
  padding-top: 10px;
}
.event-details-content ul li ul li:first-child {
  padding-top: 10px;
}
.event-details-cta {
  margin-top: 50px;
  padding: 30px 0;
  border-top: 1px solid #2c2c2c;
  border-bottom: 1px solid #2c2c2c;
}
.event-details-register {
  border: 1px solid #aaa;
  padding: 40px;
  border-top-right-radius: 80px;
}
@media screen and (max-width: 991px) {
  .event-details-register {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .event-details-register {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.event-details-register-title {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1824px) {
  .event-details-register-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .event-details-register-title {
    margin-bottom: 20px;
  }
}
.event-details-register-title h4 {
  font-size: 28px;
}
.event-details-register-title h4 span {
  color: #008578;
}
@media only screen and (min-width: 1824px) {
  .event-details-register-title h4 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .event-details-register-title h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .event-details-register-form {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .event-details-register-form {
    flex-direction: column;
  }
}
.event-details-register-form-box {
  position: relative;
  margin-bottom: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 991px) {
  .event-details-register-form-box {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .event-details-register-form-box {
    width: 100%;
    margin-bottom: 15px;
  }
}
.event-details-register-form-box span {
  position: absolute;
  top: 1px;
  left: 0;
  line-height: 1;
}
.event-details-register-form-box span img {
  width: 18px;
}
.event-details-register-form-box i, .event-details-register-form-box b {
  display: block;
  font-size: 15px;
  font-style: normal;
  color: #505050;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1824px) {
  .event-details-register-form-box i, .event-details-register-form-box b {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .event-details-register-form-box i, .event-details-register-form-box b {
    margin-bottom: 0;
  }
}
.event-details-register-form-box b {
  color: #fff;
}
.event-details-register-form .checkbox {
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .event-details-register-form .checkbox {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .event-details-register-form .checkbox {
    margin-bottom: 20px;
  }
}
.event-details-register-form .checkbox label {
  font-size: 12px;
  color: #6F6C90;
}
.event-details-register-form .checkbox label::before {
  top: -2px;
  padding: 2px 4px;
  box-shadow: 0 0 0 1.5px #aaa inset;
}
@media screen and (max-width: 991px) {
  .event-details-register-form .text-center {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .more-events .event-card {
    height: auto;
    margin-bottom: 20px;
  }
}

.pagination-box {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .pagination-box {
    margin-top: 20px;
  }
}
.pagination-box ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.pagination-box ul li a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.pagination-box ul li a:hover {
  color: #fff;
  background-color: #008578;
}
.pagination-box ul li.arrow a {
  color: #fff;
  background: #1e1e1e;
  border: 1px solid #1e1e1e;
  font-weight: 400;
  line-height: 0;
}
.pagination-box ul li.arrow a:hover {
  color: #008578;
  background: #fff;
}
.pagination-box ul li.arrow a:hover svg path {
  fill: #008578;
}
.pagination-box ul li.arrow svg {
  width: 22px;
}
.pagination-box ul li.arrow svg path {
  fill: #C4CDD5;
  transition: fill 0.3s ease;
}
.pagination-box ul li.arrow.right svg {
  transform: rotate(180deg);
}
.pagination-box ul li.active a {
  color: #fff;
  background-color: #008578;
}
