/* Theme Name: Hotel Sava
Theme URI: http://www.voodoonine.com
Author: Robert Miklic Koren
Author URI: http://www.darmade.com/
Description: Custom theme for Hotel Sava Rogaska
Version: 1.1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hotel_sava
*/
@supports not (font-variation-settings: normal) {
  @font-face {
    font-family: "Lora";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/fonts/Lora-Regular.woff2") format("woff2");
  }
  @font-face {
    font-family: "Lora";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("/fonts/Lora-Italic.woff2") format("woff2");
  }
  @font-face {
    font-family: "Lora";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("/fonts/Lora-Bold.woff2") format("woff2");
  }
  @font-face {
    font-family: "Lora";
    font-weight: 700;
    font-style: italic;
    font-display: swap;
    src: url("/fonts/Lora-BoldItalic.woff2") format("woff2");
  }
}
/* Set up font for modern browsers, all weights */
@supports (font-variation-settings: normal) {
  @font-face {
    font-family: "Lora";
    font-weight: 400 700;
    font-display: swap;
    font-style: normal;
    font-optical-sizing: auto;
    src: url("/fonts/LoraVariable.woff2") format("woff2-variations"), url("/fonts/LoraVariable.woff2") format("woff2");
    src: url("/fonts/LoraVariable.woff2") format("woff2") tech("variations");
  }
  @font-face {
    font-family: "Lora";
    font-weight: 400 700;
    font-display: swap;
    font-style: italic;
    font-optical-sizing: auto;
    src: url("/fonts/Lora-ItalicVariable.woff2") format("woff2-variations"), url("/fonts/Lora-ItalicVariable.woff2") format("woff2");
    src: url("/fonts/Lora-ItalicVariable.woff2") format("woff2") tech("variations");
  }
}
/* Set up font for old browsers, only regular + bold */
@supports not (font-variation-settings: normal) {
  @font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/fonts/Inter-Regular.woff2") format("woff2");
  }
  @font-face {
    font-family: "Inter";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("/fonts/Inter-Italic.woff2") format("woff2");
  }
  @font-face {
    font-family: "Inter";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("/fonts/Inter-Bold.woff2") format("woff2");
  }
  @font-face {
    font-family: "Inter";
    font-weight: 700;
    font-style: italic;
    font-display: swap;
    src: url("/fonts/Inter-BoldItalic.woff2") format("woff2");
  }
}
/* Set up font for modern browsers, all weights */
@supports (font-variation-settings: normal) {
  @font-face {
    font-family: "Inter";
    font-weight: 100 900;
    font-display: swap;
    font-style: normal;
    font-optical-sizing: auto;
    src: url("/fonts/InterVariable.woff2") format("woff2-variations"), url("/fonts/InterVariable.woff2") format("woff2");
    src: url("/fonts/InterVariable.woff2") format("woff2") tech("variations");
  }
  @font-face {
    font-family: "Inter";
    font-weight: 100 900;
    font-display: swap;
    font-style: italic;
    font-optical-sizing: auto;
    src: url("/fonts/InterVariable-Italic.woff2") format("woff2-variations"), url("/fonts/InterVariable-Italic.woff2") format("woff2");
    src: url("/fonts/InterVariable-Italic.woff2") format("woff2") tech("variations");
  }
}
@-webkit-keyframes heroZoom {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes heroZoom {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.hero__zoom {
  -webkit-animation: heroZoom 20s forwards linear;
          animation: heroZoom 20s forwards linear;
}

/* animation-duration: 25s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running;
    animation-name: zoom; */
.off-canvas-scroll {
  overflow-y: hidden;
}

/* Utilities */
.zi-n1 {
  z-index: -1 !important;
}

.zi-0 {
  z-index: 0 !important;
}

.zi-1 {
  z-index: 1 !important;
}

.zi-2 {
  z-index: 2 !important;
}

.zi-3 {
  z-index: 3 !important;
}

.zi-999 {
  z-index: 999 !important;
}

.hero-front__heading {
  bottom: 5%;
  z-index: 20;
  position: absolute;
  left: 5%;
  right: 5%;
}

@media (min-width: 992px) {
  .hero-front__heading {
    bottom: 8rem;
  }
}
.hero__overlay {
  bottom: 5%;
  z-index: 20;
  position: absolute;
  left: 5%;
  right: 5%;
}

.bgr-1 {
  background: var(--bs-accent1);
}

/* Blocs */
.proportions-box-square {
  position: relative;
  padding: 100% 0 0 !important;
  height: 0;
}

.proportions-box-content {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.background-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.background-left-top {
  background-position: left top;
}

.background-left-center {
  background-position: left center;
}

.background-left-bottom {
  background-position: left bottom;
}

.background-right-top {
  background-position: right top;
}

.background-right-center {
  background-position: right center;
}

.background-right-bottom {
  background-position: right bottom;
}

.background-center-top {
  background-position: center top;
}

.background-center-center {
  background-position: center center;
}

.background-center-bottom {
  background-position: center bottom;
}

.border-width-1 {
  border-width: 1px !important;
}

.border-width-2 {
  border-width: 2px !important;
}

.border-width-3 {
  border-width: 3px !important;
}

.border-width-4 {
  border-width: 4px !important;
}

.border-width-6 {
  border-width: 6px !important;
}

.border-width-8 {
  border-width: 8px !important;
}

.border-width-12 {
  border-width: 12px !important;
}

.border-width-16 {
  border-width: 16px !important;
}

.border-width-24 {
  border-width: 24px !important;
}

.image-fit {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.image-fit-left-top {
  -o-object-position: left top;
     object-position: left top;
}

.image-fit-left-center {
  -o-object-position: left center;
     object-position: left center;
}

.image-fit-left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.image-fit-right-top {
  -o-object-position: right top;
     object-position: right top;
}

.image-fit-right-center {
  -o-object-position: right center;
     object-position: right center;
}

.image-fit-right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.image-fit-center-top {
  -o-object-position: center top;
     object-position: center top;
}

.image-fit-center-center {
  -o-object-position: center center;
     object-position: center center;
}

.image-fit-center-bottom {
  -o-object-position: center bottom;
     object-position: center bottom;
}

.transition {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

.transition-slow {
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.transition-very-slow {
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

.line-height-1 {
  line-height: 1 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.opacity-85 {
  opacity: 0.85 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-0 {
  opacity: 0 !important;
}

/* Blocs End */
.menu__button {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.menu__bar {
  width: 100%;
  height: 2px;
  background: var(--bs-primary);
  position: relative;
  -webkit-transition: width 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: width 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.menu__bar::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  background: var(--bs-primary);
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: width 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: width 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.menu__bar::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  background: var(--bs-primary);
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: width 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: width 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.menu__button:hover .menu__bar::before {
  width: 50%;
}

.menu__button:hover .menu__bar::after {
  width: 70%;
}

.offcanvas .menu__bar {
  background: transparent;
}

.offcanvas .menu__bar::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: rotate 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: rotate 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.offcanvas .menu__bar::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: rotate 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: rotate 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.offcanvas .menu__button:hover,
.offcanvas .menu__button:focus {
  background: var(--bs-primary);
}

.offcanvas .menu__button:hover .menu__bar::before,
.offcanvas .menu__button:hover .menu__bar::after {
  width: 100%;
  background: #ffffff;
  -webkit-transition: background 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: background 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.animation,
.animation::before,
.animation::after {
  content: "";
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
          animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
}

.image-wrapper__fit {
  width: 100%;
  height: 20rem;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .image-wrapper__fit {
    height: 35rem;
  }
}
.article-wrapper__card {
  width: 100%;
  height: 15rem;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .article-wrapper__card {
    height: 13rem;
  }
}
.article__link {
  text-decoration: none;
}

.article__link:hover .article__image {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.article__link:hover .article-sec--top {
  opacity: 1;
}

.article__link:hover .article__headline {
  color: #8f8058;
}

.article__image {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.article__headline {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.article-sec--top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: rgb(179, 160, 110);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, rgba(179, 160, 110, 0.7)), color-stop(49%, rgba(179, 160, 110, 0)));
  background: linear-gradient(0deg, rgba(179, 160, 110, 0.7) 7%, rgba(179, 160, 110, 0) 49%);
}

.article__link:hover .article__image {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.article__link:hover .article__headline {
  color: #8f8058;
}

.article__image {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.article__headline {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.image__fit {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-full {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 20rem;
}

.card-full__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}

.card-full__heading {
  z-index: 4;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  padding: 0 10px 0 10px;
}

.card-full--overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding: 2rem;
}

.card--fade {
  opacity: 0;
}

.card-full:hover .card--fade {
  opacity: 1;
}

.card-offer {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 15rem;
}

@media (min-width: 768px) {
  .card-offer {
    height: 25rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.card-offer__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}

.card-offer__wrapper {
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 10px 0 10px;
}

.card-offer--top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgb(179, 160, 110);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, rgba(179, 160, 110, 0.7)), color-stop(49%, rgba(179, 160, 110, 0)));
  background: linear-gradient(0deg, rgba(179, 160, 110, 0.7) 7%, rgba(179, 160, 110, 0) 49%);
}

.card-offer--overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding: 2rem;
}

.card-offer:hover .card--fade {
  opacity: 1;
}

.offcanvas--menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  height: 100vh;
  overflow-y: auto;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  /* -ms-overflow-style: none; */
  /* for Internet Explorer, Edge */
  /* scrollbar-width: none; */
  /* for Firefox */
  /* overflow-y: auto;
  transform: translateY(-100%);
  opacity: 0;
  transition: opacity .3s ease; */
  /* margin-left: auto */
  /* margin-right: auto */
  /* pointer-events: none */
}

/* .offcanvas--menu::-webkit-scrollbar {
    display: none;

    /* for Chrome, Safari, and Opera */
.nav__items {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.nav__items a {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  text-decoration: none;
}

.nav__item a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 230px;
  height: 5px;
  background: var(--bs-primary);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0;
}

.nav__items a:hover,
.nav__items a:focus {
}

.nav__item {
  display: grid;
  border-top: 1px solid var(--bs-primary);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 230px 1fr;
  grid-template-rows: auto;
  position: relative;
}

.nav__item:last-child {
  border-bottom: 1px solid var(--bs-primary);
}

.nav__items--depth2 {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, minmax(100px, 1fr));
}

.nav__item--depth2 {
}

.nav__item a:hover:before {
  opacity: 1;
}

.nav__item--depth2 > a:hover,
.nav__item--depth2 > a:focus {
  text-decoration: underline;
}

.special-banner {
  position: relative;
}

.special-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50%;
  background: var(--bs-accent1);
}

@media (min-width: 768px) {
  .special-banner:before {
    width: 50%;
    height: 100%;
  }
}
.special-banner__grid {
  display: grid;
  grid-template-rows: 2fr;
  width: 100%;
}

@media (min-width: 768px) {
  .special-banner__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.special-banner__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.nav__scroll {
  z-index: 1000;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.menu__close-button {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  left: 20px;
  top: 20px;
  position: absolute;
}

/* Slider ponudba */
.pgia-slider__offer {
  height: 100%;
}

.pgia-slide {
  background: #e8e5e1;
}

.pgia-slide:nth-child(even) {
  background: #b2b3ad;
}

.pgia-control {
  background-color: rgba(255, 255, 255, 0.5);
  color: #343a40;
  border-radius: 0;
  width: 60px;
  z-index: 10;
  height: 100px;
}

.pgia-control:hover,
.pgia-control:focus {
  color: #878787;
}

.pgia-pagination {
  z-index: 11;
}

.pgia-pagination-item {
  background-color: #000;
  width: 16px;
  height: 16px;
  opacity: 0.5;
  border-radius: 50%;
  margin-left: 10px;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  display: inline-block;
}

.pgia-pagination__offer {
  position: relative;
  bottom: -10px;
}

.pgia-pagination-item__offer {
  background-color: #B3A06E;
  opacity: 0.5;
}

.pgia-control.prev {
  left: 0;
}

.pgia-control.next {
  right: 0;
}

.special-banner__wrapper {
  height: 230px;
}

@media (min-width: 768px) {
  .special-banner__wrapper {
    height: 320px;
  }
}
.slider__wraper {
  height: 100%;
}

.text__block--65 {
  max-width: 65ch;
}

.pgia-gallery-lightbox-slide {
  position: absolute;
  top: 80px;
  left: 80px;
  bottom: 80px;
  right: 80px;
}

@media (max-width: 768px) {
  .pgia-gallery-lightbox-slide {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}
.pgia-gallery-thumbnails {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.pgia-gallery-lightbox-inline {
  z-index: auto;
  position: relative;
  height: 250px;
}

@media (min-width: 768px) {
  .pgia-gallery-lightbox-inline {
    min-height: 45rem;
  }
}
.slider-hotel__controls {
  position: absolute;
  right: 0;
}

.slider-hotel__slide,
.slider-hotel__slide:nth-child(even) {
  background: #ffffff;
}

.pgia-presentation-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(100px, 1fr) 1fr;
  grid-template-rows: 400px 1fr 1fr;
  gap: 0;
}

.pgia-presentation {
  width: 100%;
  height: 100%;
  min-height: 520px;
  max-height: 100vh;
  position: relative;
  background: #FFFFFF;
}

.nav-link__tab:after {
  content: "";
  display: block;
  width: 100%;
  margin-top: 3px;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

.nav-link__tab:hover:after {
  height: 2px;
  background: var(--bs-primary);
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}

.nav-link__tab.active {
  cursor: default;
}

.nav-link__tab.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--bs-primary);
  margin-top: 3px;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.presentation__title {
  grid-area: 2/1/3/3;
}

.presentation__text {
  grid-area: 3/1/4/2;
}

.presentation__number {
  grid-area: 3/2/4/3;
  text-align: right;
}

.presentation__wrapper {
  grid-area: 1/1/2/3;
}

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

.site-height {
  min-height: 70vh;
}

.site-height--100 {
  height: 100vh;
  height: 100svh;
}

@media (min-width: 768px) {
  .nav__main {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
  }
}
.nav__main-front {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
}

.site-height__main {
  height: 100vmin;
}

@media (min-width: 992px) {
  .site-height__main {
    height: 100vh;
    height: 100svh;
  }
}
max__1600 {
  max-width: 1600px;
}

.max-width__row {
  max-width: 1600px;
}

.card-acc__image {
  height: 20rem;
}

@media (min-width: 768px) {
  .card-acc__image {
    height: 18rem;
    -webkit-transition: all 0.3 ease-in-out;
    transition: all 0.3 ease-in-out;
  }
}
.card__link {
}

.card--scale {
}

.card__link:hover .card-acc__image {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/* Acf forms */
#form_64bfa428e74d4 label,
#form_65634c6ce1f32 label {
  margin-bottom: 0.5rem;
  color: rgb(52, 58, 64);
}

#form_64bfa428e74d4 input,
#form_65634c6ce1f32 input {
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
}

#form_64bfa428e74d4 .acf-input-wrap,
#form_65634c6ce1f32 .acf-input-wrap {
  overflow: visible;
}

#acf-field_64bfa5983dbf3,
#acf-field_64bfa6093dbf4,
#acf-field_64bfa8e233188,
#acf-field_64bfa8f533189,
#acf-field_64bfa9a83318c,
#acf-field_64bfacde05e27 {
  display: block;
  width: 100%;
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.5rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  #acf-field_64bfa5983dbf3,
  #acf-field_64bfa6093dbf4,
  #acf-field_64bfa8e233188,
  #acf-field_64bfa8f533189,
  #acf-field_64bfa9a83318c,
  #acf-field_64bfacde05e27 {
    -webkit-transition: none;
    transition: none;
  }
}
#form_64bfa428e74d4 input:focus-visible,
#form_65634c6ce1f32 input:focus-visible {
  color: #212529;
  background-color: #fff;
  border-color: #d9d0b7;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(179, 160, 110, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(179, 160, 110, 0.25);
}

#acf-field_64bfa5983dbf3::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

#acf-field_64bfa5983dbf3::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

#acf-field_64bfa5983dbf3:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

#acf-field_64bfa5983dbf3::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

#acf-field_64bfa5983dbf3::placeholder {
  color: #6c757d;
  opacity: 1;
}

#form_64bfa428e74d4 .select2-container--default .select2-selection--single,
#form_65634c6ce1f32 .select2-container--default .select2-selection--single {
  border: 1px solid #ced4da;
}

.select2-container--default:focus,
.select2-selection--single:focus {
  color: #212529;
  background-color: #fff;
  border-color: #d9d0b7;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(179, 160, 110, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(179, 160, 110, 0.25);
}

.select2-dropdown {
  border: 0px solid #ced4da 1px solid #ced4da 1px solid #ced4da 1px solid #ced4da !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #B3A06E !important;
}

.acf-button {
  display: inline-block;
  padding: 0.5rem 2rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid #0099c0;
  border-radius: 0;
  background-color: #0099c0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.acf-button:hover {
  color: #000;
  background-color: #26a8c9;
  border-color: #1aa3c6;
}

.acf-button:focus-visible {
  color: #000;
  background-color: #26a8c9;
  border-color: #1aa3c6;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgb(0, 130, 163), 0.5;
          box-shadow: 0 0 0 0.25rem rgb(0, 130, 163), 0.5;
}

/* Acf forms end */
.contact-card__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(auto-fit, minmax(2rem, 1fr));
}

@media (min-width: 992px) {
  .contact-card__grid {
    grid-template-rows: repeat(auto-fit, minmax(5rem, 1fr));
  }
}
.contact-card__grid--sm {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

.map-height {
  height: 400px;
}

.image__map {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
}

.nav__nolink {
  pointer-events: none;
}

.treatments__wrapper {
  position: relative;
}

.treatments__wrapper:before,
.treatments__wrapper:after {
  content: "";
  height: 2px;
  background: var(--bs-primary);
  position: absolute;
  width: 100%;
}

.treatments__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}

@media (min-width: 576px) {
  .treatments__grid {
    grid-template-columns: 1fr 10rem;
  }
}
.treatments-value {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: "time price";
}

.treatments-value__wrapper {
  position: relative;
}

.treatments-value__wrapper:before {
  content: "";
  height: 1px;
  background: var(--bs-primary);
  position: absolute;
  width: 100%;
}

.treatments-time__area {
  grid-area: time;
}

.treatments-price__area {
  grid-area: price;
}

.home-banner--width {
  max-width: 30rem;
}

.booking-form {
  background-color: #ffffff;
}

@media (min-width: 992px) {
  .booking-form {
    position: absolute;
    bottom: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.image-wrapper__card {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 18rem;
}

@media (min-width: 768px) {
  .image-wrapper__card {
    height: 9rem;
  }
}
@media (min-width: 992px) {
  .image-wrapper__card {
    height: 18rem;
  }
}
.hero__video {
  position: absolute;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

@media (min-width: 576px) {
  .hero__video {
    display: block;
  }
}
.hero__video-mobile {
  display: block;
}

@media (min-width: 576px) {
  .hero__video-mobile {
    display: none;
  }
}
.site-height__video {
  height: 100vh;
  height: 100svh;
}

@media (min-width: 576px) {
  .site-height__video {
    height: 100vmin;
  }
}
/* Checkmark */
.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  -webkit-box-shadow: inset 0px 0px 0px #7ac142;
          box-shadow: inset 0px 0px 0px #7ac142;
  -webkit-animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
          animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
          animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
          animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes scale {
  0%, 100% {
    -webkit-transform: none;
            transform: none;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes scale {
  0%, 100% {
    -webkit-transform: none;
            transform: none;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
  }
}
@-webkit-keyframes fill {
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 30px #7ac142;
            box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}
@keyframes fill {
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 30px #7ac142;
            box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}
/*.wp-block-makeiteasy-popup .makeiteasy-popup-wrapper {
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity, 1));
}*/

.wp-block-makeiteasy-popup .makeiteasy-popup-wrapper {
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FEDB37 0%, #FDB931 8%, #9f7928 25%, #5d4a1f 62.5%, #5d4a1f 100%);
  width: 90%;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) {
    .wp-block-makeiteasy-popup .makeiteasy-popup-wrapper {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .wp-block-makeiteasy-popup .makeiteasy-popup-wrapper {
        width: 40%;
    }
}