html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  width: 100%;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

body {
  background: #0d3739;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.2;
  text-align: left;
  font-family: "nave", serif;
  font-style: normal;
  font-weight: 400;
}
body main {
  padding-top: 49px;
}
@media (min-width: 900px) {
  body main {
    padding-top: 53px;
  }
}
body h1, body h2, body h3, body h4, body h5, body h6, body p, body a, body ul, body li {
  margin: 0px;
  font-weight: 400;
}
body h4, body h5 {
  font-size: inherit;
}
body h3 {
  font-size: 30px;
}
body h2 {
  font-size: 24px;
}
body h1 {
  font-size: 36px;
}
@media (min-width: 500px) {
  body h2 {
    font-size: 30px;
  }
}
body a {
  color: #ffffff;
  text-decoration: none;
}
body a:hover {
  text-decoration: underline;
}
body .button, body input[type=submit], body .instagram-gallery__button {
  font-family: "nave", serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 14px 30px 13px;
  width: fit-content;
  min-width: 230px;
  text-align: center;
  border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent;
  transition: background 0.15s ease, color 0.15s ease;
  cursor: pointer;
}
body .button:hover, body input[type=submit]:hover, body .instagram-gallery__button:hover {
  background: #ffffff;
  color: #0d3739;
  transition: background 0.15s ease, color 0.15s ease;
  text-decoration: none;
}
body img {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  position: relative;
}

header.mainheader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 20px;
  background-color: #000000;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
header.mainheader a.home {
  line-height: 0;
  padding-top: 3px;
}
header.mainheader a.home img {
  width: 125px;
}
@media (min-width: 900px) {
  header.mainheader {
    padding: 15px 40px;
  }
}
@media (min-width: 1200px) {
  header.mainheader {
    padding: 15px 70px;
  }
}

footer {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 90px 12vw;
}
@media (min-width: 500px) {
  footer {
    gap: 50px;
  }
}
@media (min-width: 700px) {
  footer {
    flex-direction: row;
    padding: 90px 10vw;
  }
}
@media (min-width: 900px) {
  footer {
    gap: 80px;
    padding: 120px 8vw 120px 10vw;
  }
}
@media (min-width: 1200px) {
  footer {
    padding: 150px 8vw 150px 10vw;
    align-items: center;
  }
}
@media (min-width: 1440px) {
  footer {
    gap: 120px;
  }
}
footer .images {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
  margin-left: -20px;
}
footer .images .logo {
  width: 100px;
  position: relative;
  top: -30px;
  left: 20px;
  z-index: 1;
}
footer .images .img {
  aspect-ratio: 1;
  width: calc(100% - 100px);
}
@media (min-width: 500px) {
  footer .images {
    margin-left: -30px;
  }
  footer .images .logo {
    width: 140px;
    position: relative;
    top: -40px;
    left: 30px;
    z-index: 1;
  }
  footer .images .img {
    width: calc(100% - 140px);
  }
}
@media (min-width: 1200px) {
  footer .images {
    width: 50%;
  }
}
footer .info {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-left: 80px;
}
@media (min-width: 500px) {
  footer .info {
    padding-left: 110px;
  }
}
@media (min-width: 700px) {
  footer .info {
    gap: 30px;
    width: 250px;
    padding-left: 0px;
    flex-shrink: 0;
  }
}
@media (min-width: 900px) {
  footer .info {
    width: 280px;
  }
}
@media (min-width: 1200px) {
  footer .info {
    flex-direction: row;
    width: 50%;
    gap: 50px;
    flex-shrink: 1;
  }
}
@media (min-width: 1200px) {
  footer .info {
    gap: 80px;
  }
}
footer .info .details, footer .info .hours {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .info .details a.giftcards, footer .info .details a.onesocial, footer .info .hours a.giftcards, footer .info .hours a.onesocial {
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
footer .info .details a.giftcards:hover, footer .info .details a.onesocial:hover, footer .info .hours a.giftcards:hover, footer .info .hours a.onesocial:hover {
  color: #f2cd71;
}
footer .info .details h4, footer .info .hours h4 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
footer .info .privacy {
  font-size: 14px;
  text-transform: uppercase;
}
footer .info .social {
  display: flex;
  gap: 10px;
  text-transform: uppercase;
  padding-top: 5px;
}
footer .info .social a, footer .info .social svg {
  height: 20px;
}
footer .info .social a path, footer .info .social svg path {
  fill: #ffffff;
}
footer .info .social a:hover path, footer .info .social svg:hover path {
  fill: #f2cd71;
}

body.page-template-home-template main #hero {
  padding: calc(100vh - 49px) 12vw 60px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 900px) {
  body.page-template-home-template main #hero {
    padding: calc(100vh - 53px) 10vw 5vw;
  }
}
@media (min-width: 1200px) {
  body.page-template-home-template main #hero {
    padding: calc(100vh - 53px) 15vw 5vw;
  }
}
@media (min-width: 1440px) {
  body.page-template-home-template main #hero {
    padding: calc(100vh - 53px) 20vw 5vw;
  }
}
body.page-template-home-template main #hero a.scroll {
  position: fixed;
  left: calc(50% - 12.5px);
  bottom: 40px;
  z-index: 2;
  width: 25px;
  height: 40px;
  background-image: url("../bluejack-theme/img/arrow_white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  display: block;
  transition: opacity 0.25s ease;
}
body.page-template-home-template main #hero h1 {
  display: flex;
  position: fixed;
  height: 100vh;
  width: 50vw;
  bottom: 0;
  left: calc(50% - 25vw);
  align-items: center;
  justify-content: center;
  z-index: 1;
}
body.page-template-home-template main #hero h1 img {
  height: 50%;
  width: 100%;
  object-fit: contain;
}
body.page-template-home-template main #hero.state2 .h1, body.page-template-home-template main #hero.state3 .h1 {
  position: relative;
  height: 0px;
}
body.page-template-home-template main #hero.state2 .h1 h1, body.page-template-home-template main #hero.state3 .h1 h1 {
  position: absolute;
  bottom: 50px;
}
body.page-template-home-template main #hero.state2 a.scroll, body.page-template-home-template main #hero.state3 a.scroll {
  opacity: 0;
  height: 0px;
  transition: opacity 0.25s ease, height 0s 0.25s;
}
body.page-template-home-template main #hero .gallery {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 50px;
  padding-bottom: 50vh;
}
body.page-template-home-template main #hero .gallery .first {
  position: relative;
}
body.page-template-home-template main #hero .gallery .first, body.page-template-home-template main #hero .gallery .notfirst {
  width: 50%;
}
body.page-template-home-template main #hero .gallery .count2, body.page-template-home-template main #hero .gallery .count4 {
  align-self: flex-start;
}
@media (min-width: 700px) {
  body.page-template-home-template main #hero .gallery {
    column-count: 2;
    display: block;
  }
  body.page-template-home-template main #hero .gallery .first {
    column-span: all;
    width: calc(50% - 25px);
    margin-left: auto;
  }
  body.page-template-home-template main #hero .gallery .notfirst {
    width: 100%;
    padding-top: 100px;
  }
  body.page-template-home-template main #hero .gallery .notfirst.count2 {
    padding-top: 0;
  }
}
@media (min-width: 900px) {
  body.page-template-home-template main #hero .gallery {
    gap: 80px;
  }
  body.page-template-home-template main #hero .gallery .first {
    display: flex;
    width: calc(50% - 40px);
    margin-bottom: 50px;
  }
  body.page-template-home-template main #hero .gallery .notfirst {
    padding-top: 120px;
  }
}
@media (min-width: 1200px) {
  body.page-template-home-template main #hero .gallery {
    gap: 120px;
  }
  body.page-template-home-template main #hero .gallery .notfirst {
    padding-top: 180px;
  }
}
body.page-template-home-template main #hero h2 {
  scroll-snap-align: start;
  display: block;
  max-width: 460px;
  position: relative;
  z-index: 1;
  align-self: flex-start;
}
@media (min-width: 700px) {
  body.page-template-home-template main #hero h2 {
    align-self: center;
  }
}
body.page-template-home-template main #hero h2 a {
  text-decoration: underline;
  transition: color 0.15s ease;
}
body.page-template-home-template main #hero h2 a:hover {
  color: #f2cd71;
  transition: color 0.15s ease;
}
body.page-template-home-template main #links {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding: 0px 12vw 6vw 12vw;
}
body.page-template-home-template main #links .img {
  padding-left: 50px;
}
body.page-template-home-template main #links .img img {
  width: 110px;
}
@media (min-width: 900px) {
  body.page-template-home-template main #links {
    padding: 0px 80px 5vw 80px;
    gap: 120px;
  }
  body.page-template-home-template main #links .img {
    padding-left: 14vw;
  }
}
body.page-template-home-template main #links .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
body.page-template-home-template main #links .wrap div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
}
body.page-template-home-template main #links .wrap div img {
  aspect-ratio: 1;
}
@media (min-width: 700px) {
  body.page-template-home-template main #links .wrap {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
  }
  body.page-template-home-template main #links .wrap div {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1200px) {
  body.page-template-home-template main #links .wrap {
    flex-wrap: nowrap;
  }
  body.page-template-home-template main #links .wrap div {
    width: 33%;
  }
}
body.page-template-home-template main #contact {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 12vw;
}
body.page-template-home-template main #contact .image img {
  aspect-ratio: 2;
}
@media (min-width: 900px) {
  body.page-template-home-template main #contact {
    flex-direction: row;
    gap: 80px;
    padding: 10vw;
    align-items: stretch;
  }
  body.page-template-home-template main #contact .copy {
    width: 60%;
  }
  body.page-template-home-template main #contact .image {
    width: 40%;
  }
  body.page-template-home-template main #contact .image img {
    aspect-ratio: unset;
    height: 100%;
  }
}
@media (min-width: 1440px) {
  body.page-template-home-template main #contact {
    gap: 120px;
  }
  body.page-template-home-template main #contact .copy {
    width: 50%;
    padding: 50px 0;
  }
  body.page-template-home-template main #contact .image {
    width: 50%;
  }
  body.page-template-home-template main #contact .image img {
    width: 75%;
  }
}
body.page-template-home-template main #contact form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body.page-template-home-template main #contact form .fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 700px) {
  body.page-template-home-template main #contact form .fields {
    flex-direction: row;
    flex-wrap: wrap;
  }
  body.page-template-home-template main #contact form .fields .short {
    width: calc(50% - 10px);
  }
  body.page-template-home-template main #contact form .fields .wide {
    width: 100%;
  }
}
@media (min-width: 900px) {
  body.page-template-home-template main #contact form .fields {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  body.page-template-home-template main #contact form .fields .short {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  body.page-template-home-template main #contact form .fields {
    flex-direction: row;
    flex-wrap: wrap;
  }
  body.page-template-home-template main #contact form .fields .short {
    width: calc(50% - 10px);
  }
}
body.page-template-home-template main #contact form label {
  position: fixed;
  left: -9999px;
  top: 0px;
}
body.page-template-home-template main #contact form .wpcf7-email, body.page-template-home-template main #contact form .wpcf7-text, body.page-template-home-template main #contact form .wpcf7-textarea, body.page-template-home-template main #contact form .wpcf7-select {
  border: 0px;
  border-bottom: 1px solid #ffffff;
  border-radius: 0px;
  background-color: transparent;
  width: 100%;
  max-width: none;
  padding: 20px;
  font-family: "montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  text-align: left;
}
body.page-template-home-template main #contact form .wpcf7-email:focus-visible, body.page-template-home-template main #contact form .wpcf7-text:focus-visible, body.page-template-home-template main #contact form .wpcf7-textarea:focus-visible, body.page-template-home-template main #contact form .wpcf7-select:focus-visible {
  outline-color: #f2cd71;
}
body.page-template-home-template main #contact form .wpcf7-email::placeholder, body.page-template-home-template main #contact form .wpcf7-text::placeholder, body.page-template-home-template main #contact form .wpcf7-textarea::placeholder, body.page-template-home-template main #contact form .wpcf7-select::placeholder {
  color: #ffffff;
}
body.page-template-home-template main #contact form .wpcf7-textarea {
  border: 1px solid #ffffff;
}
body.page-template-home-template main #contact form .wpcf7-spinner {
  position: absolute;
}
body.page-template-home-template main #contact form .wpcf7-response-output {
  border: 0px;
  margin: 0px;
}
body.page-template-home-template main #contact form .wpcf7-not-valid-tip, body.page-template-home-template main #contact form .wpcf7-response-output {
  color: #ffffff;
}
body.page-template-home-template main #instagram .wrap {
  background: #000000;
  padding: 50px 12vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 900px) {
  body.page-template-home-template main #instagram .wrap {
    padding: 80px;
  }
}
body.page-template-home-template main #instagram .wrap .instagram-gallery-feed .instagram-gallery-item__media-wrap, body.page-template-home-template main #instagram .wrap .instagram-gallery-feed .instagram-gallery-item__wrap, body.page-template-home-template main #instagram .wrap .instagram-gallery-feed .instagram-gallery-item {
  border-radius: 0px !important;
}
body.page-template-home-template main #instagram .wrap .instagram-gallery-feed .instagram-gallery__actions {
  margin-bottom: 0px;
}
body.page-template-home-template main #instagram .wrap .instagram-gallery-feed .instagram-gallery__button, body.page-template-home-template main #instagram .wrap .instagram-gallery-feed .instagram-gallery__button--follow {
  font-weight: 400 !important;
  font-size: 18px !important;
  background-color: transparent;
  padding: 14px 30px 13px !important;
  border: 1px solid #ffffff !important;
  border-radius: 0px !important;
  color: #ffffff !important;
  transition: background 0.15s ease, color 0.15s ease !important;
}
body.page-template-home-template main #instagram .wrap .instagram-gallery-feed .instagram-gallery__button:hover, body.page-template-home-template main #instagram .wrap .instagram-gallery-feed .instagram-gallery__button--follow:hover {
  background-color: #ffffff !important;
  color: #0d3739 !important;
  transition: background 0.15s ease, color 0.15s ease !important;
  box-shadow: none !important;
}
body.page-template-home-template main #instagram .wrap .instagram-gallery-feed .instagram-gallery__button .qligg-icon-instagram, body.page-template-home-template main #instagram .wrap .instagram-gallery-feed .instagram-gallery__button--follow .qligg-icon-instagram {
  display: none !important;
}

body.error404 .wrapper {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
body.error404 .wrapper main .wrap {
  height: 100%;
  padding: 80px 40px;
  background-color: #0d3739;
}
@media (min-width: 700px) {
  body.error404 .wrapper main .wrap {
    padding: 120px 10vw;
  }
}
@media (min-width: 900px) {
  body.error404 .wrapper main .wrap {
    padding: 120px 22vw;
  }
}
body.error404 .wrapper main .wrap .wrap2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
  color: #ffffff;
  padding: 30px;
}
@media (min-width: 700px) {
  body.error404 .wrapper main .wrap .wrap2 {
    padding: 40px;
  }
}
@media (min-width: 900px) {
  body.error404 .wrapper main .wrap .wrap2 {
    padding: 60px;
    gap: 30px;
  }
}