@import url("https://fonts.googleapis.com/css?family=Lora:400,700|Open+Sans:300,400,600,700");
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.error-page__container:before, .block--notes__content:before, .block--gallery__container:before, .block--measurements__content:before, .block--wordpress-form__content:before, .block--wordpress-page__content:before, .block--schedule-overview__container--list li:before, .block--schedule-overview__container:before, .block--copyright__content:before, .block--schedule__container--list ul li:before, .block--schedule__container:before, .block--services__container:before, .block--about__container:before, .block--teaser__container:before, .container:before, .error-page__container:after, .block--notes__content:after, .block--gallery__container:after, .block--measurements__content:after, .block--wordpress-form__content:after, .block--wordpress-page__content:after, .block--schedule-overview__container--list li:after, .block--schedule-overview__container:after, .block--copyright__content:after, .block--schedule__container--list ul li:after, .block--schedule__container:after, .block--services__container:after, .block--about__container:after, .block--teaser__container:after, .container:after {
  content: "";
  display: table;
}
.error-page__container:after, .block--notes__content:after, .block--gallery__container:after, .block--measurements__content:after, .block--wordpress-form__content:after, .block--wordpress-page__content:after, .block--schedule-overview__container--list li:after, .block--schedule-overview__container:after, .block--copyright__content:after, .block--schedule__container--list ul li:after, .block--schedule__container:after, .block--services__container:after, .block--about__container:after, .block--teaser__container:after, .container:after {
  clear: both;
}

.container {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding: 0 15px;
}
@media only screen and (max-width: 1024px) {
  .container {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 480px) {
  .container {
    padding: 0 15px;
  }
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body, input, textarea, button {
  text-align: left;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

a {
  text-decoration: none;
}

label, .label {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 6px;
}

input[type=text], input[type=email], input[type=tel], textarea {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  -webkit-appearance: none;
  border: 0px;
  border: 2px solid #6f6045;
  border-radius: 8px;
  width: 100%;
  padding: 16px 16px;
  min-height: 40px;
  transition: all 300ms ease;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus {
  outline: none;
  border: 2px solid #f4e7af;
}
input[type=text]:hover, input[type=text]:focus, input[type=email]:hover, input[type=email]:focus, input[type=tel]:hover, input[type=tel]:focus, textarea:hover, textarea:focus {
  color: #000000;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder {
  color: rgb(100.9625, 100.9625, 96.0375);
}
input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, textarea::placeholder {
  color: rgb(100.9625, 100.9625, 96.0375);
}

select {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  -webkit-appearance: none;
  border: 0px;
  border: 2px solid #6f6045;
  border-radius: 8px;
  width: 100%;
  padding: 16px 16px;
  min-height: 40px;
  transition: all 300ms ease;
  background-image: url("../images/icons/arrow-down.png");
  background-repeat: no-repeat;
  background-position: 98% 22px;
}
select:focus {
  outline: none;
  border: 2px solid #f4e7af;
}
select:hover, select:focus {
  color: #000000;
}
select::-moz-placeholder {
  color: rgb(100.9625, 100.9625, 96.0375);
}
select::placeholder {
  color: rgb(100.9625, 100.9625, 96.0375);
}

textarea {
  height: auto;
  resize: none;
}

input[type=submit] {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 50px;
  background-color: #6f6045;
  overflow: hidden;
  padding: 14px 35px;
  z-index: 0;
  transition: all 300ms ease;
}
input[type=submit]:hover {
  cursor: pointer;
  background-color: #f4e7af;
  color: #6f6045;
}

.block--navigation {
  position: relative;
  text-align: center;
}
.block--navigation__buttons {
  position: fixed;
  right: 400px;
  z-index: 99;
  transition: all 300ms ease;
  transform: translateX(400px);
}
@media only screen and (max-width: 480px) {
  .block--navigation__buttons {
    right: 300px;
    transform: translateX(300px);
  }
}
.block--navigation__buttons.active {
  transform: translateX(0px);
}
.block--navigation__buttons a.nav-button {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 22px;
  line-height: 16px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  display: block;
  padding-top: 30px;
  width: 90px;
  height: 90px;
  background-color: #f4e7af;
  color: #000000;
}
@media only screen and (max-width: 480px) {
  .block--navigation__buttons a.nav-button {
    padding-top: 15px;
    width: 60px;
    height: 60px;
  }
}
.block--navigation__buttons a.nav-button.toggle {
  padding: 26px 20px 20px 20px;
  text-align: center;
  background-color: #6f6045;
}
@media only screen and (max-width: 480px) {
  .block--navigation__buttons a.nav-button.toggle {
    padding: 17px 10px 10px 10px;
  }
}
.block--navigation__buttons a.nav-button.toggle span {
  display: block;
  width: 50px;
  height: 4px;
  margin-bottom: 10px;
  border-radius: 50px;
  background: #f4e7af;
  z-index: 999;
  opacity: 1;
  transition: all 300ms ease;
}
@media only screen and (max-width: 480px) {
  .block--navigation__buttons a.nav-button.toggle span {
    width: 40px;
    height: 4px;
    margin-bottom: 6px;
  }
}
.block--navigation__buttons a.nav-button.toggle.active {
  padding: 26px 20px 20px 10px;
}
@media only screen and (max-width: 480px) {
  .block--navigation__buttons a.nav-button.toggle.active {
    padding: 17px 10px 10px 2px;
  }
}
.block--navigation__buttons a.nav-button.toggle.active span:first-child {
  transform: rotate(-45deg) translate(4px, 0px);
  transform-origin: 100% 50%;
}
.block--navigation__buttons a.nav-button.toggle.active span:nth-child(2) {
  opacity: 0;
}
.block--navigation__buttons a.nav-button.toggle.active span:last-child {
  transform: rotate(45deg) translate(4px, 0px);
  transform-origin: 100% 50%;
}
@media only screen and (max-width: 480px) {
  .block--navigation__buttons a.nav-button.toggle.active span:last-child {
    transform: rotate(45deg) translate(6px, 1px);
  }
}
@media only screen and (max-width: 480px) {
  .block--navigation__buttons a.nav-button.booking {
    display: none;
  }
}
.block--navigation__nav {
  position: fixed;
  width: 400px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  transition: all 300ms ease;
  transform: translateX(400px);
  background-color: #6f6045;
}
@media only screen and (max-width: 480px) {
  .block--navigation__nav {
    width: 300px;
    transform: translateX(300px);
  }
}
.block--navigation__nav.active {
  transform: translateX(0px);
}
.block--navigation__nav--logo {
  margin: 40px 0px;
  display: inline-block;
}
.block--navigation__nav--logo a img {
  display: block;
  max-height: 80px;
  width: auto;
}
.block--navigation__nav .menu {
  margin-top: 30px;
}
.block--navigation__nav .menu ul li {
  margin-bottom: 15px;
}
.block--navigation__nav .menu ul li a {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  display: block;
  color: #f4e7af;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 300ms ease;
}
.block--navigation__nav .menu ul li a:hover {
  color: #ffffff;
}
.block--navigation__nav .menu ul li.current_page_item a {
  color: #ffffff;
}

.block--intro {
  width: 100%;
  height: 90vh;
  z-index: 0;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.layout--main .block--intro, .layout--gallery .block--intro {
  height: 40vh;
}
@media only screen and (max-width: 480px) {
  .block--intro {
    height: 100vh;
  }
}
.block--intro__container {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -161px;
  margin-top: -50px;
}
@media only screen and (max-width: 480px) {
  .block--intro__container {
    margin-left: -131px;
  }
}
.block--intro__container--logo a {
  display: block;
}
.block--intro__container--logo a img {
  display: block;
  max-height: 100px;
  width: auto;
  margin-bottom: 50px;
}
@media only screen and (max-width: 480px) {
  .block--intro__container--logo a img {
    max-height: 80px;
  }
}
.block--intro__container--action {
  text-align: center;
}
.layout--main .block--intro__container--action {
  display: none;
}
.block--intro__container--action .button {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 50px;
  background-color: transparent;
  overflow: hidden;
  padding: 14px 35px;
  z-index: 0;
}
.block--intro__container--action .button:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: #a4967d;
  z-index: -2;
}
.block--intro__container--action .button:after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0px;
  bottom: 0px;
  background-color: #6f6045;
  z-index: -1;
  opacity: 0;
  transition: all 300ms ease;
}
.block--intro__container--action .button:hover:after {
  left: 0%;
  right: 0%;
  opacity: 1;
}
.block--intro__slideshow {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.block--intro__slideshow:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  right: 0px;
  top: 0px;
  left: 0px;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.block--intro__slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  animation: imageAnimation 36s linear infinite 0s;
}
.block--intro__slideshow li:nth-child(1) span {
  background-image: url(../images/slideshow/1.jpg);
}
.block--intro__slideshow li:nth-child(2) span {
  background-image: url(../images/slideshow/2.jpg);
  animation-delay: 6s;
}
.block--intro__slideshow li:nth-child(3) span {
  background-image: url(../images/slideshow/3.jpg);
  animation-delay: 12s;
}
.block--intro__slideshow li:nth-child(4) span {
  background-image: url(../images/slideshow/4.jpg);
  animation-delay: 18s;
}
.block--intro__slideshow li:nth-child(5) span {
  background-image: url(../images/slideshow/5.jpg);
  animation-delay: 24s;
}
.block--intro__slideshow li:nth-child(6) span {
  background-image: url(../images/slideshow/6.jpg);
  animation-delay: 30s;
}

/* Animation for the slideshow images */
@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    transform: scale(1.05);
    animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    transform: scale(1.1);
  }
  25% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
  }
}
/* Animation for the title */
@keyframes titleAnimation {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  8% {
    opacity: 1;
    transform: translateY(0px);
  }
  17% {
    opacity: 1;
    transform: scale(1);
  }
  19% {
    opacity: 0;
  }
  25% {
    opacity: 0;
    transform: scale(10);
  }
  100% {
    opacity: 0;
  }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span {
  opacity: 1;
}

.block--teaser {
  width: 100%;
  padding: 160px 0px;
  background-color: #1f1f1f;
}
@media only screen and (max-width: 480px) {
  .block--teaser {
    padding: 60px 0px;
  }
}
.block--teaser__container {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding: 0 15px;
}
@media only screen and (max-width: 1024px) {
  .block--teaser__container {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 480px) {
  .block--teaser__container {
    padding: 0 15px;
  }
}
.block--teaser__container {
  text-align: center;
}
.block--teaser__container h2 {
  float: left;
  padding: 0 15px;
  width: 100%;
}
.block--teaser__container h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #b1b1ad;
  font-weight: 400;
  margin-bottom: 60px;
}
.block--teaser__container h1 {
  float: left;
  padding: 0 15px;
  width: 100%;
}
.block--teaser__container h1 {
  font-family: "Lora", serif;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: 0.68px;
}
@media only screen and (max-width: 1024px) {
  .block--teaser__container h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 480px) {
  .block--teaser__container h1 {
    font-size: 24px;
    line-height: 34px;
  }
}
.block--teaser__container h1 {
  padding: 0px 60px;
  color: #ffffff;
}
@media only screen and (max-width: 480px) {
  .block--teaser__container h1 {
    padding: 0px 20px;
  }
}
.block--teaser__container .actions {
  float: left;
  padding: 0 15px;
  width: 100%;
}
.block--teaser__container .actions {
  position: relative;
  margin-top: 60px;
}
.block--teaser__container .actions .button {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  color: #000000;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 50px;
  background-color: transparent;
  overflow: hidden;
  padding: 14px 35px;
  z-index: 0;
}
.block--teaser__container .actions .button:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: #fafafa;
  z-index: -2;
}
.block--teaser__container .actions .button:after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0px;
  bottom: 0px;
  background-color: #f4e7af;
  z-index: -1;
  opacity: 0;
  transition: all 300ms ease;
}
.block--teaser__container .actions .button:hover:after {
  left: 0%;
  right: 0%;
  opacity: 1;
}

.block--about {
  width: 100%;
  padding: 160px 0px;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 768px) {
  .block--about {
    padding: 60px 0px;
  }
}
.block--about__container {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding: 0 15px;
}
@media only screen and (max-width: 1024px) {
  .block--about__container {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 480px) {
  .block--about__container {
    padding: 0 15px;
  }
}
.block--about__container--images {
  float: left;
  padding: 0 15px;
  width: 16.6666666667%;
}
@media only screen and (max-width: 768px) {
  .block--about__container--images {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .block--about__container--images__list {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
}
.block--about__container--images__list li {
  display: block;
  border: 5px solid #ffffff;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  background-size: cover;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .block--about__container--images__list li {
    width: 140px;
    height: 140px;
    margin-right: 20px;
    display: inline-block;
  }
}
@media only screen and (max-width: 480px) {
  .block--about__container--images__list li {
    width: 120px;
    height: 120px;
    display: inline-block;
  }
}
.block--about__container--images__list li:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  .block--about__container--images__list li:last-child {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .block--about__container--images__list li:last-child {
    display: none;
  }
}
.block--about__container--content {
  float: left;
  padding: 0 15px;
  width: 83.3333333333%;
}
.block--about__container--content {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .block--about__container--content {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
}
.block--about__container--content h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 20px;
}
.block--about__container--content .description p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 22px;
  line-height: 26px;
  margin-bottom: 16px;
}
.block--about__container--content .description p:last-child {
  margin-bottom: 0px;
}
.block--about__container--content .signature {
  position: relative;
}

.block--services {
  background-color: #000000;
}
.block--services__container--image {
  float: left;
  padding: 0 15px;
  width: 50%;
}
.block--services__container--image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 700px;
}
@media only screen and (max-width: 1024px) {
  .block--services__container--image {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
}
.block--services__container--description {
  float: left;
  padding: 0 15px;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .block--services__container--description {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
}
.block--services__container--description .content {
  padding: 80px 60px;
}
@media only screen and (max-width: 480px) {
  .block--services__container--description .content {
    padding: 40px 20px;
  }
}
.block--services__container--description .content h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  color: #f4e7af;
  margin-bottom: 20px;
}
.block--services__container--description .content--list {
  list-style-image: url("../images/icons/heart.svg");
  margin-left: 18px;
  margin-bottom: 40px;
}
.block--services__container--description .content--list li {
  padding-left: 5px;
  margin-bottom: 10px;
}
.block--services__container--description .content--list li p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}
.block--services__container--description .content .button {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  color: #000000;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 50px;
  background-color: transparent;
  overflow: hidden;
  padding: 14px 35px;
  z-index: 0;
}
.block--services__container--description .content .button:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: #f4e7af;
  z-index: -2;
}
.block--services__container--description .content .button:after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0px;
  bottom: 0px;
  background-color: #6f6045;
  z-index: -1;
  opacity: 0;
  transition: all 300ms ease;
}
.block--services__container--description .content .button:hover:after {
  left: 0%;
  right: 0%;
  opacity: 1;
}

.block--schedule {
  padding: 100px 0px;
  background-color: #6f6045;
}
.block--schedule__container {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding: 0 15px;
}
@media only screen and (max-width: 1024px) {
  .block--schedule__container {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 480px) {
  .block--schedule__container {
    padding: 0 15px;
  }
}
.block--schedule__container h1 {
  float: left;
  padding: 0 15px;
  width: 100%;
}
.block--schedule__container h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
  color: #ffffff;
}
.block--schedule__container--list h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 22px;
  font-weight: normal;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}
.block--schedule__container--list ul li {
  margin: 10px 0px;
  color: #ffffff;
  padding: 5px 0px 10px 0px;
  border-bottom: 1px solid rgb(129.87, 112.32, 80.73);
}
@media only screen and (max-width: 768px) {
  .block--schedule__container--list ul li {
    border-bottom: 0px solid rgb(176.6, 164.5384615385, 143);
    margin: 10px 0px;
  }
}
.block--schedule__container--list ul li:last-child {
  border-bottom: 0px solid rgb(176.6, 164.5384615385, 143);
}
.block--schedule__container--list ul li p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
}
.block--schedule__container--list ul li p.date {
  float: left;
  padding: 0 15px;
  width: 50%;
}
.block--schedule__container--list ul li p.date {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .block--schedule__container--list ul li p.date {
    float: left;
    padding: 0 15px;
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 480px) {
  .block--schedule__container--list ul li p.date {
    float: left;
    padding: 0 15px;
    width: 100%;
    text-align: center;
  }
}
.block--schedule__container--list ul li p.date::first-letter {
  text-transform: uppercase;
}
.block--schedule__container--list ul li p.time {
  float: left;
  padding: 0 15px;
  width: 25%;
}
.block--schedule__container--list ul li p.time {
  text-align: right;
  color: #f4e7af;
}
@media only screen and (max-width: 768px) {
  .block--schedule__container--list ul li p.time {
    float: left;
    padding: 0 15px;
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 480px) {
  .block--schedule__container--list ul li p.time {
    float: left;
    padding: 0 15px;
    width: 100%;
    text-align: center;
  }
}
.block--schedule__container--list ul li p.location {
  float: left;
  padding: 0 15px;
  width: 25%;
}
.block--schedule__container--list ul li p.location {
  text-align: right;
  color: #f4e7af;
}
@media only screen and (max-width: 768px) {
  .block--schedule__container--list ul li p.location {
    float: left;
    padding: 0 15px;
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 480px) {
  .block--schedule__container--list ul li p.location {
    float: left;
    padding: 0 15px;
    width: 100%;
    text-align: center;
  }
}
.block--schedule__container--list ul li p.headline {
  color: #ffffff;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .block--schedule__container--list ul li p.headline {
    display: none;
  }
}
.block--schedule__container--action {
  float: left;
  padding: 0 15px;
  width: 100%;
}
.block--schedule__container--action {
  text-align: center;
  margin-top: 20px;
}
.block--schedule__container--action .button {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  color: #000000;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 50px;
  background-color: transparent;
  overflow: hidden;
  padding: 14px 35px;
  z-index: 0;
}
.block--schedule__container--action .button:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: #f4e7af;
  z-index: -2;
}
.block--schedule__container--action .button:after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0px;
  bottom: 0px;
  background-color: #ffffff;
  z-index: -1;
  opacity: 0;
  transition: all 300ms ease;
}
.block--schedule__container--action .button:hover:after {
  left: 0%;
  right: 0%;
  opacity: 1;
}

.block--footer {
  width: 100%;
  height: 780px;
  padding: 160px 0px;
  background-color: #000000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url("../images/footer.jpg");
}
@media only screen and (max-width: 480px) {
  .block--footer {
    height: 100vh;
  }
}
.block--footer__content {
  text-align: center;
  margin-top: 60px;
}
.block--footer__content h4, .block--footer__content h5 {
  font-family: "Lora", serif;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: 0.68px;
}
@media only screen and (max-width: 1024px) {
  .block--footer__content h4, .block--footer__content h5 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 480px) {
  .block--footer__content h4, .block--footer__content h5 {
    font-size: 24px;
    line-height: 34px;
  }
}
.block--footer__content h4, .block--footer__content h5 {
  color: #f4e7af;
}
.block--footer__content h5 {
  font-size: 32px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .block--footer__content a img {
    max-height: 80px;
  }
}

.block--copyright {
  background-color: #000000;
  padding: 30px;
}
@media only screen and (max-width: 480px) {
  .block--copyright {
    padding: 10px;
  }
}
.block--copyright__content {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding: 0 15px;
}
@media only screen and (max-width: 1024px) {
  .block--copyright__content {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 480px) {
  .block--copyright__content {
    padding: 0 15px;
  }
}
.block--copyright__content {
  text-align: center;
}
.block--copyright__content p {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 22px;
  font-weight: normal;
  color: #ffffff;
}
.block--copyright__content ul li {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 22px;
  font-weight: normal;
  color: #ffffff;
  display: inline-block;
  margin-right: 10px;
  float: right;
}
@media only screen and (max-width: 480px) {
  .block--copyright__content ul li {
    float: none;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .block--copyright__content ul li:nth-child(3) {
    display: none;
  }
}
.block--copyright__content ul li.first {
  float: left;
}
@media only screen and (max-width: 480px) {
  .block--copyright__content ul li.first {
    float: none;
  }
}
.block--copyright__content ul li a {
  color: #f4e7af;
  transition: color 300ms ease;
}
.block--copyright__content ul li a:hover {
  color: #a4967d;
}

.block--schedule-overview {
  width: 100%;
  padding: 30px 0px;
}
.block--schedule-overview.color1 {
  background-color: rgb(140, 124.9230769231, 98);
}
.block--schedule-overview.color2 {
  background-color: rgb(110, 98.1538461538, 77);
}
.block--schedule-overview.color3 {
  background-color: rgb(80, 71.3846153846, 56);
}
.block--schedule-overview__container {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding: 0 15px;
}
@media only screen and (max-width: 1024px) {
  .block--schedule-overview__container {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 480px) {
  .block--schedule-overview__container {
    padding: 0 15px;
  }
}
.block--schedule-overview__container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.block--schedule-overview__container h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #ffffff;
}
.block--schedule-overview__container--list {
  float: left;
  padding: 0 15px;
  width: 100%;
}
.block--schedule-overview__container--list {
  padding-top: 16px;
  padding-bottom: 16px;
}
.block--schedule-overview__container--list li {
  display: block;
  padding: 8px 0px 8px 0px;
  transition: all 300ms ease;
  border-bottom: 1px dotted rgb(50, 44.6153846154, 35);
}
.block--schedule-overview__container--list li:last-child {
  border-bottom: 0px dotted rgb(50, 44.6153846154, 35);
}
.block--schedule-overview__container--list li p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}
.block--schedule-overview__container--list li p.date {
  float: left;
  padding: 0 15px;
  width: 50%;
}
.block--schedule-overview__container--list li p.date {
  padding: 0px;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .block--schedule-overview__container--list li p.date {
    float: left;
    padding: 0 15px;
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .block--schedule-overview__container--list li p.date {
    float: left;
    padding: 0 15px;
    width: 50%;
    text-align: center;
  }
}
.block--schedule-overview__container--list li p.date::first-letter {
  text-transform: uppercase;
}
.block--schedule-overview__container--list li p.time {
  float: left;
  padding: 0 15px;
  width: 50%;
}
.block--schedule-overview__container--list li p.time {
  padding: 0px;
  text-align: right;
  color: #f4e7af;
}
@media only screen and (max-width: 768px) {
  .block--schedule-overview__container--list li p.time {
    float: left;
    padding: 0 15px;
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .block--schedule-overview__container--list li p.time {
    float: left;
    padding: 0 15px;
    width: 50%;
    text-align: center;
  }
}
.block--schedule-overview__container--list li p.headline {
  color: #ffffff;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .block--schedule-overview__container--list li p.headline {
    display: none;
  }
}

.block--wordpress-page {
  padding: 120px 0px;
  background-color: #ffffff;
}
@media only screen and (max-width: 480px) {
  .block--wordpress-page {
    padding: 60px 0px;
  }
}
.block--wordpress-page__content {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding: 0 15px;
}
@media only screen and (max-width: 1024px) {
  .block--wordpress-page__content {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 480px) {
  .block--wordpress-page__content {
    padding: 0 15px;
  }
}
.block--wordpress-page__content article {
  float: left;
  padding: 0 15px;
  width: 100%;
}
.block--wordpress-page__content article h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.block--wordpress-page__content article p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  line-height: 30px;
}
.block--wordpress-page__content article .wp-block-paragraph {
  margin-bottom: 16px;
}
.block--wordpress-page__content article .wp-block-paragraph:last-child {
  margin-bottom: 0px;
}
.block--wordpress-page__content article ul {
  list-style-image: url("../images/icons/heart-dark.svg");
  margin-left: 18px;
  margin-bottom: 40px;
}
.block--wordpress-page__content article ul li {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  padding-left: 5px;
  margin-bottom: 10px;
}

.block--wordpress-form {
  padding: 120px 0px;
  background-color: #ffffff;
}
@media only screen and (max-width: 480px) {
  .block--wordpress-form {
    padding: 60px 0px;
  }
}
.block--wordpress-form__content {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding: 0 15px;
}
@media only screen and (max-width: 1024px) {
  .block--wordpress-form__content {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 480px) {
  .block--wordpress-form__content {
    padding: 0 15px;
  }
}
.block--wordpress-form__content article {
  float: left;
  padding: 0 15px;
  width: 100%;
}
.block--wordpress-form__content article h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.block--wordpress-form__content article p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  line-height: 30px;
}
.block--wordpress-form__content article .wp-block-paragraph {
  margin-bottom: 16px;
}
.block--wordpress-form__content article .wp-block-paragraph:last-child {
  margin-bottom: 0px;
}
.block--wordpress-form__content article form .field {
  margin-bottom: 30px;
}
.block--wordpress-form__content article form .wpcf7-mail-sent-ok {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #a4967d;
  border: 0px;
}
.block--wordpress-form__content article ul {
  list-style-image: url("../images/icons/heart-dark.svg");
  margin-left: 18px;
  margin-bottom: 40px;
}
.block--wordpress-form__content article ul li {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  padding-left: 5px;
  margin-bottom: 10px;
}

.block--measurements {
  width: 100%;
  padding: 100px 0px;
  background-color: #000000;
}
@media only screen and (max-width: 480px) {
  .block--measurements {
    padding: 40px 0px;
  }
}
.block--measurements__content {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding: 0 15px;
}
@media only screen and (max-width: 1024px) {
  .block--measurements__content {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 480px) {
  .block--measurements__content {
    padding: 0 15px;
  }
}
.block--measurements__content h4 {
  float: left;
  padding: 0 15px;
  width: 100%;
}
.block--measurements__content h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #f4e7af;
  margin-bottom: 40px;
}
.block--measurements__content--list {
  float: left;
  padding: 0 15px;
  width: 100%;
}
.block--measurements__content--list li {
  float: left;
  padding: 0 15px;
  width: 100%;
}
.block--measurements__content--list li {
  padding: 10px 0px;
  transition: all 300ms ease;
  border-bottom: 1px solid rgb(25.5, 25.5, 25.5);
}
.block--measurements__content--list li:hover {
  border-bottom: 1px solid #666666;
}
.block--measurements__content--list li p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 22px;
}
.block--measurements__content--list li p.key {
  color: #ffffff;
}
.block--measurements__content--list li p.value {
  color: #f4e7af;
  font-weight: 400;
}

.block--gallery {
  background-color: #ffffff;
  padding-bottom: 60px;
}
.block--gallery__container {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding: 0 15px;
}
@media only screen and (max-width: 1024px) {
  .block--gallery__container {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 480px) {
  .block--gallery__container {
    padding: 0 15px;
  }
}
.block--gallery__container__list {
  float: left;
  padding: 0 15px;
  width: 100%;
}
.block--gallery__container__list--items {
  display: flex;
  flex-wrap: wrap;
}
.block--gallery__container__list--items a {
  display: block;
  position: relative;
  transition: all 300ms ease;
  outline: none;
  flex-grow: 0;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .block--gallery__container__list--items a {
    flex-grow: 3;
  }
}
.block--gallery__container__list--items a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 300ms ease;
  background-color: rgba(164, 150, 125, 0.6);
}
.block--gallery__container__list--items a:before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99;
  transition: all 300ms ease;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url("../images/icons/search_icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.block--gallery__container__list--items a img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 98;
  transition: all 300ms ease;
  filter: grayscale(100%);
}
.block--gallery__container__list--items a:hover {
  cursor: pointer;
}
.block--gallery__container__list--items a:hover:after {
  opacity: 1;
}
.block--gallery__container__list--items a:hover:before {
  opacity: 1;
}
.block--gallery__container__list--items a:hover img {
  filter: grayscale(0%);
}

.block--notes {
  padding: 100px 0px;
}
.block--notes.color1 {
  background-color: #f2f2f2;
}
.block--notes.color2 {
  background-color: #f4e7af;
}
.block--notes.color3 {
  background-color: #a4967d;
}
.block--notes.color4 {
  background-color: #6f6045;
}
.block--notes__content {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding: 0 15px;
}
@media only screen and (max-width: 1024px) {
  .block--notes__content {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 480px) {
  .block--notes__content {
    padding: 0 15px;
  }
}
.block--notes__content .wrapper {
  float: left;
  padding: 0 15px;
  width: 100%;
}
.block--notes__content .wrapper p {
  font-family: "Lora", serif;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: 0.68px;
}
@media only screen and (max-width: 1024px) {
  .block--notes__content .wrapper p {
    font-size: 26px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 480px) {
  .block--notes__content .wrapper p {
    font-size: 20px;
    line-height: 34px;
  }
}
.block--notes__content .wrapper p {
  text-align: center;
  color: #6f6045;
  margin-bottom: 15px;
}
.block--notes__content .wrapper p:last-child {
  margin-bottom: 0px;
}
.color3 .block--notes__content .wrapper p {
  color: #ffffff;
}
.color4 .block--notes__content .wrapper p {
  color: #ffffff;
}

.wpcf7-response-output {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  border-color: #a4967d !important;
  background-color: #a4967d !important;
  color: #000000 !important;
  border-radius: 8px !important;
}

.layout--frontpage {
  position: relative;
  padding: 0px;
}

.layout--main {
  position: relative;
  padding: 0px;
}

.layout--gallery {
  position: relative;
  padding: 0px;
}

.error-page {
  width: 100%;
  height: 100vh;
  padding: 120px 0px;
  background-color: black;
  background-image: url("../images/slideshow/1.jpg");
  background-size: cover;
  background-position: bottom;
}
.error-page__container {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding: 0 15px;
}
@media only screen and (max-width: 1024px) {
  .error-page__container {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 480px) {
  .error-page__container {
    padding: 0 15px;
  }
}
.error-page__container {
  text-align: center;
}
.error-page__container h1 {
  font-family: "Lora", serif;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: 0.68px;
}
@media only screen and (max-width: 1024px) {
  .error-page__container h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 480px) {
  .error-page__container h1 {
    font-size: 24px;
    line-height: 34px;
  }
}
.error-page__container h1 {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #a4967d;
}
.error-page__container p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  line-height: 30px;
  color: #a4967d;
}
.error-page__container a img {
  margin-top: 48px;
}
/*# sourceMappingURL=style.css.map */
