:root {
  --howdy: "Howdy Mama", serif;
  --winky: "Winky Rough", sans-serif;
  --path: path("M64.1834 0.0422155C47.1185 0.280348 23.8929 1.70052 9.88011 2.6535C3.34877 3.09768 -1.2761 9.14439 0.315228 15.4945C1.68888 20.9759 3.51515 27.351 5.60482 32.3579C8.8774 40.1991 15.0387 49.7315 18.8497 55.3066C20.8801 58.2769 24.2896 59.9459 27.885 59.8127C38.3926 59.4235 61.081 58.365 76.5974 56.0716C92.0289 53.7907 113.154 49.543 123.945 47.3064C128.188 46.4268 131.502 43.1182 132.22 38.8442C132.85 35.0905 133.496 30.5074 133.624 26.8945C133.804 21.8165 133.08 15.3169 132.335 10.2028C131.61 5.22969 127.402 1.60589 122.381 1.38275C109.051 0.790352 82.8717 -0.21857 64.1834 0.0422155Z");
  --path-bigger: path("M85.6853 0.0544716C61.4347 0.384387 27.7838 2.47264 9.91922 3.68509C3.3589 4.13034 -1.25428 10.2131 0.304471 16.6011C2.18426 24.3047 4.93299 34.2263 8.15481 41.7521C12.7758 52.5464 22.0912 67.1043 27.1983 74.7728C29.3703 78.0343 33.1282 79.7997 37.0313 79.4515C50.1458 78.2817 80.9621 75.3986 102.116 72.3504C123.675 69.2437 153.631 63.3092 167.033 60.584C171.28 59.7205 174.599 56.4295 175.372 52.1655C176.303 47.0299 177.398 40.0444 177.592 34.7025C177.862 27.2926 176.601 17.5366 175.499 10.6736C174.705 5.72626 170.523 2.13048 165.517 1.90746C148.99 1.17112 111.808 -0.300914 85.6853 0.0544716Z");
  --path-mobile: path("M135.515 0.0397962C95.9083 0.29176 41.1725 1.86707 11.2542 2.81209C2.24809 3.09656 -2.82004 13.7252 1.65457 21.5463C3.64794 25.0304 5.54286 28.7281 7.02117 32.3555C10.2862 40.3671 18.0021 50.9813 22.4403 56.7534C24.4897 59.4188 27.6469 60.8892 31.0084 60.8171C51.1008 60.3861 123.711 58.6994 162.745 56.0692C201.719 53.443 257.247 48.2095 275.673 46.4402C279.542 46.0687 282.907 43.6876 284.298 40.0579C285.808 36.1168 287.523 30.9058 287.835 26.892C288.184 22.4141 288.216 16.86 288.147 12.1283C288.063 6.37124 283.429 1.82367 277.673 1.69943C251.639 1.13754 181.377 -0.251967 135.515 0.0397962Z");
  --base: #FFFFFF;
  --contrast: #111111;
  --header: #031926;
  --accent1: #123b43;
  --accent2: #3d8594;
  --accent3: #83c3b9;
  --accent4: #e4712e;
  --accent5: #ebc9b6;
  --accent6: #680b0c;
}
::selection {
  background: rgba(61, 133, 148, 0.5);
  color: var(--accent5);
}
html, body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  font-family: var(--winky);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--howdy);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
:where(.wp-site-blocks *:focus) {
  outline-width: 0px;
  outline-style: solid;
}
/* header */
header {
  position: relative
}
body:not(.home) header #header-inner {
  background-color: transparent !important;
}
body:not(.home) header #header-inner:after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block;
  clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 90% 90%, 75% 95%, 60% 98%, 50% 99%, 40% 98%, 25% 95%, 10% 90%, 0% 85%);
  background-color: #031926;
  width: 100dvw;
}
header nav {
  opacity: 1;
}
header .wp-block-navigation {
  height: 30px;
  max-width: 1340px;
  justify-content: space-between;
  margin: 0 auto;
  gap: 1vw;
}
header .wp-block-navigation .wp-block-navigation-item {
  height: 80px;
  width: 180px;
  position: relative;
}
header .wp-block-navigation .wp-block-navigation-item:after {
  display: block;
  content: '';
  height: 80px;
  width: 180px;
  position: absolute;
  left: 3px;
  top: -1px;
  z-index: 10;
  transform: rotate(3deg);
  background: var(--accent3);
  transition: .1s ease all;
  clip-path: var(--path-bigger);
}
header a.wp-block-navigation-item__content {
  font-family: var(--howdy);
  background: var(--accent6);
  padding: 1.2333rem 0 1rem 0;
  position: absolute;
  inset: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  z-index: 99 !important;
  transition: .1s ease all;
  clip-path: var(--path-bigger);
  height: 80px;
  width: 180px;
}
header .wp-block-navigation .wp-block-navigation-item:before {
  content: url("/wp-content/uploads/2025/11/button-bigger.svg");
  z-index: 1000;
  position: absolute;
  inset: 0 6px;
  top: -3px;
  display: block;
  pointer-events: none;
  opacity: 0;
}
@media(max-width:1440px) {
  header .wp-block-navigation {
    gap: .8vw;
  }
  header .wp-block-navigation .wp-block-navigation-item {
    height: 60px;
    width: 140px;
    position: relative;
  }
  header .wp-block-navigation .wp-block-navigation-item:after {
    clip-path: var(--path);
    height: 60px;
    width: 140px;
  }
  header a.wp-block-navigation-item__content {
    font-size: 16px;
    clip-path: var(--path);
    height: 50px;
    width: 140px;
    padding-top: 1rem;
    white-space: nowrap;
  }
  header .wp-block-navigation .wp-block-navigation-item:before {
    content: url("/wp-content/uploads/2025/11/outline.svg");
  }
}
header .wp-block-navigation .wp-block-navigation-item:hover:before {
  opacity: 1;
}
header .wp-block-navigation .wp-block-navigation-item:hover:after,
header .wp-block-navigation .wp-block-navigation-item:focus-within:after {
  transform: rotate(4deg);
  transition: .1s ease all;
}
header .wp-block-navigation .wp-block-navigation-item:hover a.wp-block-navigation-item__content,
header .wp-block-navigation .wp-block-navigation-item:focus-within a.wp-block-navigation-item__content {
  transform: rotate(-1deg);
  background: var(--accent4);
  transition: .1s ease all;
  text-decoration: none;
}
header .wp-block-navigation .wp-block-navigation-item:hover a.wp-block-navigation-item__content span,
header .wp-block-navigation .wp-block-navigation-item:focus-within a.wp-block-navigation-item__content span {
  color: #111;
}
body:not(.home) main {
  margin-top: 0 !important
}
h1.wp-block-post-title {
  text-align: center;
}
@media (max-width:1023px) {
  header #nav-margin,
  header .header-margin,
  header .wp-block-advgb-columns {
    margin-block-start: 0 !important
  }
  header nav {
    display: none;
    opacity: 0;
  }
  header .wp-block-navigation {
    height: 0;
  }
  .animatedfsmenu.navbar-expand-md .navbar-collapse:not(.opacity-1-trans),
  .animatedfsmenu .animatedfs_menu_list.opacity-1-trans,
  .animatedfsmenu__opacity .animatedfs_menu_list {
    transition: .3s opacity ease !important;
  }
  #animatedfsmenu_css .animatedfsmenu-html-area,
  .menu-fullscreenmenu-container {
    max-width: 80dvw;
    width: 100%;
    margin: 0 10dvw;
  }
  .menu-fullscreenmenu-container {
    margin-bottom: 20dvh;
  }
  .animatedfsmenu-navbar-toggler .bar {
    background: var(--accent5) !important
  }
  .animatedfsmenu-navbar-toggler .bar.top:not(.top-animate), .animatedfsmenu-navbar-toggler .bar.mid:not(.mid-animate) {
    margin-left: -4px;
    transition: .2s ease all;
  }
  ul#menu-fullscreenmenu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100dvw;
    padding-left: 0;
  }
  #menu-fullscreenmenu li {
    position: relative;
    width: 259px;
    height: 80px;
  }
  #menu-fullscreenmenu li:after {
    display: block;
    content: '';
    height: 80px;
    width: 300px;
    position: absolute;
    left: 3px;
    top: -1px;
    z-index: 10;
    transform: rotate(3deg);
    background: var(--accent3);
    transition: .1s ease all;
    clip-path: var(--path-mobile);
  }
  #menu-fullscreenmenu li a {
    font-family: var(--howdy);
    background: var(--accent6);
    width: 259px;
    padding: 1rem;
    position: absolute;
    inset: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 99;
    transition: .1s ease all;
    clip-path: var(--path-mobile);
  }
  #menu-fullscreenmenu li:before {
    content: url("/wp-content/uploads/2025/11/mobile-menu-hover.svg");
    z-index: 1000;
    position: absolute;
    inset: 0;
    display: block;
    pointer-events: none;
    transition: .1s ease all;
    opacity: 0;
  }
  #menu-fullscreenmenu li:hover:before,
  #menu-fullscreenmenu li:focus-within:before {
    opacity: 1;
  }
  #menu-fullscreenmenu li:hover a,
  #menu-fullscreenmenu li:focus-within a {
    background: var(--accent4);
    color: #111 !important;
    transition: .1s ease all;
  }
  #animatedfsmenu_css .animatedfsmenu-html-area .wp-block-image {
    text-align: center;
  }
  #animatedfsmenu_css .animatedfsmenu-html-area {
    order: -2 !important;
    color: #fff;
  }
  #animatedfsmenu_css .animatedfsmenu-html-area h2 {
    font-size: 18px;
  }
  #animatedfsmenu_css .animatedfsmenu-html-area h4 {
    margin: 1rem auto;
    font-size: 24px;
  }
  #animatedfsmenu_css .social-media {
    order: -1 !important;
  }
  #animatedfsmenu_css .animatedfs_menu_list {
    padding-top: 0;
    margin-top: 1rem;
    overflow-y: scroll;
    min-width: 100%;
    max-width: 600px;
    width: 100% !important;
  }
  #animatedfsmenu_css ul:has(.fa) {
    display: flex;
    flex-direction: row;
    width: 259px;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding-left: 0;
    text-align: center;
  }
  body #footer-flex.is-layout-grid.wp-container-core-group-is-layout-988b637e {
    display: grid !important;
    grid-template-columns: 1fr !important;
    place-items: center;
  }
  .hive-signup-form .input-wrap:first-of-type {
    margin-top: 0 !important;
  }
  #newsletter h2 {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .hive-signup-form .submit-button {
    margin: 0 auto;
  }
  #contact {
    align-items: center;
  }
  #hideaway {
    order: 9
  }
  footer ul.wp-block-navigation__container {
    gap: 0 1rem;
    justify-content: center;
  }
  .hive-signup-form {
    max-width: 300px !important
  }
}
@media(max-width:768px) {
  #header-inner h3 {
    display: none;
  }
  #header-inner .wp-container-core-social-links-is-layout-5355fa85 {
    justify-content: space-between;
    max-width: 300px;
  }
  #header-inner>.wp-block-group.alignfull.is-layout-flow.wp-block-group-is-layout-flow {
    position: relative;
  }
  #header-inner .wp-block-group:has(button) {
    position: absolute;
    right: 0;
    top: 0;
  }
  #header-inner #advgb-cols-03104fea-50c8-4422-bb2d-440ef139ebb2 {
    margin-top: 0;
  }
  header .wp-block-navigation,
  header .wp-block-spacer {
    display: none;
    opacity: 0;
    margin: 0;
    padding: 0;
  }
  .animatedfsmenu-navbar-toggler .bar {
    margin: 7px 3px !important;
  }
}
@media(max-width:480px) {
  .animatedfsmenu-navbar-toggler .bar.top:not(.top-animate), .animatedfsmenu-navbar-toggler .bar.mid:not(.mid-animate) {
    margin-left: -2px !important;
    transition: .2s ease all;
  }
}
/* events */
#view-cal {
  position: relative;
}
#view-cal a {
  position: relative;
  height: 80px;
  min-width: 180px;
  padding: 6px;
  border-radius: 0;
  z-index: 3;
  transition: .1s ease all;
  clip-path: var(--path-bigger);
}
#view-cal>.wp-block-button:after {
  content: '';
  display: block;
  height: 80px;
  min-width: 180px;
  position: absolute;
  inset: 0;
  border-radius: 0;
  z-index: 0;
  background: var(--accent3);
  transform: rotate(3deg);
  transition: .1s ease all;
  clip-path: var(--path-bigger);
}
#view-cal:hover a {
  transform: rotate(-3deg);
  color: #FFF !important;
  transition: .1s ease all;
}
#view-cal:hover .wp-block-button:after {
  transform: rotate(5deg);
  transition: .1s ease all;
}
.list-view-events, .seetickets-calendar-container, .seetickets-list-events {
  max-width: 1340px !important;
  margin: 0 auto !important;
}
.see-slider {
  max-width: 100dvw !important
}
.see-slider p {
  font-family: var(--winky);
  color: var(--accent5);
  margin-bottom: 40px;
}
.swiper-button-next:after {
  margin-right: 20px;
}
.swiper-button-prev:after {
  margin-left: 20px;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 15px !important;
  background: var(--accent5);
  border-radius: 1000px;
  padding: 15px 20px;
  color: #111;
  opacity: 0.4;
}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after {
  opacity: 1
}
.seetickets-list-events.grid-container {
  max-width: 1340px !important;
  width: 100% !important;
  justify-content: center;
}
.seetickets-list-event-container.grid-item {
  display: flex;
  flex-grow: 1;
  max-width: 30.33%;
  width: 100% !important;
  transition: .2 linear max-width;
}
.mdc-card {
  border-color: var(--accent2);
}
.seetickets-list-event-content-container {
  display: flex;
}
.seetickets-list-event-content-container * {
  font-size: 16px;
}
.mdc-card img.seetickets-list-view-event-image,
.grid-item .seetickets-list-view-event-image-container {
  aspect-ratio: 1/1;
  max-width: 100% !important;
  width: auto !important;
  max-height: 100% !important;
  height: auto !important;
}
p.title a, p.date, .see-slider p.slider-event-title a {
  font-family: var(--howdy);
  color: var(--accent5);
}
p.title a {
  color: var(--accent3);
  font-size: 32px;
  line-height: 1.1;
}
p.title a:hover,
p.title a:focus {
  color: var(--accent4);
}
p.date {
  font-size: 24px;
}
.venue, .price, .headliners {
  display: none;
}
.mdc-card .buy-and-share-block {
  display: block;
  position: relative;
  height: 80px;
  width: auto;
  bottom: 0;
  align-self: flex-end;
}
.seetickets-social-media-container {
  display: none;
}
.seetickets-list-events .seetickets-buy-btn,
.see-slider .seetickets-buy-btn {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  text-align: center;
  line-height: 70px;
  height: 80px;
  min-width: 180px;
  z-index: 99;
  background: var(--accent4);
  font-size: 18px;
  font-family: var(--howdy);
  transition: .1s ease all;
  clip-path: var(--path-bigger);
  padding: 0 !important;
  text-transform: uppercase;
  text-decoration: none;
}
.see-slider .seetickets-buy-btn {
  clip-path: var(--path-bigger);
  height: 80px;
  width: 200px;
  font-size: 18px;
  white-space: nowrap;
  padding: 0 22px !important;
}
.see-slider .seetickets-buy-btn.button-notavailable {
  padding: 0 18px !important;
}
.see-slider .seetickets-buy-btn.button-boxofficeonly {
  padding: 0 8px !important;
}
.seetickets-list-events .seetickets-buy-btn,
.see-slider .fs-20+div {
  position: relative;
  max-width: 180px;
  width: 100%;
  margin: 0 auto;
}
.mdc-card .buy-and-share-block:after,
.see-slider .fs-20+div:has(.seetickets-buy-btn):after {
  content: '';
  display: block;
  height: 80px;
  width: 180px;
  position: absolute;
  left: 3px;
  top: -5px;
  z-index: 1;
  transform: rotate(3deg);
  background: var(--accent3);
  transition: .1s ease all;
  clip-path: var(--path-bigger);
}
.see-slider .fs-20+div:has(.seetickets-buy-btn):after {
  clip-path: var(--path-bigger)
}
.see-slider .fs-20+div:has(.seetickets-buy-btn),
.see-slider .fs-20+div:has(.seetickets-buy-btn):after {
  height: 80px;
  width: 180px;
  max-width: 100%;
  transition: .1s ease all;
}
.see-slider .seetickets-buy-btn {
  height: 100px;
  width: 180px;
  max-width: 100%;
  transition: .1s ease all;
  clip-path: var(--path-bigger);
}
.see-slider .seetickets-buy-btn span {
  font-size: 18px;
  height: 50px;
  width: 120px;
  margin-left: -42.5px;
}
.see-slider .seetickets-buy-btn:hover,
.see-slider .seetickets-buy-btn:focus {
  transform: rotate(-5deg);
  transition: .1s ease all;
}
.buy-and-share-block:hover:after,
.buy-and-share-block:focus-within:after,
.see-slider .fs-20+div:hover:after,
.see-slider .fs-20+div:focus-within:after {
  transform: rotate(5deg);
  transition: .1s ease all;
}
.buy-and-share-block:hover .seetickets-buy-btn,
.buy-and-share-block:focus-within .seetickets-buy-btn,
.see-slider .fs-20+div:hover a,
.see-slider .fs-20+div:focus-within a {
  transform: rotate(-3deg);
  color: #FFF !important;
  transition: .1s ease all;
}
.seetickets-buy-btn.button-soldout {
  background: var(--accent5);
}
/* calendar */
.seetickets-calendar-year-month-container {
  color: var(--accent5);
  font-family: var(--howdy);
  display: flex;
  justify-content: center;
}
.seetickets-calendar-year-month-container p {
  font-size: 32px !important;
}
.seetickets-calendar-year-month-container .bold {
  font-weight: normal;
}
.seetickets-calendar td .date-number {
  color: var(--accent5);
  opacity: .8;
  font-family: var(--winky)
}
.seetickets-calendar th {
  color: var(--accent3);
  font-family: var(--howdy);
  font-size: 18px;
  text-transform: uppercase;
}
.seetickets-calendar td {
  background: none;
  border: 1px solid var(--accent2)
}
.seetickets-calendar td.today {
  border: 3px solid var(--accent5);
  border-radius: 2px;
}
.seetickets-calendar-event-container {
  border: 0;
}
.calendar-body {
  max-width: 140px;
}
.calendar-body .fs-12 {
  font-size: 15px;
}
.seetickets-calendar-event-picture {
  width: 100% !important;
  height: auto !important
}
.seetickets-calendar-event-title a {
  font-size: 18px;
  color: var(--accent3);
  font-family: var(--howdy)
}
.seetickets-calendar .seetickets-buy-btn {
  background: none;
  position: relative;
  margin-top: 20px;
}
.seetickets-calendar .seetickets-buy-btn:after {
  content: '';
  display: block;
  height: 60px;
  width: 140px;
  position: absolute;
  left: 3px;
  top: -2px;
  z-index: 1;
  background: var(--accent3);
  transition: .1s ease all;
  clip-path: var(--path);
}
.seetickets-calendar .seetickets-buy-btn:hover:after {
  transform: rotate(5deg);
  transition: .1s ease all;
}
.seetickets-calendar .seetickets-buy-btn a {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  text-align: center;
  line-height: 55px;
  height: 60px;
  min-width: 140px;
  z-index: 99;
  padding: 0 !important;
  white-space: normal !important;
  background: var(--accent4);
  font-size: 16px;
  color: #111;
  font-family: var(--howdy);
  transition: .1s ease all;
  clip-path: var(--path);
  text-transform: uppercase;
  text-decoration: none;
}
.seetickets-calendar .seetickets-buy-btn.button-soldout a {
  background: var(--accent5);
}
.seetickets-calendar .seetickets-buy-btn.button-boxofficeonly a {
  line-height: 1;
  min-width: 120px;
  padding: 15px 10px 0 !important;
}
.seetickets-calendar .seetickets-buy-btn:hover a {
  transform: rotate(-3deg);
  color: #fff;
  transition: .1s ease all;
}
/* reviews */
#reviews {
  padding-top: 10dvh !important;
  margin: 0 auto !important;
  aspect-ratio: 1126/616;
}
#review-swiper .wp-block-query.swiper {
  min-width: 100% !important;
  width: 100% !important;
  border-radius: 10px;
}
#review-swiper ul.swiper-wrapper {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: auto;
}
#review-swiper li.wp-block-post {
  height: auto;
  margin: 0 auto;
  text-align: center;
  border-radius: 10px;
  width: 100% !important;
  min-width: 100% !important;
}
#review-swiper li.wp-block-post>.wp-block-group {
  padding: 1rem 2rem;
  align-items: center;
  border-radius: 10px;
}
#review-swiper li.wp-block-post.swiper-slide-visible.swiper-slide-active {
  opacity: 1 !important;
}
#review-swiper li.wp-block-post:not(.swiper-slide-visible.swiper-slide-active) {
  opacity: 0 !important;
}
#review-swiper .wp-block-post-title {
  margin-bottom: 0;
  align-items: center;
}
#review-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
#review-swiper span.swiper-pagination-bullet {
  background: rgba(235, 201, 182, 0.6);
}
#review-swiper span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--accent4);
}
/* map */
#map {
  position: relative;
}
.behind-map {
  position: absolute;
  inset: 0;
  display: flex;
  max-width: 100%;
  width: 100%;
  z-index: 1;
  border-radius: 10px;
  aspect-ratio: 1340/480;
  overflow: hidden;
  background: var(--accent3);
  transform: rotate(1.66deg);
}
.map-wrapper:before {
  content: '';
  position: absolute;
  inset: 0;
  display: flex;
  max-width: 100%;
  width: 100%;
  z-index: 110;
  border-radius: 10px;
  aspect-ratio: 1340/480;
  overflow: hidden;
  background: none;
  border: 3px solid var(--accent4);
  transform: rotate(-1.66deg);
  pointer-events: none;
}
.map-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1340px;
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 1340/480;
  overflow: hidden;
}
.map-wrapper iframe {
  z-index: 100;
  width: 100%;
  height: 100%;
  border: 0;
  aspect-ratio: 1340/480;
  display: block;
}
/* footer */
footer nav a {
  font-family: var(--howdy)
}
footer .wp-block-navigation a:hover .wp-block-navigation-item__label,
footer .wp-block-navigation a:focus .wp-block-navigation-item__label {
  color: var(--accent3);
}
footer a,
footer a:hover,
footer a:focus,
footer .wp-block-navigation a:hover,
footer .wp-block-navigation a:focus {
  text-decoration: none;
}
footer a:hover,
footer a:focus {
  color: var(--accent3)
}
/* hive form */
.hive-signup-form .input-wrap {
  position: relative;
  margin: 20px 0;
  width: 300px;
}
.hive-signup-form input {
  border-radius: 100px;
}
.hive-signup-form .input-wrap label {
  position: absolute;
  left: 10px;
  top: 12px;
  color: #fff;
  background: none;
  transition: 0.2s ease all;
  pointer-events: none;
  padding: 0 4px;
}
.hive-signup-form .input-wrap input:focus+label,
.hive-signup-form .input-wrap input:not(:placeholder-shown)+label {
  top: -18px;
  font-size: 12px;
  color: #FFF;
}
.hive-signup-form input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  opacity: 1;
  cursor: pointer;
}
.hive-signup-form .submit-button {
  position: relative;
  max-width: 100%;
  width: 180px;
  height: 100px;
  height: auto;
  display: block;
}
.hive-signup-form .submit-button .behind-button {
  display: inline-block;
  width: 180px;
  height: 80px;
  position: absolute;
  inset: 0;
  right: auto;
}
.hive-signup-form .submit-button .behind-button:after {
  content: '';
  display: flex;
  justify-content: flex-start;
  align-self: flex-start;
  clip-path: var(--path-bigger);
  background-color: var(--accent3);
  transform: rotate(3deg);
  max-width: 100%;
  height: 100%;
  z-index: 1;
  position: static;
  transition: .1s ease transform;
}
.hive-signup-form button.mdc-button {
  font-family: 'Howdy Mama';
  color: #111 !important;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 14px;
  border: 0 !important;
  padding: 0 1rem !important;
  margin: 1rem auto 0 0 !important;
  clip-path: var(--path-bigger);
  display: flex;
  align-self: flex-start;
  justify-content: center;
  max-width: 180px;
  height: 80px !important;
  display: flex;
  background-color: var(--accent4) !important;
  transition: .1s ease transform;
}
.hive-signup-form .submit-button:hover .behind-button:after {
  transform: rotate(5deg);
  transition: .1s ease transform;
}
.hive-signup-form .submit-button:hover button {
  transform: rotate(-3deg);
  color: #fff !important;
  transition: .1s ease transform;
}
/* booking form */
.wpcf7 * {
  max-width: 620px;
  width: 98%;
  font-size: 16px;
}
.wpcf7 fieldset {
  border: none !important;
  padding: 0
}
.wpcf7 p.caption {
  color: var(--accent5);
  margin-bottom: 4rem;
}
.wpcf7 span.wpcf7-not-valid-tip,
.wpcf7 .wpcf7-response-output,
.screen-reader-response p {
  display: flex;
  color: var(--accent6);
  background: rgba(255, 255, 255, .8);
  font-size: 14px;
  padding: 6px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
}
.wpcf7 .wpcf7-response-output:empty,
.screen-reader-response p:empty {
  padding: 0
}
.wpcf7 input,
.wpcf7 textarea {
  border: rgba(255, 255, 255, .4) solid 1px;
  height: 50px;
  padding: 8px 10px;
  background: none;
  font-family: var(--winky);
  font-size: 15px;
  color: #fff;
  border-radius: 4px;
  margin: 0 auto;
  display: flex;
  max-width: 620px;
  width: 100%;
}
.wpcf7 textarea {
  height: 100px
}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #fff;
  font-family: var(--winky);
  font-size: 18px;
}
.wpcf7 input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--accent1) inset;
  -webkit-text-fill-color: #fff;
  -moz-text-fill-color: #fff;
  caret-color: #fff;
}
.wpcf7 input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px var(--header) inset;
  -webkit-text-fill-color: #fff;
  -moz-text-fill-color: #fff;
}
.wpcf7 input:focus {
  background: rgba(0, 0, 0, 0.25);
  border: rgba(255, 255, 255, .8) solid 1px;
}
.wpcf7 span.wpcf7-form-control-wrap.recaptcha {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.wpcf7 .button-stack {
  position: relative;
  max-width: 100%;
  width: 180px;
  height: 100px;
  height: auto;
  display: block;
  margin: 0 auto 50px;
}
.wpcf7 .button-stack p {
  width: 180px;
  height: 80px;
  position: absolute;
  inset: 0;
}
.wpcf7 .button-stack p:after {
  content: '';
  display: flex;
  justify-content: flex-start;
  align-self: flex-start;
  clip-path: var(--path-bigger);
  background-color: var(--accent3);
  transform: rotate(3deg);
  max-width: 100%;
  height: 80px;
  z-index: 1;
  position: static;
  transition: .1s ease transform;
}
.wpcf7 input[type=submit] {
  position: absolute;
  inset: 0;
  font-family: 'Howdy Mama';
  color: #111 !important;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 15px;
  border: 0 !important;
  padding: 0 1rem .5rem !important;
  margin: 0 auto 0 0 !important;
  clip-path: var(--path-bigger);
  display: flex;
  align-self: flex-start;
  justify-content: center;
  max-width: 180px;
  width: 100%;
  height: 80px !important;
  transform: rotate(0deg);
  display: flex;
  z-index: 4;
  background-color: var(--accent4) !important;
  transition: .1s ease transform;
}
.wpcf7 .button-stack:hover p:after,
.wpcf7 .button-stack:focus-within p:after {
  transform: rotate(5deg);
  transition: .1s ease transform;
}
.wpcf7 .button-stack:hover input[type=submit],
.wpcf7 .button-stack:focus input[type=submit] {
  transform: rotate(-3deg);
  color: #fff !important;
  transition: .1s ease transform;
}
/* responsive */
@media(max-width:1023px) {
  .seetickets-list-event-container.grid-item {
    max-width: 45%;
    width: 100% !important;
  }
}
@media(max-width:960px) {
  main>.entry-content>.wp-block-group {
    padding-left: 0 !important;
    padding-right: 0 !important
  }
  #reviews {
    background: url(/wp-content/uploads/2025/11/review-frame-tablet.svg) no-repeat !important;
    background-size: 90% auto !important;
    background-position: top center !important;
    padding-top: 25% !important;
    aspect-ratio: 768/860;
  }
  #review-swiper {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0dvh !important;
  }
  #review-swiper .wp-block-query.swiper {
    min-width: auto !important;
    max-width: 70% !important;
  }
  #reviews h2 {
    font-size: 18px;
  }
}
@media(max-width:768px) {
  #review-swiper {
    padding-top: 3dvh !important;
  }
  #reviews .entry-content p {
    font-size: 15px !important
  }
  #reviews h2 {
    font-size: 18px;
  }
  #events-calendar {
    display: flex;
    flex-direction: column;
  }
}
@media(max-width:600px) {
  .seetickets-list-event-container.grid-item {
    max-width: 96%;
    width: 100% !important;
  }
  .grid-item .seetickets-list-view-event-image-container {
    flex-direction: column;
    aspect-ratio: initial;
  }
  .mdc-card .buy-and-share-block {
    align-self: center;
  }
  .see-slider,
  .see-slider .swiper-slide {
    aspect-ratio: 1/1;
    max-width: 100dvw;
    width: 100%;
    height: 100dvw;
  }
  .see-slider .fs-48 {
    font-size: 32px;
  }
  #reviews {
    background: url(/wp-content/uploads/2025/11/review-frame-mobile.svg) no-repeat !important;
    background-size: 90% auto !important;
    background-position: top center !important;
    aspect-ratio: 338/492;
  }
  #review-swiper {
    padding-top: 12dvh !important;
  }
  #review-swiper .wp-block-query.swiper {
    min-width: auto !important;
    max-width: 65% !important;
  }
  #reviews .entry-content p {
    font-size: 13px !important
  }
  #reviews h2 {
    font-size: 15px;
  }
  #review-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -10px;
  }
}
@media(max-width:540px) {
  #review-swiper {
    padding-top: 6dvh !important;
  }
  #reviews .entry-content p {
    font-size: 12px !important
  }
  .wp-block-social-links .wp-social-link svg {
    height: 18px !important;
    width: 18px !important;
  }
  #header-inner .wp-container-core-social-links-is-layout-5355fa85 {
    max-width: 160px;
  }
}
@media(max-width:480px) {
  #reviews {
    padding-top: 0 !important;
    padding-right: 3rem !important;
    padding-left: 3rem !important;
    margin-left: -6px !important;
  }
  #review-swiper {
    padding-top: 15dvh !important;
  }
  #review-swiper .wp-block-query.swiper {
    min-width: auto !important;
    max-width: 85% !important;
    height: 280px !important;
  }
  #review-swiper ul.swiper-wrapper {
    max-height: 280px;
    height: 280px !important;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  #review-swiper li.wp-block-post,
  #review-swiper li.wp-block-post>.wp-block-group {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
  }
  #reviews .entry-content p {
    font-size: 11px !important
  }
  #review-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 10px;
  }
}
@media(max-width: 425px) {
  #reviews {
    margin-left: -8px !important;
  }
  #review-swiper {
    padding-top: 10dvh !important;
  }
}
@media(max-width: 325px) {
  #review-swiper {
    padding-top: 8dvh !important;
  }
}