.single-event-wrap section.single-event-top {
  position: relative;
  height: 481px;
  padding: 30px 0 50px 0;
}
@media screen and (max-width: 800px) {
  .single-event-wrap section.single-event-top {
    height: 300px;
  }
}
@media screen and (max-width: 1300px) {
  .single-event-wrap section.single-event-top .text {
    padding: 0 20px;
  }
}
.single-event-wrap section.single-event-top .text .heading {
  margin-bottom: 40px;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .single-event-wrap section.single-event-top .text .heading {
    width: fit-content;
    margin-bottom: 0;
    padding: 8px 0;
  }
}
.single-event-wrap section.single-event-top .text .heading h1 {
  font-size: 35px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 0;
  color: #002147;
}
@media screen and (max-width: 1023px) {
  .single-event-wrap section.single-event-top .text .heading h1 {
    font-size: 25px;
    line-height: 39px;
    background: #fff;
    border-left: 5px solid #002147;
    padding-left: 10px;
  }
}
@media screen and (max-width: 800px) {
  .single-event-wrap section.single-event-top .text .info-row {
    display: none;
  }
}
.single-event-wrap section.single-event-top .text .info-row p, .single-event-wrap section.single-event-top .text .info-row b {
  color: #002147;
}
.single-event-wrap section.single-event-top .text .info-row p {
  margin-left: 10px;
}
.single-event-wrap section.single-event-top .image {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
}
.single-event-wrap section.single-event-top .image img {
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.single-event-wrap section.event-info {
  margin-top: 8px !important;
  padding: 21px 0;
}
@media screen and (max-width: 1400px) {
  .single-event-wrap section.event-info .columns-wrap {
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .single-event-wrap section.event-info .columns-wrap .column {
    width: 33%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  .single-event-wrap section.event-info .columns-wrap .column {
    width: 100%;
  }
  .single-event-wrap section.event-info .columns-wrap .column .icon {
    display: none;
  }
  .single-event-wrap section.event-info .columns-wrap .column .text {
    width: 100%;
    flex-direction: row;
    gap: 15px;
  }
}
.single-event-wrap section.event-info .columns-wrap .column .column-inner {
  gap: 15px;
}
.single-event-wrap section.event-info .columns-wrap .column .column-inner .text {
  width: calc(100% - 30px);
}
.single-event-wrap section.event-info .columns-wrap .column .column-inner .text .title p {
  font-weight: 700;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0;
  color: #002147;
}
.single-event-wrap section.event-info .columns-wrap .column .column-inner .text .content p {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 21px;
}
.single-event-wrap .event-specific-info h2 {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .single-event-wrap .event-specific-info h2 {
    font-size: 19px;
  }
}
.single-event-wrap .event-specific-info .textarea {
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  .single-event-wrap .event-specific-info .textarea {
    margin-top: 20px;
  }
}
.single-event-wrap .event-specific-info .video {
  width: 100%;
  margin-top: 80px;
}
@media screen and (max-width: 800px) {
  .single-event-wrap .event-specific-info .video {
    margin-top: 40px;
  }
}
.single-event-wrap .event-specific-info .video iframe {
  width: 100%;
}
.single-event-wrap .event-specific-info .form-section {
  align-content: flex-start;
  gap: 30px;
}
.single-event-wrap .event-specific-info .apply-form-buttons {
  margin-top: 1rem;
  gap: 20px;
}
.single-event-wrap .event-specific-info .apply-form-buttons .wishlist-toggle .icon {
  display: inline-flex;
  align-items: center;
}
.single-event-wrap .event-specific-info .apply-form-buttons .wishlist-toggle svg path {
  fill: none;
  stroke: #002147;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-width: 2;
  transition: fill 0.15s, stroke 0.15s;
}
.single-event-wrap .event-specific-info .apply-form-buttons .wishlist-toggle.is-saved svg path {
  fill: #000;
  stroke: #000;
}
.single-event-wrap .event-specific-info .apply-form-popup {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 10000;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
}
.single-event-wrap .event-specific-info .apply-form-popup.is-open {
  display: flex;
}
.single-event-wrap .event-specific-info .apply-form-popup .apply-form-inner {
  background: #002147;
  width: min(90vw, 720px);
  padding: 40px;
}
@media screen and (max-width: 640px) {
  .single-event-wrap .event-specific-info .apply-form-popup .apply-form-inner {
    padding: 24px;
  }
}
.single-event-wrap .event-specific-info .apply-form-popup .apply-form-inner .close-popup button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: none;
  outline: none;
  border: none;
  color: #fff !important;
  font-size: 24px;
  padding: 0;
}
.single-event-wrap .event-specific-info .apply-form-popup .apply-form-inner .close-popup svg,
.single-event-wrap .event-specific-info .apply-form-popup .apply-form-inner .close-popup svg path {
  color: #fff !important;
  stroke: #fff !important;
}
.single-event-wrap .event-specific-info .apply-form-popup .variation-popup h3 {
  color: #fff !important;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}
.single-event-wrap .event-specific-info .apply-form-popup .variation-popup__list {
  gap: 16px;
}
.single-event-wrap .event-specific-info .apply-form-popup .variation-popup__option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: auto;
  min-height: 56px;
  padding: 14px 20px;
  text-decoration: none !important;
}
@media screen and (max-width: 640px) {
  .single-event-wrap .event-specific-info .apply-form-popup .variation-popup__option {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}
.single-event-wrap .event-specific-info .apply-form-popup .variation-popup__option-title,
.single-event-wrap .event-specific-info .apply-form-popup .variation-popup__option-price {
  color: #002147;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .single-event-wrap .event-specific-info .apply-form-popup .variation-popup__option-title,
  .single-event-wrap .event-specific-info .apply-form-popup .variation-popup__option-price {
    font-size: 13px;
  }
}
.single-event-wrap .event-specific-info .apply-form-popup .variation-popup__option-title {
  font-weight: 700;
}
.single-event-wrap .event-specific-info .apply-form-popup .variation-popup__option-price {
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .single-event-wrap .event-specific-info .apply-form-popup .variation-popup__option-price {
    text-align: left;
  }
}

.recently-viewed {
  margin-bottom: 0 !important;
}

/*# sourceMappingURL=single-events.css.map */
