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;
}

@font-face {}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: relative;
  list-style: none;
  display: flex;
  gap: 12px;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 8px;
  width: 8px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 8px;
  width: 8px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: 0.5;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
}

* {
  box-sizing: border-box;
}

body {
  background: #f0eee9;
  font-family: "ador-hairline", sans-serif;
  font-style: normal;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-align: left;
}
body main {
  padding-top: 47px;
}
@media (min-width: 900px) {
  body main {
    padding-top: 53px;
  }
}
body img {
  max-width: 100%;
}
body p {
  line-height: 1.66;
}
body h1, body h2, body h3, body h4, body h5, body h6, body p, body a, body ul, body ul li {
  margin: 0px;
}
body h1, body h2, body h3, body h4 {
  font-weight: 400;
}
body nav a, body nav button {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
body h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
body h5 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
body .bigtype {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
}
body h1, body .h1 {
  font-size: 24px;
  text-transform: uppercase;
}
body h1.lower, body .h1.lower {
  text-transform: none;
}
body #specials .copy p {
  font-size: 18px;
}
body .sm {
  font-size: 12px;
}
@media (min-width: 650px) {
  body {
    font-size: 18px;
  }
  body .bigtype {
    font-size: 48px;
    font-weight: 700px;
  }
  body h1, body .h1 {
    font-size: 36px;
  }
  body #specials .copy p {
    font-size: 24px;
  }
}
@media (min-width: 900px) {
  body h2, body .h2 {
    font-size: 42px;
  }
}
body a {
  color: #000000;
  text-decoration: none;
}
body a:hover {
  text-decoration: underline;
}
body button, body input[type=submit], body .instagram-gallery__button {
  font-family: "ador-hairline", sans-serif;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  border: 0px;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}
body .button, body input[type=submit], body .instagram-gallery__button {
  font-family: "ador-hairline", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
  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 #000000;
  color: #000000;
  background: #d18d5e;
  transition: background 0.15s ease;
}
body .button:hover, body input[type=submit]:hover, body .instagram-gallery__button:hover {
  background: #e8dfd5;
  transition: background 0.15s ease;
  text-decoration: none;
}
body .button.beige, body input[type=submit].beige, body .instagram-gallery__button.beige {
  background: #e8dfd5;
}
body .button.beige:hover, body input[type=submit].beige:hover, body .instagram-gallery__button.beige:hover {
  background: #d18d5e;
}
body img {
  display: block;
  width: 100%;
  object-fit: cover;
  position: relative;
}
body .fwimg img {
  aspect-ratio: 2;
  padding-left: 100%;
  background-size: cover;
  background-attachment: fixed;
}
@media (min-width: 650px) {
  body .fwimg img {
    aspect-ratio: 2.5;
  }
}
body .bkg-blue {
  background-color: #23414a;
  background-image: url("../oneprime-theme/img/texture_blue.webp");
  background-position: center;
  background-size: cover;
}
body .bkg-beige {
  background-color: #e8dfd5;
  background-image: url("../oneprime-theme/img/texture_beige.webp");
  background-position: center;
  background-size: cover;
}
body .border {
  padding: 12px;
}
body .border .wrap {
  border: 2px solid #d18d5e;
  border-radius: 25px;
}
@media (min-width: 650px) {
  body .border {
    padding: 25px;
  }
  body .border .wrap {
    border-radius: 50px;
  }
}

header.mainheader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  background-color: #f0eee9;
  font-size: 14px;
}
header.mainheader a.home {
  height: 17px;
  line-height: 0;
}
header.mainheader a.home img {
  height: 17px;
}
@media (min-width: 900px) {
  header.mainheader {
    padding: 18px 40px;
  }
}
@media (min-width: 1200px) {
  header.mainheader {
    padding: 18px 70px;
  }
}
header.mainheader button {
  line-height: 0;
  padding: 0px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}
header.mainheader button span.icon {
  width: 24px;
  height: 16px;
  display: inline-block;
}
header.mainheader button span.icon div {
  position: relative;
  display: block;
  content: "";
  width: 24px;
  height: 1px;
  transition: transform 0.25s ease;
  background: #000000;
}
header.mainheader button span.icon div.top {
  top: 0px;
}
header.mainheader button span.icon div.mid {
  top: 6px;
}
header.mainheader button span.icon div.bot {
  top: 13px;
}
@media (min-width: 900px) {
  header.mainheader button {
    display: none;
  }
}
header.mainheader nav {
  display: none;
  background: #f0eee9;
  position: absolute;
  top: 100%;
  right: 0px;
  padding: 0 20px 10px;
}
header.mainheader nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  text-align: right;
}
header.mainheader nav ul li a {
  padding: 5px 0;
  display: inline-block;
}
header.mainheader nav ul li a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
@media (min-width: 900px) {
  header.mainheader nav {
    padding: 0px 40px 25px;
    display: block;
    position: relative;
    display: flex;
    padding: 0px;
    gap: 15px;
  }
  header.mainheader nav ul {
    display: flex;
    gap: 15px;
  }
  header.mainheader nav ul li a {
    padding: 0px;
  }
}
@media (min-width: 1200px) {
  header.mainheader nav {
    gap: 30px;
  }
  header.mainheader nav ul {
    gap: 30px;
  }
}
header.mainheader.open .wrap button span.icon div {
  transition: transform 0.25s ease;
}
header.mainheader.open .wrap button span.icon div.top {
  transform: translate(0, 13px) rotate(45deg);
}
header.mainheader.open .wrap button span.icon div.mid {
  transform: scaleX(0);
}
header.mainheader.open .wrap button span.icon div.bot {
  transform: translate(0, -12px) rotate(-45deg);
}
header.mainheader.open nav {
  display: block;
}

footer {
  background: #f0eee9;
  display: flex;
  flex-direction: row-reverse;
  gap: 25px;
  padding: 25px;
}
@media (min-width: 390px) {
  footer {
    padding: 40px;
  }
}
@media (min-width: 650px) {
  footer {
    gap: 40px;
    padding: 40px 40px 90px 40px;
  }
}
@media (min-width: 900px) {
  footer {
    gap: 60px;
    padding: 60px 60px 90px 60px;
  }
}
@media (min-width: 1200px) {
  footer {
    padding: 75px 130px 70px 70px;
  }
}
footer .logo {
  width: 100px;
}
@media (min-width: 390px) {
  footer .logo {
    width: 120px;
  }
}
footer .info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 650px) {
  footer .info {
    flex-direction: row;
    gap: 30px;
  }
}
@media (min-width: 900px) {
  footer .info {
    gap: 60px;
  }
}
@media (min-width: 1200px) {
  footer .info {
    gap: 80px;
  }
}
footer .info .location, footer .info .connect, footer .info .hours {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-top: 5px;
}
footer .info .location a, footer .info .connect a, footer .info .hours a {
  text-decoration: underline;
  font-weight: 700;
}
footer .info .location a:hover, footer .info .connect a:hover, footer .info .hours a:hover {
  color: #23414a;
}
footer .info .location .social, footer .info .connect .social, footer .info .hours .social {
  display: flex;
  gap: 10px;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 5px;
}
footer .info .location .social a, footer .info .location .social svg, footer .info .connect .social a, footer .info .connect .social svg, footer .info .hours .social a, footer .info .hours .social svg {
  height: 20px;
}
footer .info .location .social a path, footer .info .location .social svg path, footer .info .connect .social a path, footer .info .connect .social svg path, footer .info .hours .social a path, footer .info .hours .social svg path {
  fill: #000000;
}
footer .info .location .social a:hover path, footer .info .location .social svg:hover path, footer .info .connect .social a:hover path, footer .info .connect .social svg:hover path, footer .info .hours .social a:hover path, footer .info .hours .social svg:hover path {
  fill: #23414a;
}

body.error404 main .wrap {
  padding: 80px 40px;
}
@media (min-width: 650px) {
  body.error404 main .wrap {
    padding: 120px 10vw;
  }
}
@media (min-width: 900px) {
  body.error404 main .wrap {
    padding: 120px 22vw;
  }
}
body.error404 main .wrap div.wrap2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
  color: #ffffff;
  padding: 30px;
}
@media (min-width: 650px) {
  body.error404 main .wrap div.wrap2 {
    padding: 40px;
  }
}
@media (min-width: 900px) {
  body.error404 main .wrap div.wrap2 {
    padding: 60px;
    gap: 30px;
  }
}

body.page-template-home-template main #hero {
  margin: 0px;
  padding: 0px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #d9d9d9;
}
body.page-template-home-template main #hero .gallery {
  mix-blend-mode: multiply;
}
body.page-template-home-template main #hero .gallery img {
  height: 40vh;
  display: block !important;
}
body.page-template-home-template main #hero h1 {
  height: 20vh;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body.page-template-home-template main #hero h1 img {
  height: 100%;
}
@media (min-width: 650px) {
  body.page-template-home-template main #hero .gallery img {
    height: 50vh;
  }
  body.page-template-home-template main #hero h1 {
    height: 30vh;
  }
}
@media (min-width: 900px) {
  body.page-template-home-template main #hero .gallery img {
    height: calc(100vh - 53px);
  }
  body.page-template-home-template main #hero h1 {
    height: 40vh;
  }
}
body.page-template-home-template main #overview {
  color: #ffffff;
}
body.page-template-home-template main #overview .wrap .blurb {
  padding: 40px 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  text-align: center;
}
body.page-template-home-template main #overview .wrap .blurb h2 a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;
  transition: text-underline-offset 0.15s ease;
}
body.page-template-home-template main #overview .wrap .blurb h2 a:hover {
  text-underline-offset: 6px;
  transition: text-underline-offset 0.15s ease;
}
@media (min-width: 650px) {
  body.page-template-home-template main #overview .wrap .blurb {
    gap: 50px;
    padding: 60px 5vw 40px;
  }
}
@media (min-width: 900px) {
  body.page-template-home-template main #overview .wrap .blurb {
    gap: 70px;
    padding: 100px 12vw 60px;
  }
}
body.page-template-home-template main #content {
  padding: 60px 10vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  overflow: hidden;
}
@media (min-width: 500px) {
  body.page-template-home-template main #content {
    padding: 12vw 10vw;
    gap: 12vw;
  }
}
@media (min-width: 900px) {
  body.page-template-home-template main #content {
    padding: 7vw 10vw;
    gap: 6vw;
  }
}
body.page-template-home-template main #content .menus, body.page-template-home-template main #content .calendar, body.page-template-home-template main #content .order {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
@media (min-width: 900px) {
  body.page-template-home-template main #content .menus, body.page-template-home-template main #content .calendar, body.page-template-home-template main #content .order {
    flex-direction: row;
    gap: 5vw;
    align-items: center;
    width: 100%;
  }
}
body.page-template-home-template main #content .menus .img, body.page-template-home-template main #content .calendar .img, body.page-template-home-template main #content .order .img {
  aspect-ratio: 0.85;
  width: 85%;
  position: relative;
}
body.page-template-home-template main #content .menus .img img, body.page-template-home-template main #content .calendar .img img, body.page-template-home-template main #content .order .img img {
  width: 100%;
  height: 100%;
}
body.page-template-home-template main #content .menus .img::after, body.page-template-home-template main #content .calendar .img::after, body.page-template-home-template main #content .order .img::after {
  display: block;
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  height: calc(100% - 24px);
  width: calc(100% - 24px);
  border-radius: 24px;
  border: 2px solid #d18d5e;
  box-sizing: border-box;
}
@media (min-width: 500px) {
  body.page-template-home-template main #content .menus .img, body.page-template-home-template main #content .calendar .img, body.page-template-home-template main #content .order .img {
    width: 65%;
  }
}
@media (min-width: 900px) {
  body.page-template-home-template main #content .menus .img, body.page-template-home-template main #content .calendar .img, body.page-template-home-template main #content .order .img {
    aspect-ratio: 0.75;
    width: 35vw;
    flex-shrink: 0;
  }
  body.page-template-home-template main #content .menus .img::after, body.page-template-home-template main #content .calendar .img::after, body.page-template-home-template main #content .order .img::after {
    top: 25px;
    left: 25px;
    height: calc(100% - 50px);
    width: calc(100% - 50px);
    border-radius: 50px;
  }
}
body.page-template-home-template main #content .menus .content, body.page-template-home-template main #content .calendar .content, body.page-template-home-template main #content .order .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 500px) {
  body.page-template-home-template main #content .menus .content, body.page-template-home-template main #content .calendar .content, body.page-template-home-template main #content .order .content {
    width: 85%;
  }
}
@media (min-width: 900px) {
  body.page-template-home-template main #content .menus .content, body.page-template-home-template main #content .calendar .content, body.page-template-home-template main #content .order .content {
    width: 100%;
    gap: 30px;
    max-width: 350px;
  }
}
body.page-template-home-template main #content .menus:nth-of-type(even), body.page-template-home-template main #content .calendar:nth-of-type(even), body.page-template-home-template main #content .order:nth-of-type(even) {
  text-align: right;
  align-items: flex-end;
}
body.page-template-home-template main #content .menus:nth-of-type(even) .content, body.page-template-home-template main #content .calendar:nth-of-type(even) .content, body.page-template-home-template main #content .order:nth-of-type(even) .content {
  align-items: flex-end;
}
@media (min-width: 900px) {
  body.page-template-home-template main #content .menus:nth-of-type(even), body.page-template-home-template main #content .calendar:nth-of-type(even), body.page-template-home-template main #content .order:nth-of-type(even) {
    flex-direction: row-reverse;
    gap: 5vw;
    align-items: center;
  }
}
body.page-template-home-template main #content .menus:nth-of-type(1)::after, body.page-template-home-template main #content .calendar:nth-of-type(1)::after, body.page-template-home-template main #content .order:nth-of-type(1)::after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  height: 600px;
  width: 300px;
  bottom: -80px;
  right: -10vw;
  background-image: url("../oneprime-theme/img/accent_content_1.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
body.page-template-home-template main #content .menus:nth-of-type(2)::after, body.page-template-home-template main #content .calendar:nth-of-type(2)::after, body.page-template-home-template main #content .order:nth-of-type(2)::after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  height: 700px;
  width: 300px;
  bottom: -200px;
  left: -10vw;
  background-image: url("../oneprime-theme/img/accent_content_2.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
body.page-template-home-template main #content .menus:nth-of-type(3)::after, body.page-template-home-template main #content .calendar:nth-of-type(3)::after, body.page-template-home-template main #content .order:nth-of-type(3)::after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  height: 640px;
  width: 300px;
  bottom: -30px;
  right: -10vw;
  background-image: url("../oneprime-theme/img/accent_content_3.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
}
body.page-template-home-template main #content .menus:nth-of-type(4)::after, body.page-template-home-template main #content .calendar:nth-of-type(4)::after, body.page-template-home-template main #content .order:nth-of-type(4)::after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  height: 640px;
  width: 280px;
  bottom: -180px;
  left: -10vw;
  background-image: url("../oneprime-theme/img/accent_content_4.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
}
body.page-template-home-template main #instagram .wrap {
  padding: 20px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 650px) {
  body.page-template-home-template main #instagram .wrap {
    padding: 40px 25px 25px;
    gap: 25px;
  }
}
@media (min-width: 900px) {
  body.page-template-home-template main #instagram .wrap {
    padding: 50px 25px 25px;
    gap: 40px;
  }
}
@media (min-width: 1200px) {
  body.page-template-home-template main #instagram .wrap {
    padding: 60px 90px 25px;
    gap: 50px;
  }
}
body.page-template-home-template main #instagram .wrap .instagram-gallery-feed {
  margin-right: -8px;
}
@media (min-width: 768px) {
  body.page-template-home-template main #instagram .wrap .instagram-gallery-feed {
    margin-right: -25px;
  }
}
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__button, body.page-template-home-template main #instagram .wrap .instagram-gallery-feed .instagram-gallery__button--follow {
  font-weight: 700 !important;
  font-size: 18px !important;
  background-color: #d18d5e !important;
  padding: 14px 30px 13px !important;
  border: 1px solid #000000 !important;
  border-radius: 0px !important;
  color: #000000 !important;
  transition: background 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: #e8dfd5 !important;
  transition: background 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.page-template-home-template main #specials {
  background-color: #23414a;
  color: #ffffff;
  padding: 40px 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
body.page-template-home-template main #specials::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  height: 600px;
  width: 240px;
  right: 0px;
  background-image: url("../oneprime-theme/img/accent_specials.webp");
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 650px) {
  body.page-template-home-template main #specials {
    gap: 30px;
    padding: 60px 5vw 40px;
  }
}
@media (min-width: 900px) {
  body.page-template-home-template main #specials {
    padding: 80px 12vw 60px;
  }
}
@media (min-width: 1200px) {
  body.page-template-home-template main #specials {
    padding: 80px 20vw 60px;
  }
}
body.page-template-home-template main #specials .copy, body.page-template-home-template main #specials .wpcf7 {
  position: relative;
  z-index: 1;
}
body.page-template-home-template main #specials form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body.page-template-home-template main #specials form .row {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 650px) {
  body.page-template-home-template main #specials form .row {
    flex-direction: row;
  }
}
body.page-template-home-template main #specials form label {
  position: fixed;
  left: -9999px;
  top: 0px;
}
body.page-template-home-template main #specials form input.wpcf7-email {
  border: 1px solid #ffffff;
  border-radius: 0px;
  background-color: transparent;
  width: 100%;
  padding: 12px;
  font-family: inherit;
  font-size: 14px;
  color: #ffffff;
  max-width: 500px;
  text-align: left;
}
body.page-template-home-template main #specials form input.wpcf7-email:focus-visible {
  outline-color: #d18d5e;
}
body.page-template-home-template main #specials form input.wpcf7-email::placeholder {
  color: #ffffff;
}
body.page-template-home-template main #specials form .wpcf7-spinner {
  position: absolute;
}
body.page-template-home-template main #specials form .wpcf7-response-output {
  border: 0px;
  margin: 0px;
}

body.page-template-contact-template main section .wrap, body.page-template-giftcard-template main section .wrap {
  padding: 10px 35px 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  text-align: center;
  color: #ffffff;
}
body.page-template-contact-template main section .wrap .content, body.page-template-giftcard-template main section .wrap .content {
  display: flex;
  flex-direction: column;
  gap: 35px;
  width: 100%;
  padding-top: 30px;
  justify-content: center;
}
body.page-template-contact-template main section .wrap .content .copy, body.page-template-contact-template main section .wrap .content .buttons, body.page-template-giftcard-template main section .wrap .content .copy, body.page-template-giftcard-template main section .wrap .content .buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
body.page-template-contact-template main section .wrap .content .copy a, body.page-template-giftcard-template main section .wrap .content .copy a {
  color: #ffffff;
  text-decoration: underline;
}
body.page-template-contact-template main section .wrap .content .copy a:hover, body.page-template-giftcard-template main section .wrap .content .copy a:hover {
  color: #e8dfd5;
}
body.page-template-contact-template main section .wrap .img img, body.page-template-giftcard-template main section .wrap .img img {
  border: 2px solid #d18d5e;
  border-radius: 25px;
  aspect-ratio: 0.8;
}
@media (min-width: 650px) {
  body.page-template-contact-template main section .wrap .img img, body.page-template-giftcard-template main section .wrap .img img {
    border-radius: 50px;
  }
}
@media (min-width: 650px) {
  body.page-template-contact-template main section .wrap, body.page-template-giftcard-template main section .wrap {
    padding: 5vw;
  }
}
@media (min-width: 900px) {
  body.page-template-contact-template main section .wrap, body.page-template-giftcard-template main section .wrap {
    padding: 30px;
    gap: 30px;
    flex-direction: row;
    align-items: stretch;
  }
  body.page-template-contact-template main section .wrap .content, body.page-template-contact-template main section .wrap .img, body.page-template-giftcard-template main section .wrap .content, body.page-template-giftcard-template main section .wrap .img {
    width: 50%;
  }
  body.page-template-contact-template main section .wrap .img img, body.page-template-giftcard-template main section .wrap .img img {
    height: 100%;
    aspect-ratio: unset;
    min-height: 45vw;
  }
}
@media (min-width: 1200px) {
  body.page-template-contact-template main section .wrap .content, body.page-template-giftcard-template main section .wrap .content {
    width: 60%;
    padding: 30px 5vw 20px;
  }
  body.page-template-contact-template main section .wrap .img, body.page-template-giftcard-template main section .wrap .img {
    width: 40%;
  }
}
body.page-template-contact-template main section .wrap form, body.page-template-giftcard-template main section .wrap form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body.page-template-contact-template main section .wrap form .fields, body.page-template-giftcard-template main section .wrap form .fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 650px) {
  body.page-template-contact-template main section .wrap form .fields, body.page-template-giftcard-template main section .wrap form .fields {
    flex-direction: row;
    flex-wrap: wrap;
  }
  body.page-template-contact-template main section .wrap form .fields .short, body.page-template-giftcard-template main section .wrap form .fields .short {
    width: calc(50% - 10px);
  }
  body.page-template-contact-template main section .wrap form .fields .wide, body.page-template-giftcard-template main section .wrap form .fields .wide {
    width: 100%;
  }
}
@media (min-width: 900px) {
  body.page-template-contact-template main section .wrap form .fields, body.page-template-giftcard-template main section .wrap form .fields {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  body.page-template-contact-template main section .wrap form .fields .short, body.page-template-giftcard-template main section .wrap form .fields .short {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  body.page-template-contact-template main section .wrap form .fields, body.page-template-giftcard-template main section .wrap form .fields {
    flex-direction: row;
    flex-wrap: wrap;
  }
  body.page-template-contact-template main section .wrap form .fields .short, body.page-template-giftcard-template main section .wrap form .fields .short {
    width: calc(50% - 10px);
  }
}
body.page-template-contact-template main section .wrap form label, body.page-template-giftcard-template main section .wrap form label {
  position: fixed;
  left: -9999px;
  top: 0px;
}
body.page-template-contact-template main section .wrap form .wpcf7-email, body.page-template-contact-template main section .wrap form .wpcf7-text, body.page-template-contact-template main section .wrap form .wpcf7-textarea, body.page-template-contact-template main section .wrap form .wpcf7-select, body.page-template-giftcard-template main section .wrap form .wpcf7-email, body.page-template-giftcard-template main section .wrap form .wpcf7-text, body.page-template-giftcard-template main section .wrap form .wpcf7-textarea, body.page-template-giftcard-template main section .wrap form .wpcf7-select {
  border: 1px solid #ffffff;
  border-radius: 0px;
  background-color: transparent;
  width: 100%;
  padding: 20px;
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  max-width: 500px;
  text-align: left;
  max-width: none;
}
body.page-template-contact-template main section .wrap form .wpcf7-email:focus-visible, body.page-template-contact-template main section .wrap form .wpcf7-text:focus-visible, body.page-template-contact-template main section .wrap form .wpcf7-textarea:focus-visible, body.page-template-contact-template main section .wrap form .wpcf7-select:focus-visible, body.page-template-giftcard-template main section .wrap form .wpcf7-email:focus-visible, body.page-template-giftcard-template main section .wrap form .wpcf7-text:focus-visible, body.page-template-giftcard-template main section .wrap form .wpcf7-textarea:focus-visible, body.page-template-giftcard-template main section .wrap form .wpcf7-select:focus-visible {
  outline-color: #d18d5e;
}
body.page-template-contact-template main section .wrap form .wpcf7-email::placeholder, body.page-template-contact-template main section .wrap form .wpcf7-text::placeholder, body.page-template-contact-template main section .wrap form .wpcf7-textarea::placeholder, body.page-template-contact-template main section .wrap form .wpcf7-select::placeholder, body.page-template-giftcard-template main section .wrap form .wpcf7-email::placeholder, body.page-template-giftcard-template main section .wrap form .wpcf7-text::placeholder, body.page-template-giftcard-template main section .wrap form .wpcf7-textarea::placeholder, body.page-template-giftcard-template main section .wrap form .wpcf7-select::placeholder {
  color: #ffffff;
}
body.page-template-contact-template main section .wrap form select, body.page-template-giftcard-template main section .wrap form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../oneprime-theme/img/select.svg");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 18px;
  cursor: pointer;
}
body.page-template-contact-template main section .wrap form .wpcf7-spinner, body.page-template-giftcard-template main section .wrap form .wpcf7-spinner {
  position: absolute;
}
body.page-template-contact-template main section .wrap form .wpcf7-response-output, body.page-template-giftcard-template main section .wrap form .wpcf7-response-output {
  border: 0px;
  margin: 0px;
}
body.page-template-contact-template main section .wrap form .wpcf7-not-valid-tip, body.page-template-contact-template main section .wrap form .wpcf7-response-output, body.page-template-giftcard-template main section .wrap form .wpcf7-not-valid-tip, body.page-template-giftcard-template main section .wrap form .wpcf7-response-output {
  color: #ffffff;
}

body.page-template-privatedining-template main #overview {
  color: #ffffff;
}
body.page-template-privatedining-template main #overview .wrap .content {
  padding: 40px 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  text-align: center;
}
@media (min-width: 650px) {
  body.page-template-privatedining-template main #overview .wrap .content {
    padding: 60px 5vw 40px;
  }
}
@media (min-width: 900px) {
  body.page-template-privatedining-template main #overview .wrap .content {
    padding: 100px 12vw 60px;
  }
}
body.page-template-privatedining-template main #spaces {
  padding: 60px 10vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  overflow: hidden;
}
@media (min-width: 500px) {
  body.page-template-privatedining-template main #spaces {
    padding: 12vw 10vw;
    gap: 12vw;
  }
}
@media (min-width: 900px) {
  body.page-template-privatedining-template main #spaces {
    padding: 7vw 50px;
    gap: 6vw;
  }
}
body.page-template-privatedining-template main #spaces .space {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
@media (min-width: 900px) {
  body.page-template-privatedining-template main #spaces .space {
    flex-direction: row;
    gap: 5vw;
    align-items: center;
    width: 100%;
    padding: 0 calc(10vw - 50px) 0 0;
  }
}
body.page-template-privatedining-template main #spaces .space .gallery {
  width: 100%;
  position: relative;
}
body.page-template-privatedining-template main #spaces .space .gallery img {
  width: 100%;
  aspect-ratio: 1.2;
}
body.page-template-privatedining-template main #spaces .space .gallery .theslide {
  position: relative;
}
body.page-template-privatedining-template main #spaces .space .gallery .theslide::after {
  display: block;
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  height: calc(100% - 24px);
  width: calc(100% - 24px);
  border-radius: 24px;
  border: 2px solid #d18d5e;
  box-sizing: border-box;
}
body.page-template-privatedining-template main #spaces .space .gallery button {
  position: absolute;
  top: calc(50% - 22px);
  right: 25px;
  height: 44px;
  width: 20px;
  color: transparent;
  background-image: url("../oneprime-theme/img/next-arrow.svg");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  z-index: 2;
}
body.page-template-privatedining-template main #spaces .space .gallery button.slick-prev {
  background-image: url("../oneprime-theme/img/prev-arrow.svg");
  right: auto;
  left: 25px;
}
@media (min-width: 900px) {
  body.page-template-privatedining-template main #spaces .space .gallery button {
    right: 50px;
  }
  body.page-template-privatedining-template main #spaces .space .gallery button.slick-prev {
    left: 50px;
  }
}
@media (min-width: 900px) {
  body.page-template-privatedining-template main #spaces .space .gallery {
    width: 60%;
    flex-shrink: 0;
  }
  body.page-template-privatedining-template main #spaces .space .gallery .theslide::after {
    top: 25px;
    left: 25px;
    height: calc(100% - 50px);
    width: calc(100% - 50px);
    border-radius: 50px;
  }
}
@media (min-width: 900px) {
  body.page-template-privatedining-template main #spaces .space .content {
    width: 100%;
    max-width: 350px;
  }
}
@media (min-width: 900px) {
  body.page-template-privatedining-template main #spaces .space:nth-of-type(even) {
    flex-direction: row-reverse;
    gap: 5vw;
    align-items: center;
    text-align: right;
    padding: 0 0 0 calc(10vw - 50px);
  }
}
body.page-template-privatedining-template main #spaces .space:nth-of-type(1)::after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  height: 660px;
  width: 250px;
  bottom: -20px;
  right: -10vw;
  background-image: url("../oneprime-theme/img/accent_spaces_1.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
body.page-template-privatedining-template main #spaces .space:nth-of-type(2)::after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  height: 500px;
  width: 390px;
  bottom: 0px;
  left: -10vw;
  background-image: url("../oneprime-theme/img/accent_spaces_2.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 900px) {
  body.page-template-privatedining-template main #spaces .space:nth-of-type(1)::after {
    right: -50px;
  }
  body.page-template-privatedining-template main #spaces .space:nth-of-type(2)::after {
    left: -50px;
  }
}