/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Theme custom colors
--------------------------------------------- */
::-moz-selection {
  text-shadow: none;
  color: #fff;
  background: #877864;
  background-color: #877864;
}

::selection {
  text-shadow: none;
  color: #fff;
  background: #877864;
  background-color: #877864;
}

.has-black-color,
.has-black-color:visited {
  color: #000000;
}

.has-black-background-color {
  background-color: #000000;
}

.wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-black-color:not(.has-background):visited {
  color: #000000;
}
.wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-black-color:not(.has-background):hover, .wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-black-color:not(.has-background):focus {
  color: #000000;
  background-color: #bfbfbf;
}
.wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-black-color:not(.has-background):focus-visible {
  outline: 0;
  outline-offset: 0;
  box-shadow: 0 0 0 3px #000000;
}
.wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-black-background-color:visited {
  color: #bfbfbf;
}
.wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-black-background-color:hover, .wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-black-background-color:focus {
  color: #000000;
  background-color: #bfbfbf;
}
.wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-black-background-color:focus-visible {
  outline: 0;
  outline-offset: 0;
  box-shadow: 0 0 0 3px #000000;
}

.wp-block-button.is-style-outline else .wp-block-button__link.has-black-color:hover, .wp-block-button.is-style-outline else .wp-block-button__link.has-black-color:focus {
  border-color: #000000;
  background-color: #000000;
  color: #bfbfbf;
}
.wp-block-button.is-style-outline else .wp-block-button__link.has-black-color:focus-visible {
  outline: 0;
  outline-offset: 0;
  box-shadow: 0 0 0 3px #000000;
  border-color: #bfbfbf;
}

.has-white-color,
.has-white-color:visited {
  color: #ffffff;
}

.has-white-background-color {
  background-color: #ffffff;
}

.wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-white-color:not(.has-background):visited {
  color: #ffffff;
}
.wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-white-color:not(.has-background):hover, .wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-white-color:not(.has-background):focus {
  color: #ffffff;
  background-color: #404040;
}
.wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-white-color:not(.has-background):focus-visible {
  outline: 0;
  outline-offset: 0;
  box-shadow: 0 0 0 3px #ffffff;
}
.wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-white-background-color:visited {
  color: #404040;
}
.wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-white-background-color:hover, .wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-white-background-color:focus {
  color: #ffffff;
  background-color: #404040;
}
.wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-white-background-color:focus-visible {
  outline: 0;
  outline-offset: 0;
  box-shadow: 0 0 0 3px #ffffff;
}

.wp-block-button.is-style-outline else .wp-block-button__link.has-white-color:hover, .wp-block-button.is-style-outline else .wp-block-button__link.has-white-color:focus {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #404040;
}
.wp-block-button.is-style-outline else .wp-block-button__link.has-white-color:focus-visible {
  outline: 0;
  outline-offset: 0;
  box-shadow: 0 0 0 3px #ffffff;
  border-color: #404040;
}

.has-dark-color,
.has-dark-color:visited {
  color: #1e2226;
}

.has-dark-background-color {
  background-color: #1e2226;
}

.wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-dark-color:not(.has-background):visited {
  color: #1e2226;
}
.wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-dark-color:not(.has-background):hover, .wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-dark-color:not(.has-background):focus {
  color: #1e2226;
  background-color: #dee1e5;
}
.wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-dark-color:not(.has-background):focus-visible {
  outline: 0;
  outline-offset: 0;
  box-shadow: 0 0 0 3px #1e2226;
}
.wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-dark-background-color:visited {
  color: #dee1e5;
}
.wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-dark-background-color:hover, .wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-dark-background-color:focus {
  color: #1e2226;
  background-color: #dee1e5;
}
.wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-dark-background-color:focus-visible {
  outline: 0;
  outline-offset: 0;
  box-shadow: 0 0 0 3px #1e2226;
}

.wp-block-button.is-style-outline else .wp-block-button__link.has-dark-color:hover, .wp-block-button.is-style-outline else .wp-block-button__link.has-dark-color:focus {
  border-color: #1e2226;
  background-color: #1e2226;
  color: #dee1e5;
}
.wp-block-button.is-style-outline else .wp-block-button__link.has-dark-color:focus-visible {
  outline: 0;
  outline-offset: 0;
  box-shadow: 0 0 0 3px #1e2226;
  border-color: #dee1e5;
}

.has-gray-color,
.has-gray-color:visited {
  color: #f5f7f7;
}

.has-gray-background-color {
  background-color: #f5f7f7;
}

.wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-gray-color:not(.has-background):visited {
  color: #f5f7f7;
}
.wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-gray-color:not(.has-background):hover, .wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-gray-color:not(.has-background):focus {
  color: #f5f7f7;
  background-color: #313d3d;
}
.wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-gray-color:not(.has-background):focus-visible {
  outline: 0;
  outline-offset: 0;
  box-shadow: 0 0 0 3px #f5f7f7;
}
.wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-gray-background-color:visited {
  color: #313d3d;
}
.wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-gray-background-color:hover, .wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-gray-background-color:focus {
  color: #f5f7f7;
  background-color: #313d3d;
}
.wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-gray-background-color:focus-visible {
  outline: 0;
  outline-offset: 0;
  box-shadow: 0 0 0 3px #f5f7f7;
}

.wp-block-button.is-style-outline else .wp-block-button__link.has-gray-color:hover, .wp-block-button.is-style-outline else .wp-block-button__link.has-gray-color:focus {
  border-color: #f5f7f7;
  background-color: #f5f7f7;
  color: #313d3d;
}
.wp-block-button.is-style-outline else .wp-block-button__link.has-gray-color:focus-visible {
  outline: 0;
  outline-offset: 0;
  box-shadow: 0 0 0 3px #f5f7f7;
  border-color: #313d3d;
}

.has-gold-color,
.has-gold-color:visited {
  color: #877864;
}

.has-gold-background-color {
  background-color: #877864;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-gold-color:not(.has-background):visited {
  color: #877864;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-gold-color:not(.has-background):hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-gold-color:not(.has-background):focus {
  color: #877864;
  background-color: #1e2226;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-gold-color:not(.has-background):focus-visible {
  outline: 0;
  outline-offset: 0;
  box-shadow: 0 0 0 3px #877864;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-gold-background-color:visited {
  color: white;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-gold-background-color:hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-gold-background-color:focus {
  color: white;
  background-color: #b5aa9c;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-gold-background-color:focus-visible {
  outline: 0;
  outline-offset: 0;
  box-shadow: 0 0 0 3px #877864;
}
.wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-gold-color:not(.has-background):visited {
  color: #877864;
}
.wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-gold-color:not(.has-background):hover, .wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-gold-color:not(.has-background):focus {
  color: #877864;
  background-color: white;
}
.wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-gold-color:not(.has-background):focus-visible {
  outline: 0;
  outline-offset: 0;
  box-shadow: 0 0 0 3px #877864;
}
.wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-gold-background-color:visited {
  color: white;
}
.wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-gold-background-color:hover, .wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-gold-background-color:focus {
  color: #877864;
  background-color: white;
}
.wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-gold-background-color:focus-visible {
  outline: 0;
  outline-offset: 0;
  box-shadow: 0 0 0 3px #877864;
}

.wp-block-button.is-style-outline .wp-block-button__link.has-gold-color:not(.has-background):hover, .wp-block-button.is-style-outline .wp-block-button__link.has-gold-color:not(.has-background):focus {
  color: #1e2226;
  border-color: #877864;
  background-color: #877864;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-gold-color:not(.has-background):focus-visible {
  outline: 0;
  outline-offset: 0;
  box-shadow: 0 0 0 3px #877864;
  border-color: white;
}
.wp-block-button.is-style-outline else .wp-block-button__link.has-gold-color:hover, .wp-block-button.is-style-outline else .wp-block-button__link.has-gold-color:focus {
  border-color: #877864;
  background-color: #877864;
  color: white;
}
.wp-block-button.is-style-outline else .wp-block-button__link.has-gold-color:focus-visible {
  outline: 0;
  outline-offset: 0;
  box-shadow: 0 0 0 3px #877864;
  border-color: white;
}

.has-goldlight-color,
.has-goldlight-color:visited {
  color: #82765c;
}

.has-goldlight-background-color {
  background-color: #82765c;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-goldlight-color:not(.has-background):visited {
  color: #82765c;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-goldlight-color:not(.has-background):hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-goldlight-color:not(.has-background):focus {
  color: #82765c;
  background-color: #1e2226;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-goldlight-color:not(.has-background):focus-visible {
  outline: 0;
  outline-offset: 0;
  box-shadow: 0 0 0 3px #82765c;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-goldlight-background-color:visited {
  color: white;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-goldlight-background-color:hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-goldlight-background-color:focus {
  color: white;
  background-color: #b2a892;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-goldlight-background-color:focus-visible {
  outline: 0;
  outline-offset: 0;
  box-shadow: 0 0 0 3px #82765c;
}
.wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-goldlight-color:not(.has-background):visited {
  color: #82765c;
}
.wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-goldlight-color:not(.has-background):hover, .wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-goldlight-color:not(.has-background):focus {
  color: #82765c;
  background-color: white;
}
.wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-goldlight-color:not(.has-background):focus-visible {
  outline: 0;
  outline-offset: 0;
  box-shadow: 0 0 0 3px #82765c;
}
.wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-goldlight-background-color:visited {
  color: white;
}
.wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-goldlight-background-color:hover, .wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-goldlight-background-color:focus {
  color: #82765c;
  background-color: white;
}
.wp-block-button:not(.is-style-outline) else .wp-block-button__link.has-goldlight-background-color:focus-visible {
  outline: 0;
  outline-offset: 0;
  box-shadow: 0 0 0 3px #82765c;
}

.wp-block-button.is-style-outline .wp-block-button__link.has-goldlight-color:not(.has-background):hover, .wp-block-button.is-style-outline .wp-block-button__link.has-goldlight-color:not(.has-background):focus {
  color: #1e2226;
  border-color: #82765c;
  background-color: #82765c;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-goldlight-color:not(.has-background):focus-visible {
  outline: 0;
  outline-offset: 0;
  box-shadow: 0 0 0 3px #82765c;
  border-color: white;
}
.wp-block-button.is-style-outline else .wp-block-button__link.has-goldlight-color:hover, .wp-block-button.is-style-outline else .wp-block-button__link.has-goldlight-color:focus {
  border-color: #82765c;
  background-color: #82765c;
  color: white;
}
.wp-block-button.is-style-outline else .wp-block-button__link.has-goldlight-color:focus-visible {
  outline: 0;
  outline-offset: 0;
  box-shadow: 0 0 0 3px #82765c;
  border-color: white;
}

/* Fonts
--------------------------------------------- */
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: var(--wp--preset--font-family--montserrat);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.5em 0;
  line-height: 1.1;
  font-weight: 400;
  font-style: normal;
  font-family: var(--wp--preset--font-family--lora);
}

h1 {
  font-size: 2.4rem;
}
h1.has-small-font-size {
  font-size: 1.68rem;
}
h1.has-normal-font-size {
  font-size: 2.16rem;
}
h1.has-medium-font-size {
  font-size: 2.64rem;
}
h1.has-large-font-size {
  font-size: 3.12rem;
}
h1.has-huge-font-size {
  font-size: 3.6rem;
}
@media (min-width: 480px) {
  h1 {
    font-size: 3rem;
  }
  h1.has-small-font-size {
    font-size: 2.1rem;
  }
  h1.has-normal-font-size {
    font-size: 2.7rem;
  }
  h1.has-medium-font-size {
    font-size: 3.3rem;
  }
  h1.has-large-font-size {
    font-size: 3.9rem;
  }
  h1.has-huge-font-size {
    font-size: 4.5rem;
  }
}
@media (min-width: 850px) {
  h1 {
    font-size: 3.6rem;
  }
  h1.has-small-font-size {
    font-size: 2.52rem;
  }
  h1.has-normal-font-size {
    font-size: 3.24rem;
  }
  h1.has-medium-font-size {
    font-size: 3.96rem;
  }
  h1.has-large-font-size {
    font-size: 4.68rem;
  }
  h1.has-huge-font-size {
    font-size: 5.4rem;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 4rem;
  }
  h1.has-small-font-size {
    font-size: 2.8rem;
  }
  h1.has-normal-font-size {
    font-size: 3.6rem;
  }
  h1.has-medium-font-size {
    font-size: 4.4rem;
  }
  h1.has-large-font-size {
    font-size: 5.2rem;
  }
  h1.has-huge-font-size {
    font-size: 6rem;
  }
}

h2 {
  font-size: 2.2rem;
}
h2.has-small-font-size {
  font-size: 1.54rem;
}
h2.has-normal-font-size {
  font-size: 1.98rem;
}
h2.has-medium-font-size {
  font-size: 2.42rem;
}
h2.has-large-font-size {
  font-size: 2.86rem;
}
h2.has-huge-font-size {
  font-size: 3.3rem;
}
@media (min-width: 480px) {
  h2 {
    font-size: 2.4rem;
  }
  h2.has-small-font-size {
    font-size: 1.68rem;
  }
  h2.has-normal-font-size {
    font-size: 2.16rem;
  }
  h2.has-medium-font-size {
    font-size: 2.64rem;
  }
  h2.has-large-font-size {
    font-size: 3.12rem;
  }
  h2.has-huge-font-size {
    font-size: 3.6rem;
  }
}
@media (min-width: 850px) {
  h2 {
    font-size: 3rem;
  }
  h2.has-small-font-size {
    font-size: 2.1rem;
  }
  h2.has-normal-font-size {
    font-size: 2.7rem;
  }
  h2.has-medium-font-size {
    font-size: 3.3rem;
  }
  h2.has-large-font-size {
    font-size: 3.9rem;
  }
  h2.has-huge-font-size {
    font-size: 4.5rem;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 3.6rem;
  }
  h2.has-small-font-size {
    font-size: 2.52rem;
  }
  h2.has-normal-font-size {
    font-size: 3.24rem;
  }
  h2.has-medium-font-size {
    font-size: 3.96rem;
  }
  h2.has-large-font-size {
    font-size: 4.68rem;
  }
  h2.has-huge-font-size {
    font-size: 5.4rem;
  }
}

h3 {
  font-size: 1.8rem;
}
h3.has-small-font-size {
  font-size: 1.26rem;
}
h3.has-normal-font-size {
  font-size: 1.62rem;
}
h3.has-medium-font-size {
  font-size: 1.98rem;
}
h3.has-large-font-size {
  font-size: 2.34rem;
}
h3.has-huge-font-size {
  font-size: 2.7rem;
}
@media (min-width: 480px) {
  h3 {
    font-size: 2.2rem;
  }
  h3.has-small-font-size {
    font-size: 1.54rem;
  }
  h3.has-normal-font-size {
    font-size: 1.98rem;
  }
  h3.has-medium-font-size {
    font-size: 2.42rem;
  }
  h3.has-large-font-size {
    font-size: 2.86rem;
  }
  h3.has-huge-font-size {
    font-size: 3.3rem;
  }
}
@media (min-width: 850px) {
  h3 {
    font-size: 2.6rem;
  }
  h3.has-small-font-size {
    font-size: 1.82rem;
  }
  h3.has-normal-font-size {
    font-size: 2.34rem;
  }
  h3.has-medium-font-size {
    font-size: 2.86rem;
  }
  h3.has-large-font-size {
    font-size: 3.38rem;
  }
  h3.has-huge-font-size {
    font-size: 3.9rem;
  }
}
@media (min-width: 1024px) {
  h3 {
    font-size: 3rem;
  }
  h3.has-small-font-size {
    font-size: 2.1rem;
  }
  h3.has-normal-font-size {
    font-size: 2.7rem;
  }
  h3.has-medium-font-size {
    font-size: 3.3rem;
  }
  h3.has-large-font-size {
    font-size: 3.9rem;
  }
  h3.has-huge-font-size {
    font-size: 4.5rem;
  }
}

h4 {
  font-size: 1.4rem;
}
h4.has-small-font-size {
  font-size: 0.98rem;
}
h4.has-normal-font-size {
  font-size: 1.26rem;
}
h4.has-medium-font-size {
  font-size: 1.54rem;
}
h4.has-large-font-size {
  font-size: 1.82rem;
}
h4.has-huge-font-size {
  font-size: 2.1rem;
}
@media (min-width: 480px) {
  h4 {
    font-size: 1.8rem;
  }
  h4.has-small-font-size {
    font-size: 1.26rem;
  }
  h4.has-normal-font-size {
    font-size: 1.62rem;
  }
  h4.has-medium-font-size {
    font-size: 1.98rem;
  }
  h4.has-large-font-size {
    font-size: 2.34rem;
  }
  h4.has-huge-font-size {
    font-size: 2.7rem;
  }
}
@media (min-width: 850px) {
  h4 {
    font-size: 2.2rem;
  }
  h4.has-small-font-size {
    font-size: 1.54rem;
  }
  h4.has-normal-font-size {
    font-size: 1.98rem;
  }
  h4.has-medium-font-size {
    font-size: 2.42rem;
  }
  h4.has-large-font-size {
    font-size: 2.86rem;
  }
  h4.has-huge-font-size {
    font-size: 3.3rem;
  }
}
@media (min-width: 1024px) {
  h4 {
    font-size: 2.4rem;
  }
  h4.has-small-font-size {
    font-size: 1.68rem;
  }
  h4.has-normal-font-size {
    font-size: 2.16rem;
  }
  h4.has-medium-font-size {
    font-size: 2.64rem;
  }
  h4.has-large-font-size {
    font-size: 3.12rem;
  }
  h4.has-huge-font-size {
    font-size: 3.6rem;
  }
}

h5 {
  font-size: 1.25rem;
}
h5.has-small-font-size {
  font-size: 0.875rem;
}
h5.has-normal-font-size {
  font-size: 1.125rem;
}
h5.has-medium-font-size {
  font-size: 1.375rem;
}
h5.has-large-font-size {
  font-size: 1.625rem;
}
h5.has-huge-font-size {
  font-size: 1.875rem;
}
@media (min-width: 480px) {
  h5 {
    font-size: 1.5rem;
  }
  h5.has-small-font-size {
    font-size: 1.05rem;
  }
  h5.has-normal-font-size {
    font-size: 1.35rem;
  }
  h5.has-medium-font-size {
    font-size: 1.65rem;
  }
  h5.has-large-font-size {
    font-size: 1.95rem;
  }
  h5.has-huge-font-size {
    font-size: 2.25rem;
  }
}
@media (min-width: 850px) {
  h5 {
    font-size: 1.9rem;
  }
  h5.has-small-font-size {
    font-size: 1.33rem;
  }
  h5.has-normal-font-size {
    font-size: 1.71rem;
  }
  h5.has-medium-font-size {
    font-size: 2.09rem;
  }
  h5.has-large-font-size {
    font-size: 2.47rem;
  }
  h5.has-huge-font-size {
    font-size: 2.85rem;
  }
}
@media (min-width: 1024px) {
  h5 {
    font-size: 2rem;
  }
  h5.has-small-font-size {
    font-size: 1.4rem;
  }
  h5.has-normal-font-size {
    font-size: 1.8rem;
  }
  h5.has-medium-font-size {
    font-size: 2.2rem;
  }
  h5.has-large-font-size {
    font-size: 2.6rem;
  }
  h5.has-huge-font-size {
    font-size: 3rem;
  }
}

h6 {
  font-size: 1.1rem;
}
h6.has-small-font-size {
  font-size: 0.77rem;
}
h6.has-normal-font-size {
  font-size: 0.99rem;
}
h6.has-medium-font-size {
  font-size: 1.21rem;
}
h6.has-large-font-size {
  font-size: 1.43rem;
}
h6.has-huge-font-size {
  font-size: 1.65rem;
}
@media (min-width: 480px) {
  h6 {
    font-size: 1.3rem;
  }
  h6.has-small-font-size {
    font-size: 0.91rem;
  }
  h6.has-normal-font-size {
    font-size: 1.17rem;
  }
  h6.has-medium-font-size {
    font-size: 1.43rem;
  }
  h6.has-large-font-size {
    font-size: 1.69rem;
  }
  h6.has-huge-font-size {
    font-size: 1.95rem;
  }
}
@media (min-width: 850px) {
  h6 {
    font-size: 1.6rem;
  }
  h6.has-small-font-size {
    font-size: 1.12rem;
  }
  h6.has-normal-font-size {
    font-size: 1.44rem;
  }
  h6.has-medium-font-size {
    font-size: 1.76rem;
  }
  h6.has-large-font-size {
    font-size: 2.08rem;
  }
  h6.has-huge-font-size {
    font-size: 2.4rem;
  }
}
@media (min-width: 1024px) {
  h6 {
    font-size: 1.8rem;
  }
  h6.has-small-font-size {
    font-size: 1.26rem;
  }
  h6.has-normal-font-size {
    font-size: 1.62rem;
  }
  h6.has-medium-font-size {
    font-size: 1.98rem;
  }
  h6.has-large-font-size {
    font-size: 2.34rem;
  }
  h6.has-huge-font-size {
    font-size: 2.7rem;
  }
}

p {
  margin-bottom: 1.5em;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

.youtube-embed {
  height: 0;
  width: 100%;
  position: relative;
  margin-bottom: 1.5em;
  padding-bottom: 56.25%;
}
.youtube-embed iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.has-drop-cap:not(:focus):first-letter {
  font-size: 3.5em;
  font-family: var(--wp--preset--font-family--lora);
}
@media (min-width: 850px) {
  .has-drop-cap:not(:focus):first-letter {
    font-size: 5.5em;
  }
}

/* Links
--------------------------------------------- */
a:not(.wp-block-button__link) {
  color: #1e2226;
}
a:not(.wp-block-button__link):visited {
  color: #1e2226;
}
a:not(.wp-block-button__link):hover, a:not(.wp-block-button__link):focus, a:not(.wp-block-button__link):focus-visible, a:not(.wp-block-button__link):active {
  color: #877864;
}
a:not(.wp-block-button__link):hover, a:not(.wp-block-button__link):active {
  outline: 0;
}
a:not(.wp-block-button__link):focus {
  outline: thin dotted;
}
a:not(.wp-block-button__link):focus-visible {
  outline-offset: 3px;
  outline: 3px solid #877864;
}
a.wp-block-button__link:visited {
  color: #fff;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
  top: 0;
  width: 100%;
  height: 50px;
  z-index: 1000;
  position: fixed;
  background: #fff;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 1024px) {
  .site-header {
    height: auto;
  }
}
.site-header .site-header-wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 7px 0 !important;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .site-header .site-header-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1024px) {
  .site-header .site-header-wrap {
    padding: 12px 0;
  }
}

.custom-logo-link {
  width: auto;
  height: 36px;
  line-height: 1;
  margin-left: 0;
  margin-left: 0.5em;
  display: inline-block;
}
.custom-logo-link img {
  margin: 0;
  width: auto;
  height: 100%;
  display: block;
}
@media (min-width: 1024px) {
  .custom-logo-link {
    height: 50px;
    margin-left: 0;
  }
}

.main-navigation {
  top: 0;
  right: 0;
  z-index: 1010;
  display: flex;
  position: fixed;
  flex-direction: row;
  pointer-events: none;
  align-items: flex-start;
  justify-content: flex-end;
  transform: translateX(270px);
  transition: transform 0.25s ease-in-out;
}
@media (min-width: 1024px) {
  .main-navigation {
    top: auto;
    right: auto;
    display: block;
    position: relative;
    transform: translateX(0px);
  }
}
.main-navigation button {
  border: 0;
  outline: 0;
  width: 50px;
  height: 50px;
  padding: 10px;
  display: block;
  cursor: pointer;
  border-radius: 0;
  background: 0 0;
  position: relative;
  pointer-events: auto;
  background-color: #82765c;
}
.main-navigation button:hover, .main-navigation button:focus-visible {
  background-color: #1e2226;
}
.main-navigation button .line {
  width: 100%;
  height: 2px;
  margin: 6px 0;
  background-color: #fff;
  transform: translateZ(0);
  transition: all 0.25s ease-in-out;
}
.main-navigation button.open .line:first-of-type {
  margin-left: 9px;
  transform-origin: 50% 50%;
  transform: rotate(45deg) translateY(12px);
}
.main-navigation button.open .line:nth-of-type(2) {
  visibility: hidden;
}
.main-navigation button.open .line:nth-of-type(3) {
  margin-left: 9px;
  transform-origin: 50% 50%;
  transform: rotate(-45deg) translateY(-12px);
}
@media (min-width: 1024px) {
  .main-navigation button {
    display: none;
  }
}
.main-navigation ul {
  margin: 0;
  width: 270px;
  height: 100vh;
  display: flex;
  padding-left: 0;
  overflow-y: auto;
  list-style: none;
  pointer-events: auto;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 1024px) {
  .main-navigation ul {
    gap: 10px;
    width: auto;
    height: auto;
    flex-wrap: wrap;
    background: none;
    overflow-y: initial;
    align-items: center;
    flex-direction: row;
  }
}
@media (min-width: 1400px) {
  .main-navigation ul {
    gap: 15px;
  }
}
.main-navigation ul li {
  width: 100%;
  position: relative;
}
.main-navigation ul li:not(:first-of-type) {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.main-navigation ul li.booking-button {
  display: none;
}
@media (min-width: 1024px) {
  .main-navigation ul li {
    width: auto;
  }
  .main-navigation ul li:not(:first-of-type) {
    border-top: 0px;
  }
  .main-navigation ul li.booking-button {
    display: block;
  }
  .main-navigation ul li.button > a {
    color: #fff;
    line-height: 1;
    font-size: 1em;
    border-radius: 9999px;
    padding: 0.75em 1.25em;
    background-color: #82765c;
    border: 1px solid #82765c;
  }
  .main-navigation ul li.button > a:visited {
    color: #fff;
  }
  .main-navigation ul li.button > a:hover {
    color: #fff;
    background-color: #1e2226;
    border: 1px solid #1e2226;
  }
  .main-navigation ul li.button > a:focus-visible {
    outline: 0;
    color: #fff;
    outline-offset: 0;
    background-color: #1e2226;
    border: 1px solid #1e2226;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #1e2226;
  }
}
.main-navigation ul li a {
  display: block;
  font-size: 1.1em;
  padding: 15px 10px;
  text-decoration: none;
  color: #000000;
}
.main-navigation ul li a:visited {
  color: #000000;
}
.main-navigation ul li a:hover, .main-navigation ul li a:focus, .main-navigation ul li a:focus-visible {
  outline: 0;
  color: #ffffff;
  background-color: #877864;
}
@media (min-width: 1024px) {
  .main-navigation ul li a {
    padding: 0;
    font-size: 1em;
  }
  .main-navigation ul li a:hover, .main-navigation ul li a:focus {
    background: none;
    color: #877864;
  }
  .main-navigation ul li a:focus-visible {
    background: none;
    color: #877864;
    outline: 3px solid #877864;
  }
}
@media (min-width: 1400px) {
  .main-navigation ul li a {
    font-size: 1.1em;
  }
}
.main-navigation ul ul {
  gap: 0;
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .main-navigation ul ul {
    top: 100%;
    left: -999em;
    width: 220px;
    z-index: 99999;
    overflow: hidden;
    border-radius: 8px;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
  }
}
.main-navigation ul ul li {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 1024px) {
  .main-navigation ul ul li {
    border-top: 0px;
  }
  .main-navigation ul ul li:not(:first-of-type) {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.main-navigation ul ul a {
  font-size: 0.9em;
  padding: 12px 10px 12px 20px;
}
@media (min-width: 1024px) {
  .main-navigation ul ul a {
    padding: 1em;
    font-size: 1em;
  }
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a:focus {
  outline: 0;
  color: #ffffff;
  background-color: #82765c;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li:focus-within > ul {
  left: auto;
}

.helper-nav {
  gap: 0.5em;
  display: flex;
  margin-right: 60px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 1024px) {
  .helper-nav {
    margin-right: 0;
  }
}
.helper-nav a.search-toggle {
  width: 36px;
  height: 36px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  pointer-events: auto;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border: 2px solid #82765c;
}
@media (min-width: 1024px) {
  .helper-nav a.search-toggle {
    width: 42px;
    height: 42px;
  }
}
.helper-nav a.search-toggle svg {
  width: 15px;
  height: 15px;
  fill: #82765c;
}
@media (min-width: 1024px) {
  .helper-nav a.search-toggle svg {
    width: 18px;
    height: 18px;
  }
}
.helper-nav a.search-toggle:hover {
  color: #fff;
  background-color: #82765c;
  border: 1px solid #82765c;
}
.helper-nav a.search-toggle:hover svg {
  fill: #fff;
}
.helper-nav a.search-toggle:focus-visible {
  outline: 0;
  color: #fff;
  outline-offset: 0;
  background-color: #1e2226;
  border: 1px solid #1e2226;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #1e2226;
}
.helper-nav a.search-toggle:focus-visible svg {
  fill: #fff;
}
.helper-nav .wpml-ls-legacy-dropdown-click {
  width: auto;
}
.helper-nav .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  color: inherit;
  line-height: 1;
  font-size: 0.9em;
  font-weight: 500;
  border-radius: 9999px;
  padding: 0.75em 1.25em;
  border: 1px solid #dcdcdc;
  background: rgba(0, 0, 0, 0);
  color: #82765c;
  background-color: #fff;
  padding: 0.5em 1em !important;
  border: 2px solid #82765c;
}
@media (min-width: 1024px) {
  .helper-nav .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    padding: 0.75em 1.5em;
    font-size: 0.99em;
  }
}
.helper-nav .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
  color: #fff;
  border: 1px solid #a0917e;
  background-color: #a0917e;
}
.helper-nav .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:focus-visible {
  outline: 0;
  color: #fff;
  outline-offset: 0;
  border: 1px solid #a0917e;
  background-color: #a0917e;
  box-shadow: 0 0 0 2px #f5f7f7, 0 0 0 4px #877864;
}
.helper-nav .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle.active {
  color: #fff;
  border: 1px solid #877864;
  background-color: #877864;
}
@media (min-width: 1024px) {
  .helper-nav .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    padding: 0.6em 1em !important;
  }
}
.helper-nav .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
  color: #fff;
  background-color: #82765c;
  border: 2px solid #82765c;
}
.helper-nav .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:focus-visible {
  outline: 0;
  color: #fff;
  outline-offset: 0;
  background-color: #1e2226;
  border: 2px solid #1e2226;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #1e2226;
}
.helper-nav .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:focus-visible svg {
  fill: #fff;
}
.helper-nav .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle span {
  gap: 0.5em;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.helper-nav .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle span::before {
  width: 1.25em;
  line-height: 1;
  height: 1.25em;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 242.65 242.65' style='enable-background:new 0 0 242.65 242.65;' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%2382765c' d='M219.62,76.36H184.6c-5.22-23.26-14.36-42.95-25.96-56.52C185.72,29.8,207.69,50.31,219.62,76.36 M84,19.84 C72.4,33.41,63.26,53.11,58.05,76.36H23.02C34.96,50.31,56.93,29.8,84,19.84 M53.19,121.32c0,10.86,0.81,21.39,2.32,31.41H17.87 c-3.01-9.94-4.65-20.48-4.65-31.41s1.64-21.46,4.65-31.41h37.64C54.01,99.94,53.19,110.46,53.19,121.32 M23.02,166.28h35.02 c5.21,23.26,14.36,42.95,25.96,56.52C56.93,212.84,34.96,192.34,23.02,166.28 M173.37,89.92c1.49,9.95,2.29,20.49,2.29,31.41 c0,10.92-0.81,21.46-2.29,31.41H128.1V89.92H173.37z M69.27,152.73c-1.49-9.95-2.3-20.49-2.3-31.41c0-10.92,0.81-21.46,2.3-31.41 h45.27v62.81H69.27z M128.1,229.19v-62.91h42.74c-7.39,32.78-22.61,56.9-40.87,62.76C129.35,229.1,128.73,229.15,128.1,229.19 M71.81,166.28h42.74v62.91c-0.63-0.04-1.25-0.09-1.87-0.14C94.41,223.18,79.2,199.06,71.81,166.28 M114.55,13.46v62.91H71.81 c7.39-32.78,22.61-56.9,40.87-62.76C113.3,13.55,113.92,13.5,114.55,13.46 M170.84,76.36H128.1V13.46 c0.63,0.04,1.25,0.09,1.87,0.14C148.23,19.47,163.45,43.59,170.84,76.36 M224.77,152.73h-37.64c1.5-10.02,2.32-20.54,2.32-31.41 c0-10.86-0.81-21.39-2.32-31.41h37.64c3.01,9.94,4.65,20.48,4.65,31.41S227.79,142.79,224.77,152.73 M158.64,222.8 c11.6-13.57,20.74-33.27,25.96-56.52h35.02C207.69,192.34,185.72,212.84,158.64,222.8 M242.65,121.32 C242.65,54.32,188.33,0,121.32,0C54.32,0,0,54.32,0,121.32s54.32,121.32,121.32,121.32C188.33,242.65,242.65,188.33,242.65,121.32' /%3E%3C/g%3E%3C/svg%3E");
}
.helper-nav .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover span::before, .helper-nav .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:focus span::before, .helper-nav .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:active span::before, .helper-nav .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:focus-visible span::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 242.65 242.65' style='enable-background:new 0 0 242.65 242.65;' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M219.62,76.36H184.6c-5.22-23.26-14.36-42.95-25.96-56.52C185.72,29.8,207.69,50.31,219.62,76.36 M84,19.84 C72.4,33.41,63.26,53.11,58.05,76.36H23.02C34.96,50.31,56.93,29.8,84,19.84 M53.19,121.32c0,10.86,0.81,21.39,2.32,31.41H17.87 c-3.01-9.94-4.65-20.48-4.65-31.41s1.64-21.46,4.65-31.41h37.64C54.01,99.94,53.19,110.46,53.19,121.32 M23.02,166.28h35.02 c5.21,23.26,14.36,42.95,25.96,56.52C56.93,212.84,34.96,192.34,23.02,166.28 M173.37,89.92c1.49,9.95,2.29,20.49,2.29,31.41 c0,10.92-0.81,21.46-2.29,31.41H128.1V89.92H173.37z M69.27,152.73c-1.49-9.95-2.3-20.49-2.3-31.41c0-10.92,0.81-21.46,2.3-31.41 h45.27v62.81H69.27z M128.1,229.19v-62.91h42.74c-7.39,32.78-22.61,56.9-40.87,62.76C129.35,229.1,128.73,229.15,128.1,229.19 M71.81,166.28h42.74v62.91c-0.63-0.04-1.25-0.09-1.87-0.14C94.41,223.18,79.2,199.06,71.81,166.28 M114.55,13.46v62.91H71.81 c7.39-32.78,22.61-56.9,40.87-62.76C113.3,13.55,113.92,13.5,114.55,13.46 M170.84,76.36H128.1V13.46 c0.63,0.04,1.25,0.09,1.87,0.14C148.23,19.47,163.45,43.59,170.84,76.36 M224.77,152.73h-37.64c1.5-10.02,2.32-20.54,2.32-31.41 c0-10.86-0.81-21.39-2.32-31.41h37.64c3.01,9.94,4.65,20.48,4.65,31.41S227.79,142.79,224.77,152.73 M158.64,222.8 c11.6-13.57,20.74-33.27,25.96-56.52h35.02C207.69,192.34,185.72,212.84,158.64,222.8 M242.65,121.32 C242.65,54.32,188.33,0,121.32,0C54.32,0,0,54.32,0,121.32s54.32,121.32,121.32,121.32C188.33,242.65,242.65,188.33,242.65,121.32' /%3E%3C/g%3E%3C/svg%3E");
}
.helper-nav .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  border-top: 0;
}
.helper-nav .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a {
  color: #fff;
  background: #82765c;
}
.helper-nav .wpml-ls-legacy-dropdown-click a {
  border: 0;
}
.helper-nav .wpml-ls-legacy-dropdown-click a:focus, .helper-nav .wpml-ls-legacy-dropdown-click a:hover {
  color: #fff;
  background: #82765c;
}
.helper-nav .wpml-ls-legacy-dropdown-click a::after {
  display: none;
}

.search-overlay {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
  display: none;
  padding: 1rem 0;
  grid-area: nav;
  position: fixed;
  background-color: #fff;
}
.search-overlay__wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
@media (max-width: 1000px) {
  .search-overlay__wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.admin-bar .site-header {
  top: 32px;
}

.admin-bar .main-navigation {
  top: 0;
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
  .admin-bar .main-navigation {
    top: 0;
  }
}
.comment-navigation,
.posts-navigation,
.post-navigation {
  width: 100%;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  display: flex;
  margin-top: 4em;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .comment-navigation .nav-links,
  .posts-navigation .nav-links,
  .post-navigation .nav-links {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: auto;
}
.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a {
  display: inline-block;
  color: inherit;
  line-height: 1;
  font-size: 0.6em;
  font-weight: 500;
  border-radius: 9999px;
  padding: 0.75em 1.25em;
  border: 1px solid #dcdcdc;
  background: rgba(0, 0, 0, 0);
  text-decoration: none;
}
@media (min-width: 1024px) {
  .comment-navigation .nav-previous a,
  .posts-navigation .nav-previous a,
  .post-navigation .nav-previous a {
    padding: 0.75em 1.5em;
    font-size: 0.66em;
  }
}
.comment-navigation .nav-previous a:hover,
.posts-navigation .nav-previous a:hover,
.post-navigation .nav-previous a:hover {
  color: #fff;
  border: 1px solid #a0917e;
  background-color: #a0917e;
}
.comment-navigation .nav-previous a:focus-visible,
.posts-navigation .nav-previous a:focus-visible,
.post-navigation .nav-previous a:focus-visible {
  outline: 0;
  color: #fff;
  outline-offset: 0;
  border: 1px solid #a0917e;
  background-color: #a0917e;
  box-shadow: 0 0 0 2px #f5f7f7, 0 0 0 4px #877864;
}
.comment-navigation .nav-previous a.active,
.posts-navigation .nav-previous a.active,
.post-navigation .nav-previous a.active {
  color: #fff;
  border: 1px solid #877864;
  background-color: #877864;
}
@media (min-width: 480px) {
  .comment-navigation .nav-previous a,
  .posts-navigation .nav-previous a,
  .post-navigation .nav-previous a {
    color: inherit;
    line-height: 1;
    font-size: 0.8em;
    font-weight: 500;
    border-radius: 9999px;
    padding: 0.75em 1.25em;
    border: 1px solid #dcdcdc;
    background: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 480px) and (min-width: 1024px) {
  .comment-navigation .nav-previous a,
  .posts-navigation .nav-previous a,
  .post-navigation .nav-previous a {
    padding: 0.75em 1.5em;
    font-size: 0.88em;
  }
}
@media (min-width: 480px) {
  .comment-navigation .nav-previous a:hover,
  .posts-navigation .nav-previous a:hover,
  .post-navigation .nav-previous a:hover {
    color: #fff;
    border: 1px solid #a0917e;
    background-color: #a0917e;
  }
  .comment-navigation .nav-previous a:focus-visible,
  .posts-navigation .nav-previous a:focus-visible,
  .post-navigation .nav-previous a:focus-visible {
    outline: 0;
    color: #fff;
    outline-offset: 0;
    border: 1px solid #a0917e;
    background-color: #a0917e;
    box-shadow: 0 0 0 2px #f5f7f7, 0 0 0 4px #877864;
  }
  .comment-navigation .nav-previous a.active,
  .posts-navigation .nav-previous a.active,
  .post-navigation .nav-previous a.active {
    color: #fff;
    border: 1px solid #877864;
    background-color: #877864;
  }
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  flex: auto;
}
.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a {
  display: inline-block;
  color: inherit;
  line-height: 1;
  font-size: 0.6em;
  font-weight: 500;
  border-radius: 9999px;
  padding: 0.75em 1.25em;
  border: 1px solid #dcdcdc;
  background: rgba(0, 0, 0, 0);
  text-decoration: none;
}
@media (min-width: 1024px) {
  .comment-navigation .nav-next a,
  .posts-navigation .nav-next a,
  .post-navigation .nav-next a {
    padding: 0.75em 1.5em;
    font-size: 0.66em;
  }
}
.comment-navigation .nav-next a:hover,
.posts-navigation .nav-next a:hover,
.post-navigation .nav-next a:hover {
  color: #fff;
  border: 1px solid #a0917e;
  background-color: #a0917e;
}
.comment-navigation .nav-next a:focus-visible,
.posts-navigation .nav-next a:focus-visible,
.post-navigation .nav-next a:focus-visible {
  outline: 0;
  color: #fff;
  outline-offset: 0;
  border: 1px solid #a0917e;
  background-color: #a0917e;
  box-shadow: 0 0 0 2px #f5f7f7, 0 0 0 4px #877864;
}
.comment-navigation .nav-next a.active,
.posts-navigation .nav-next a.active,
.post-navigation .nav-next a.active {
  color: #fff;
  border: 1px solid #877864;
  background-color: #877864;
}
@media (min-width: 480px) {
  .comment-navigation .nav-next a,
  .posts-navigation .nav-next a,
  .post-navigation .nav-next a {
    color: inherit;
    line-height: 1;
    font-size: 0.8em;
    font-weight: 500;
    border-radius: 9999px;
    padding: 0.75em 1.25em;
    border: 1px solid #dcdcdc;
    background: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 480px) and (min-width: 1024px) {
  .comment-navigation .nav-next a,
  .posts-navigation .nav-next a,
  .post-navigation .nav-next a {
    padding: 0.75em 1.5em;
    font-size: 0.88em;
  }
}
@media (min-width: 480px) {
  .comment-navigation .nav-next a:hover,
  .posts-navigation .nav-next a:hover,
  .post-navigation .nav-next a:hover {
    color: #fff;
    border: 1px solid #a0917e;
    background-color: #a0917e;
  }
  .comment-navigation .nav-next a:focus-visible,
  .posts-navigation .nav-next a:focus-visible,
  .post-navigation .nav-next a:focus-visible {
    outline: 0;
    color: #fff;
    outline-offset: 0;
    border: 1px solid #a0917e;
    background-color: #a0917e;
    box-shadow: 0 0 0 2px #f5f7f7, 0 0 0 4px #877864;
  }
  .comment-navigation .nav-next a.active,
  .posts-navigation .nav-next a.active,
  .post-navigation .nav-next a.active {
    color: #fff;
    border: 1px solid #877864;
    background-color: #877864;
  }
}

/* Hero
--------------------------------------------- */
.hero {
  width: 100%;
  grid-area: hero;
  margin-top: 50px;
  min-height: 275px;
}
@media (min-width: 480px) {
  .hero {
    min-height: 325px;
  }
}
@media (min-width: 1024px) {
  .hero {
    margin-top: 64px;
    min-height: 350px;
  }
}
.hero .custom-logo-link {
  margin-top: 35px;
}
@media (min-width: 600px) {
  .hero .custom-logo-link {
    margin-top: 50px;
  }
}
.hero .hero-text {
  margin-bottom: 35px;
}
.hero .hero-booking {
  width: 100%;
  display: flex;
  margin-top: 2em;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 850px) {
  .hero .hero-booking {
    margin-top: 4em;
  }
}
.hero.has-bg, .hero.event {
  height: calc(100vh - 100px);
  min-height: 500px;
}
@media (min-width: 850px) {
  .hero.has-bg, .hero.event {
    height: 75vh;
    min-height: 600px;
  }
}
@media (min-width: 1024px) {
  .hero.has-bg, .hero.event {
    height: 90vh;
    min-height: 700px;
  }
}
.hero.has-bg .custom-logo-link, .hero.event .custom-logo-link {
  margin-top: 35px;
}
@media (min-width: 600px) {
  .hero.has-bg .custom-logo-link, .hero.event .custom-logo-link {
    margin-top: 50px;
  }
}
@media (min-width: 850px) {
  .hero.has-bg .custom-logo-link, .hero.event .custom-logo-link {
    margin-top: 100px;
  }
}
.hero.has-bg .hero-text, .hero.event .hero-text {
  margin-bottom: 35px;
}
@media (min-width: 600px) {
  .hero.has-bg .hero-text, .hero.event .hero-text {
    margin-bottom: 50px;
  }
}
@media (min-width: 850px) {
  .hero.has-bg .hero-text, .hero.event .hero-text {
    margin-bottom: 100px;
  }
}
.hero.event {
  height: 60vh;
  min-height: 500px;
}
@media (min-width: 850px) {
  .hero.event {
    height: 60vh;
    min-height: 500px;
  }
}
@media (min-width: 1024px) {
  .hero.event {
    height: 60vh;
    min-height: 500px;
  }
}
.hero .hero-area {
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 2em 0;
  position: relative;
  background-color: #1e2226;
}
.hero .hero-area .site-wrapper {
  z-index: 2;
  height: 100%;
  display: flex;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1400px;
}
.hero .hero-area .custom-logo-link {
  height: 100px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4em;
}
@media (min-width: 1024px) {
  .hero .hero-area .custom-logo-link {
    width: auto;
    height: 140px;
    line-height: 1;
  }
  .hero .hero-area .custom-logo-link img {
    margin: 0;
    width: auto;
    height: 100%;
    display: block;
  }
}
.hero .hero-area .hero-text {
  width: 100%;
  max-width: 1050px;
}
.hero .hero-area .hero-text *:first-child {
  margin-top: 0;
}
.hero .hero-area .hero-text *:last-child {
  margin-bottom: 0;
}
.hero .hero-area .hero-text h1 {
  margin: 0;
  color: #fff;
  text-align: center;
}
.hero .hero-area .hero-text p {
  line-height: 1.2;
  font-size: 1.1rem;
  margin-top: 0.35em;
  text-align: center;
}
@media (min-width: 850px) {
  .hero .hero-area .hero-text p {
    line-height: 1.3;
    font-size: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .hero .hero-area .hero-text p {
    line-height: 1.4;
    font-size: 1.4rem;
  }
}
.hero .hero-area .hero-text p.top-text {
  margin: 0;
  line-height: 1;
  font-size: 1em;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.hero .hero-area .hero-bg {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hero .hero-area .hero-bg:before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
}
.hero .hero-area .hero-bg:after {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
}
.hero .hero-area .hero-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero .hero-area .hero-bg-video {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hero .hero-area .hero-bg-video:before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
}
.hero .hero-area .hero-bg-video:after {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
}
.hero .hero-area .hero-bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

/* Booking
--------------------------------------------- */
.toggle-booking-bar {
  color: #fff;
  left: 0.5rem;
  z-index: 100;
  position: fixed;
  bottom: 0.5rem;
  text-decoration: none;
  padding: 0.75em 1.5em;
  color: #fff;
  line-height: 1;
  font-size: 1em;
  border-radius: 4px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #82765c;
  border: 1px solid #82765c;
}
.toggle-booking-bar:hover, .toggle-booking-bar:focus {
  outline: 0;
  color: #1e2226;
  background-color: #fff;
  border: 1px solid #1e2226;
}
@media (min-width: 1024px) {
  .toggle-booking-bar {
    display: none;
  }
}

.booking-form {
  width: 100%;
  display: flex;
  min-width: 300px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 600px) {
  .booking-form {
    max-width: 800px;
    flex-direction: row;
  }
}
@media (min-width: 850px) {
  .booking-form {
    min-width: 600px;
  }
}
.booking-form .calendar-wrap {
  width: 100%;
  height: 60px;
  position: relative;
  border-bottom: 1px solid #b4b4b4;
}
@media (min-width: 600px) {
  .booking-form .calendar-wrap {
    width: 50%;
    border-bottom: 0;
  }
}
.booking-form .calendar-wrap input {
  border: 0;
  width: 100%;
  height: 100%;
  line-height: 1;
  font-size: 0.9em;
  font-weight: 400;
  position: relative;
  color: #1e2226;
  border-radius: 8px 8px 0 0;
  padding: 2em 1em 0.75em 1em;
}
@media (min-width: 600px) {
  .booking-form .calendar-wrap input {
    font-size: 1em;
    padding: 2em 1em 0.75em 2em;
    border-radius: 999px 0 0 999px;
  }
}
.booking-form .calendar-wrap input:hover, .booking-form .calendar-wrap input:focus {
  outline-offset: -2px;
  outline: 2px solid #82765c;
}
.booking-form .calendar-wrap label {
  left: 1.2em;
  top: 0.75em;
  z-index: 2;
  line-height: 1;
  font-size: 0.8em;
  font-weight: 700;
  position: absolute;
  pointer-events: none;
  color: #1e2226;
}
@media (min-width: 600px) {
  .booking-form .calendar-wrap label {
    left: 2.5em;
  }
}
.booking-form form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 600px) {
  .booking-form form {
    width: 50%;
  }
}
.booking-form form .select-wrap {
  width: 50%;
  height: 60px;
  position: relative;
}
.booking-form form .select-wrap select {
  border: 0;
  width: 100%;
  height: 100%;
  line-height: 1;
  border-left: 0;
  font-size: 0.9em;
  font-weight: 400;
  appearance: none;
  position: relative;
  color: #1e2226;
  border-radius: 0 0 0 8px;
  -webkit-appearance: none;
  background-color: #fff;
  padding: 2em 1em 0.75em 1em;
}
@media (min-width: 600px) {
  .booking-form form .select-wrap select {
    font-size: 1em;
    border-radius: 0;
    border-left: 1px solid #b4b4b4;
  }
}
.booking-form form .select-wrap select:hover, .booking-form form .select-wrap select:focus {
  outline-offset: -2px;
  outline: 2px solid #82765c;
}
.booking-form form .select-wrap label {
  top: 0.75em;
  left: 1.2em;
  z-index: 2;
  line-height: 1;
  font-size: 0.8em;
  font-weight: 700;
  position: absolute;
  pointer-events: none;
  color: #1e2226;
}
.booking-form form .search-wrap {
  width: 50%;
  height: 60px;
  position: relative;
}
.booking-form form .search-wrap input {
  border: 0;
  width: 100%;
  height: 100%;
  color: #1e2226;
  font-weight: 700;
  padding: 1em 2em;
  text-align: center;
  letter-spacing: 2px;
  border-radius: 0 0 8px 0;
  text-transform: uppercase;
  background: #82765c;
}
@media (min-width: 600px) {
  .booking-form form .search-wrap input {
    border-radius: 0 999px 999px 0;
  }
}
.booking-form form .search-wrap input:hover, .booking-form form .search-wrap input:focus-visible {
  background: #9d9074;
}
.booking-form form .search-wrap input:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #82765c;
}

.booking-bar {
  width: 90%;
  padding: 2em 1em;
  margin: 2em auto;
  max-width: 1000px;
  position: relative;
  border-radius: 4px;
  background-color: #82765c;
}
.booking-bar__wrap {
  width: 100%;
  display: flex;
  align-items: center;
  pointer-events: auto;
  flex-direction: column;
  justify-content: center;
}
.booking-bar__wrap p {
  margin: 0;
  color: #fff;
  line-height: 1;
  font-size: 1.2em;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.booking-bar__wrap .booking-form {
  margin-top: 2em;
}
.booking-bar__wrap .booking-form .calendar-wrap input:hover, .booking-bar__wrap .booking-form .calendar-wrap input:focus {
  outline-offset: -2px;
  outline: 2px solid #1e2226;
}
.booking-bar__wrap .booking-form .select-wrap select:hover, .booking-bar__wrap .booking-form .select-wrap select:focus {
  outline-offset: -2px;
  outline: 2px solid #1e2226;
}
.booking-bar__wrap .booking-form .search-wrap input {
  color: #82765c;
  background: #1e2226;
}
.booking-bar__wrap .booking-form .search-wrap input:hover, .booking-bar__wrap .booking-form .search-wrap input:focus-visible {
  background: #353c43;
}
.booking-bar__wrap .booking-form .search-wrap input:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #1e2226;
}

.booking-results {
  gap: 1em;
  width: 100%;
  display: grid;
  margin: 2em auto;
  grid-template-columns: 100%;
}
@media (min-width: 600px) {
  .booking-results {
    gap: 2em 1em;
    grid-template-columns: repeat(2, calc(50% - 0.5em));
  }
}
@media (min-width: 850px) {
  .booking-results {
    grid-template-columns: repeat(3, calc(33.3333333333% - 0.6666666667em));
  }
}
.booking-results .error {
  width: 100%;
  grid-row: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  grid-column: 1/span all;
}
.booking-results .error p {
  margin: 0;
  font-size: 1.2em;
  font-weight: 400;
  text-align: center;
}
.booking-results .loader {
  width: 100%;
  grid-row: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  grid-column: 1/span all;
}
.booking-results .loader img {
  margin: 0;
  width: 100px;
  height: 100px;
}
.booking-results__top {
  gap: 1.5em;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 2em auto 0 auto;
  align-items: flex-start;
  justify-content: flex-start;
}
.booking-results__top.hidden {
  display: none;
}
.booking-results__top__types {
  gap: 1em;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.booking-results__top__types a {
  font-size: 0.9em;
  font-weight: 700;
  color: #1e2226;
  text-decoration: none;
  border-bottom: 2px solid #fff;
}
@media (min-width: 600px) {
  .booking-results__top__types a {
    font-size: 1em;
  }
}
.booking-results__top__types a.active {
  color: #82765c;
  border-bottom: 2px solid #82765c;
}
.booking-results__top__types a:hover, .booking-results__top__types a:focus-visible {
  color: #b2a892;
  border-bottom: 2px solid #b2a892;
}
.booking-results__top__filters {
  gap: 0.5em;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 600px) {
  .booking-results__top__filters {
    gap: 0.5em 1em;
  }
}
.booking-results__top__filters button {
  line-height: 1;
  font-size: 0.8em;
  font-weight: 500;
  background: #fff;
  padding: 0.6em 1em;
  color: #1e2226;
  border-radius: 9999px;
  border: 1px solid #c8c8c8;
}
@media (min-width: 600px) {
  .booking-results__top__filters button {
    font-size: 0.9em;
    padding: 0.75em 1.25em;
  }
}
.booking-results__top__filters button.active {
  color: #fff;
  border: 1px solid #82765c;
  background-color: #82765c;
}
.booking-results__top__filters button:hover {
  color: #fff;
  background-color: #b2a892;
  border: 1px solid #b2a892;
}
.booking-results__top__filters button:focus-visible {
  outline: 0;
  color: #fff;
  outline-offset: 0;
  border: 1px solid #9d9074;
  background-color: #9d9074;
  box-shadow: 0 0 0 2px #f5f7f7, 0 0 0 4px #82765c;
}
.booking-results__count {
  margin: 2em 0;
  display: none;
  font-size: 1.1em;
  font-weight: 700;
  color: #1e2226;
}

/* Rental
--------------------------------------------- */
.rental__details {
  width: 100%;
  padding: 2em 0;
  max-width: 100% !important;
  background-color: #f5f7f7;
}
.rental__details__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  flex-direction: row;
  align-items: stretch;
  max-width: 1000px;
  justify-content: center;
}
@media (min-width: 480px) {
  .rental__details__wrap {
    justify-content: flex-start;
  }
}
.rental__details__wrap__detail {
  width: 50%;
  display: flex;
  padding: 0.75em 0;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  border-left: 1px solid #c4c6c6;
}
.rental__details__wrap__detail:nth-of-type(2n+1) {
  border-left: 0;
}
.rental__details__wrap__detail:nth-of-type(n+3) {
  margin-top: 1.5em;
}
.rental__details__wrap__detail svg {
  width: 40px;
  height: 30px;
  fill: #323232;
  margin-bottom: 0.5em;
}
@media (min-width: 850px) {
  .rental__details__wrap__detail svg {
    width: 45px;
    height: 35px;
  }
}
.rental__details__wrap__detail p {
  margin: 0;
  color: #323232;
  font-weight: 500;
  font-size: 0.8em;
  line-height: 1.35;
  text-align: center;
}
@media (min-width: 850px) {
  .rental__details__wrap__detail p {
    font-size: 0.9em;
  }
}
@media (min-width: 480px) {
  .single-rental .rental__details__wrap__detail {
    width: 25%;
  }
  .single-rental .rental__details__wrap__detail:nth-of-type(2n+1) {
    border-left: 1px solid #c4c6c6;
  }
  .single-rental .rental__details__wrap__detail:nth-of-type(n+3) {
    margin-top: 0;
  }
  .single-rental .rental__details__wrap__detail:nth-of-type(4n+1) {
    border-left: 0;
  }
  .single-rental .rental__details__wrap__detail:nth-of-type(n+5) {
    margin-top: 1.5em;
  }
}
@media (min-width: 850px) {
  .single-rental .rental__details__wrap__detail {
    width: 14.2857142857%;
  }
  .single-rental .rental__details__wrap__detail:nth-of-type(2n+1) {
    border-left: 1px solid #c4c6c6;
  }
  .single-rental .rental__details__wrap__detail:nth-of-type(n+3) {
    margin-top: 0;
  }
  .single-rental .rental__details__wrap__detail:nth-of-type(3n+1) {
    border-left: 1px solid #c4c6c6;
  }
  .single-rental .rental__details__wrap__detail:nth-of-type(n+4) {
    margin-top: 0;
  }
  .single-rental .rental__details__wrap__detail:first-of-type {
    border-left: 0;
  }
}
@media (min-width: 480px) {
  .single-hotel .rental__details__wrap__detail {
    width: 33.3333333333%;
  }
  .single-hotel .rental__details__wrap__detail:nth-of-type(2n+1) {
    border-left: 1px solid #c4c6c6;
  }
  .single-hotel .rental__details__wrap__detail:nth-of-type(n+3) {
    margin-top: 0;
  }
  .single-hotel .rental__details__wrap__detail:nth-of-type(3n+1) {
    border-left: 0;
  }
  .single-hotel .rental__details__wrap__detail:nth-of-type(n+4) {
    margin-top: 1.5em;
  }
}
@media (min-width: 850px) {
  .single-hotel .rental__details__wrap__detail {
    width: 16.6666666667%;
  }
  .single-hotel .rental__details__wrap__detail:nth-of-type(2n+1) {
    border-left: 1px solid #c4c6c6;
  }
  .single-hotel .rental__details__wrap__detail:nth-of-type(n+3) {
    margin-top: 0;
  }
  .single-hotel .rental__details__wrap__detail:nth-of-type(3n+1) {
    border-left: 1px solid #c4c6c6;
  }
  .single-hotel .rental__details__wrap__detail:nth-of-type(n+4) {
    margin-top: 0;
  }
  .single-hotel .rental__details__wrap__detail:first-of-type {
    border-left: 0;
  }
}
.rental__introduction {
  margin: 2em auto;
}
@media (min-width: 850px) {
  .rental__introduction {
    margin: 3.5em auto;
  }
}
.rental__introduction__content h2 {
  font-size: 1.4em;
  font-weight: 700;
  color: #877864;
  margin-bottom: 0.35em;
}
@media (min-width: 850px) {
  .rental__introduction__content h2 {
    font-size: 2em;
  }
}
.rental__introduction__content p {
  margin-top: 0.5em;
}
.rental__introduction__content ul,
.rental__introduction__content ol {
  margin-left: 0;
}
.rental__introduction__content .youtube-embed {
  margin-left: -1rem;
  width: calc(100% + 2rem);
}
@media (min-width: 600px) {
  .rental__introduction__content .youtube-embed {
    width: 100%;
    margin-left: auto;
  }
}
.rental__images {
  display: grid;
  margin: 2em auto;
  grid-gap: 0.75em 0;
  grid-template-columns: 1fr;
  max-width: 1400px !important;
}
@media (min-width: 850px) {
  .rental__images {
    margin: 3.5em auto;
    grid-gap: 10px 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.rental__images__image {
  width: 100%;
}
.rental__images__image p {
  margin: 0.5em 0;
  font-size: 0.9em;
}
@media (min-width: 600px) {
  .rental__images__image p {
    font-size: 1em;
  }
}
.rental__images__image__img {
  position: relative;
  margin: 0 0 0 -1rem;
  width: calc(100% + 2rem);
  max-width: calc(100% + 2rem);
}
@media (min-width: 600px) {
  .rental__images__image__img {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
}
.rental__images__image__img::before {
  width: 0;
  content: "";
  display: block;
  grid-row: 1/1;
  grid-column: 1/1;
  padding-bottom: 66%;
}
.rental__images__image__img img {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.rental__infos__location {
  width: 100%;
  padding: 0 !important;
  max-width: 100% !important;
}
@media (min-width: 850px) {
  .rental__infos__location {
    background-color: #f5f7f7;
  }
}
.rental__infos__location__wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100% !important;
  justify-content: flex-start;
}
@media (min-width: 850px) {
  .rental__infos__location__wrap {
    display: grid;
    grid-gap: 0 20px;
    max-width: 1400px !important;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1400px) and (min-width: 850px) {
  .rental__infos__location__wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.rental__infos {
  width: 100%;
  padding: 2em 0;
  margin: 2em auto;
  max-width: 100% !important;
  background-color: #f5f7f7;
}
@media (min-width: 850px) {
  .rental__infos {
    padding: 0;
    margin: 3.5em auto;
  }
}
@media (min-width: 850px) {
  .rental__infos.hotel {
    padding: 2em 0;
    margin: 3.5em auto;
  }
}
.rental__infos h2 {
  margin: 0;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 4px;
  font-family: var(--wp--preset--font-family--montserrat);
  text-transform: uppercase;
}
.rental__infos__buttons {
  gap: 10px 5px;
  display: flex;
  flex-wrap: wrap;
  margin: 1.5em auto;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (min-width: 850px) {
  .rental__infos__buttons {
    gap: 10px;
  }
}
.rental__infos__buttons button {
  color: inherit;
  line-height: 1;
  font-size: 0.8em;
  font-weight: 500;
  border-radius: 9999px;
  padding: 0.75em 1.25em;
  border: 1px solid #dcdcdc;
  background: rgba(0, 0, 0, 0);
}
@media (min-width: 1024px) {
  .rental__infos__buttons button {
    padding: 0.75em 1.5em;
    font-size: 0.88em;
  }
}
.rental__infos__buttons button:hover {
  color: #fff;
  border: 1px solid #a0917e;
  background-color: #a0917e;
}
.rental__infos__buttons button:focus-visible {
  outline: 0;
  color: #fff;
  outline-offset: 0;
  border: 1px solid #a0917e;
  background-color: #a0917e;
  box-shadow: 0 0 0 2px #f5f7f7, 0 0 0 4px #877864;
}
.rental__infos__buttons button.active {
  color: #fff;
  border: 1px solid #877864;
  background-color: #877864;
}
.rental__infos__amenities {
  margin: 0 auto;
  max-width: 300px;
}
@media (min-width: 850px) {
  .rental__infos__amenities {
    width: 90%;
    max-width: 420px;
  }
}
.rental__infos__amenities ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}
.rental__infos__amenities ul li {
  font-size: 0.9em;
  padding: 0.75em 0;
}
@media (min-width: 850px) {
  .rental__infos__amenities ul li {
    font-size: 1em;
  }
}
.rental__infos__amenities ul li:not(:last-of-type) {
  border-bottom: 1px solid #dcdcdc;
}
.rental__infos__amenities a.amenities-popup-link {
  margin-top: 1em;
  font-size: 1.1em;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}
.rental__infos__amenities__popup {
  width: 100%;
  display: flex;
  padding: 1em 1em;
  margin: 1em auto;
  max-width: 600px;
  position: relative;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 850px) {
  .rental__infos__amenities__popup {
    padding: 2em;
  }
}
.rental__infos__amenities__popup__group {
  width: 100%;
}
.rental__infos__amenities__popup__group:not(:first-of-type) {
  margin-top: 1em;
}
@media (min-width: 850px) {
  .rental__infos__amenities__popup__group:not(:first-of-type) {
    margin-top: 2em;
  }
}
.rental__infos__amenities__popup__group p {
  font-size: 1.1em;
  font-weight: 700;
  margin: 0 0 0.5em 0;
}
.rental__infos__amenities__popup__group ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}
.rental__infos__amenities__popup__group ul li {
  font-size: 0.9em;
  padding: 0.5em 0;
}
@media (min-width: 850px) {
  .rental__infos__amenities__popup__group ul li {
    font-size: 1em;
  }
}
.rental__infos__amenities__popup__group ul li:not(:last-of-type) {
  border-bottom: 1px solid #dcdcdc;
}
.rental__infos__services {
  width: 100%;
  margin: 0 auto;
  max-width: 300px;
}
@media (min-width: 850px) {
  .rental__infos__services {
    width: 90%;
    max-width: 420px;
  }
}
.rental__infos__services__service {
  width: 100%;
  display: flex;
  padding: 0.75em 0;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.rental__infos__services__service:not(:last-of-type) {
  border-bottom: 1px solid #dcdcdc;
}
.rental__infos__services__service p {
  margin: 0;
  font-size: 0.9em;
  line-height: 1.2;
}
@media (min-width: 850px) {
  .rental__infos__services__service p {
    font-size: 1em;
  }
}
.rental__infos__services__service p:nth-of-type(2) {
  font-weight: 700;
}
.rental__infos__floorplans, .rental__infos__layouts {
  width: 100%;
  margin: 0 auto;
  max-width: 300px;
}
@media (min-width: 850px) {
  .rental__infos__floorplans, .rental__infos__layouts {
    width: 90%;
    max-width: 420px;
  }
}
.rental__infos__floorplans__image:not(:last-of-type), .rental__infos__layouts__image:not(:last-of-type) {
  margin-bottom: 1em;
}
.rental__infos__floorplans__image p, .rental__infos__layouts__image p {
  line-height: 1.2;
  margin: 0 0 0.5em 0;
}
.rental__location {
  width: 100%;
  margin: 2em auto;
}
@media (min-width: 850px) {
  .rental__location {
    margin: 3.5em auto;
  }
}
.rental__location h2 {
  margin: 0;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 4px;
  font-family: var(--wp--preset--font-family--montserrat);
  text-transform: uppercase;
}
.rental__location__buttons {
  gap: 10px 5px;
  display: flex;
  flex-wrap: wrap;
  margin: 1.5em auto;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (min-width: 850px) {
  .rental__location__buttons {
    gap: 10px;
  }
}
.rental__location__buttons button {
  color: inherit;
  line-height: 1;
  font-size: 0.8em;
  font-weight: 500;
  border-radius: 9999px;
  padding: 0.75em 1.25em;
  border: 1px solid #dcdcdc;
  background: rgba(0, 0, 0, 0);
}
@media (min-width: 1024px) {
  .rental__location__buttons button {
    padding: 0.75em 1.5em;
    font-size: 0.88em;
  }
}
.rental__location__buttons button:hover {
  color: #fff;
  border: 1px solid #a0917e;
  background-color: #a0917e;
}
.rental__location__buttons button:focus-visible {
  outline: 0;
  color: #fff;
  outline-offset: 0;
  border: 1px solid #a0917e;
  background-color: #a0917e;
  box-shadow: 0 0 0 2px #f5f7f7, 0 0 0 4px #877864;
}
.rental__location__buttons button.active {
  color: #fff;
  border: 1px solid #877864;
  background-color: #877864;
}
.rental__location__image {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 850px) {
  .rental__location__image {
    padding: 0;
  }
}
.rental__location__image img {
  width: 100%;
}
.rental__location__map {
  width: calc(100% - 2rem);
  height: 450px;
  position: relative;
  margin: 0 1rem;
}
@media (min-width: 850px) {
  .rental__location__map {
    margin: 0;
    width: 100%;
  }
}
.rental__location__map iframe {
  top: 0;
  left: 0;
  border: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.rental__booking {
  display: flex;
  margin: 2em auto;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.rental__booking h2 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin: 0 0 2em 0;
  text-align: center;
  letter-spacing: 4px;
  font-family: var(--wp--preset--font-family--montserrat);
  text-transform: uppercase;
}
.rental__booking__embed {
  width: 100%;
  height: 1000px;
  max-width: 500px;
  position: relative;
}
.rental__booking__embed iframe {
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.rental__booking button {
  color: inherit;
  line-height: 1;
  font-size: 1em;
  font-weight: 500;
  border-radius: 9999px;
  padding: 0.75em 1.25em;
  border: 1px solid #dcdcdc;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  background-color: #877864;
  border: 1px solid #877864;
}
@media (min-width: 1024px) {
  .rental__booking button {
    padding: 0.75em 1.5em;
    font-size: 1.1em;
  }
}
.rental__booking button:hover {
  color: #fff;
  border: 1px solid #a0917e;
  background-color: #a0917e;
}
.rental__booking button:focus-visible {
  outline: 0;
  color: #fff;
  outline-offset: 0;
  border: 1px solid #a0917e;
  background-color: #a0917e;
  box-shadow: 0 0 0 2px #f5f7f7, 0 0 0 4px #877864;
}
.rental__booking button.active {
  color: #fff;
  border: 1px solid #877864;
  background-color: #877864;
}
.rental__booking button:hover {
  color: #877864;
  background-color: #fff;
}
.rental__booking button:focus-visible {
  outline: 0;
  outline-offset: 0;
  color: #877864;
  background-color: #fff;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #877864;
}
.rental__gallery {
  display: grid;
  grid-gap: 3px;
  margin: 2em auto;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1400px !important;
}
@media (min-width: 600px) {
  .rental__gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 850px) {
  .rental__gallery {
    margin: 3.5em auto;
    grid-template-columns: repeat(6, 1fr);
  }
}
.rental__gallery__image {
  width: 100%;
  position: relative;
  background-color: #3b3b3b;
}
.rental__gallery__image::before {
  width: 0;
  content: "";
  display: block;
  grid-row: 1/1;
  grid-column: 1/1;
  padding-bottom: 100%;
}
.rental__gallery__image a {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
.rental__gallery__image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rental__gallery__image a:hover img {
  opacity: 0.7;
}
.rental__gallery__image a:focus {
  outline-offset: -5px;
  outline: 5px solid #877864;
}
.rental__gallery__all {
  width: 100%;
  display: flex;
  margin-top: 1rem;
  align-items: center;
  grid-column-start: 1;
  flex-direction: column;
  justify-content: center;
  grid-column-end: span 2;
}
@media (min-width: 600px) {
  .rental__gallery__all {
    grid-column-end: span 3;
  }
}
@media (min-width: 850px) {
  .rental__gallery__all {
    grid-column-end: span 6;
  }
}
.rental__gallery__all a {
  color: inherit;
  line-height: 1;
  font-size: 0.8em;
  font-weight: 500;
  border-radius: 9999px;
  padding: 0.75em 1.25em;
  border: 1px solid #dcdcdc;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  text-decoration: none;
  background-color: #877864;
  border: 1px solid #877864;
}
@media (min-width: 1024px) {
  .rental__gallery__all a {
    padding: 0.75em 1.5em;
    font-size: 0.88em;
  }
}
.rental__gallery__all a:hover {
  color: #fff;
  border: 1px solid #a0917e;
  background-color: #a0917e;
}
.rental__gallery__all a:focus-visible {
  outline: 0;
  color: #fff;
  outline-offset: 0;
  border: 1px solid #a0917e;
  background-color: #a0917e;
  box-shadow: 0 0 0 2px #f5f7f7, 0 0 0 4px #877864;
}
.rental__gallery__all a.active {
  color: #fff;
  border: 1px solid #877864;
  background-color: #877864;
}
.rental__gallery__all a:hover {
  color: #877864;
  background-color: #fff;
}
.rental__gallery__all a:focus-visible {
  outline: 0;
  outline-offset: 0;
  color: #877864;
  background-color: #fff;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #877864;
}
.rental__gallery__all__popup {
  gap: 1em;
  width: 100%;
  display: flex;
  margin: 1em auto;
  position: relative;
  padding: 44px 0.5em;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: calc(800px - 1em);
}
.rental__gallery__all__popup h2 {
  width: 100%;
  font-size: 1.4em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  font-family: var(--wp--preset--font-family--montserrat);
  text-transform: uppercase;
}
.rental__gallery__all__popup__image img {
  width: 100%;
}
.rental__gallery__all__popup__image p {
  margin: 0;
  font-size: 0.9em;
}
.rental__extra {
  width: 100%;
  display: flex;
  margin: 2em auto;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: 800px !important;
}
.rental__extra__row {
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
}
.rental__extra__row__title {
  width: 100%;
}
.rental__extra__row__title a {
  outline: 0;
  display: flex;
  padding: 1em 0.5em;
  flex-direction: row;
  text-decoration: none;
  align-items: flex-start;
  justify-content: space-between;
}
.rental__extra__row__title a:hover, .rental__extra__row__title a:focus-visible {
  background-color: #fafafa;
}
.rental__extra__row__title a:focus-visible {
  outline-offset: 0;
  outline: 3px solid #877864;
}
.rental__extra__row__title a p {
  margin: 0;
  line-height: 1.1;
  font-weight: 700;
  font-size: 1.1em;
  max-width: calc(100% - 20px);
}
.rental__extra__row__title a::after {
  content: "";
  width: 14px;
  height: 14px;
  transform: rotate(-45deg);
  border-right: 2px solid #6e6e6e;
  border-bottom: 2px solid #6e6e6e;
  transition: transform 0.1s ease-in-out;
}
.rental__extra__row__title a.open::after {
  transform: rotate(45deg);
}
.rental__extra__row__content {
  width: 100%;
  padding: 0 0.5em 1em 0.5em;
}
.rental__extra__row__content *:first-child {
  margin-top: 0;
}
.rental__extra__row__content *:last-child {
  margin-bottom: 0;
}
.rental__footer {
  width: 100%;
  display: flex;
  margin: 2em auto;
  text-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 850px) {
  .rental__footer {
    margin: 3.5em auto;
  }
}
.rental__footer h2 {
  margin: 0;
  line-height: 1;
  font-size: 2.6rem;
}
.rental__footer h2 span {
  font-weight: 500;
  font-size: 0.25em;
  font-family: var(--wp--preset--font-family--montserrat);
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .rental__footer h2 {
    font-size: 3.2rem;
  }
}
@media (min-width: 850px) {
  .rental__footer h2 {
    font-size: 4rem;
  }
}
.rental__footer__description {
  margin: 0.3em 0;
  line-height: 1.2;
  font-size: 0.7em;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .rental__footer__description {
    font-size: 0.9em;
  }
}
.rental__footer__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0.3em 0;
  font-weight: 500;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.rental__footer__items p {
  margin: 0;
  line-height: 1;
  color: #3c3c3c;
  font-size: 0.7em;
}
.rental__footer__items p:not(:first-of-type)::before {
  content: ", ";
}
@media (min-width: 600px) {
  .rental__footer__items p {
    font-size: 0.9em;
  }
}
.rental__footer a {
  color: #fff;
  margin: 1em 0;
  font-size: 1em;
  line-height: 1;
  font-weight: 500;
  border-radius: 9999px;
  padding: 0.5em 1.25em;
  text-decoration: none;
  background-color: #877864;
  border: 2px solid #877864;
}
@media (min-width: 850px) {
  .rental__footer a {
    padding: 0.75em 2em;
  }
}
.rental__footer a:hover {
  color: #877864;
  background-color: #fff;
}
.rental__footer a:focus-visible {
  outline: 0;
  outline-offset: 0;
  color: #877864;
  background-color: #fff;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #877864;
}
.rental__others {
  text-align: center;
  margin: 4rem 0 1rem 0;
}
@media (min-width: 850px) {
  .rental__others {
    margin: 6rem 0 1rem 0;
  }
}
.rental__others h3 {
  margin: 0;
  line-height: 1;
  font-size: 1.6rem;
}
@media (min-width: 600px) {
  .rental__others h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 850px) {
  .rental__others h3 {
    font-size: 2.6rem;
  }
}

/* Event
--------------------------------------------- */
.event__details {
  padding: 1em;
  color: #1e2226;
  background-color: #f5f7f7;
}
.event__details__wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
@media (max-width: 1000px) {
  .event__details__wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.event__details__wrap p {
  margin: 0;
}
.event__details__wrap p.location {
  font-weight: 500;
  font-size: 0.9em;
  text-transform: uppercase;
}
.event__content {
  margin: 2rem 0;
}

/* Articles
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.entry-footer {
  gap: 0 10px;
  display: flex;
  margin: 1.5em 0;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.youtube-video {
  height: 0;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}
.youtube-video iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.single-post article {
  margin: 2em auto;
}
@media (min-width: 850px) {
  .single-post article {
    margin: 4em auto;
  }
}
.single-post article .entry-content > :not(.alignfull):not(.alignwide),
.single-post article .entry-header,
.single-post article .entry-footer,
.single-post article .page-header,
.single-post article .article-details {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
@media (max-width: 1000px) {
  .single-post article .entry-content > :not(.alignfull):not(.alignwide),
  .single-post article .entry-header,
  .single-post article .entry-footer,
  .single-post article .page-header,
  .single-post article .article-details {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1000px) {
  .single-post article .entry-content > :not(.alignfull):not(.alignwide),
  .single-post article .entry-header,
  .single-post article .entry-footer,
  .single-post article .page-header,
  .single-post article .article-details {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.single-post .post-navigation {
  max-width: 1000px;
}
@media (max-width: 1000px) {
  .single-post .post-navigation {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1000px) {
  .single-post .post-navigation {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.contacts-block {
  margin: 2em auto;
}
@media (min-width: 850px) {
  .contacts-block {
    margin: 4em auto;
  }
}

.post-archive {
  display: flex;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  margin-top: 4em;
  margin-bottom: 4em;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1000px) {
  .post-archive {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.post-archive .blog-link {
  width: 100%;
}
.post-archive .blog-link:not(:first-of-type) {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #97a2ad;
}
.post-archive .blog-link h2 {
  margin-top: 0;
  font-size: 1.8em;
}
.post-archive .blog-link p {
  margin-bottom: 0;
}
.post-archive .blog-link a {
  text-decoration: none;
}

/* Accommodation links
--------------------------------------------- */
.accommodation__link {
  width: 100%;
}
.accommodation__link__content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.accommodation__link__content__image {
  width: 100%;
  overflow: hidden;
  isolation: isolate;
  position: relative;
  border-radius: 12px;
  aspect-ratio: 1/1;
  margin-bottom: 0.75em;
  background-color: #f5f7f7;
}
.accommodation__link__content__image img {
  top: 0;
  left: 0;
  margin: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.wp-block .accommodation__link__content__image img {
  z-index: 1;
}
.accommodation__link__content__text {
  width: 100%;
  flex-grow: 1;
  padding: 0 0.5em;
}
.wp-block .accommodation__link__content__text {
  box-sizing: border-box;
}
.accommodation__link__content__text a {
  color: #1e2226;
  text-decoration: none;
}
.accommodation__link__content__text a:visited {
  color: #1e2226;
}
.accommodation__link__content__text a:hover, .accommodation__link__content__text a:focus {
  color: #82765c;
}
.accommodation__link__content__text .type {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 0.75em;
  justify-content: flex-end;
}
.accommodation__link__content__text .type span {
  line-height: 1;
  font-weight: 500;
  font-size: 0.6em;
  color: #1e2226;
  border-radius: 9999px;
  padding: 0.5em 0.75em;
  border: 1px solid #dcdcdc;
}
.accommodation__link__content__text h3 {
  font-size: 1.4em;
  margin: 0;
}
.wp-block .accommodation__link__content__text h3 {
  font-size: 1.1em;
}
.accommodation__link__content__text span.property {
  line-height: 1;
  font-weight: 500;
  font-size: 0.6em;
}
.accommodation__link__content__text p {
  font-size: 0.9em;
  margin: 0.5em 0 0 0;
}
.wp-block .accommodation__link__content__text p {
  font-size: 0.7em;
}
.accommodation__link__content__details {
  gap: 1em;
  width: 100%;
  margin: 1em 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.5em;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.wp-block .accommodation__link__content__details {
  margin: 1em 0;
}
.accommodation__link__content__details__block {
  gap: 0.5em;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
.accommodation__link__content__details__block svg {
  width: 20px;
  height: 16px;
  color: #1e2226;
}
.wp-block .accommodation__link__content__details__block svg {
  width: 18px;
  height: 14px;
}
.accommodation__link__content__details__block p {
  margin: 0;
  font-size: 0.7em;
  font-weight: 500;
  text-align: center;
  color: #1e2226;
}
.wp-block .accommodation__link__content__details__block p {
  line-height: 1;
  font-size: 0.5em;
}
.accommodation__link__content__bottom {
  gap: 0.75em;
  width: 100%;
  display: flex;
  padding: 0 0.5em;
  margin-top: 0.5em;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.accommodation__link__content__bottom__price {
  gap: 0.5em;
  width: 100%;
  display: flex;
  padding: 0.5em 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.accommodation__link__content__bottom__price span {
  line-height: 1.1;
}
.accommodation__link__content__bottom__price span.price {
  color: #000;
  font-size: 1.2em;
  font-weight: 700;
}
.accommodation__link__content__bottom__price span.details {
  font-size: 0.7em;
  font-weight: 500;
  color: #000;
}
.accommodation__link__content__bottom__price span.discount {
  gap: 0.5em;
  display: flex;
  border-radius: 4px;
  flex-direction: row;
  padding: 0.25em 0.5em;
  align-items: flex-end;
  justify-content: flex-end;
  background-color: #82765c;
}
.accommodation__link__content__bottom__price span.discount span {
  color: #fff;
  line-height: 1;
  font-size: 1em;
}
.accommodation__link__content__bottom__price span.discount span.regular {
  font-size: 0.6em;
  text-decoration: line-through;
}
.accommodation__link__content__bottom__price span.discount ::-moz-selection {
  color: #000;
  background: #fff;
  background-color: #fff;
}
.accommodation__link__content__bottom__price span.discount ::selection {
  color: #000;
  background: #fff;
  background-color: #fff;
}
.accommodation__link__content__bottom__links {
  gap: 1em;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.accommodation__link__content__bottom__links .booking-link a {
  margin: 0;
  color: #fff;
  display: block;
  line-height: 1;
  font-size: 1.1em;
  font-weight: 700;
  border-radius: 5px;
  text-decoration: none;
  padding: 0.5em 0.75em;
  background-color: #82765c;
}
.accommodation__link__content__bottom__links .booking-link a:hover, .accommodation__link__content__bottom__links .booking-link a:focus {
  outline: 0;
  color: #fff;
  background-color: #645b47;
}
.accommodation__link__content__bottom__links .booking-link a:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #82765c;
}
.accommodation__link__content__bottom__links .page-link a {
  gap: 1em;
  display: flex;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
  justify-content: center;
}
.accommodation__link__content__bottom__links .page-link a p {
  margin: 0;
  font-size: 1em;
  font-weight: 700;
  color: #1e2226;
}
.accommodation__link__content__bottom__links .page-link a svg {
  height: 0.75em;
  fill: #1e2226;
}
.accommodation__link__content__bottom__links .page-link a:hover, .accommodation__link__content__bottom__links .page-link a:focus {
  outline: 0;
}
.accommodation__link__content__bottom__links .page-link a:hover p, .accommodation__link__content__bottom__links .page-link a:focus p {
  color: #82765c;
}
.accommodation__link__content__bottom__links .page-link a:hover svg, .accommodation__link__content__bottom__links .page-link a:focus svg {
  fill: #82765c;
}
.accommodation__link__content__bottom__links .page-link a:focus-visible {
  outline: 3px solid #82765c;
}

/* Contacts
--------------------------------------------- */
.contacts-section {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  gap: 1em;
  color: #000;
  display: flex;
  padding: 2em 1em;
  max-width: 1200px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background-color: #f5f7f7;
  border-top: 1px solid #e6e7e5;
  border-bottom: 1px solid #e6e7e5;
}
@media (max-width: 1000px) {
  .contacts-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 600px) {
  .contacts-section {
    gap: 2em;
    padding: 2em;
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .contacts-section {
    gap: 4em;
  }
}
.contacts-section__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 850px) {
  .contacts-section__text {
    max-width: 50%;
  }
}
.contacts-section__text p {
  margin: 0 0 0.75em 0;
}
.contacts-section__text p.heading {
  font-weight: 700;
  margin: 0 0 1em 0;
  letter-spacing: 2px;
  color: #1e2226;
  text-transform: uppercase;
}
.contacts-section__text p a {
  color: inherit;
  line-height: 1;
  font-size: 0.85em;
  font-weight: 500;
  border-radius: 9999px;
  padding: 0.75em 1.25em;
  border: 1px solid #dcdcdc;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  text-decoration: none;
  display: inline-block;
  background-color: #82765c;
  border: 1px solid #82765c;
}
@media (min-width: 1024px) {
  .contacts-section__text p a {
    padding: 0.75em 1.5em;
    font-size: 0.935em;
  }
}
.contacts-section__text p a:hover {
  color: #fff;
  border: 1px solid #a0917e;
  background-color: #a0917e;
}
.contacts-section__text p a:focus-visible {
  outline: 0;
  color: #fff;
  outline-offset: 0;
  border: 1px solid #a0917e;
  background-color: #a0917e;
  box-shadow: 0 0 0 2px #f5f7f7, 0 0 0 4px #877864;
}
.contacts-section__text p a.active {
  color: #fff;
  border: 1px solid #877864;
  background-color: #877864;
}
@media (min-width: 850px) {
  .contacts-section__open {
    max-width: 50%;
  }
}
.contacts-section__open p {
  margin: 0 0 1em 0;
}
.contacts-section__open *:first-child {
  margin-top: 0;
}
.contacts-section__open *:last-child {
  margin-bottom: 0;
}

/* Footer
--------------------------------------------- */
.site-footer {
  padding-bottom: 4em;
  background-color: #fff;
}
.site-footer .site-wrapper {
  gap: 2em;
  display: flex;
  padding-top: 50px;
  max-width: 1200px;
  padding-bottom: 50px;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 1200px) {
  .site-footer .site-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 850px) {
  .site-footer .site-wrapper {
    gap: 3em;
    flex-wrap: wrap;
    padding-top: 75px;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
  }
}
@media (min-width: 1024px) {
  .site-footer .site-wrapper {
    gap: 5em;
  }
}
.site-footer .site-wrapper .footer-logo img {
  width: 100%;
  max-width: 220px;
}
@media (min-width: 850px) {
  .site-footer .site-wrapper .footer-logo img {
    max-width: 150px;
  }
}
@media (min-width: 1024px) {
  .site-footer .site-wrapper .footer-logo img {
    max-width: 200px;
  }
}
.site-footer .site-wrapper ul {
  margin: 0;
  padding: 0;
  width: 220px;
  list-style: none;
}
@media (min-width: 850px) {
  .site-footer .site-wrapper ul {
    width: auto;
  }
}
.site-footer .site-wrapper ul.footer-main {
  font-family: var(--wp--preset--font-family--lora);
}
.site-footer .site-wrapper ul.footer-main li a {
  font-size: 1.4em;
  color: #1e2226;
  text-decoration: none;
}
.site-footer .site-wrapper ul.footer-main li a:visited {
  color: #1e2226;
}
.site-footer .site-wrapper ul.footer-main li a:hover {
  color: #877864;
}
.site-footer .site-wrapper ul.footer-secondary li {
  margin: 0.25em 0;
}
.site-footer .site-wrapper ul.footer-secondary li:first-of-type {
  margin-top: 0;
}
.site-footer .site-wrapper ul.footer-secondary li:last-of-type {
  margin-bottom: 0;
}
.site-footer .site-wrapper ul.footer-secondary li a {
  color: #000;
  text-decoration: none;
}
.site-footer .site-wrapper ul.footer-secondary li a:visited {
  color: #000;
}
.site-footer .site-wrapper ul.footer-secondary li a:hover {
  color: #877864;
}
.site-footer .site-wrapper .footer-some {
  gap: 1em;
  width: 220px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 850px) {
  .site-footer .site-wrapper .footer-some {
    width: auto;
  }
}
.site-footer .site-wrapper .footer-some a {
  font-size: 0.9em;
  display: flex;
  color: #1e2226;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  justify-content: flex-start;
}
.site-footer .site-wrapper .footer-some a span {
  width: 32px;
  height: 32px;
  padding: 0.4em;
  border-radius: 50%;
  margin-right: 0.5em;
  border: 1px solid #1e2226;
}
.site-footer .site-wrapper .footer-some a span svg {
  width: 100%;
  height: 100%;
  fill: #1e2226;
}
.site-footer .site-wrapper .footer-some a:hover, .site-footer .site-wrapper .footer-some a:focus {
  color: #877864;
}
.site-footer .site-wrapper .footer-some a:hover span, .site-footer .site-wrapper .footer-some a:focus span {
  border: 1px solid #877864;
}
.site-footer .site-wrapper .footer-some a:hover span svg, .site-footer .site-wrapper .footer-some a:focus span svg {
  fill: #877864;
}
.site-footer__financing {
  gap: 1em;
  display: flex;
  padding: 1em 0;
  margin: 0 1rem;
  max-width: 1200px;
  flex-direction: row;
  width: calc(100% - 2rem);
  border-top: 1px solid #e6e7e5;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .site-footer__financing {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 850px) {
  .site-footer__financing {
    border-top: 0;
    padding-left: calc(150px + 3em);
  }
}
@media (min-width: 1024px) {
  .site-footer__financing {
    padding-left: calc(200px + 5em);
  }
}
.site-footer__financing p {
  margin: 0;
  font-size: 0.7em;
  color: #626f7c;
  max-width: calc(100% - 1em - 70px);
}
@media (min-width: 850px) {
  .site-footer__financing p {
    max-width: 80%;
    font-size: 0.8em;
  }
}
.site-footer__financing__logos {
  gap: 1em;
  display: flex;
  flex-direction: column;
}
@media (min-width: 850px) {
  .site-footer__financing__logos {
    flex-direction: row;
  }
}
.site-footer__financing__logos img {
  width: 70px;
  height: auto;
}
@media (min-width: 850px) {
  .site-footer__financing__logos img {
    width: auto;
    height: 40px;
  }
}

/* Popup
--------------------------------------------- */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 38px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site {
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "header" "hero" "booking" "main" "footer";
}
@media (max-width: 1001px) {
  .site {
    grid-template-columns: auto;
    grid-template-areas: "header" "hero" "booking" "main" "footer";
  }
}
@media (max-width: 1024px) {
  .site {
    grid-template-columns: auto;
    grid-template-areas: "header" "hero" "booking" "main" "footer";
  }
}

.site-header {
  grid-area: header;
}

.site-main {
  grid-area: main;
  overflow: hidden; /* Resolves issue with <pre> elements forcing full width. */
}

.widget-area {
  padding-left: 20px;
  grid-area: sidebar;
}
@media (max-width: 1024px) {
  .widget-area {
    padding-left: 0;
  }
}

.site-footer {
  grid-area: footer;
}

.no-sidebar .site {
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "header" "hero" "booking" "main" "footer";
}
@supports not (overflow-x: clip) {
  .no-sidebar .site {
    overflow: hidden;
  }
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Alignments
--------------------------------------------- */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignwide {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}
@media (max-width: 1400px) {
  .alignwide {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.alignfull {
  width: 100%;
}

.entry-content > *:not(.alignfull):not(.alignwide),
.entry-header,
.entry-footer,
.page-header {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
@media (max-width: 1000px) {
  .entry-content > *:not(.alignfull):not(.alignwide),
  .entry-header,
  .entry-footer,
  .page-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.site-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
@media (max-width: 1000px) {
  .site-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.wp-block-cover .wp-block-cover__inner-container > *:not(.alignfull):not(.alignwide) {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
@media (max-width: 1000px) {
  .wp-block-cover .wp-block-cover__inner-container > *:not(.alignfull):not(.alignwide) {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/*# sourceMappingURL=main.css.map */
