

/* Hero */
.page-template-template-events .neo__header  h1 {
  font-size: clamp(3em, 8.75vw, 7.65em)
}


/* Overview */
.page-template-template-events .neo__grid {
  background: #121f2e;
}
.page-template-template-events .neo__grid .neo__content {
  padding: max(5vw, 45px) 0;
  background: #121f2e;
  text-align: center;
  max-width: 600px;
}

.page-template-template-events .neo__grid .neo__content .neo_btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 960px) {
  .page-template-template-events .neo__grid .neo__content {
    max-width: 90%;
  }
}

.page-template-template-events .neo__grid .neo__content p {
  margin-top: 0;
  margin-bottom: 0;
}


/* Gallery */
.page-template-template-events .neo__gallery {}


/* Event spaces */
.page-template-template-events .neo__about >div {
  align-items: center;
  width: 95%;
  margin-left: auto;
  margin-right: 0;
}

.page-template-template-events .neo__about >div .swiper-container .owl-nav {
  bottom: 0;
  left: 0;
}

.page-template-template-events .neo__about>div .swiper-data>div {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  transform: none;
  padding-right: 40px;
  max-width: 526px;
}

.page-template-template-events .neo__about>div .swiper-data>div h2 {
  margin-bottom: 5px;
}

.page-template-template-events .neo__about strong {
  color: #76bcd0;
  font-weight: 400;
  font-variant: initial;
  font-family: "HelveticaNeueLT-65Md";
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 1.71;
  letter-spacing: 1.1px;
  text-align: left;
  text-transform: uppercase;
  font-size: clamp(1em, 1.7vw, 1.25em);
}

.page-template-template-events .neo__about h3 {
  margin-top: 15px;
  line-height: 1.29;
  font-weight: 300;
  font-size: 2rem;
  color: #76bcd0;
  margin-bottom: 5px;
}

.page-template-template-events .neo__about p {
  color: rgba(255, 255, 255, 0.6);
}

.page-template-template-events .neo__about p small {
  font-size: 15px;
  opacity: 0.7;
}

.page-template-template-events .neo__about table td {
  padding-right: 25px;
}


/* CTA */
.page-template-template-events .neo__grid._cta h2 {
  color: #76bcd0;
}

/* Form */
.page-template-template-events .neo__contact {
  background-image: url('images/contact-background.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0 10%;
}

.page-template-template-events .neo__contact:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #121f2e;
}

.page-template-template-events .neo__contact > div {
  max-width: 1088px;
  padding: max(5vw, 100px) 0;
  margin: 0 auto;
}

.page-template-template-events .neo__contact > div h2 {
  font-size: clamp(44px, 6vw, 52px);
  margin-bottom: 15px;
}

.page-template-template-events .neo__contact > div form {
  display: flex;
  flex-wrap: wrap;
  row-gap: 36px;
  column-gap: 16px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.page-template-template-events .neo__contact > div form:before,
.page-template-template-events .neo__contact > div form:after {
  content: none;
  display: none;
}

.page-template-template-events .neo__contact > div form fieldset:nth-child(1n+1) {
  margin: 0;
}

.page-template-template-events .neo__contact > div form fieldset:nth-of-type(2), .page-template-template-events .neo__contact > div form fieldset:nth-of-type(3) {
  width: calc(50% - 8px);
}

.page-template-template-events .neo__contact > div form fieldset .focus-input {
  height: 100%;
}

.page-template-template-events .neo__contact > div form fieldset > div {
  display: block;
}

.page-template-template-events .neo__contact > div form fieldset > div select,
.page-template-template-events .neo__contact > div form fieldset > div textarea,
.page-template-template-events .neo__contact > div form fieldset > div input[type=text],
.page-template-template-events .neo__contact > div form fieldset > div input[type=password],
.page-template-template-events .neo__contact > div form fieldset > div input[type=email] {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 19px 25px;
  height: auto;
  font-size: 20px;
  text-transform: none;
  line-height: 1;
  outline: none;
  border: none;
  border-bottom: 1px solid transparent;
  transition: all 0.35s ease-in-out;
}

.page-template-template-events .neo__contact > div form fieldset > div select:focus,
.page-template-template-events .neo__contact > div form fieldset > div textarea:focus,
.page-template-template-events .neo__contact > div form fieldset > div input[type=text]:focus,
.page-template-template-events .neo__contact > div form fieldset > div input[type=password]:focus,
.page-template-template-events .neo__contact > div form fieldset > div input[type=email]:focus {
  border-bottom: 1px solid #FFFFFF;
}

.page-template-template-events .neo__contact > div form fieldset > div select::-webkit-input-placeholder,
.page-template-template-events .neo__contact > div form fieldset > div textarea::-webkit-input-placeholder,
.page-template-template-events .neo__contact > div form fieldset > div input[type=text]::-webkit-input-placeholder,
.page-template-template-events .neo__contact > div form fieldset > div input[type=password]::-webkit-input-placeholder,
.page-template-template-events .neo__contact > div form fieldset > div input[type=email]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  line-height: 1;
  text-transform: none;
}

.page-template-template-events .neo__contact > div form fieldset > div select:-ms-input-placeholder,
.page-template-template-events .neo__contact > div form fieldset > div textarea:-ms-input-placeholder,
.page-template-template-events .neo__contact > div form fieldset > div input[type=text]:-ms-input-placeholder,
.page-template-template-events .neo__contact > div form fieldset > div input[type=password]:-ms-input-placeholder,
.page-template-template-events .neo__contact > div form fieldset > div input[type=email]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  line-height: 1;
  text-transform: none;
}

.page-template-template-events .neo__contact > div form fieldset > div select::placeholder,
.page-template-template-events .neo__contact > div form fieldset > div textarea::placeholder,
.page-template-template-events .neo__contact > div form fieldset > div input[type=text]::placeholder,
.page-template-template-events .neo__contact > div form fieldset > div input[type=password]::placeholder,
.page-template-template-events .neo__contact > div form fieldset > div input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  line-height: 1;
  text-transform: none;
}

.page-template-template-events .neo__contact > div form fieldset > div select + .focus-input,
.page-template-template-events .neo__contact > div form fieldset > div textarea + .focus-input,
.page-template-template-events .neo__contact > div form fieldset > div input[type=text] + .focus-input,
.page-template-template-events .neo__contact > div form fieldset > div input[type=password] + .focus-input,
.page-template-template-events .neo__contact > div form fieldset > div input[type=email] + .focus-input {
  display: none !important;
}

.page-template-template-events .neo__contact > div form fieldset > div select option {
  color: #000000;
  text-transform: none;
}

.page-template-template-events .neo__contact > div form fieldset input[type=submit] {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
  color: #FFFFFF !important;
  padding: 12px 23px !important;
  font-weight: 400 !important;
  transition: all 0.35s ease-in-out !important;
}

.page-template-template-events .neo__contact > div form fieldset input[type=submit]:hover {
  background-color: #FFFFFF !important;
  color: #000000 !important;
}

.page-template-template-events .neo__contact > div form .neo_message {
  margin-top: 0;
}

.page-template-template-events .neo__contact > div form .neo_message h6,
.page-template-template-events .neo__contact > div form .neo_message p {
  color: #FFFFFF !important;
}

/* Responsive */
@media screen and (max-width: 960px) {
  .page-template-template-events .neo__gallery {
    padding-bottom: 50px;
  }
  .page-template-template-events .neo__gallery .swiper-container .owl-nav {
    bottom: 0;
  }
  .page-template-template-events .neo__gallery .swiper-container .owl-nav button.owl-prev {
    left: 10%;
  }
  .page-template-template-events .neo__gallery .swiper-container .owl-nav button.owl-next {
    right: 10%;
  }
  .page-template-template-events .neo__about {
    padding-top: 0;
  }
  .page-template-template-events .neo__about>div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
  }
  .page-template-template-events .neo__about>div .swiper-data {
    width: 100%;
    min-width: 100%;
    padding-right: 0;
  }
  .page-template-template-events .neo__about>div .swiper-data>div {
    transform: none;
    margin: calc(4vw + 40px) auto calc(2vw + 20px);
    width: 80%;
    max-width: 80%;
    position: relative;
    top: 0;
    left: 0;
  }
  .page-template-template-events .neo__about>div .swiper-container {
    width: 100%;
    min-width: 100%;
  } 
  .page-template-template-events .neo__about >div .swiper-container .owl-nav {
    width: 100%;
  } 
  .page-template-template-events .neo__about >div .swiper-container .owl-nav button.owl-prev {
    left: 10%;
  } 
  .page-template-template-events .neo__about >div .swiper-container .owl-nav button.owl-next {
    right: 10%;
  } 
  .page-template-template-events .neo__contact > div form {
    fieldset:nth-of-type(2),
    fieldset:nth-of-type(3) {
      width: 100%;
    }
  }
}