/* Global */
:root {
  --primary-color: #a92671;
}

@font-face {
  font-family: "Bebas Neue";
  src: url("./assets/fonts/Bebas_Neue/BebasNeue-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("./assets/fonts/Nunito/Nunito-VariableFont_wght.ttf")
    format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("./assets/fonts/Nunito/Nunito-Italic-VariableFont_wght.ttf")
    format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("./assets/fonts/Inter/Inter-VariableFont_opsz,wght.ttf")
    format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("./assets/fonts/Inter/Inter-Italic-VariableFont_opsz,wght.ttf")
    format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

body .uv-header {
  max-width: none;
}

body .uv-header-simple {
  margin-top: 16px;
}

body .uv-header-simple-inner {
  padding-bottom: 3em;
}

.backToTurningStoneContainer {
  display: flex;
  align-items: center;
  padding: 10px 32px;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  /* max-width: 1440px; */
  /* margin: auto; */
}

.backToTurningStoneContainer img {
  max-height: 30px;
}

body .uv-page-header {
  top: 44px !important;
}

body .uv-header-max-width {
  max-width: none;
  padding: 20px 32px;
}

body .uws-left-logo .uv-page-hader-logo {
  padding: 0px;
}

body .uv-page-header-menu {
  padding-left: 0px;
}

body .uv-navigation-section {
  width: auto;
}

body .uv-theme-nav-identity {
  display: none;
}

body .uv-page-header li a,
body .uv-mobile-menu-body ul li a {
  font-family: "Nunito";
  letter-spacing: 0.04em;
}

body .uv-page-header-menu li::after {
  background-color: var(--primary-color);
  height: 3px;
  bottom: -27px;
}

body .menu-item-has-children > a::after {
  content: "";
  position: absolute;
  top: 6px;
  right: -20px;
  width: 14px;
  height: 10px;
  border: none;
  background-image: url("../../../../wp-content/uploads/2025/06/Primary.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.uv-page-header-menu.main-menu
  ul
  > li
  > .uv-submenu
  > .uv-submenu-inner
  > ul
  > li
  > a:hover {
  background-color: #e1e1e1;
}

.uv-btn.uv-btn-s,
body .uws-event-list-item .uws-btn {
  font-size: 25px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 15.25px 1.5em;
  font-family: "Bebas Neue";
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.1;
  text-align: center;
  vertical-align: middle;
}

.uv-venues-list-title-container {
  font-family: "Bebas Neue";
  font-weight: 400;
  font-size: 60px;
  color: #fff;
  text-align: center;
}

@media (max-width: 768px) {
  body .uv-theme-nav-identity {
    display: flex;
    gap: 0px;
  }

  body .uv-header-max-width {
    flex-direction: row-reverse;
    padding: 20px 24px;
  }

  body .uv-header-inner-logo.uws-left-logo {
    flex: 1;
    justify-content: center;
    align-items: center;
    margin: auto;
    display: flex;
  }

  body .uv-hamburguer-menu-icon {
    padding-left: 0px;
  }

  .backToTurningStoneContainer {
    padding: 10px 24px;
  }

  body .uv-mobile-menu-body .menu-item-has-children > a:after {
    border-top: none;
    top: 6px;
  }

  body:has(.uv-mobile-menu-active) .backToTurningStoneContainer {
    display: none !important;
  }
}

/* Footer Styles */
footer .footer-inner,
footer .footer-socket {
  display: none;
}

.uv-footer-container {
  background-color: #262626;
  color: white;
}

.uv-footer-container-content {
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  margin: auto;
  padding: 67px 60px;
}

.uv-footer-content {
  display: flex;
  justify-content: space-between;
}

.uv-footer-links {
  display: flex;
  flex-direction: row;
  gap: 72px;
  padding-right: 30px;
}

.uv-nav-section h3 {
  font-family: "Nunito";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #d9d9d9;
  margin-bottom: 12px;
}

.uv-nav-links {
  list-style: none;
  margin-top: 0px;
  padding: 0px;
}

.uv-nav-links li {
  /* margin-bottom: 22px; */
  margin-bottom: 4px;
}

.uv-nav-links a {
  font-family: "Bebas Neue";
  font-weight: 400;
  font-size: 25px;
  letter-spacing: 0.01em;
  color: white;
  text-decoration: none;
  transition: color 0.3s;
}

.uv-nav-links a:hover {
  color: var(--primary-color);
}

.uv-footer-bottom-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.uv-email-signup {
  margin-left: -20px;
}

.uv-email-signup p {
  font-family: "Nunito";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #d9d9d9;
  margin-bottom: 16px;
}

.uv-email-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 326px;
  margin: 0px;
}

/* Ninja form Styles */
#nf-form-title-2,
.nf-form-layout .nf-before-form-content .nf-form-fields-required,
#nf-field-5-container .nf-field-label,
#nf-form-errors-2 .nf-error-msg.nf-error-field-errors,
nf-form-title-4 {
  display: none;
}

#nf-field-5-wrap #nf-field-5 {
  padding: 12px 16px;
  background-color: #d9d9d9;
  border: none;
  font-family: "Nunito";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #1e1e1e;
}

input#nf-field-6 {
  font-family: "Bebas Neue";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 6%;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.13em;
  line-height: 1.2;
  width: fit-content;
  position: relative;
  display: inline-block;
  padding: 0.75em 2.5em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all ease-in-out 500ms;
  border: 1px solid transparent;
  background-color: #a92671;
  color: white;
  cursor: pointer;
}

input#nf-field-6:hover {
  background-color: white;
  color: #a92671;
  border-color: #a92671;
}

#nf-error-5 .nf-error-msg {
  font-family: "Nunito";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  margin-right: 0px;
}

body #nf-field-5-container.nf-field-container {
  margin-bottom: 16px;
}

#nf-field-6-container {
  margin-bottom: 0px;
}

.nf-form-layout form {
  margin: 0px;
}
/* End Ninja forms styles */

.uv-footer-social-privacy {
  margin-top: 26px;
}

.uv-social-section {
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: 20px;
}

.uv-social-icon {
  width: 20px;
  height: 20px;
  fill: white;
  transition: fill 0.3s;
  cursor: pointer;
}

.uv-social-icon:hover {
  fill: #b83d9e;
}

.uv-footer-bottom {
  margin-top: 8px;
  padding-top: 8px;
  font-family: "Nunito";
  font-weight: 700;
  font-size: 12px;
  color: #d9d9d9;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: end;
}

.uv-footer-bottom a {
  position: relative;
  color: #d9d9d9;
  text-decoration: none;
  margin-left: 1rem;
  transition: all 0.3 ease-in;
}

.uv-footer-bottom a:first-child {
  margin-left: 0rem;
}

.uv-footer-bottom a:hover {
  color: #a92671;
}

.uv-footer-bottom a:hover:after {
  transform: scaleX(1);
}

.uv-footer-bottom a:after {
  width: 100%;
  height: 1px;
  background: #a92671;
  transform-origin: center;
  position: absolute;
  bottom: 0;
  transform: scaleX(0);
  transition: transform 0.3s ease-in;
  content: "";
  left: 0;
}

@media (max-width: 768px) {
  .uv-footer-container-content {
    padding: 67px 30px;
  }

  .uv-footer-content {
    flex-direction: column;
    gap: 30px;
  }

  .uv-footer-links {
    flex-direction: column;
    gap: 30px;
  }

  .uv-footer-bottom-section {
    flex-direction: column;
    gap: 30px;
  }

  .uv-footer-social-privacy {
    margin-top: 0px;
  }

  .uv-social-section {
    justify-content: start;
  }

  .uv-social-icon {
    width: 22px;
    height: 22px;
  }

  .uv-footer-bottom {
    text-align: start;
  }

  .uv-email-signup {
    margin-right: auto;
  }

  .uv-footer-links {
    padding-right: 0px;
  }
}
/* End Footer Styles */
/* End Global */

/* Home Page */
body:has(.uv-home-page) .uv-header-overlay {
  background: linear-gradient(180deg, #d75f37, #8d0394, #000023);
  mix-blend-mode: hard-light;
}

body:has(.uv-home-page) .uv-header-simple-content .uvedcontent h1 {
  font-family: "Bebas Neue";
  color: #ffffff;
  font-size: 90px;
  font-weight: 400;
}

body:has(.uv-home-page) .uv-header-simple-content .uvedcontent p {
  font-family: "Nunito";
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  max-width: 730px;
  margin: auto;
  margin-top: 24px;
  margin-bottom: 24px;
}

body:has(.uv-home-page) .uv-header-simple-content .uvedcontent .uv-btn-p {
  padding: 15.25px 20px;
  font-family: "Bebas Neue";
  font-size: 25px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.06em;
  width: auto;
}

body .uv-venues-list-container .uv-explore-btn {
  font-family: "Bebas Neue";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.13em;
  margin-top: 32px;
}

body .uv-galery-title-container {
  font-family: "Bebas Neue";
  font-weight: 400;
  font-size: 60px;
  margin-bottom: 32px;
}

body .uv-cta-nimages-3 .uv-cta-image {
  max-height: 260px;
  overflow: hidden;
}

body .uv-imghover::before {
  padding-top: 60%;
}

body .uv-cta-image .uv-overlay {
  top: 25px;
  left: 25px;
  width: auto;
  height: auto;
  padding: 10px 20px;
  background-color: white !important;
}

body .uv-cta-image .uv-overlay h2 {
  font-family: "Bebas Neue";
  font-weight: 400;
  font-size: 25px;
  line-height: 1.1;
  letter-spacing: 0.06em;
  text-align: center;
  vertical-align: middle;
  color: #000;
}

@media (max-width: 600px) {
  body:has(.uv-home-page)
    .uv-venues-list-container
    .uv-venues-list-title-container {
    font-size: 32px;
  }

  body .uv-galery-title-container {
    font-size: 32px;
    margin-bottom: 48px;
    text-align: center;
  }

  body:has(.uv-home-page) .uv-header-simple-content .uvedcontent h1 {
    font-size: 48px;
  }

  body.admin-bar {
    padding-top: 107px !important;
  }
}
/* End Home Page */

/* Events Page */
body .uws-events .uws-events-controls {
  display: none;
}

body:has(.uv-events-page) .uws-agenda-default {
  justify-content: space-between;
  row-gap: 60px;
}

body .uws-agenda-cols-4 .uws-agenda-default > div {
  flex: 0 1 290px;
  max-width: 290px;
  display: flex;
  flex-direction: column;
  background: #fff;
  overflow: hidden;
  border: 1px solid #a01a7d;
}

body .uws-event-list-item a {
  text-decoration: none;
}

body:has(.uv-events-page) .uv-header-size-small {
  min-height: 30vw;
}

body:has(.uv-events-page) .uv-header-overlay {
  mix-blend-mode: hard-light;
}

body:has(.uv-events-page) .uv-header-simple-content .uvedcontent h1 {
  font-family: "Bebas Neue";
  color: #ffffff;
  font-size: 76px;
  font-weight: 400;
  line-height: 1.1;
}

body:has(.uv-events-page) .uv-events-list-title {
  font-family: "Bebas Neue";
  font-weight: 400;
  font-size: 60px;
  vertical-align: middle;
  margin-bottom: 20px;
}

body:has(.uv-events-page) .uv-events-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  row-gap: 60px;
}

body:has(.uv-events-page) .uv-event-card {
  flex: 0 1 290px;
  max-width: 290px;
  display: flex;
  flex-direction: column;
  background: #fff;
  overflow: hidden;
  border: 1px solid #a01a7d;
}

body .uv-events-container .uv-events-list .uv-event-card .uv-btn-s {
  border: none;
  border-top: 1px solid #a01a7d;
}

body:has(.uv-events-page) .uv-event-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 17px;
}

body:has(.uv-events-page) .uv-event-card-img img {
  width: 100%;
  height: 290px;
  object-fit: cover;
}

body:has(.uv-events-page) .uws-event-list-item {
  padding: 0px;
}

body:has(.uv-events-page) .uv-event-card-content .uv-event-card-title,
body:has(.uv-events-page) .uws-event-list-item .uwsname {
  font-family: "Bebas Neue";
  font-weight: 400;
  font-size: 40px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: calc(1em * 2);
  white-space: normal;
}

body:has(.uv-events-page) .uv-event-card-content .uv-event-card-date,
body:has(.uv-events-page) .uws-event-list-item .uwsddate {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-family: "Nunito";
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
  color: #1f2337;
  margin: 10px 0px;
}

body:has(.uv-events-page) .uws-event-list-item .uwsvenuename {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-family: "Nunito";
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
  color: #1f2337;
  margin: 10px 0px;
}

body .uws-events .uws-events-actions .uv-btn.uv-btn-inl {
  margin-top: 64px;
  background-color: #a01a7d;
  color: #ffffff;
  border: 1px solid #a01a7d;
  font-size: 25px;
  width: max-content;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 15.25px 1.5em;
  font-family: "Bebas Neue";
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.1;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 0px;
}

body .uws-events .uws-events-actions .uv-btn.uv-btn-inl:hover {
  background-color: #ffffff;
  color: #a01a7d;
  border: 1px solid #a01a7d;
}

body .uws-events .uws-events-actions .uv-btn.uv-btn-inl::after {
  display: none;
}

body .uws-event-list-item .uwsactions .uv-btn.uv-btn-inl,
body .uws-agenda-item-default .uwsactions .uws-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  color: #a01a7d;
  border: none;
  border-top: 1px solid #a01a7d;
  font-size: 25px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 15.25px 1.5em;
  font-family: "Bebas Neue";
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.1;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 0px;
}

body .uws-event-list-item .uwsactions .uv-btn.uv-btn-inl:hover,
body .uws-agenda-item-default .uwsactions .uws-btn:hover {
  background-color: #a01a7d;
  color: white;
}

body .uws-event-list-item .uwsactions .uv-btn-inl:after {
  display: none;
}

body:has(.uv-events-page) .uv-events-loadmore-wrap {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}

body:has(.uv-events-page) .uv-events-loadmore-wrap .uv-btn.uv-btn-p {
  font-size: 25px;
  width: fit-content;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 15.25px 1.5em;
  font-family: "Bebas Neue";
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.1;
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 768px) {
  body:has(.uv-events-page) .uws-agenda-default {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  body:has(.uv-events-page) .uv-events-list-title {
    text-align: center;
  }

  body:has(.uv-events-page) .uv-events-list {
    justify-content: center;
    row-gap: 40px;
  }

  body:has(.uv-events-page) .uv-featured-event-card {
    max-width: 290px;
  }
}
/* End Events Page */

/* Event Page */
body:has(.uv-event-page) .uv-bgimage {
  filter: grayscale(100%);
}

body:has(.uv-event-page) #uv-title-container-js {
  padding-left: 5vw;
}

body:has(.uv-event-page) #uv-title-container-js .uwsname {
  font-family: "Bebas Neue";
  font-weight: 400;
  font-size: 60px;
  color: #ffffff;
  line-height: 1;
}

body:has(.uv-event-page) .uws-event-title {
  margin-bottom: 0px;
}

body:has(.uv-event-page) .uws-event-title .uwsddate {
  margin-top: 0px;
  padding: 12px;
  gap: 9px;
  background-color: #00000063;
  width: fit-content;
}

body:has(.uv-event-page) .uws-event-title .uwsddate span {
  font-family: "Nunito";
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.03rem;
  vertical-align: middle;
}

/* body:has(.uv-event-page) .uws-inventory-3dmaplink a, */
/* body:has(.uv-event-page) .uws-extticketsbtn {
  display: none;
} */

body .uws-btn.uws-extticketsbtn {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
}

body:has(.uv-event-page) .uws-booktype-item .uwsbooktypenamenamecont svg * {
  fill: var(--primary-color);
}

body:has(.uv-event-page) .uws-booktype-item > a {
  text-decoration: none;
}

body:has(.uv-event-page) .uws-event-info .uwsinfobox {
  background-color: #262626;
  color: white;
}

body:has(.uv-event-page) .uws-event-info .uws-social-shares {
  justify-content: start;
  margin-top: 6px;
}

body:has(.uv-event-page) .uws-social-shares a {
  font-family: "Nunito";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;

  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-offset: 23.5%;
  text-decoration-thickness: 11%;
  text-underline-offset: 0.5em;
}

body:has(.uv-event-page) .uws-social-shares a i::before {
  color: #ffffff;
}

body:has(.uv-event-page) .uv-date-cnt-title {
  font-family: Nunito;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #c8c8c8;
  margin-bottom: 5px;
}

body:has(.uv-event-page) .uv-event-date-month-day,
body:has(.uv-event-page) .uws-event-info .uwsinfobox .uwsddate .uwsdtime {
  font-family: "Nunito";
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #ffffff;
}

body:has(.uv-event-page) .uws-event-info .uwsinfobox .uwsddate .uwsdtime {
  margin: 0px;
  color: #ffffff;
}

body:has(.uv-event-page)
  .uws-event-info
  .uwsinfobox
  .uwsddate
  .uwsdtime::before {
  display: none;
}

body:has(.uv-event-page) .uwsvenuename {
  font-family: "Nunito";
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  margin-top: 10px;
}

body:has(.uv-event-page) .uws-event-info .uwsinfobox .uwsvenueinfo .uwsaddress {
  font-family: "Nunito";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #c8c8c8;
}

body:has(.uv-event-page) .uv-dress-code-cnt {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

body:has(.uv-event-page) .uv-event-dress-code {
  font-family: "Nunito";
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.03em;
  color: #c8c8c8;
}

body:has(.uv-event-page) .uv-event-dress-code-button {
  font-family: "Nunito";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-offset: 23.5%;
  text-decoration-thickness: 11%;
  text-underline-offset: 0.5em;
  color: #ffffff;
}

body:has(.uv-event-page) .uws-inventory-3dmaplink a {
  text-decoration: none;
  padding: 0.75em 1.5em;
  background-color: #f5f5f5;
  border-radius: 0.1875em;
  border: 1px solid #e3e3e3;
}

body:has(.uv-event-page) .uws-inventory-3dmaplink a .uws-btn {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: white;
  padding: 0.8em;
  font-size: 0.8em;
  text-align: center;
  min-width: 10em;
  border-radius: 0.25em;
  margin-left: 0.5em;
  font-family: "Bebas Neue";
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.06em;
}

body:has(.uv-event-page) .uws-inventory-3dmaplink a:hover .uws-btn {
  background-color: white;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

body:has(.uv-event-page) .uws-inventory-3dmaplink .uvtitle,
body:has(.uv-event-page) .uwsbooktypename {
  font-family: "Nunito";
  font-weight: 700;
  font-size: 20px;
  color: #323232;
}

body:has(.uv-event-page) .uws-booktype-item > a {
  background-color: #f5f5f5;
  border: 1px solid #d9d9d9;
}

body:has(.uv-event-page) .uws-booktype-item > a i {
  background-color: transparent;
}

body:has(.uv-event-page) .uws-invitems-list .uws-inventory-item .uwsname,
body:has(.uv-event-page) .uws-invitems-list .uws-inventory-item .uwsprice,
body:has(.uv-map-page) .uws-inventory-item .uwsname,
body:has(.uv-map-page) .uws-inventory-item .uwsprice {
  font-family: "Nunito";
  font-weight: 700;
  font-size: 16px;
  color: #323232;
}

body:has(.uv-event-page) .uws-invitems-list .uws-inventory-item .uwsextrainfo,
body:has(.uv-event-page) .uws-invitems-list .uws-inventory-item .uwsextrainfo a,
body:has(.uv-event-page) .uws-invitems-list .uws-inventory-item .uwspaynow,
body:has(.uv-map-page) .uws-inventory-item .uwsextrainfo,
body:has(.uv-map-page) .uws-inventory-item .uwsextrainfo a,
body:has(.uv-map-page) .uws-inventory-item .uwspaynow {
  font-family: "Nunito";
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 1px;
  color: #757575;
}

body:has(.uv-event-page)
  .uws-invitems-list
  .uws-inventory-item
  .uwsitemdisclaimer,
body:has(.uv-event-page) .uws-invitems-list .uws-inventory-item .uwspricing,
body:has(.uv-map-page) .uws-inventory-item .uwsitemdisclaimer,
body:has(.uv-map-page) .uws-inventory-item .uwspricing {
  font-family: "Nunito";
}

body:has(.uv-event-page)
  .uws-invitems-list
  .uws-inventory-item
  .uwsactions
  .uws-btn {
  font-family: "Bebas Neue";
  font-weight: 400;
  font-size: 25px;
  letter-spacing: 0.06em;
  padding: 10px;
  border-radius: 0px;
}

body .uws-invitems-list > .uwsinv-item:nth-child(even) {
  background: #f5f5f5;
}

body .uws-invitems-list > .uwsinv-item:nth-child(even) .uwsbubble {
  background: #ffffff;
}

/* Titles Popups */
body:has(.uv-event-page) .uws-pop-slightheader .uwstitle,
body:has(.uv-event-page) .uws-itembreakdown-pop .uws-itempop-header .uwsname,
body:has(.uv-event-page) .uws-itempop-header .uwsname {
  font-family: "Bebas Neue";
  font-weight: 400;
}
/* Texts */
body:has(.uv-event-page) .uws-pop-infobody,
body:has(.uv-event-page) .uwsinv-pricingbreakdown-pop .uws-itempop-body,
body:has(.uv-event-page) #uws-invitem-pop .uws-closepop-label,
body:has(.uv-event-page) .uws-inventory-item-pop-inner {
  font-family: "Nunito";
}

body:has(.uv-event-page) .uws-btn,
body:has(.uv-map-page) .uws-btn,
body:has(.uv-map-page) .uws-booktype a {
  font-family: "Bebas Neue";
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.06em;
}

/* Secondary effect */
body:has(.uv-event-page)
  :is(.uws-pop-actionchose, .uwsselscreenfooter)
  .uws-btn-s,
body:has(.uv-event-page)
  :is(.uws-pop-actionchose, .uwsselscreenfooter)
  button.uws-btn-p:hover,
body:has(.uv-event-page)
  .uws-itempop-footer
  .uwsactions
  > :is(.uws-btn-s, .uws-btn-inl),
body:has(.uv-event-page)
  .uws-itempop-footer
  .uwsactions
  > .uws-btn-p:is(:hover, :focus),
body:has(.uv-event-page) .uws-pop-actionchose .uws-btn-s {
  color: var(--primary-color);
  border-color: var(--primary-color);
  background-color: white;
  border-radius: 0px;
}

/* Primary effect */
body:has(.uv-event-page)
  :is(.uws-pop-actionchose, .uwsselscreenfooter)
  button.uws-btn-p,
body:has(.uv-event-page)
  :is(.uws-pop-actionchose, .uwsselscreenfooter)
  .uws-btn-s:hover {
  color: white;
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  border-radius: 0px;
}

body:has(.uv-event-page)
  .uwsinv-pricingbreakdown-pop
  .uwspricesbreakdown
  .uws-togglecoll
  > a,
body:has(.uv-event-page) .uwspricesbreakdown .uws-togglecoll > a {
  text-decoration: none;
}

/* body:has(.uv-event-page) i.uwsicon-resize-full-alt {
    position: relative;
    top: 23%;
} */

body:has(.uv-event-page) .uv-venue-logo-event-page {
  width: 140px;
  height: 140px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  margin: auto;
  margin-bottom: 20px;
  background-color: transparent;
  background-image: url("/nightlife-lounges/wp-content/uploads/2025/07/Frame-75857.png");
}

body:has(.uv-event-page) .uv-venue-logo-event-page.VEN2016841 {
  background-image: url("/nightlife-lounges/wp-content/uploads/2025/06/logo.nyrec-1.webp");
}
body:has(.uv-event-page) .uv-venue-logo-event-page.VEN2016834 {
  background-image: url("/nightlife-lounges/wp-content/uploads/2025/06/f57e38eedfab77f1a03c0847899d1a8646aae610.webp");
}
body:has(.uv-event-page) .uv-venue-logo-event-page.VEN2016837 {
  background-image: url("/nightlife-lounges/wp-content/uploads/2025/06/logo.turquoise.webp");
}
body:has(.uv-event-page) .uv-venue-logo-event-page.VEN2016839 {
  background-image: url("/nightlife-lounges/wp-content/uploads/2025/06/Variant5-1.webp");
}
body:has(.uv-event-page) .uv-venue-logo-event-page.VEN2016835 {
  background-image: url("/nightlife-lounges/wp-content/uploads/2025/06/2b79cdbd86c6130b8fe1fcd20a84112cd6487257.webp");
}

body:has(.uv-event-page) .uws-event-columns {
  padding-top: 20px;
}

@media (min-width: 1024px) {
  body:has(.uv-event-page)
    .uws-event-columns-inventory-flyer
    .uws-event-columns
    .uws-event-info {
    margin-top: -120px;
  }
}

@media (max-width: 600px) {
  body:has(.uv-event-page) .uws-event-columns {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* End Event Page */

/* Venues Page */
body:has(.uv-venues-page) .uv-header-simple-content h1 {
  font-family: "Bebas Neue";
  color: #ffffff;
  font-size: 76px;
  font-weight: 400;
  line-height: 1.1;
}

@media (max-width: 600px) {
  body:has(.uv-venues-page) .uv-venue-title,
  body:has(.uv-venues-page) .uv-venue-description {
    text-align: center;
  }

  body:has(.uv-venues-page) .uv-venues-list-title-container {
    font-size: 32px;
  }
  body:has(.uv-event-page) #uv-title-container-js .uwsname {
    font-size: 36px;
  }
}
/* End Venues Page */

/* About Page */
body:has(.uv-about-page) .uv-header-simple-content h1 {
  font-family: "Bebas Neue";
  color: #ffffff;
  font-size: 76px;
  font-weight: 400;
  line-height: 1.1;
}

body:has(.uv-about-page) .uv-map-section-title {
  font-family: "Bebas Neue";
  color: #ffffff;
  font-size: 60px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 32px;
}

body:has(.uv-about-page) .uv-btn.uv-btn-p {
  font-family: "Bebas Neue";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.13em;
  margin-top: 32px;
}

body:has(.uv-about-page) .uv-faqs-title-container {
  font-family: "Bebas Neue";
  font-weight: 400;
  font-size: 60px;
  color: #1e1e1e;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 48px;
}

@media (max-width: 600px) {
  body:has(.uv-about-page) .uv-faqs-title-container {
    margin-bottom: 24px;
  }

  body:has(.uv-about-page) .uv-faqscont {
    padding: 20px 0px;
  }

  body:has(.uv-about-page) .uv-map-section-title {
    font-size: 32px;
  }
}
/* End About Page */

/* Private Event Page */
body:has(.uv-private-events-page) .uv-header-simple-content .uvedcontent h1 {
  font-family: "Bebas Neue";
  color: #ffffff;
  font-size: 90px;
  font-weight: 400;
}

body:has(.uv-private-events-page) .uv-header-simple-content .uvedcontent p {
  font-family: "Nunito";
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  max-width: 730px;
  margin: auto;
  margin-top: 24px;
  margin-bottom: 24px;
}

body:has(.uv-private-events-page)
  .uv-header-simple-content
  .uvedcontent
  .uv-btn-p {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Bebas Neue";
  font-size: 25px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.06em;
}

body:has(.uv-private-events-page) .uv-private-events-form-title,
body:has(.uv-venues-page) .uv-venues-form-title {
  font-family: "Bebas Neue";
  font-weight: 400;
  font-size: 40px;
  text-transform: uppercase;
  color: white;
}

body:has(.uv-private-events-page) .uv-private-events-form-title:first-child,
body:has(.uv-venues-page) .uv-venues-form-title:first-child {
  background-color: white;
  color: black;
  width: fit-content;
  margin-bottom: 10px;
}

body:has(.uv-private-events-page) .uv-private-events-form,
body:has(.uv-venues-page) .uv-venues-form {
  max-width: 900px;
  margin-left: auto;
}

#nf-form-3-cont,
#nf-form-4-cont {
  margin-top: 62px;
}

#nf-form-3-cont nf-fields-wrap,
#nf-form-4-cont nf-fields-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0px 25px;
}

#nf-form-3-cont nf-field:nth-child(1),
#nf-form-3-cont nf-field:nth-child(2),
#nf-form-3-cont nf-field:nth-child(3),
#nf-form-3-cont nf-field:nth-child(4),
#nf-form-3-cont nf-field:nth-child(5),
#nf-form-3-cont nf-field:nth-child(6) {
  grid-column: span 2;
}

#nf-form-4-cont nf-field:nth-child(1),
#nf-form-4-cont nf-field:nth-child(2),
#nf-form-4-cont nf-field:nth-child(3),
#nf-form-4-cont nf-field:nth-child(4),
#nf-form-4-cont nf-field:nth-child(7) {
  grid-column: span 2;
}

#nf-form-4-cont nf-field:nth-child(5),
#nf-form-4-cont nf-field:nth-child(6) {
  grid-column: span 1;
}

/* #nf-form-3-cont nf-field:nth-child(5) {
    grid-column: span 1;
}

#nf-form-3-cont nf-field:nth-child(6) {
    grid-column: span 3;
} */

#nf-form-3-cont nf-field:nth-child(7),
#nf-form-4-cont nf-field:nth-child(8) {
  grid-column: span 4;
}

#nf-form-3-cont #nf-form-title-3,
#nf-form-4-cont #nf-form-title-4 {
  display: none;
}

#nf-form-3-cont .nf-field-label label,
#nf-form-3-cont .nf-field-label .nf-label-span,
#nf-form-4-cont .nf-field-label label,
#nf-form-4-cont .nf-field-label .nf-label-span {
  font-family: "Nunito";
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: white;
}

#nf-form-3-cont .label-above .nf-field-label,
#nf-form-4-cont .label-above .nf-field-label {
  margin-bottom: 0px;
}

#nf-form-3-cont .nf-field-element input,
#nf-form-3-cont .nf-field-element select,
#nf-form-3-cont .nf-field-element textarea,
#nf-form-4-cont .nf-field-element input,
#nf-form-4-cont .nf-field-element select,
#nf-form-4-cont .nf-field-element textarea {
  font-family: "Nunito";
  font-size: 16px;
  font-weight: 700;
  padding: 15px;
  background-color: #2e2c33;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #d9d9d9;
  color: white;
}

#nf-form-3-cont .nf-field-element input::placeholder,
#nf-form-3-cont .nf-field-element textarea::placeholder,
#nf-form-4-cont .nf-field-element input::placeholder,
#nf-form-4-cont .nf-field-element textarea::placeholder {
  color: #b3b3b3;
  font-family: "Nunito";
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  opacity: 1;
}

select.ninja-forms-field {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../../../../wp-content/uploads/2025/06/Primary.svg");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 0.75rem;
  padding-right: 2.5rem;
}

body .flatpickr-calendar,
body .flatpickr-calendar * {
  font-family: "Nunito", sans-serif !important;
}

.uv-getting-here-container {
  border-radius: 11px 11px 0px 0px;
}

#nf-form-3-cont #nf-field-14,
#nf-form-4-cont #nf-field-23 {
  font-family: "Bebas Neue";
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  width: fit-content;
  padding: 18px 20px;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: white;
  transition: all 0.3s ease;
}

#nf-form-3-cont #nf-field-14:hover,
#nf-form-4-cont #nf-field-23:hover {
  background-color: white;
  color: var(--primary-color);
}

body:has(.uv-private-events-page) #nf-form-3-cont .nf-response-msg,
#nf-form-4-cont .nf-response-msg {
  font-family: "Nunito";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: white;
}

body:has(.uv-private-events-page) #nf-form-3-cont .nf-response-msg p heading {
  font-size: 24px;
}

.uv-map-section h2 {
  font-family: "Bebas Neue";
  font-weight: 400;
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
}

.uv-map-section p {
  font-family: "Inter";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}

.uv-map-section .uv-btn.uv-btn-s {
  max-width: fit-content;
}

@media (max-width: 768px) {
  #nf-form-4-cont nf-field:nth-child(1),
  #nf-form-4-cont nf-field:nth-child(2),
  #nf-form-4-cont nf-field:nth-child(3),
  #nf-form-4-cont nf-field:nth-child(4),
  #nf-form-4-cont nf-field:nth-child(5),
  #nf-form-4-cont nf-field:nth-child(6),
  #nf-form-4-cont nf-field:nth-child(7),
  #nf-form-4-cont nf-field:nth-child(8) {
    grid-column: span 4;
    gap: 0px;
  }
}

@media (max-width: 600px) {
  #nf-form-3-cont nf-field:nth-child(1),
  #nf-form-3-cont nf-field:nth-child(2),
  #nf-form-3-cont nf-field:nth-child(3),
  #nf-form-3-cont nf-field:nth-child(4),
  #nf-form-3-cont nf-field:nth-child(5),
  #nf-form-3-cont nf-field:nth-child(6),
  #nf-form-3-cont nf-field:nth-child(7) {
    grid-column: span 4;
    gap: 0px;
  }

  #nf-form-4-cont nf-field:nth-child(1),
  #nf-form-4-cont nf-field:nth-child(2),
  #nf-form-4-cont nf-field:nth-child(3),
  #nf-form-4-cont nf-field:nth-child(4),
  #nf-form-4-cont nf-field:nth-child(5),
  #nf-form-4-cont nf-field:nth-child(6),
  #nf-form-4-cont nf-field:nth-child(7),
  #nf-form-4-cont nf-field:nth-child(8) {
    grid-column: span 4;
    gap: 0px;
  }

  body:has(.uv-private-events-page) .uv-header-simple-content .uvedcontent h1 {
    font-size: 48px;
    text-wrap: balance;
  }
}
/* End Private Event Page */

/* FAQS */

body:has(.uv-faqs-page) .uv-faqs-title-page {
  font-family: "Bebas Neue";
  font-weight: 400;
  font-size: 60px;
  line-height: 1.1;
  color: #1f2337;
  text-transform: uppercase;
  text-align: center;
}

body:has(.uv-faqs-page) .uv-faqs-title-container {
  font-family: "Bebas Neue";
  font-weight: 400;
  font-size: 60px;
  color: #1e1e1e;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}

body:has(.uv-faqs-page) .uv-faq-modern-item,
body:has(.uv-about-page) .uv-faq-modern-item {
  border: 1px solid #d9d9d9;
  margin: 16px auto;
  border-radius: 8px;
  padding: 0px;
  background-color: #f5f5f5;
  max-width: 640px;
}

body:has(.uv-faqs-page) .uv-faq-modern-item > a,
body:has(.uv-about-page) .uv-faq-modern-item > a {
  padding: 16px;
  display: flex;
  cursor: pointer;
  font-family: "Nunito";
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #000000;
}

body:has(.uv-faqs-page) .uv-faq-modern-item.active,
body:has(.uv-about-page) .uv-faq-modern-item.active {
  background-color: white;
}

body:has(.uv-faqs-page) .uv-faq-modern-item a p,
body:has(.uv-about-page) .uv-faq-modern-item a p {
  font-family: "Nunito";
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0px;
  transition: all 0.3s ease-in-out;
  width: 90%;
}

body:has(.uv-faqs-page) .uv-faq-modern-item.active .uv-faq-modern-answer,
body:has(.uv-about-page) .uv-faq-modern-item.active .uv-faq-modern-answer {
  margin-bottom: 0px;
}

body:has(.uv-faqs-page) .uv-faq-modern-item .uv-faq-modern-answer-inner,
body:has(.uv-about-page) .uv-faq-modern-item .uv-faq-modern-answer-inner {
  padding: 0px 16px 16px 16px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #1e1e1e;
}

body:has(.uv-faqs-page) .uv-faq-modern-item .uv-faq-modern-answer-inner p,
body:has(.uv-about-page) .uv-faq-modern-item .uv-faq-modern-answer-inner p {
  font-family: "Inter";
  font-weight: 400;
  line-height: 1.4;
  color: #1e1e1e;
  margin: 0px;
  margin-top: 10px;
}

/* body:has(.uv-faqs-page) .uv-close-icon {
    right: 16px;
    top: -5px;
    border: none;
    background-color: transparent;
} */

body:has(.uv-faqs-page) .uv-close-icon::before,
body:has(.uv-faqs-page) .uv-close-icon::after,
body:has(.uv-about-page) .uv-close-icon::before,
body:has(.uv-about-page) .uv-close-icon::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #1f2337;
  display: none !important;
}

body:has(.uv-faqs-page) .uv-close-icon,
body:has(.uv-about-page) .uv-close-icon {
  right: 16px;
  top: 2px;
  border: none;
  background-color: transparent;
  background-image: url("../../../../wp-content/uploads/2025/06/Primary.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  border-radius: 0;
  background-color: transparent;
  width: 16px;
  height: 16px;
  display: inline-block;
  transition: transform 0.3s ease-in-out;
  filter: brightness(0) saturate(100%);
  transform: rotate(270deg);
}

body:has(.uv-faqs-page) .uv-faq-modern-item.active .uv-close-icon,
body:has(.uv-about-page) .uv-faq-modern-item.active .uv-close-icon {
  transform: rotate(360deg);
}

@media (max-width: 600px) {
  body:has(.uv-faqs-page) .uv-faq-modern-item > a,
  body:has(.uv-about-page) .uv-faq-modern-item > a {
    padding: 16px !important;
    max-width: 90%;
  }

  body:has(.uv-faqs-page) .uv-faqs-title-container {
    margin-bottom: 10px;
  }

  body:has(.uv-faqs-page) .uv-faqscont {
    padding: 20px 0px;
  }
}
/* End FAQS */

/* Templates */
.uv-host-event {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 34px;
  padding: 50px 0px;
}

.uv-host-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 300px;
  gap: 7px;
}

.uv-host-event .uv-host-content .uv-title {
  font-family: "Bebas Neue";
  font-size: 60px;
  font-weight: 400;
  /* text-wrap: nowrap; */
}

.uv-host-event .uv-host-content .uv-subtitle {
  font-family: "Bebas Neue";
  font-size: 40px;
  font-weight: 400;
  margin-top: 15px;
}

.uv-host-event .uv-host-content .uv-description {
  font-family: "Nunito";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin: 7px 0px;
  line-height: 1.2;
}

.uv-host-event .uv-host-content .uv-plan-btn {
  padding: 15.25px 20px;
  font-family: "Bebas Neue";
  font-size: 25px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.06em;
  margin: none;
  vertical-align: baseline;
  width: fit-content;
  margin-top: 13px;
}

.uv-host-event .uv-host-images {
  display: flex;
  flex-direction: row;
  height: 450px;
  gap: 70px;
  padding-right: 50px;
}

.uv-host-event .uv-host-images img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.uv-host-event .uv-host-image:first-child {
  width: 50%;
  height: 350px;
  object-fit: contain;
  margin-top: auto;
}

.uv-host-event .uv-host-image:last-child {
  width: 55%;
  height: 400px;
  object-fit: contain;
  margin-bottom: auto;
}

.uv-host-event .uv-host-image-custom:first-child {
  width: 550px;
  height: 350px;
  object-fit: cover;
  margin-top: auto;
}

.uv-host-event .uv-host-image-custom:last-child {
  width: 55%;
  max-width: 320px;
  height: 400px;
  object-fit: cover;
  margin-bottom: auto;
}

.uv-section-link {
  font-family: "Nunito";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #008ebc;

  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-offset: 23.5%;
  text-decoration-thickness: 11%;
  text-underline-offset: 0.2em;

  transition: all 0.3s ease;
}

.uv-section-link:hover {
  color: #006282;
  text-underline-offset: 0.3em;
}

/* .uv-host-event .uv-host-content .uv-plan-btn {
    background-color: #fff;
    border-color: #a92671;
    color: #a92671;
    transition: all 0.3s ease;
}

.uv-host-event .uv-host-content .uv-plan-btn:hover {
    background-color: #a92671;
    border-color: #a92671;
    color: #fff;
} */

.uv-color-sch-invert .uv-host-event .uv-host-content .uv-plan-btn.uv-btn-p {
  background-color: #fff;
  border-color: #a92671;
  color: #a92671;
  transition: all 0.3s ease;
}

.uv-color-sch-invert
  .uv-host-event
  .uv-host-content
  .uv-plan-btn.uv-btn-p:hover {
  background-color: #a92671;
  border-color: #a92671;
  color: #fff;
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .uv-host-event .uv-host-content .uv-title {
    white-space: normal;
    text-wrap: wrap;
  }

  .uv-host-event .uv-host-images {
    gap: 20px;
  }
}

@media (max-width: 1200px) {
  .uv-host-event {
    padding: 40px 17.5px;
  }

  .uv-host-event .uv-custom.uv-host-images {
    gap: 30px;
    padding-right: 0px;
  }

  .uv-host-event .uv-host-image-custom:first-child {
    width: 40%;
    height: 350px;
  }

  .uv-host-event .uv-host-image-custom:last-child {
    width: 50%;
    height: 350px;
  }
}

@media (max-width: 768px) {
  .uv-host-event .uv-host-content {
    max-width: none;
  }
  .uv-host-event .uv-host-images {
    display: none;
  }

  body:has(.uvShowFirstImgOnMobile) .uv-host-event {
    flex-direction: column-reverse;
  }
  body:has(.uvShowFirstImgOnMobile) .uv-host-event .uv-host-images {
    display: flex;
  }
  body:has(.uvShowFirstImgOnMobile)
    .uv-host-event
    .uv-host-images
    .uv-host-image-custom {
    display: none;
  }
  body:has(.uvShowFirstImgOnMobile)
    .uv-host-event
    .uv-host-images
    .uv-host-image-custom:first-child {
    display: block;
    width: 100%;
    height: 100%;
  }

  .uv-host-event .uv-host-content .uv-title {
    font-size: 32px;
    text-align: center;
  }
  .uv-host-event .uv-host-content .uv-plan-btn {
    margin: 0px auto;
  }
}

@media (max-width: 600px) {
  .uv-host-event .uv-host-content .uv-subtitle {
    font-size: 20px;
    text-align: center;
  }

  .uv-host-event .uv-host-content .uv-description {
    font-size: 16px;
    text-align: center;
  }
}
/* End templates */

/* Venue Page */
body:has(.venue-page) .uv-hero-header {
  width: 100%;
  height: 700px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

body:has(.venue-page) .uv-hero-clipped {
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 90%,
    50% 90%,
    50% 100%,
    45% 90%,
    0% 90%
  );
  -webkit-clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 90%,
    50% 90%,
    50% 100%,
    45% 90%,
    0% 90%
  );
}

body:has(.venue-page) .uv-header-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

body:has(.venue-page) .venue-logo-wrapper {
  z-index: 10;
  position: relative;
  text-align: center;
}

body:has(.venue-page) .venue-logo {
  max-width: 300px;
  width: 100%;
  height: auto;
}

body:has(.venue-page) .uv-venue-content {
  position: relative;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  margin-top: 60px;
  z-index: 3;
}

body:has(.venue-page) .uv-venue-details-container {
  display: flex;
  flex-direction: row;
  gap: 32px;
}

body:has(.venue-page) .uv-venue-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 380px;
  padding-left: 24px;
}

body:has(.venue-page) .uv-venue-dark-logo {
  margin: auto;
  width: 140px;
  height: 140px;
  margin: 0px;
  overflow: hidden;
}

body:has(.venue-page) .uv-venue-dark-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body:has(.venue-page) .uv-venue-description {
  font-family: "Nunito";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #1f2337;
  margin: 0px;
}

body:has(.venue-page) .uv-venue-name {
  font-family: "Bebas Neue";
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  color: #1f2337;
  margin: 0px;
}

body:has(.venue-page) .uv-opening-hours strong,
body:has(.venue-page) .uv-venue-contact strong {
  font-family: "Nunito";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #090909e5;
}

body:has(.venue-page) .uv-opening-hours-list {
  list-style: none;
  padding-left: 0;
  padding-right: 0px;
  margin-top: 0px;
}

body:has(.venue-page) .uv-opening-hours-item,
body:has(.venue-page) .uv-location {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.25rem;

  font-family: "Nunito";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #888888;
}

body:has(.venue-page) .uv-opening-day,
body:has(.venue-page) .uv-opening-time {
  white-space: nowrap;
}

body:has(.venue-page) .uv-phone {
  margin: 0px;
}

body:has(.venue-page) .uv-menu-link {
  margin: 0px;
  margin-bottom: 40px;
}

body:has(.venue-page) .uv-phone a,
body:has(.venue-page) .uv-menu-link a {
  font-family: "Nunito";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #008ebc;

  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-offset: 23.5%;
  text-decoration-thickness: 11%;
}

body:has(.venue-page) .uv-featured-events-title {
  text-align: start;
}

body:has(.venue-page) .uv-venue-content {
  margin-top: 0px;
}

body:has(.venue-page) .uv-calendar-btn {
  width: fit-content;
  margin: auto;
  margin-top: 32px;
}

body:has(.venue-page) .uv-see-events-btn {
  max-width: 900px;
  margin-left: auto;
  margin-top: 32px;
}

body:has(.venue-page) .uv-see-events-btn .uv-btn.uv-btn-p {
  width: auto;
}

body:has(.venue-page) .uv-btn.uv-btn-p {
  font-size: 25px;
  /* padding: 15.25px 1.5em; */
  font-family: "Bebas Neue";
}

body:has(.uv-turquoise-venue) .uv-header-overlay,
body:has(.uv-alchemist-venue) .uv-header-overlay {
  mix-blend-mode: normal !important;
  opacity: 0.7;
}

body:has(.uv-tin-rooster) .uv-header-overlay,
body:has(.uv-gig-venue) .uv-header-overlay {
  mix-blend-mode: normal !important;
  opacity: 0.8;
}

.uv-plan-week-container {
  max-width: 900px;
  margin-left: auto;
}

.uv-up-next-conatiner {
  max-width: 900px;
  margin-left: auto;
  width: 100%;
}

.nf-error-msg,
.ninja-forms-req-symbol {
  font-family: "Nunito";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #ff0000;
}

@media (max-width: 768px) {
  body:has(.venue-page) .uv-hero-clipped {
    clip-path: polygon(
      0% 0%,
      100% 0%,
      100% 95%,
      50% 95%,
      50% 100%,
      40% 95%,
      0% 95%
    );
    -webkit-clip-path: polygon(
      0% 0%,
      100% 0%,
      100% 95%,
      50% 95%,
      50% 100%,
      40% 95%,
      0% 95%
    );
  }

  body:has(.venue-page) .uv-featured-events-title {
    text-align: center;
  }

  body:has(.venue-page) .uv-meet-our-list {
    justify-content: center;
  }

  body:has(.venue-page) .uv-hero-header {
    height: 500px;
  }

  body:has(.venue-page) .uv-venue-dark-logo {
    width: 140px;
    height: 140px;
  }
}

@media (max-width: 600px) {
  body:has(.venue-page) .uv-venue-details-container {
    flex-direction: column-reverse;
  }

  body:has(.venue-page) .uv-venue-details {
    margin: auto;
    padding-left: 0px;
  }

  body:has(.venue-page) .uv-hero-clipped {
    clip-path: polygon(
      0% 0%,
      100% 0%,
      100% 95%,
      50% 95%,
      50% 100%,
      40% 95%,
      0% 95%
    );
    -webkit-clip-path: polygon(
      0% 0%,
      100% 0%,
      100% 95%,
      50% 95%,
      50% 100%,
      40% 95%,
      0% 95%
    );
  }

  body:has(.venue-page) .uv-hero-header {
    height: 400px;
  }
  body:has(.venue-page) .uv-venue-content {
    margin-top: 22px;
  }
}
/* End Venue Page */

.block {
  max-width: 480px;
  margin: 0 auto;
}

#wrap {
  margin: 0 auto;
  text-align: left;
}

/* button styles */
.button {
  border-radius: 0px;
  color: #fff;
  padding: 0 15px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  background: #86744b;
  margin: 15px 0 35px;

  font-family: "Georgia", serif;
  text-transform: uppercase;
  font-style: italic;
  font-size: 14px;
  font-weight: normal !important;
  line-height: 43px;
  letter-spacing: 0.1em;
}

.button a {
  color: white;
  text-decoration: none;
  display: inline-block;
}

/* formulary */
/* content */
#content {
  font-size: 14px;
  color: #ffffff;
}

#content .info {
  padding: 5px 20px 20px;
}
.form {
  margin: 10px auto;
  width: 80%;
}

.form .stacked {
  display: block;
  margin: 5px 0;
  width: 100%;
}

.form .required:after {
  content: "*";
  color: red;
}

.form label {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #ffffff;
}

.form input {
  height: 40px;
  background: #fafafa;
  border-radius: 1px;
  border: none;
  box-shadow: inset 0px 0px 1px 1px #dcdcdc;
  color: #555;
  padding: 5px 15px;
}

@media screen and (max-width: 610px) {
  body,
  html {
    width: 100%;
    margin: 0 auto;
  }
  .banner,
  .form {
    width: 100%;
  }
}

/* Special Events Page */
body:has(.uv-special-events) .uv-header-simple-inner .uvedcontent {
  max-width: 800px;
}

body:has(.uv-special-events) .uv-header-simple-inner .uvedcontent h2 {
  font-family: "Bebas Neue";
  font-weight: 400;
  font-size: 60px;
  color: #ffffff;
}

body:has(.uv-special-events) .uv-header-simple-inner .uvedcontent p {
  font-family: "Nunito";
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #ffffff;
}

body:has(.uv-special-events)
  .uv-header-simple-inner
  .uvedcontent
  .uv-buttons
  a.uv-btn.uv-btn-s {
  width: max-content;
}

body .uws-agenda-item-default .uwsinfo {
  padding: 0px;
  margin-top: 17px;
  border: none;
}

body .uws-agenda-item-default .uwsactions .uws-btn {
  border: none;
  border-top: 1px solid #a01a7d;
}

body:has(.uv-special-events) .uv-galery-title-container {
  color: #ffffff;
}

body:has(.uv-special-events) .uv-venues-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 37px;
}

@media (max-width: 600px) {
  body:has(.uv-special-events) .uv-header-simple-inner .uvedcontent h2 {
    font-size: 32px;
  }

  body:has(.uv-special-events) .uv-host-event .uv-host-content .uv-title,
  body:has(.uv-special-events) .uv-host-event .uv-host-content .uv-description {
    text-align: start;
  }

  body:has(.uv-special-events) .uv-host-event .uv-host-content .uv-plan-btn {
    margin: 0px;
  }
}
/* End Special Events Page */

img[src*="insight"] {
  display: none;
}

body .uv-page-header-menu.main-menu ul > li > div.uv-submenu {
  min-width: 255px;
}

body .uv-faq-tabs-contents {
  min-height: 590px;
}

/* Map Page */
body:has(.uv-map-page) a {
  text-decoration: none;
}

body:has(.uv-map-page) .uws-map-controls .uwsdatesel a,
body:has(.uv-map-page) .uws-map-controls .uwsviews {
  font-family: "Nunito";
  font-weight: 400;
  color: #1f2337;
}

body:has(.uv-map-page) .uws-map-item-box-close {
  background-color: var(--primary-color);
  color: white;
}

body .uws-map-event-info,
body .uwsbubble,
body .uws-mapitem-tooltip.uwsmapitemtooltip {
  font-family: "Nunito";
}

body .uws-map .uws-map-list-cont .uws-inventory-item .uwsactions .uws-btn {
  background-color: white;
  color: var(--primary-color);
  border-color: var(--primary-color);
}

body
  .uws-map
  .uws-map-list-cont
  .uws-inventory-item
  .uwsactions
  .uws-btn:is(:hover, :focus) {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

body .uwsicon-ticket:before {
  color: var(--primary-color);
}

/* End Map Page */

/* Venues Page uv-featured-events */

.uv-featured-events-container .uv-featured-events-title {
  font-family: "Bebas Neue";
  font-weight: 400;
  font-size: 60px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

body:has(.uv-venues-page)
  .uv-featured-events-container
  .uv-featured-events-title {
  text-align: start;
  margin-bottom: 20px;
}

.uv-featured-events-container .uv-featured-events {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  row-gap: 60px;
}

.uv-featured-events-container .uv-featured-event-card {
  flex: 0 1 380px;
  max-width: 380px;
  display: flex;
  flex-direction: column;
  background: #fff;
  overflow: hidden;
  border: 1px solid #a01a7d;
}

.uv-featured-events-container.uv-no-events .uv-featured-event-card {
  flex: 0 1 600px;
  max-width: 600px;
  border: 1px solid transparent;
}

.uv-featured-events-container .uv-featured-event-card-img img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.uv-featured-events-container .uv-featured-event-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.uv-no-events .uv-featured-event-card-content {
  margin-top: 20px;
  padding: 0px;
}

.uv-featured-events-container
  .uv-featured-event-card-content
  .uv-featured-event-card-date {
  font-family: "Nunito";
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #1f2337;
  margin: 0px;
}

.uv-featured-events-container
  .uv-featured-event-card-content
  .uv-featured-event-card-venue {
  font-family: "Nunito";
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #1f2337;
  margin: 0px;
}

.uv-featured-events-container
  .uv-featured-event-card-content
  .uv-featured-event-card-title {
  font-family: "Bebas Neue";
  font-weight: 400;
  font-size: 40px;
  text-transform: uppercase;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.1;
  max-height: calc(1.1em * 2);
  white-space: normal;
}

.uv-featured-events-container .uv-featured-event-card-desc {
  font-family: "Nunito";
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #1f2337;
  margin: 0px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.1;
  max-height: calc(1.1em * 2);
  white-space: normal;
}

.uv-no-events .uv-featured-event-card-desc {
  margin-top: 20px;
  -webkit-line-clamp: 4;
  max-height: calc(1.1em * 4);
}

.uv-featured-events-container .uv-featured-event-card-btns-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.uv-featured-events-container .uv-featured-event-card-btns-container .uv-btn,
.uv-featured-events-container
  .uv-featured-event-card-btns-container
  .uv-btn.uv-btn-p {
  width: 100%;
}

.uv-featured-events-container
  .uv-featured-event-card-btns-container
  .uv-btn.uv-btn-s {
  border: none;
  border-top: 1px solid #a01a7d;
}

.uv-featured-events-container .uv-btn.uv-btn-p {
  font-size: 25px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 15.25px 1.5em;
  font-family: "Bebas Neue";
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.1;
  text-align: center;
  vertical-align: middle;
}

body:has(.uv--no-secondary) .uv-btn-secondary {
  display: none !important;
}

@media (max-width: 600px) {
  .uv-featured-events-container .uv-featured-events-title {
    font-size: 32px;
  }
  .uv-featured-events-container.uv-no-events .uv-featured-events-title {
    font-size: 60px;
    text-align: center;
  }
  .uv-featured-events-container
    .uv-featured-event-card-content
    .uv-featured-event-card-title {
    font-size: 20px;
  }
  .uv-featured-events-container.uv-no-events
    .uv-featured-event-card-content
    .uv-featured-event-card-title {
    text-align: center;
  }
  .uv-no-events .uv-featured-event-card-desc {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .uv-featured-events-container .uv-featured-events {
    justify-content: center;
    row-gap: 32px;
  }
}
/* End Venues Page uv-featured-events */

body:has(.venue-page) .uv-hero-header {
  position: relative;
  overflow: hidden;
}

body:has(.venue-page) .uv-header-video,
body:has(.venue-page) .uv-fullvideo {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

body:has(.venue-page) .uv-vimeo-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

body:has(.venue-page) .venue-logo-wrapper {
  position: relative;
  z-index: 2;
}

body:has(.venue-page) .uv-fullvideo iframe.uv-vimeo-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78%;
  height: 100%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  pointer-events: none;
}

body:has(.venue-page) .video-controls {
  bottom: 40px;
}

body:has(.venue-page) .uv-video-wrapper iframe {
  display: block;
}
body:has(.venue-page) .uv-video-wrapper img {
  display: none;
}

body.home .uv-header-size-large .uv-fullvideo {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}

body .uv-header-size-large .uv-fullvideo iframe {
  top: -30%;
}

@media (max-width: 650px) {
  body:has(.venue-page) .uv-fullvideo iframe.uv-vimeo-bg {
    width: 290%;
  }
}

@media (max-width: 768px) {
  body .video-controls {
    display: flex;
  }

  body .uv-header-size-large {
    min-height: 42.8125vw;
  }

  body:has(.venue-page) .uvShowFirstImgOnMobile .uv-video-wrapper iframe {
    display: none;
  }

  body:has(.venue-page) .uvShowFirstImgOnMobile .uv-video-wrapper img {
    display: block;
  }
}

@media (min-width: 768px) {
  body .menu-item-has-children > a {
    pointer-events: auto;
  }
}

@media (max-width: 450px) {
  body .uv-header-size-large .uv-fullvideo iframe {
    width: 260%;
    height: 130%;
  }

  body .uv-header-size-large .uv-fullvideo iframe {
    top: -30%;
    left: -79%;
  }

  body .uvvideocontrol.uvjs-videoaudiotoggle,
  body .uvvideocontrol.uvjs-videoplaytoggle {
    width: 30px;
    height: 30px;
  }

  body .uvvideocontrol.uvjs-videoaudiotoggle .icon-video-controller-wrapper,
  body .uvvideocontrol.uvjs-videoplaytoggle .icon-video-controller-wrapper,
  body .uvvideocontrol.uvjs-videoplaytoggle .uvicondash-play,
  body .uvvideocontrol.uvjs-videoplaytoggle.uvactive .uvicondash-pause {
    left: 4px;
    top: 4px;
  }

  body .video-controls {
    bottom: 10px;
  }
}

body:has(.venue-page) .uv-hours-subtitle-extra .uv-opening-subtitle {
  font-family: "Nunito";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #090909e5;
  margin-top: 20px;
  margin-bottom: 11.5px;
}

body:has(.venue-page) .uv-opening-hours strong:first-child {
  padding-top: 10px;
}

body .video-controls {
  z-index: 99999;
}

.uv-footer-bottom a {
  color: inherit;
  text-decoration: none;
}

.uv-footer-bottom .uv-phone-number {
  margin-left: 0px;
}

/* 404 */
.site-404 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 100px 20px;
  min-height: 50vh;
  background-image: url("../../../../wp-content/uploads/2025/05/6f5f6eb932a3813959eca155b6e220cd19705e15.webp");
  background-size: cover;
  background-position: center;
  color: #fff;
  z-index: 0;
}

.site-404::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.site-404 .page-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.25em;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 48px;
  margin-bottom: 10px;
}

.site-404 p {
  font-family: "Nunito", sans-serif;
  font-size: 1em;
  line-height: 27px;
  margin-bottom: 7px;
}

.site-404 .uv-btn.uv-btn-p {
  font-family: "Bebas Neue", sans-serif;
  transition: background-color 0.3s ease;
  font-size: 25px;
  white-space: nowrap;
  padding: 15.25px 1.5em;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.1;
  text-align: center;
  vertical-align: middle;
}

body a.uwsjs-twshare {
  display: none;
}

body .uws-social-shares li:last-child {
  margin: 0px;
}