/******************** colors **********************/
.bg-black {
  background: #000;
}

.bg-grey {
  background: #e8eae6 !important;
}

.btn.btn-blk {
  background: #000;
  border-radius: 0;
  border-width: 4px;
}

.btn.btn-blk:hover {
  background: #fff;
  border-radius: 0;

}

.btn.btn-blk:hover a {
  color: #000 !important;
}

a:hover {
  cursor: pointer;
}


/******************** general **********************/


.container {
  max-width: 1352px !important;
}

body,
html {
  --bs-body-font-size: 1rem !important;
}

.border-10 {
  --bs-border-width: 10px;
  --bs-border-color: #000 !important;
  --bs-border-style: solid;
}

body {
  --bs-body-font-family: freight-macro-pro, serif;
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
h4 {
  font-family: trade-gothic-next-condensed, sans-serif !important;
  font-weight: 800 !important;
  font-style: normal;
}

.h-bolder {
  font-weight: 800 !important;
}

.img-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lh-11 {
  line-height: 1.1;
}

/******************** border **********************/

.border-lg-end,
.border-md-end,
.border-sm-end {
  border-right: 10px solid #000;
}

.border-lg-start,
.border-md-start {
  border-left: 10px solid #000;
}

.border-lg-top {
  border-top: 10px solid #000;
}

.border-lg-bottom {
  border-bottom: 10px solid #000;
}

.footer-border-top {
  border-top: 0;
}


.mobile-border-top {
  border-top: 0;
}


/******************** logo **********************/
.new-logo svg {
  max-width: 364px;
}

/******************** Nav **********************/
.header-wrapper .navbar-nav li.menu-item {
  flex-grow: 1;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-wrapper .navbar-nav li a {

  width: 100%;
  height: 100%;
  text-align: center;
}

.header-wrapper .navbar-nav li.menu-item a {
  padding: 1rem;
}

.header-wrapper .navbar-nav li.search-item {
  width: 100%;
  max-width: 101px;

  text-align: center;
  background: #e8eae6;
}

.header-wrapper nav a {
  font-family: trade-gothic-next-condensed, sans-serif;
  font-weight: 800;
  font-style: normal;
  text-decoration: none;
  color: #000;
  font-size: 24px;

}

.header-wrapper .current-menu-item {
  background: #000;
}

.header-wrapper .current-menu-item a.active {
  color: #fff !important;
}

.search-wrapper {
  display: none;
}

section.search-wrapper {
  position: absolute;
  background: transparent;
  height: 100%;
  width: calc(100% - 101px);
  padding: 0;
  padding-left: 4rem;
}

section.search-wrapper.mobile {
  width: 100%;
  padding: 0;
  padding-left: 0;
  height: auto;
}

.search-wrapper.mobile button {
  padding: 0;
}

input#search-field {
  width: 100%;
  height: 100%;
  background: #e8eae6;
  border: 0;
  padding-left: 65px;
}

#input_5_1,
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea,
.gform_wrapper.gravity-theme input[type=email] {
  font-size: 24px !important;
  font-weight: 700;
  width: 100%;
  border: none;
  border-bottom: 0;
  padding-left: 2rem;
  background: #fff;
  color: #000;
  border-radius: 0;
  font-family: trade-gothic-next-condensed, sans-serif;
  text-transform: uppercase
}


.search-wrapper input,
.search-form-wrapper input {
  font-size: 24px;
  transition: border-color .2s ease-in-out;
  font-weight: 700;
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  padding: 10px 115px 10px 0;
  background: 0 0;
  color: #000;
  border-radius: 0;
  font-family: trade-gothic-next-condensed, sans-serif;
  text-transform: uppercase;
}

.search-wrapper button {
  background: #e8eae6;
  font-size: 14px;
  position: absolute;
  width: 100%;
  max-width: 192px;
  text-align: center;
  padding: 1rem;
  text-transform: uppercase;
  border: 0;
  right: 0;
  top: 0;
  height: 100%;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-weight: 800;
  font-style: normal;
  text-decoration: none;
  color: #000;
  font-size: 24px;
  border-right: 10px solid;
  border-left: 10px solid;
}

.search-wrapper button:hover,
.about-btn:hover {
  background: #000;
  color: #fff;

}

.about-btn:hover a span {
  color: #fff !important;

}

*:focus,
input:focus {
  outline: none;
}

.search-wrapper form {
  height: 100%;
}

a.search.trigger.active #searchIcon {
  display: none;
}

a.search.trigger .close {
  display: none;
}

a.search.trigger.active .close {
  display: block;
}

.close {
  position: relative;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  opacity: 1;
}

.close:hover {
  opacity: 1;
}

.close:before,
.close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 6px;
  background-color: #000;
}

.close:before {
  transform: rotate(45deg);
}

.close:after {
  transform: rotate(-45deg);
}

.modal-content .close:before,
.modal-content .close:after {
  background-color: #fff;
}

.nav-container.fixed-top {
  top: 10px;
  width: calc(100% - 3rem);
}

/******************** Banner **********************/

.banner-title {
  font-size: 72px;
}

.business-overlay {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, .2);
  position: absolute;
  z-index: 1;

}

.banner-text {
  z-index: 2;
}

.jarallax {
  position: relative;
  z-index: 0;
  background: #000;
}

.jarallax {
  height: 100%;
  min-height: 85vh;
}

.banner-overlay {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, .2);
  display: block;
  position: absolute;
  z-index: -1;
}

/******************** Fonts **********************/

.h1 {
  font-size: 72px !important;
}

.h2 {
  font-size: 54px !important;
}

.h3 {
  font-size: 32px !important;
}

.h4 {
  font-size: 24px;
}


.tab-content .title,
.scroll-trigger.title {
  font-size: 32px;
}


.title,
.footer-items,
.footer-title,
.view-link .title,
.mobile-title {
  font-family: trade-gothic-next-condensed, sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #000;
  font-size: 24px;
}

h4.event-title {
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: calc(1.575rem + .3vw);
}



a {
  text-decoration: none !important;
  color: #000 !important;
}


.nav-row {
  margin-top: -10px !important;

}

.menu-wrap {
  padding-left: 85px !important;
} 


.tab-nav {
  background: #000 !important;
  transition: .2s linear;
  color: #fff !important;
}

.tab-nav .active {
  background: #fff !important;
  transition: .2s linear;
  color: #000 !important;
}

.font-large {
  font-size: 18px;
}

.page-standard h3 {
  text-transform: uppercase;
  line-height: 1.1;
  font-weight: 800 !important;
  margin-bottom: 1.5rem;
}

.event-content h3 {
  text-transform: uppercase;
  line-height: 1.1;
  font-weight: bold !important;
  margin-bottom: 1.5rem;
}

.heading-medium,
.event-content h3 {
  font-size: 32px;
}

.body-font-large {
  font-size: 21px;
}

.text-label-large {
  font-size: 18px;
  font-family: trade-gothic-next-condensed, sans-serif;
}

.text-label-small {
  font-size: 12px;
  font-family: trade-gothic-next-condensed, sans-serif;
}

.location {
  color: #9C9C9C;
  letter-spacing: 1px;
}

/************************ Footer ***********************/

.sign-up-content {
  padding-top: 177px;
  padding-bottom: 177px;
}


.sign-up-content.wedding,
.sign-up-content.whathere {
  padding-left: 85px;
  max-width: 34rem;
  margin-right: auto !important;
  margin-left: 0 !important;
}


/******************** Header **********************/


nav.mob-nav {
  display: none;
}

.openNav nav.mob-nav {
  display: block;
  position: absolute;
  width: 100%;

}

.openNav nav.mob-nav a {
  padding: 1rem;
  text-transform: uppercase;
  display: block;
}

.header-wrapper {
  background: #fff;
}

header.main nav.main ul:after,
header.main nav.main ul:before {
  content: '' !important;
  display: none;

}

.home-banner-wrapper {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  width: 100%;
  max-width: 100%;
  height: 85vh;
  overflow: hidden;
}

.header-wrapper {
  position: relative !important;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 600;
}

header.main {
  height: auto !important;
}

.smallHeader header.main {

  border-bottom: 0 !important;
}


/******************** Front Page **********************/
.event-links a:hover,
.header-wrapper .navbar-nav li:hover {
  background: black;
  color: white !important;
}


.header-wrapper .navbar-nav li:hover a {
  color: white !important;
}

.is-front-page .view-link a:hover {
  background: white !important;
  color: black !important;
}

.whats-here-card:hover .hover {
  display: block;
  position: absolute;
  z-index: 3;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.whats-here-card:hover .hover::after {
  width: 100%;
  height: 100%;
}

.whats-here-card:hover .hover::after {
  border-bottom-color: blue;
  border-left-color: blue;
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}

a.whats-here-card .img-bg {
  filter: saturate(.5);
}

a.whats-here-card .img-bg:hover {
  filter: saturate(1);
}

.whats-here-card .title span:after,
.event-card .description span:after,
.footer-nav li a span:after {
  background: #000;
  width: 0%;
  overflow: hidden;

  transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  content: '';
  height: 3px;
  display: block;
  z-index: 23;
  position: absolute;
}

.whats-here-card:hover .title span:after,
.event-card:hover .description span:after,
.footer-nav li a:hover span:after {
  width: 100%;
}

.footer-nav li a span {
  position: relative;
}

.front-featured-img img {
  max-height: 247px;
}


.sign-up-content {
  max-width: 408px;
  margin: auto;
}

.sign-up-content.whats-on {
  max-width: 500px;
  margin: auto;
}

.btn-load {
  height: 70px;
  position: relative;
}

.btn-red {
  background: #963f33;
}

.btn-load .loader {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s;
  top: 20px;
}

.events-grid-wrapper.is-loading .loader {
  display: block !important;
}

.events-grid-wrapper.is-loading .btn-load {
  background: none;
}

.events-grid-wrapper.is-loading span {
  display: none;
}

.btn-load {
  height: 70px;
  position: relative;
}

.btn-load .loader {
  display: none;
}

.btn-load .loader:before,
.btn-load .loader:after,
.btn-load .loader {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  animation-fill-mode: both;
  animation: load7 1.4s infinite ease-in-out;
  position: absolute;
  transform: translateZ(0);
  animation-delay: -0.16s;
  top: 20px;
}

.btn-load .loader:before {
  left: -20px;
  animation-delay: -0.32s;
}

.btn-load .loader:after {
  left: 20px;
}

.btn-load .loader:before,
.btn-load .loader:after {
  content: '';
  position: absolute;
  top: 0;
}

@keyframes load7 {

  0%,
  80%,
  100% {
    box-shadow: 0 10px 0 -1.3em red;
  }

  40% {
    box-shadow: 0 10px 0 0 red;
  }
}

.panel-in,
.panel-in-alt {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 500ms ease, transform 500ms ease-out;
}

.panel-in.animate,
.panel-in-alt.animate {
  opacity: 1;
  transform: translateY(0);
}

.category-panel .field-wrap {
  position: relative;
}

.category-panel input[type="checkbox"]+label span {

  z-index: 1;
  position: relative;
}

.category-panel input[type="checkbox"]+label {
  background: transparent;
  position: relative;
  cursor: pointer;
  display: block;

}

.category-panel input[type="checkbox"]+label:hover {
  background: none;
}

.category-panel input[type="checkbox"]:checked+label span {
  color: #fff !important;
  background: #000;
}

.category-panel input[type="checkbox"]:checked+label:hover {
  background: none;
}

.header-wrapper .navbar-nav li.menu-item a.active,
.toggle-region li:hover a,
.map-btn:hover a,
.map-btn:hover {
  background: #000 !important;
  color: #fff !important;
  transition: .2s linear;
}


.whats-here-card {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;

  text-align: center;
  text-decoration: none;
  color: inherit;
}

.whats-here-card .img-wrap {
  height: 247px !important;
  position: relative;
  margin-bottom: 15px;
}

.whats-here-card .img-wrap img {
  width: 100%;
  height: 100%;
}

.whats-here-card .img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.whats-here-card .title {
  line-height: 1.2;
  min-height: 86px;
}

.whats-here-card .category {
  color: #a7a8ae;
}

.whats-here-card .hover {
  display: none;
}

.page-events .banner-wrapper .img-bg {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;

  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.page-events .banner-wrapper .content-inner-bg {

  background: url(../img/upload/events-featured-bg.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  min-height: 500px;
}


.cta-text {
  font-size: 54px;
  line-height: 1;

  font-family: trade-gothic-next-condensed, sans-serif;
}

img.where-img-overlay {
  max-width: 18rem;
  z-index: 2;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}



.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-events .banner-wrapper ul li {
  margin: 0;

  padding: 10px 10px 10px 110px;
  position: relative;
}

.page-events .banner-wrapper ul li .meta {
  font-family: tstar-bold, tstar-med, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  left: 0;
  top: 13px;
  color: #fff;
}

.single-event-btn {
  width: 192px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrumbs-event a {
  font-size: 18px;
}

#custom-bg {
  background-position: center;
  background-size: cover;
}

#custom-bg {
  height: 600px;
}

.business-icon {
  max-width: 275px;
  width: 100%;
}

.business-img-holder {
  height: 100%;

}


.page-whats-here-detail .gallery-wrapper .slide {
  width: 100%;
  left: 0;
  right: 0;
  height: 600px;
  opacity: .4;
  margin: 0 10px;
}


.page-about .banner-wrapper .banner,
.page-standard .banner-wrapper .banner,
.page-contact .banner-wrapper .banner,
#map-wrapper {
  height: 600px !important;
  position: relative;
}

.banner-title-holder {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.page-standard .banner-wrapper {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  height: 100%;
  width: 100%;
}


.field-wrap:hover {
  background: black;
  transition: .2s linear;
  cursor: pointer;
}

.field-wrap:hover .title {
  color: #fff;
  transition: .2s linear;
}


.business-panel-col .panel {
  padding: 30px 30px 0 30px;
}

.whats-here-filter .active {
  color: #fff !important;
  background: #000;
}

.upcoming-event-wrap {
  height: 350px;
}

.page-contact .content-wrapper .map-wrapper {
  background: #f9f9f9;
  position: absolute;
  height: 100%;
  width: 50%;
  right: 0;
  top: 0;
}

/******************** slick btn **********************/
.slick-list,
.slick-slide,
.slick-track {
  height: 100% !important;
}

.business-gallery-mobile-slide button.slick-next.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  right: 0;
}

.business-gallery-mobile-slide button.slick-prev.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
}

.business-slider-nav .slick-next:hover path {
  fill: #fff;
}

.business-slider-nav .slick-prev:hover path {
  fill: #fff;
}

.slick-btn {
  background: #fff;
  padding: 30px;
  cursor: pointer;
}

.slick-btn:hover {
  background: #000;
}


.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}


#modal-calendar.open,
#modal-parking.open {
  display: block;
}


/******************** Modal **********************/
#modal-calendar,
#modal-parking {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 800;
  overflow-y: auto;
  display: none;
  background-color: rgba(37, 37, 37, .99);
  -webkit-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
  -webkit-overflow-scrolling: touch;
}

#modal-calendar .modal-wrapper,
#modal-parking .modal-wrapper {
  padding: 0;
  width: 100%;
  max-width: 600px;
  top: 20px;
  margin-bottom: 80px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  z-index: 500;
}

#modal-calendar .modal-content.animate-in,
#modal-parking .modal-content.animate-in {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#modal-calendar .modal-content,
#modal-parking .modal-content {
  -webkit-transition: opacity 450ms ease-in-out, -webkit-transform 450ms ease;
  transition: opacity 450ms ease-in-out, transform 450ms ease;
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-backface-visibility: visible;
}

#modal-calendar .modal-content-wrapper,
#modal-parking .modal-content-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}



.page-numbers {
  background: white;
  color: black;
  padding: 1rem 2rem;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 24px;
  display: block;
}

span.page-numbers.current {
  background: black;
  color: white;
}

/******************** Mobile **********************/
@media screen and (max-width: 992px) {
  .banner-title {
    font-size: 40px;
  }

  .title,
  .footer-items,
  .footer-title,
  .view-link .title {
    font-size: 16px;
  }

  .tab-content .title,
  .scroll-trigger.title {
    font-size: 24px;
  }

  .jarallax {
    height: 100%;
    min-height: 424px;
  }

  .cta-text {
    font-size: 30px;
  }

  .sign-up-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-events .banner-wrapper .content-inner-bg {
    min-height: 100%;
  }

  .border-lg-end {
    border-right: 0 !important;
  }

  .border-lg-start {
    border-left: 0 !important;
  }


  .border-lg-top {
    border-top: 0 !important;
  }

  .border-lg-bottom {
    border-bottom: 0 !important;
  }

  .font-large,
  .body-font-large {
    font-size: 16px;
  }

  .footer-border-top {
    border-top: 10px solid #000;
  }


  .whats-here-card .title {
    min-height: 100%;
  }

  .mobile-border-top {
    border-top: 10px solid #000;
  }

}

@media screen and (max-width: 768px) {
  .border-md-start {
    border-left: 0 !important;
  }

  .border-md-end {
    border-right: 0 !important;
  }

  .border-md-top {
    border-top: 10px solid #000;
  }

  #input_5_1 {
    padding-left: .5rem;
  }
}


@media screen and (max-width: 575px) {

  .border-sm-end {
    border-right: 0 !important;
  }

  .sign-up-content.wedding,
  .sign-up-content.whathere {
    padding-left: 5px;
    margin-right: auto !important;
    margin-left: 0 !important;
  }

}

@media screen and (max-width: 1162px) {
  .nav-row {
    margin-top: -10px !important;
    padding-left: 0;
  }

  .header-wrapper nav a {
    font-size: 20px;
  }

  .header-wrapper .navbar-nav li a {
    padding: .5rem;
  }
}


.event-card:hover .front-featured-img:before,
.whats-here-card:hover .img-bg:before {
  outline-color: #000;
  transform: scale(0.96, 0.93);
  outline-style: solid;
  transition: linear .4s;
  outline-width: 10px;
}

article:hover .upcoming-event-wrap:before {
  outline-color: #000;
  transform: scale(0.955, 0.95);
  outline-style: solid;
  transition: linear .4s;
  outline-width: 10px;
}

.event-card .front-featured-img:before,
.whats-here-card .img-bg:before,
.img-wrap.upcoming-event-wrap:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1);
  outline-style: none;
  z-index: 1;
  outline-color: transparent;
}


form#gform_5 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: row;
}

input#gform_submit_button_5 {
  max-height: 64px !important;
}

#gform_5 .gform_footer.top_label {
  padding: 0 !important;
}


#gform_wrapper_5 .gform_body.gform-body {
  width: 100%;
}

#gform_wrapper_5 .ginput_container.ginput_container_email {
  height: 64px;
}

#input_5_1 {
  height: 64px;
  width: 100%;
}

#gform_submit_button_1,
#gform_submit_button_3,
#gform_submit_button_2 {
  background: #000;
  color: white;
  padding: 1rem 3rem;
  font-size: 18px;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-weight: 800 !important;
}


.mob-nav-wrapper {
  border-top: 10px solid;
  margin-top: -10px;
}

.mob-nav-wrapper.fixed-top {
  margin-left: 1rem;
  margin-right: 1rem;
  border-bottom: 10px solid;
  margin-top: 0;
}
