.custom-event-page {
  background: #f5f5f5;
}
.custom-event-page .elementor-container {
  display: block;
  overflow: hidden;
}
.custom-event-page .custom-event-page-top-section {
  background: #242654;
  /* display: flex;
	justify-content: space-between;
	align-items: center; */
  padding-left: 18%;
  padding-right: 11.5%;
  padding-top: 10px;
  padding-bottom: 32px;
}

.custom-event-page
  .custom-event-page-top-section
  .search-input-container
  input#searchInput {
  width: 484px;
}

.custom-event-page .custom-event-page-top-section .page-title {
  font-family: "Avenir LT Std, 95 Black";
  font-size: 48px;
  line-height: 58px;
  color: #ffffff;
}

.custom-event-page .custom-event-page-top-section .page-description {
  margin-top: 32px;
}
.custom-event-page .custom-event-page-top-section .page-description h5 {
  font-family: "Avenir LT Std, 55 Roman";
  font-size: 16px;
  line-height: 24px;
  color: #f5f5f5;
  padding-right: 17%;
}
.custom-event-page .search-filters-section {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.custom-event-page select.category_options:focus-visible {
  outline: none;
}

.custom-event-page select.category_options {
  font-family: "Avenir LT Std, 55 Roman";
  font-size: 16px;
  line-height: 24px;
  position: relative;
  padding-left: 15px;
  width: 184px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
  background-color: transparent;
  background-image: url("images/chevron-down-white.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 35px 27px;
  border-radius: 5px;
  border-color: #f5f5f5;
  color: #f5f5f5;
  cursor: pointer;
}
.custom-event-page select.category_options option {
  background: #242654;
}
.custom-event-page .events-main-section {
  display: flex;
}
.custom-event-page .events-main-section .events-calendar {
  width: 40%;
}

.custom-event-page .events-main-section .events-calendar .left-main {
  display: flex;
  justify-content: space-between;
  margin: 31px 0px 16px 0px;
}
.custom-event-page .events-main-section .events-calendar .left-main h5 {
  color: #242654;
  font-size: 24px;
  line-height: 32px;
  margin: 0px;
}
.custom-event-page .events-main-section .events-calendar .left-main button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8ae71;
  color: #fff;
  border: 1px solid #f8ae71;
  border-radius: 5px;
  font-family: "Avenir LT Std, 95 Black";
}
.custom-event-page .events-main-section .events-calendar .left-main button img {
  margin-right: 8px;
}
.custom-event-page .event-content-main {
  padding-top: 40px;
  padding-bottom: 70px;
}
.custom-event-page .event-content-main p {
  /* padding: 0% 8%; */
  text-align: justify;
  color: #222222;
  font-family: "Avenir LT Std, 55 Roman";
  font-size: 14px;
  line-height: 16px;
}
.custom-event-page .events-main-section .events-list::-webkit-scrollbar {
  display: none;
}
.custom-event-page .events-main-section .events-list {
  width: 60%;
  padding: 0px 0px 20px 16px;
  max-height: 640px;
  height: 640px;
  overflow: scroll;
  -ms-overflow-style: none; /* Internet Explorer and Edge */
  scrollbar-width: none; /* Firefox */
}
.custom-event-page .events-main-section .events-list .event-type {
  color: #242654;
  font-size: 14px;
  line-height: 20px;
  font-family: "Avenir LT Std, 95 Black";
  text-align: right;
  padding-right: 5px;
}
.custom-event-page .events-main-section .events-list .event-type-first {
  margin: 43px 0px 32px 0px;
}
.custom-event-page .events-main-section .events-list .event-list-wrapper {
  margin: 16px 0px;
}
.custom-event-page
  .events-main-section
  .events-list
  .event-list-wrapper
  .event-meta-1 {
  justify-content: space-between;
}
.custom-event-page
  .events-main-section
  .events-list
  .event-list-wrapper
  .event-meta-1
  .event-save-btn
  .switcher.active
  > .switch-text {
  background: #f8ae71;
  color: #fff;
}
.custom-event-page
  .events-main-section
  .events-list
  .event-list-wrapper
  .event-item {
  max-width: 100%;
}
.custom-event-page
  .events-main-section
  .events-list
  .event-list-wrapper
  .event-item
  .event-list-img {
  max-width: 26.9%;
}

.custom-event-page
  .events-main-section
  .events-list
  .event-list-wrapper
  .event-item
  .event-list-img
  img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.custom-event-page
  .events-main-section
  .events-list
  .event-list-wrapper
  .event-item
  .event-list-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 74.1%;
  width: 100%;
}
.custom-event-page
  .events-main-section
  .events-list
  .event-list-wrapper
  .event-item
  .event-list-content
  .event-meta-2
  a.event-title {
  font-family: "Avenir LT Std, 85 Heavy";
}
.custom-event-page
  .events-main-section
  .events-list
  .event-list-wrapper
  .event-item
  .event-list-content
  p {
  margin-top: 12px;
}
.custom-event-page
  .events-main-section
  .events-list
  .event-list-wrapper
  .event-item
  .event-list-content
  .date-wrapper {
  bottom: 0px;
}
.custom-event-page
  .events-main-section
  .events-list
  .event-list-wrapper
  .event-item
  .event-list-content
  .date-wrapper
  a {
  height: 48px;
}
/* calendar css */
.custom-event-page .events-calendar {
}
.custom-event-page .events-calendar #custom-event-calendar {
  background: #ffff;
  box-shadow: 0px 0px 20px #0000001a;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  padding: 10px;
  position: relative;
}
.custom-event-page .custom-event-calendar {
  background: #ffffff;
  box-shadow: 0px 0px 20px #0000001a;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
}
.custom-event-page .fc .fc-toolbar-title {
  font-size: 14px !important;
  line-height: 20px;
  font-family: "Avenir LT Std, 95 Black";
  text-transform: capitalize;
}
.custom-event-page .fc .fc-daygrid-day-top {
  justify-content: center;
}
.custom-event-page .fc-daygrid-day,
.fc-daygrid-day-frame,
.custom-event-page .fc-theme-standard td,
.fc-theme-standard th {
  border: none;
}
.custom-event-page .fc-scroller {
  overflow: hidden !important;
}
.custom-event-page .fc-daygrid-event {
  border: 1px solid #87cbb9;
  border-radius: 50px;
  opacity: 0.5;
  background: #87cbb9;
}
.custom-event-page .fc .fc-daygrid-event-harness {
  top: -30px !important;
  z-index: 10;
  left: 17px;
  width: 50%;
  margin-top: 0px !important;
}
.custom-event-page .fc .fc-daygrid-event-harness-abs {
  width: auto;
}
.custom-event-page .fc-h-event {
  background: #87cbb9;
}
.custom-event-page .fc-daygrid-event .fc-event-time,
.custom-event-page .fc-daygrid-event .fc-daygrid-event-dot {
  display: none;
}
.custom-event-page .fc-daygrid-day-number {
  font-size: 12px;
  font-family: "Avenir LT Std, 55 Roman";
  color: #000000;
}
.custom-event-page .fc-theme-standard .fc-scrollgrid {
  border: none;
}
.custom-event-page .fc .fc-scroller-liquid-absolute,
.custom-event-page .fc .fc-view-harness-active > .fc-view {
  inset: unset;
  position: unset;
}
.custom-event-page .fc .fc-daygrid-body {
  width: 100% !important;
}
.custom-event-page .fc table {
  margin-block-end: 0px;
  width: 100% !important;
}
.custom-event-page .fc table thead {
  height: 45px;
  background: #fff;
}
.custom-event-page table thead:first-child tr:first-child th {
  border-block-start: none;
}
.custom-event-page .fc .fc-button-group .fc-button-primary,
.custom-event-page .fc .fc-button-group .fc-button-primary:hover,
.custom-event-page .fc .fc-button-group .fc-button-primary:focus {
  background: transparent;
  border: none;
  box-shadow: none;
}
.custom-event-page .fc .fc-button .fc-icon {
  color: #f8ae71;
  opacity: 0.7;
}
.custom-event-page .fc .fc-prev-button {
  padding-right: 0px;
}
.custom-event-page .fc .fc-next-button {
  padding-left: 0px;
}
.custom-event-page .fc .fc-toolbar.fc-header-toolbar {
  padding-top: 13px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f5f5f5;
}
.custom-event-page .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk select {
  border: none;
  outline: none;
  padding: 0px;
  font-size: 14px !important;
  line-height: 20px;
  font-family: "Avenir LT Std, 95 Black";
  text-transform: capitalize;
}
.custom-event-page
  .fc
  .fc-toolbar.fc-header-toolbar
  .fc-toolbar-chunk
  select::after {
  color: #f8ae71 !important;
  opacity: 0.7;
}
.custom-event-page
  .fc
  .fc-toolbar.fc-header-toolbar
  .fc-toolbar-chunk
  select
  option {
  font-family: "Avenir LT Std, 55 Roman";
}
.custom-event-page .fc .fc-day {
  background-color: #ffffff;
}

.custom-event-page .fc .fc-day a {
  font-family: "Avenir LT Std, 55 Roman";
  font-size: 14px;
}
.custom-event-page .fc .fc-day a:hover {
  text-decoration: none;
}
.swiper-container {
  display: none;
}

.swiper-container .event-type {
  color: #242654;
  font-size: 14px;
  line-height: 20px;
  font-family: "Avenir LT Std, 95 Black";
  padding: 24px 0px 16px 0px;
}

/* Upcoming Events Slider */
.upcoming-events-slider .swiper-container {
  display: none;
  width: 100%;
  margin: 20px auto;
}

.upcoming-events-slider .swiper-slide {
  width: auto;
}

.upcoming-events-slider .swiper-pagination {
  display: none;
  position: relative;
  bottom: 10px;
}

.upcoming-events-slider .swiper-button-next,
.upcoming-events-slider .swiper-button-prev {
  width: 48px;
  height: 48px;
  background-color: transparent;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  z-index: 10;
}

.upcoming-events-slider .swiper-button-next {
  background-image: url("images/arrow-right.svg");
}

.upcoming-events-slider .swiper-button-prev {
  background-image: url("images/arrow-left.svg");
}

.upcoming-events-slider .swiper-button-next:hover,
.upcoming-events-slider .swiper-button-prev:hover {
  background-color: transparent;
}

.upcoming-events-slider .swiper-button-prev {
  left: -20px;
}

.upcoming-events-slider .swiper-button-next {
  right: -20px;
}

.upcoming-events-slider .swiper-button-next.swiper-button-disabled,
.upcoming-events-slider .swiper-button-prev.swiper-button-disabled {
  opacity: 20%;
}

/* Current Month Events Slider */
.current-month-events-slider .swiper-container {
  display: none;
  width: 100%;
  margin: 20px auto;
  /* Add specific styles for the current month events slider */
}

.current-month-events-slider .swiper-slide {
  width: auto;
  /* Add specific styles for the current month events slider */
}

.current-month-events-slider .swiper-pagination {
  display: none;
  position: relative;
  bottom: 10px;
  /* Add specific styles for the current month events slider */
}

.current-month-events-slider .swiper-button-next,
.current-month-events-slider .swiper-button-prev {
  width: 48px;
  height: 48px;
  background-color: transparent;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  z-index: 10;
  /* Add specific styles for the current month events slider */
}

.current-month-events-slider .swiper-button-next {
  background-image: url("images/arrow-right.svg");
}

.current-month-events-slider .swiper-button-prev {
  background-image: url("images/arrow-left.svg");
}

.current-month-events-slider .swiper-button-next:hover,
.current-month-events-slider .swiper-button-prev:hover {
  background-color: transparent;
}

.current-month-events-slider .swiper-button-prev {
  left: 0px;
}

.current-month-events-slider .swiper-button-next {
  right: 0px;
}

.current-month-events-slider .swiper-button-next.swiper-button-disabled,
.current-month-events-slider .swiper-button-prev.swiper-button-disabled {
  opacity: 20%;
}

/* Current Year Events Slider */
.current-year-events-slider .swiper-container {
  display: none;
  width: 100%;
  margin: 20px auto;
  /* Add specific styles for the current year events slider */
}

.current-year-events-slider .swiper-slide {
  width: auto;
  /* Add specific styles for the current year events slider */
}

.current-year-events-slider .swiper-pagination {
  display: none;
  position: relative;
  bottom: 10px;
  /* Add specific styles for the current year events slider */
}

.current-year-events-slider .swiper-button-next,
.current-year-events-slider .swiper-button-prev {
  width: 48px;
  height: 48px;
  background-color: transparent;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  z-index: 10;
  /* Add specific styles for the current year events slider */
}

.current-year-events-slider .swiper-button-next {
  background-image: url("images/arrow-right.svg");
}

.current-year-events-slider .swiper-button-prev {
  background-image: url("images/arrow-left.svg");
}

.current-year-events-slider .swiper-button-next:hover,
.current-year-events-slider .swiper-button-prev:hover {
  background-color: transparent;
}

.current-year-events-slider .swiper-button-prev {
  left: -20px;
}

.current-year-events-slider .swiper-button-next {
  right: -20px;
}

.current-year-events-slider .swiper-button-next.swiper-button-disabled,
.current-year-events-slider .swiper-button-prev.swiper-button-disabled {
  opacity: 20%;
}

/* css for detail page */
.post-content .container .custom-post-content-main {
  margin-left: 8%;
}
.post-content .custom-post-actions {
  margin-top: 37px;
  display: flex;
  justify-content: space-between;
  margin-right: 11%;
}
.post-content .custom-post-actions .cta-back {
}
.post-content .custom-post-actions .cta-back ul {
  list-style: none;
  padding-left: 0px;
}
.post-content .custom-post-actions .cta-back ul li {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.post-content .cta-back ul li .list-icon {
}
.post-content .custom-post-actions .cta-back ul li .list-text {
  margin-left: 16px;
}
.post-content .container .custom-post-content-main .custom-post-section-one {
  display: flex;
  margin-top: 33px;
  margin-bottom: 64px;
}
.post-content
  .container
  .custom-post-content-main
  .custom-post-section-one
  .custom-post-details {
  width: 45%;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
}
.post-content
  .container
  .custom-post-content-main
  .custom-post-section-one
  .custom-post-details
  h1 {
  font-size: 48px;
  font-family: "Avenir LT Std, 95 Black";
  line-height: 58px;
  color: #242654;
}
.post-content
  .container
  .custom-post-content-main
  .custom-post-section-one
  .custom-post-details
  .post-category {
  font-size: 14px;
  font-family: "Avenir LT Std, 95 Black";
  line-height: 20px;
  color: #87cbb9;
}
.post-content
  .container
  .custom-post-content-main
  .custom-post-section-one
  .custom-post-details
  .post-date-section {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.post-content
  .container
  .custom-post-content-main
  .custom-post-section-one
  .custom-post-details
  .post-date-section
  .dates {
  background: #242654;
  border: 1px solid #242654;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-family: "Avenir LT Std, 95 Black";
  padding: 8px 12px;
  margin-right: 16px;
}
.post-content
  .container
  .custom-post-content-main
  .custom-post-section-one
  .custom-post-details
  .post-date-section
  .link-cta
  a {
  color: #f8ae71;
  font-size: 16px;
  line-height: 22px;
  font-family: "Avenir LT Std, 95 Black";
}
.post-content
  .container
  .custom-post-content-main
  .custom-post-section-one
  .custom-post-details
  .post-content {
  margin-top: 32px;
  color: #222222;
  font-size: 16px;
  line-height: 22px;
  font-family: "Avenir LT Std, 55 Roman";
}
.post-content
  .container
  .custom-post-content-main
  .custom-post-section-one
  .custom-post-details
  .post-content
  p {
  margin-bottom: 0px;
}
.post-content
  .container
  .custom-post-content-main
  .custom-post-section-one
  .featured-image {
  width: 55%;
}
.post-content
  .container
  .custom-post-content-main
  .custom-post-section-one
  .featured-image
  img {
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 5px;
}

.post-content
  .container
  .custom-post-content-main
  .custom-post-section-one
  .post-cta {
  margin-top: 24px;
}
.post-content
  .container
  .custom-post-content-main
  .custom-post-section-one
  .post-cta
  button {
  font-size: 14px;
  font-family: "Avenir LT Std, 95 Black";
  line-height: 20px;
  color: #fff;
  background: #f8ae71;
  border: 1px solid #f8ae71;
  border-radius: 5px;
  padding: 16px 38px;
}
.post-content .custom-post-section-two {
  background: #87cbb9;
  padding-top: 66px;
  padding-bottom: 44px;
}
.post-content .custom-post-section-two .container h2 {
  width: 75%;
  font-size: 24px;
  font-family: "Avenir LT Std, 85 Heavy";
  line-height: 32px;
  color: #242654;
  margin-left: 8%;
}
.post-content .custom-post-section-two .container .description-main {
  display: flex;
  margin-top: 32px;
  margin-left: 8%;
}
.post-content
  .custom-post-section-two
  .container
  .description-main
  .description-left {
  width: 50%;
  margin-right: 16px;
}
.post-content
  .custom-post-section-two
  .container
  .description-main
  .description-right {
  width: 50%;
}
.post-content
  .custom-post-section-two
  .container
  .description-main
  .description-left
  p {
  font-size: 14px;
  font-family: "Avenir LT Std, 85 Heavy";
  line-height: 20px;
  color: #222222;
}

.post-content
  .custom-post-section-two
  .container
  .description-main
  .description-left
  .download-file-cta {
  font-size: 16px;
  font-family: "Avenir LT Std, 95 Black";
  line-height: 22px;
  color: #242654;
  padding: 16px 38px;
  border: 1px solid #242654;
  border-radius: 5px;
  margin-top: 32px;
}
.post-content
  .custom-post-section-two
  .container
  .description-main
  .description-right
  p {
  font-size: 14px;
  font-family: "Avenir LT Std, 55 Roman";
  line-height: 20px;
  color: #222222;
}
.post-content .custom-post-section-three {
  padding-top: 106px;
}
.post-content .custom-post-section-three .container .section-three-main {
  margin-left: 8%;
}
.post-content .custom-post-section-three .container .section-three-main h1 {
  font-size: 48px;
  font-family: "Avenir LT Std, 95 Black";
  line-height: 58px;
  color: #242654;
  text-align: center;
  width: 90%;
  margin: 0px;
}
.post-content
  .custom-post-section-three
  .container
  .section-three-main
  .short-description {
  font-size: 16px;
  font-family: "Avenir LT Std, 85 Heavy";
  line-height: 22px;
  color: #222222;
  text-align: center;
  width: 90%;
  margin-top: 32px;
  margin-bottom: 0px;
}
.post-content
  .custom-post-section-three
  .container
  .section-three-main
  .detail-section-main {
  display: flex;
  margin-top: 59px;
}
.post-content
  .custom-post-section-three
  .container
  .section-three-main
  .detail-section-main
  .long-description {
  width: 60%;
  margin-right: 63px;
}
.post-content
  .custom-post-section-three
  .container
  .section-three-main
  .detail-section-main
  .long-description
  p {
  font-size: 14px;
  font-family: "Avenir LT Std, 55 Roman";
  line-height: 20px;
  color: #222222;
}
.post-content
  .custom-post-section-three
  .container
  .section-three-main
  .detail-section-main
  .description-media
  img {
  width: 384px;
  height: 284px;
  border: 1px solid transparent;
  border-radius: 5px;
}
/* single detail page */
.section-one-left .post-meta .cat-name span {
  font-size: 14px;
  font-family: "Avenir LT Std, 95 Black";
  line-height: 20px;
  color: #87cbb9;
}
#single-page-event .section-one-left .d-flex {
  align-items: center;
}
.section-one-left .post-meta .date {
  background: #242654;
  border: 1px solid #242654;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-family: "Avenir LT Std, 95 Black";
  padding: 8px 12px;
  margin-right: 16px;
  text-transform: uppercase;
}
#single-page-event .section-one-left .post-meta .more-info {
  display: none;
}
#single-page-event .section-one-left .post-meta .description {
  color: #222222;
  font-size: 17px;
  line-height: 22px;
  font-family: "Avenir LT Std, 55 Roman";
  text-align: justify;
}
/* .section-one-right {
  display: flex;
  align-items: center;
} */
@media (min-width: 768px) {
  .col-lg-6.col-md-6.col-sm-6.section-one-left {
    padding-right: 60px;
  }
}
#single-page-event .section-one-right img {
  width: 100%;
  height: auto;
}
#single-page-event .save-btn .add-to-event-wishlist,
#single-page-event .save-btn .remove-from-event-wishlist {
  float: right;
}
/*#single-page-event .back-btn{
	position: absolute;
	top: 0;
	right: 160px;
}*/
.single-event .post-btn a.active,
.single-training .post-btn a.active {
  background: #f8ae71;
  border: 1px solid #f8ae71;
  color: #fff;
}
.single-event .post-btn a,
.single-training .post-btn a {
  background: transparent;
  border: 1px solid #f8ae71;
  color: #f8ae71;
}

.single-page-wrapper {
  margin-bottom: 0px;
}

.post-btn a.post_link.pending {
  border: 1px solid #87cbb9;
  background: #87cbb9;
  color: #242654;
}

/* media query */
@media (max-width: 768px) {
  .custom-event-page .custom-event-page-top-section,
  .custom-event-page .elementor-container {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .custom-event-page .search-filters-section,
  .custom-event-page .events-main-section {
    flex-direction: column;
  }
  .custom-event-page .custom-event-page-top-section .search-input-container,
  .custom-event-page
    .custom-event-page-top-section
    .search-input-container
    input,
  .custom-event-page select.category_options,
  .custom-event-page .events-main-section .events-calendar {
    width: 100% !important;
  }

  .custom-event-page .events-main-section .events-calendar {
    display: flex;
    flex-direction: column-reverse;
  }
  .custom-event-page .events-main-section .events-calendar .left-main {
    margin: 16px 0px 0px 0px;
  }
  .custom-event-page .events-main-section .events-calendar .left-main h5 {
    display: none;
  }

  .custom-event-page .events-main-section .events-calendar .left-main button {
    width: 100%;
  }

  .custom-event-page
    .events-main-section
    .events-calendar
    #custom-event-calendar {
    margin-top: 25px;
  }
  .custom-event-page .custom-event-page-top-section .page-description h5 {
    padding-right: 0%;
  }
  .custom-event-page .events-main-section .events-list {
    display: none;
  }

  .custom-event-page
    .events-main-section
    .swiper-container
    .event-list-wrapper
    .event-item {
    max-width: 285.25px;
  }

  .custom-event-page
    .events-main-section
    .swiper-container
    .event-list-wrapper
    .event-meta-1 {
    justify-content: space-between;
  }

  .custom-event-page
    .events-main-section
    .swiper-container
    .event-list-wrapper
    .event-meta-2 {
    padding-bottom: 8px;
  }

  .custom-event-page
    .events-main-section
    .swiper-container
    .event-list-wrapper
    .event-item {
    flex-direction: column;
  }

  .custom-event-page
    .events-main-section
    .swiper-container
    .event-list-wrapper
    .event-list-img {
    max-width: 100%;
    width: 285.25px;
    height: 108px;
  }

  .custom-event-page
    .events-main-section
    .swiper-container
    .event-list-wrapper
    .event-list-img
    img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
  }

  .custom-event-page
    .events-main-section
    .swiper-container
    .event-list-wrapper
    .date-wrapper {
    bottom: -5px;
  }

  .custom-event-page
    .events-main-section
    .swiper-container
    .event-list-wrapper
    .event-item
    .event-list-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 250px;
  }

  .custom-event-page
    .events-main-section
    .swiper-container
    .event-list-wrapper
    .event-meta-2
    a.event-title {
    font-family: "Avenir LT Std, 85 Heavy";
  }

  .custom-event-page
    .events-main-section
    .swiper-container
    .event-list-wrapper
    .event-item
    .event-list-content
    .innner-content
    .event-meta-2
    .lable {
    display: none;
  }

  .swiper-container {
    display: block;
    position: relative;
  }

  .custom-event-page .fc .fc-daygrid-event-harness {
    top: -28px !important;
    left: 8px !important;
    width: 65% !important;
  }
  .custom-event-page .fc .fc-daygrid-event-harness-abs {
    left: 0px !important;
    width: auto !important;
  }
}
@media (max-width: 1024px) {
  .custom-event-page .elementor-container {
    padding: 0px 20px;
  }
  .custom-event-page .fc .fc-daygrid-event-harness {
    left: 11px;
    width: 60%;
  }
  .custom-event-page .fc .fc-daygrid-event-harness-abs {
    width: auto;
  }

  /*#single-page-event .back-btn{
	right: 0px !important;	
	}*/
}
@media (max-width: 1280px) {
  .custom-event-page .custom-event-page-top-section {
    padding-left: 12%;
  }

  .custom-event-page .custom-event-page-top-section .page-description h5 {
    padding-right: 10%;
  }
  /*#single-page-event .back-btn{
	right: 40px;	
	}*/
}

.popper,
.tooltip {
  position: absolute;
  z-index: 9999;
  background: #ffc107;
  color: black;
  width: 150px;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  padding: 10px;
  text-align: center;
}
.style5 .tooltip {
  background: #1e252b;
  color: #ffffff;
  max-width: 200px;
  width: auto;
  font-size: 0.8rem;
  padding: 0.5em 1em;
}
.popper .popper__arrow,
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
}

.tooltip .tooltip-arrow,
.popper .popper__arrow {
  border-color: #ffc107;
}
.style5 .tooltip .tooltip-arrow {
  border-color: #1e252b;
}
.popper[x-placement^="top"],
.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}
.popper[x-placement^="top"] .popper__arrow,
.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.popper[x-placement^="bottom"],
.tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow,
.popper[x-placement^="bottom"] .popper__arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^="right"],
.popper[x-placement^="right"] {
  margin-left: 5px;
}
.popper[x-placement^="right"] .popper__arrow,
.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.popper[x-placement^="left"],
.tooltip[x-placement^="left"] {
  margin-right: 5px;
}
.popper[x-placement^="left"] .popper__arrow,
.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
