@charset "UTF-8";
/*!
Theme Name: Bykrogen 3.0
Theme URI: https://bykrogen.nu/
Author: Klevland Reklambyrå AB
Author URI: https://www.klevland.se/
Description: Hemsida av Klevland
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: standard
Tags:
*/
.has-gra-color {
  color: #2b3336 !important;
}
.has-gra-background-color {
  background-color: #2b3336;
}
.has-beige-color {
  color: #eae2d9 !important;
}
.has-beige-background-color {
  background-color: #eae2d9;
}
.has-brun-color {
  color: #896b51 !important;
}
.has-brun-background-color {
  background-color: #896b51;
}
.has-orange-color {
  color: #bd6825 !important;
}
.has-orange-background-color {
  background-color: #bd6825;
}
.color_white {
  color: #fff;
}
.color_a {
  color: #2b3336;
}
.color_b {
  color: #eae2d9;
}
.color_c {
  color: #896b51;
}
.color_d {
  color: #bd6825;
}
.color_grey {
  color: #1e1e1c !important;
}
.bg_a {
  background-color: #2b3336;
}
.bg_b {
  background-color: #eae2d9;
}
.bg_c {
  background-color: #896b51;
}
.bg_d {
  background-color: #bd6825;
}
.bg_white {
  background-color: #fff;
}
.bg_grey {
  background-color: #1e1e1c;
}
.bg_light_grey {
  background-color: #b2b5b6;
}
body {
  font-weight: 300;
}
.playfair-display-regular {
  font-family:
    Playfair Display,
    serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.playfair-display-medium {
  font-family:
    Playfair Display,
    serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.playfair-display-black {
  font-family:
    Playfair Display,
    serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
.open-sans-regular {
  font-family:
    Open Sans,
    sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.open-sans-semi-bold {
  font-family:
    Open Sans,
    sans-serif;
  font-optical-sizing: auto;
  font-weight: 500 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.bold,
.open-sans-bold,
b,
strong {
  font-family:
    Open Sans,
    sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
* {
  overflow-wrap: break-word;
}
.uppercase {
  text-transform: uppercase;
}
.center-text {
  text-align: center;
}
.playfair-display {
  font-family:
    Playfair Display,
    serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.playfair-display-italic {
  font-family:
    Playfair Display,
    serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: italic;
}
.center-h {
  margin-left: auto;
  margin-right: auto;
}
.center-v {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.center-both {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.paddingside {
  padding: 0 16px;
}
.paddingsidex2 {
  padding: 0 32px;
}
.paddingall {
  padding: 16px;
}
.paddingallx2 {
  padding: 32px;
}
.max-width {
  width: 100%;
  max-width: 1200px;
}
.max-width10 {
  width: 100%;
  max-width: 1000px;
}
.max-width9 {
  width: 100%;
  max-width: 900px;
}
.max-width8 {
  width: 100%;
  max-width: 800px;
}
.max-width7 {
  width: 100%;
  max-width: 700px;
}
.max-width6 {
  width: 100%;
  max-width: 600px;
}
.max-width5 {
  width: 100%;
  max-width: 500px;
}
.max-width4 {
  width: 100%;
  max-width: 400px;
}
.max-width-wide {
  width: 100%;
  max-width: 1600px;
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body,
html {
  max-width: 100%;
  overflow-x: hidden;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
/*! Gutenberg editor styles, base file for SASS compiling. */
body,
button,
input,
select,
textarea {
  color: #2b3336;
  font-family:
    Open Sans,
    Helvetica,
    Verdana,
    Tahoma,
    sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(1rem, 3vw, 1.125rem);
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.2;
  font-family:
    Playfair Display,
    serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
.font-size-1,
h1 {
  font-size: 5vw;
}
@media (max-width: 640px) {
  .font-size-1,
  h1 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .font-size-1,
  h1 {
    font-size: 60px;
  }
}
.font-size-2,
h2 {
  font-size: 4vw;
}
@media (max-width: 700px) {
  .font-size-2,
  h2 {
    font-size: 28px;
  }
}
@media (min-width: 1150px) {
  .font-size-2,
  h2 {
    font-size: 46px;
  }
}
.font-size-3,
h3 {
  font-size: 4vw;
}
@media (max-width: 600px) {
  .font-size-3,
  h3 {
    font-size: 24px;
  }
}
@media (min-width: 900px) {
  .font-size-3,
  h3 {
    font-size: 36px;
  }
}
.font-size-4,
h4 {
  font-size: 4vw;
}
@media (max-width: 500px) {
  .font-size-4,
  h4 {
    font-size: 20px;
  }
}
@media (min-width: 600px) {
  .font-size-4,
  h4 {
    font-size: 24px;
  }
}
.sub_heading {
  font-size: 15px;
  font-family:
    Open Sans,
    sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #bd6825;
}
p {
  margin-bottom: 1.5em;
}
cite,
dfn,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family:
    Courier\10 Pitch,
    Courier,
    monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
pre,
tt,
var {
  font-size: 15px;
  font-size: 0.9375rem;
  font-size: clamp(1rem, 3vw, 1.125rem);
}
code,
kbd,
tt,
var {
  font-family:
    Monaco,
    Consolas,
    Andale Mono,
    DejaVu Sans Mono,
    monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
ins,
mark {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
body {
  background: #eae2d9;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ol,
ul {
  margin: 0;
  padding: 0 0 0 16px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ol,
li > ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(1rem, 3vw, 1.125rem);
  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 #bbb #aaa;
}
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 #bbb #bbb;
}
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  color: #2b3336;
  padding: 3px;
  outline: none;
}
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
  color: #2b3336;
}
select {
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(images/icons/small-arrow-down.svg);
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
  background-color: #fff;
  background-size: 12px;
  padding: 12px 16px;
  border-radius: 0;
  cursor: pointer;
}
select,
textarea {
  width: 100%;
}
.wpcf7 label {
  font-style: normal;
  font-size: 1rem;
}
.wpcf7 .wpcf7-acceptance label,
.wpcf7 label {
  font-weight: 500;
}
.wpcf7 input,
.wpcf7 textarea {
  background-color: #fff;
  border: none;
  padding: 12px 16px;
}
.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 input[type="password"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="url"] {
  width: 100%;
}
.wpcf7 .wpcf7-submit {
  background-color: #2b3336;
  padding: 16px;
  min-width: 142px;
}
.wpcf7 .wpcf7-submit:not([disabled]) {
  background-color: #896b51;
}
.wpcf7 p {
  margin-bottom: 0;
}
.wpcf7 .required-asterisk {
  color: #eae2d9;
  font-weight: 700;
}
.wpcf7 .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .justify_end p {
  display: flex;
  justify-content: flex-end;
}
.page-template-page-white .wpcf7 input,
.page-template-page-white .wpcf7 textarea {
  background-color: #eae2d9;
}
@media screen and (min-width: 46.8em) {
  .wpcf7 .row {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
  }
  .wpcf7 .col {
    flex: 1 0 100%;
  }
  .wpcf7 .one_half {
    flex: 0 1 calc(50% - 8px);
  }
}
.wpcf7-form-control [type="checkbox"],
.wpcf7-form-control [type="radio"] {
  position: absolute;
  left: -9999px;
}
.wpcf7-form-control [type="checkbox"] + .wpcf7-list-item-label,
.wpcf7-form-control [type="radio"] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
}
.wpcf7-form-control [type="checkbox"] + .wpcf7-list-item-label:after,
.wpcf7-form-control [type="checkbox"] + .wpcf7-list-item-label:before,
.wpcf7-form-control [type="radio"] + .wpcf7-list-item-label:after,
.wpcf7-form-control [type="radio"] + .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  box-sizing: border-box;
}
.wpcf7-form-control [type="radio"] + .wpcf7-list-item-label:after,
.wpcf7-form-control [type="radio"] + .wpcf7-list-item-label:before {
  border-radius: 50%;
}
.wpcf7-form-control [type="checkbox"] + .wpcf7-list-item-label:before,
.wpcf7-form-control [type="radio"] + .wpcf7-list-item-label:before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #2b3336;
}
.wpcf7-form-control [type="checkbox"] + .wpcf7-list-item-label:after,
.wpcf7-form-control [type="radio"] + .wpcf7-list-item-label:after {
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  background: #896b51;
  transition: all 0.2s;
}
.wpcf7-form-control
  [type="checkbox"]:not(:checked)
  + .wpcf7-list-item-label:after,
.wpcf7-form-control
  [type="radio"]:not(:checked)
  + .wpcf7-list-item-label:after {
  opacity: 0;
  transform: scale(0.01);
}
.wpcf7-form-control [type="checkbox"]:checked + .wpcf7-list-item-label:after,
.wpcf7-form-control [type="radio"]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
  transform: scale(1);
}
.wpcf7-form-control [type="checkbox"]:focus + .wpcf7-list-item-label:before,
.wpcf7-form-control [type="radio"]:focus + .wpcf7-list-item-label:before {
  box-shadow: 0 0 4px 3px red;
}
::-webkit-input-placeholder {
  color: #1e1e1c;
  opacity: 0.7;
}
:-moz-placeholder,
::-moz-placeholder {
  color: #1e1e1c;
  opacity: 0.7;
}
:-ms-input-placeholder {
  color: #1e1e1c;
  opacity: 0.7;
}
.hiring-form {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.hiring-form .hiring-form-content {
  width: 100%;
  max-width: 1000px;
}
.hiring-form .hiring-form-content input {
  min-width: 300px;
  width: 100%;
  border-radius: 5px;
}
.hiring-form .hiring-form-content .row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.hiring-form .hiring-form-content .row p {
  flex: 1;
  min-width: 300px;
}
.hiring-form .wpcf7-file input {
  display: none;
}
.hiring-form .wpcf7-list-item-label,
.hiring-form .wpcf7-list-item-label a {
  color: #fff;
}
.hiring-form
  .wpcf7-form-control
  [type="checkbox"]
  + .wpcf7-list-item-label:before,
.hiring-form
  .wpcf7-form-control
  [type="radio"]
  + .wpcf7-list-item-label:before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  box-shadow: none !important;
}
.hiring-form
  .wpcf7-form-control
  [type="checkbox"]
  + .wpcf7-list-item-label:after,
.hiring-form .wpcf7-form-control [type="radio"] + .wpcf7-list-item-label:after {
  background: #fff;
}
.hiring-form .wpcf7-submit {
  width: 200px !important;
  border: none;
  border-radius: 150px;
  font-size: 1rem;
  background: #bd6825 !important;
  color: #fff;
  line-height: 1;
  padding: 18px 38px 16px;
  letter-spacing: 0.15px;
  text-align: center;
  transition: all 0.3sease;
}
.hiring-form .wpcf7-submit:hover {
  border-color: #ccc #bbb #aaa;
  cursor: pointer;
}
.hiring-form .wpcf7-submit:active,
.hiring-form .wpcf7-submit:focus {
  border-color: #aaa #bbb #bbb;
}
a,
a:active,
a:focus,
a:hover {
  color: #2b3336;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
.site-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.admin-bar .site-header {
  top: 32px;
}
.site-header .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 16px;
  min-height: 50px;
  min-height: 82px;
}
.site-header .container ul {
  padding: 0;
}
.site-header .container ul li a {
  color: #2b3336;
  font-size: 14px;
  margin: 8px;
  text-decoration: none;
  position: relative;
}
.site-header .container ul li a:hover {
  color: #2b3336 !important;
}
.site-header .container ul .current-menu-item a:after,
.site-header .container ul .current_page_item a:after {
  content: "";
  position: absolute;
  bottom: 0;
  margin-bottom: -8px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #2b3336;
}
.site-header .container div ul li a {
  margin: 8px 16px;
}
.site-header .container .logo_container {
  content: "";
  position: relative;
  overflow: hidden;
}
.site-header .container .logo_container img {
  width: 140px;
  display: block;
}
.site-header .container .btn_ {
  display: none;
}
body.overflow {
  overflow: hidden;
}
.booking_btn_wrapper {
  display: none;
  position: absolute;
  top: 16px;
  right: 100px;
}
.burger_btn {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 3;
}
.burger_btn span {
  width: 32px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -13px;
  margin-top: -1.5px;
}
.burger_btn span,
.burger_btn span:after,
.burger_btn span:before {
  display: block;
  height: 2px;
  background-color: #2b3336;
  outline: 2px solid transparent;
  transition-property: background-color, transform;
  transition-duration: 0.3s;
}
.burger_btn span:after,
.burger_btn span:before {
  position: absolute;
  content: "";
}
.burger_btn span:before {
  top: -10px;
  width: 32px;
}
.burger_btn span:after {
  top: 10px;
  width: 32px;
}
.burger_btn:hover {
  cursor: pointer;
}
.home .burger_btn span,
.home .burger_btn span:after,
.home .burger_btn span:before {
  background-color: #fff;
}
.home .burger_btn:before {
  color: #fff;
}
.burger_btn.clicked span {
  background-color: transparent;
}
.burger_btn.clicked span:before {
  transform: translateY(10px) rotate(45deg);
}
.burger_btn.clicked span:after {
  transform: translateY(-10px) rotate(-45deg);
  width: 32px;
}
.burger_btn.clicked span:after,
.burger_btn.clicked span:before {
  background-color: #2b3336;
}
.burger_nav {
  background-color: #896b51;
  color: #fff;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transform: translateY(-100%);
  transition: transform 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}
.burger_nav.show {
  transform: translateY(0);
}
.burger_nav.show ul.menu li {
  transform: translateX(0);
  opacity: 1;
}
.burger_nav.show ul.menu li:first-child {
  transition-delay: 0.15s;
}
.burger_nav.show ul.menu li:nth-child(2) {
  transition-delay: 0.3s;
}
.burger_nav.show ul.menu li:nth-child(3) {
  transition-delay: 0.45s;
}
.burger_nav.show ul.menu li:nth-child(4) {
  transition-delay: 0.6s;
}
.burger_nav.show ul.menu li:nth-child(5) {
  transition-delay: 0.75s;
}
.burger_nav.show ul.menu li:nth-child(6) {
  transition-delay: 0.9s;
}
.burger_nav.show ul.menu li:nth-child(7) {
  transition-delay: 1.05s;
}
.burger_nav.show ul.menu li:nth-child(8) {
  transition-delay: 1.2s;
}
.burger_nav.show ul.menu li:nth-child(9) {
  transition-delay: 1.35s;
}
.burger_nav.show ul.menu li:nth-child(10) {
  transition-delay: 1.5s;
}
.burger_nav.show ul.menu li:nth-child(11) {
  transition-delay: 1.65s;
}
.burger_nav.show ul.menu li:nth-child(12) {
  transition-delay: 1.8s;
}
.burger_nav.show ul.menu li a {
  font-family:
    Playfair Display,
    serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  line-height: 1;
}
.burger_nav.show ul.menu .current-menu-item > a,
.burger_nav.show ul.menu .current_page_item > a,
.burger_nav.show ul.menu li a:hover {
  color: #2b3336;
}
.burger_nav.show ul.menu .sub-menu {
  margin-left: 0;
  margin-bottom: 2em;
}
.burger_nav.show ul.menu .sub-menu li a {
  font-size: 1rem;
  padding-bottom: 0;
}
.burger_nav.show .privacy-policy-link {
  transition: all 0.3s ease;
}
.burger_nav.show .privacy-policy-link:hover {
  color: #2b3336;
}
.burger_nav.show .about,
.burger_nav.show .contact_container,
.burger_nav.show .social,
.burger_nav.show ul.sub {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.85s;
}
.burger_nav.show .about a,
.burger_nav.show .contact_container a,
.burger_nav.show .social a,
.burger_nav.show ul.sub a {
  text-decoration: none;
}
.burger_nav .wrapper_ {
  padding: 48px 32px;
  height: 100svh;
  overflow: auto;
}
.burger_nav .wrapper_ > * {
  width: 100%;
  max-width: 600px;
}
.burger_nav .wrapper_ .inner_ {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 667px) {
  .burger_nav .wrapper_ {
    padding: 120px 90px 70px;
  }
}
.burger_nav ul.menu {
  list-style-type: none;
  padding: 0;
}
.burger_nav ul.menu li {
  transform: translateX(40px);
  opacity: 0;
  transition: all 0.3s ease;
}
.burger_nav ul.menu li:last-of-type {
  margin-bottom: 0;
}
.burger_nav ul.menu li a {
  color: #2b3336;
  text-decoration: none;
  display: block;
  padding: 10px 0;
  transition: all 0.3s ease;
}
.burger_nav ul.menu li a:hover,
.burger_nav ul.menu li a span {
  color: #eae2d9;
}
.burger_nav div:first-child:not(.overlay_nav, .inner_) {
  margin-bottom: 16px;
}
.burger_nav div:first-child:not(.overlay_nav, .inner_) ul.menu li a {
  font-size: 4vw;
}
@media (max-width: 550px) {
  .burger_nav div:first-child:not(.overlay_nav, .inner_) ul.menu li a {
    font-size: 22px;
  }
}
@media (min-width: 800px) {
  .burger_nav div:first-child:not(.overlay_nav, .inner_) ul.menu li a {
    font-size: 32px;
  }
}
.burger_nav .about {
  margin-top: 16px;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.4s ease;
}
.burger_nav .about p {
  color: #eae2d9;
  font-size: 0.8rem;
  line-height: 170%;
}
.burger_nav .about a {
  color: #eae2d9;
}
.burger_nav ul.sub {
  list-style-type: none;
  margin-top: 40px;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.4s ease;
  padding: 0;
}
.burger_nav ul.sub li {
  margin-bottom: 10px;
}
.burger_nav ul.sub li:last-of-type {
  margin-bottom: 0;
}
.burger_nav ul.sub li a {
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.burger_nav ul.sub li a:hover {
  color: #eae2d9;
}
.burger_nav .contact_container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.4s ease;
}
.contact_container h4 {
  font-size: clamp(16px, 3vw, 18px);
  margin-bottom: 0;
}
.contact_container p {
  font-size: clamp(8px, 3vw, 16px);
  line-height: 1.5;
}
.contact_container a {
  color: #fff;
  transition: all 0.3s ease;
}
.contact_container a:hover {
  color: #2b3336;
}
.overlay_nav {
  display: none;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 30svh;
  transform: translateY(-100%);
  transition: transform 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}
.overlay_nav img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.overlay_nav.show {
  transform: translateY(0);
}
.gtranslate_wrapper a {
  margin-right: 8px;
}
@media screen and (min-width: 64.5em) {
  .site-header .container {
    padding-left: 32px;
    padding-right: 82px;
  }
  .booking_btn_wrapper {
    display: block;
    top: 32px;
  }
  .site-header .container .btn_ {
    display: flex;
  }
  .site-header .container .logo_container img {
    width: 250px;
  }
  .overlay_nav {
    display: block;
    width: 50vw;
    height: 100%;
    transform: translateY(-100%);
  }
  .overlay_nav.show {
    transform: translateY(0);
  }
  .burger_nav {
    top: 0;
    transform: translateY(-100%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .burger_nav.show {
    transform: translateY(0);
  }
  .burger_nav .wrapper_ {
    height: 100%;
    width: 50vw;
  }
}
@media screen and (min-width: 64.5em) and (min-height: 1050px) {
  .burger_nav .wrapper_ {
    height: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 64.5em) {
  .burger_nav
    div:first-child:not(
      .overlay_nav,
      .inner_,
      .contact_container .contact_item
    ) {
    margin-bottom: 32px;
  }
  .burger_nav .contact_container {
    column-gap: 32px;
  }
  .burger_btn {
    top: 32px;
    right: 32px;
  }
  body:not(.home) .site-header {
    top: 0;
    left: 0;
  }
  .site-header .container {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-right: 170px;
  }
  .site-header .container > div {
    display: flex;
    flex: 1 0 auto;
  }
  .site-header .container div ul {
    list-style: none;
    display: flex;
  }
}
@media screen and (min-width: 90em) {
  .site-header .container {
    padding-left: 170px;
    padding-top: 48px;
  }
  .site-header .container > div {
    justify-content: center;
  }
  .booking_btn_wrapper,
  .burger_btn {
    top: 64px;
  }
  .site-header .spacer {
    display: block;
  }
  .burger_nav .contact_container {
    column-gap: 64px;
  }
}
@media screen and (min-width: 1800px) {
  .site-header .container {
    justify-content: space-between;
  }
}
.site-info {
  background-color: #eae2d9;
  width: 100%;
  position: relative;
  color: #2b3336;
}
.site-info .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2em 1em;
  border-bottom: 1px solid #bfb9ae;
}
.site-info .wrapper .box {
  text-align: center;
}
.site-info .wrapper .logo_container img {
  height: auto;
  width: 150px;
}
.site-info .wrapper .contact_container .contact_item {
  padding: 1em 0;
}
.site-info .wrapper .contact_container .contact_item h3 {
  font-size: 20px;
  margin-bottom: 0.5rem;
}
.site-info .wrapper .contact_container .contact_item p {
  margin: 0;
}
.site-info .wrapper .contact_container .contact_item a {
  color: #2b3336;
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-info .wrapper .contact_container .contact_item a:hover {
  color: #896b51;
}
.site-info .wrapper .contact_container .contact_item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-info .some_container {
  display: flex;
  justify-content: center;
  column-gap: 16px;
  padding-top: 32px;
  padding-bottom: 96px;
}
.site-info .some_container a {
  transition: transform 0.3s ease;
}
.site-info .some_container a:hover {
  transform: scale(1.1);
}
.site-info .some_container img {
  width: 32px;
  display: block;
}
.site-info .logos_ {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 16px;
  row-gap: 16px;
}
.site-info .logos_ img {
  display: block;
  width: 82px;
  height: 82px;
  object-fit: contain;
  object-position: center;
  transform: scale(0.95);
  transition: transform 0.3s ease;
}
.site-info .logos_ a,
.site-info .logos_ div {
  padding: 8px;
  background-color: #fff;
}
.site-info .logos_ a:hover img {
  transform: scale(1.05);
}
.site-info .copy_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  column-gap: 32px;
  gap: 16px;
}
.site-info .copy_container p {
  margin: 0;
}
.site-info .copy_container a {
  text-decoration: none;
  transition: transform 0.3s ease;
}
.site-info .copy_container a:hover {
  color: #896b51;
}
@media screen and (min-width: 48em) {
  .site-info .wrapper {
    padding: 64px 32px;
  }
  .site-info .wrapper .logo_container img {
    width: 250px;
  }
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(1rem, 3vw, 1.125rem);
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 4;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.comment-content:after,
.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after {
  clear: both;
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
#page {
  overflow-x: hidden;
}
.sticky {
  display: block;
}
.hentry {
  margin: 0;
}
.byline,
.updated:not(.published) {
  display: none;
}
.group-blog .byline,
.single .byline {
  display: inline;
}
.entry-content,
.entry-summary,
.page-content {
  margin: 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
a {
  outline: none !important;
  display: inline-block;
}
.relative {
  position: relative;
}
.overlay_ {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.btns_ {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 16px;
}
.center_content_section .btns_,
.hero_section .btns_ {
  justify-content: center;
}
.btn_ {
  display: inline-block;
  background-color: #bd6825;
  color: #fff;
  padding: 18px 38px 16px;
  border-radius: 150px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.15px;
  text-align: center;
  transition: all 0.3s ease;
}
.btn_:hover {
  color: #fff;
  background-color: #92511d;
}
.animate-in {
  opacity: 0;
  transform: translateY(2rem);
  animation: 0.45s cubic-bezier(0.4, 0, 0.2, 1) forwards a;
}
@keyframes a {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #2b3336;
}
::-webkit-scrollbar-thumb {
  background: #bd6825;
}
::-webkit-scrollbar-thumb:hover {
  background: #896b51;
}
.fixed_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.flexible-font-size {
  font-size: clamp(18px, 2vw, 22px);
}
.welcome_section {
  padding: 140px 0 0;
  height: auto;
  min-height: 50svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.welcome_section h1,
.welcome_section h2 {
  line-height: 1.25;
  margin-top: 0;
}
.welcome_section .ingress_ p {
  font-size: clamp(18px, 4vw, 22px);
  font-weight: 300;
  line-height: 1.7;
}
.welcome_section .btn_ {
  margin-top: 16px;
}
.home .welcome_section {
  min-height: 100svh;
}
.welcome_section .img_wrapper img {
  display: block;
  opacity: 0;
  animation: 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards b;
  animation-delay: 0.8s;
  transform: scale(1.1);
}
@keyframes b {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.welcome_details header.animate-in {
  animation-delay: 0.4s;
}
.welcome_details .ingress_.animate-in {
  animation-delay: 0.5s;
}
.welcome_details a.animate-in {
  animation-delay: 0.6s;
}
.welcome_details .activities_section,
.welcome_details .contact_item.animate-in {
  animation-delay: 0.7s;
}
.intro_section {
  width: 100%;
  padding: 140px 0 0;
}
.intro_section .left_img,
.intro_section .right_img {
  position: absolute;
  width: 100%;
  display: block;
}
.intro_section .left_img {
  min-width: 200px;
  max-width: 500px;
  top: 5vh;
  left: -5vw;
}
.intro_section .right_img {
  top: 100%;
  transform: translateY(-50%);
  right: 10vw;
  min-width: 100px;
  max-width: 250px;
}
.toggle_section {
  padding: 10vh 0;
}
.toggle_section .btn_ {
  margin-top: 32px;
}
.toggle_section .img_wrapper img {
  display: block;
  width: 100%;
}
.toggle-list .fold-out .container .item {
  border-bottom: 1px solid #bba896;
}
.toggle-list .fold-out .container .item label {
  padding: 18px 50px 18px 0;
  transition: color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  cursor: pointer;
  webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-wrap: wrap;
}
.toggle-list .fold-out .container .item label .title_ {
  flex: 1;
}
.toggle-list .fold-out .container .item label .title_.no_m_bt {
  margin-bottom: 0;
}
.toggle-list .fold-out .container .item label .desc_ {
  display: none;
}
.toggle-list .fold-out .container .item label .desc_text {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
}
.toggle-list .fold-out .container .item label:hover {
  color: #bd6825;
  transition: all 0.1s linear;
}
.toggle-list > .fold-out .container {
  width: 100%;
}
.toggle-list .fold-out .container .item {
  width: 100%;
  background: #eae2d9;
}
.toggle-list .fold-out .container .item input[type="checkbox"] {
  display: none;
}
.toggle-list .fold-out .container .item label:after,
.toggle-list .fold-out .container .item label:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 30px;
  height: 2px;
  background-color: #2b3336;
  transform-origin: center;
  transition: transform 0.3s;
}
.toggle-list .fold-out .container .item label:after {
  transform: rotate(90deg) translateY(0);
}
.toggle-list .fold-out .container .item input[type="checkbox"]:checked + label {
  color: #bd6825;
}
.toggle-list
  .fold-out
  .container
  .item
  input[type="checkbox"]:checked
  + label:after {
  transform: translateY(-50%);
}
.toggle-list .fold-out .container .item .answer_ {
  border-top: none;
  padding: 0 16px;
  text-align: left;
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}
.center_content_section,
.newsletter_section {
  padding: 10vh 0;
  overflow: hidden;
}
.center_content_section .illustration,
.newsletter_section .illustration {
  display: block;
  position: absolute;
  height: 15vh;
  bottom: -3vh;
  left: 50%;
  transform: translateX(-50%);
}
.center_content_section .mc4wp-form input[type="email"],
.newsletter_section .mc4wp-form input[type="email"] {
  padding: 12px 24px 12px 32px;
  background-color: #fff;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  box-shadow: none;
  border: none;
}
.center_content_section .mc4wp-form input[type="submit"],
.newsletter_section .mc4wp-form input[type="submit"] {
  background-color: #bd6825;
  color: #fff;
  border: none;
  border-radius: 0;
  height: 100%;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 2px;
  font-weight: 700;
  padding: 12px 16px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.center_content_section .mc4wp-form .mc4wp-form-fields,
.newsletter_section .mc4wp-form .mc4wp-form-fields {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
}
.center_content_section .mc4wp-form .mc4wp-form-fields p:nth-child(3),
.newsletter_section .mc4wp-form .mc4wp-form-fields p:nth-child(3) {
  flex: 1 0 100%;
}
.center_content_section label.custom-checkbox,
.newsletter_section label.custom-checkbox {
  position: relative;
  padding-left: 32px;
  font-size: 16px;
  transition: color 0.3s ease;
}
.center_content_section label.custom-checkbox a,
.newsletter_section label.custom-checkbox a {
  color: #fff;
}
.center_content_section label.custom-checkbox input[type="checkbox"],
.newsletter_section label.custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.center_content_section label.custom-checkbox span.checkmark,
.newsletter_section label.custom-checkbox span.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  cursor: pointer;
}
.center_content_section
  label.custom-checkbox
  input[type="checkbox"]:checked
  ~ span.checkmark:after,
.newsletter_section
  label.custom-checkbox
  input[type="checkbox"]:checked
  ~ span.checkmark:after {
  content: "";
  position: absolute;
  display: block;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #bd6825;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: all 0.2s ease;
}
.newsletter_section .mc4wp-form input[type="email"],
.newsletter_section .mc4wp-form input[type="submit"] {
  font-size: 0.75rem;
}
.newsletter_section .mc4wp-form input[type="submit"] {
  letter-spacing: 0;
}
.newsletter_section .mc4wp-form input[type="email"] {
  width: 140px;
  padding: 12px 18px;
}
@media screen and (min-width: 375px) {
  .newsletter_section .mc4wp-form input[type="email"] {
    width: 160px;
  }
}
@media screen and (min-width: 450px) {
  .newsletter_section .mc4wp-form input[type="submit"] {
    font-size: 0.85rem;
    letter-spacing: 2px;
  }
  .newsletter_section .mc4wp-form input[type="email"] {
    width: auto;
    font-size: 1rem;
    padding: 12px 24px 12px 32px;
  }
}
.center_content_section .btns_ {
  margin-top: 32px;
}
.event-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.event-toggle .content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 270px;
}
.event-toggle .content a {
  text-decoration: none;
  color: #2b3336;
  font-weight: 400;
  transition: transform 0.25s ease-in-out;
}
.event-toggle .content a:hover {
  transform: scale(1.1);
}
.event-toggle .content a.active {
  color: #bd6825;
}
.event-toggle .content span {
  height: 25px;
  width: 1px;
  background-color: #2b3336;
}
.calendar-view .list-view-content,
.list-view .calendar-view-content {
  display: none;
}
.calendar-view-content {
  max-width: 900px;
  margin: auto;
}
.calendar-view-content .calendar-month {
  font-size: 1.4em;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 10px;
  border-bottom: 2px solid #2b3336;
  padding-bottom: 5px;
  color: #2b3336;
}
.calendar-view-content .calendar-event {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 10px 0;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 15px;
  transition: all 0.1s ease-in-out;
}
.calendar-view-content .calendar-event:hover {
  transform: scale(1.03);
}
.calendar-view-content .calendar-event .calendar-date {
  display: flex;
  justify-content: start;
  font-size: 1.2em;
  font-weight: 500;
  color: #bd6825;
  width: 130px;
  min-height: 100%;
  text-align: right;
  padding-right: 15px;
}
.calendar-view-content .calendar-event .calendar-title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.calendar-view-content .calendar-event .calendar-title .title {
  font-size: 1.3em;
}
.calendar-view-content .calendar-event .calendar-title .calendar-price {
  font-size: 0.9em;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.calendar-view-content .calendar-event .calendar-title span {
  text-decoration: none;
  color: #2b3336;
}
@media screen and (min-width: 60em) {
  .calendar-view-content .calendar-event,
  .calendar-view-content .calendar-event .calendar-title {
    flex-direction: row;
  }
}
.dark-row {
  background-color: #e4dad0;
}
.event_list.animate-in {
  animation-delay: 0.5s;
}
.event_box {
  display: block;
  text-decoration: none;
  margin-bottom: 32px;
  transition: all 0.2s ease;
}
.event_box .image_ {
  position: relative;
}
.event_box .arrow_btn img,
.event_box .image_ img {
  display: block;
}
.event_box .image_ img {
  aspect-ratio: 4/3;
  object-position: center;
  object-fit: cover;
}
.event_box .ribbon_ {
  position: absolute;
  left: 8px;
  bottom: 8px;
}
.event_box .arrow_btn {
  padding: 0 32px 32px;
}
.event_box .arrow_btn img {
  width: 48px;
  transition: all 0.2s ease;
  margin-left: auto;
}
.event_box:hover {
  transform: scale(1.05);
}
.ribbon_ span {
  background-color: #bd6825;
  color: #fff;
  display: inline-block;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 500;
  position: relative;
  height: 40px;
  line-height: 40px;
  font-size: 1rem;
}
.event_title {
  margin-top: 0.25em;
}
.date_bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 32px;
  color: #bd6825;
}
.date_bar .date_time {
  display: flex;
  align-items: flex-start;
  column-gap: 8px;
}
.date_bar .date_time img {
  padding-top: 2px;
}
.date_bar .date_time,
.date_bar .price_ {
  font-family:
    Open Sans,
    sans-serif;
  font-optical-sizing: auto;
  font-weight: 500 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.date_bar img {
  width: 22px;
  display: inline-block;
}
.single-boendepaket .date_bar.animate-in,
.single-evenemang .intro_section .date_bar.animate-in {
  animation-delay: 0.4s;
}
.single-boendepaket header.animate-in,
.single-evenemang .intro_section header.animate-in {
  animation-delay: 0.5s;
}
.single-boendepaket .thumb_img.animate-in,
.single-evenemang .intro_section .thumb_img.animate-in {
  animation-delay: 0.6s;
}
.single .thumb_img {
  width: 100%;
  max-width: none;
  aspect-ratio: 2/1;
  object-position: center;
  object-fit: cover;
}
.event_content .program_details .date_time,
.event_content .program_details .price_,
.event_content .program_details .typ_ {
  width: 100%;
  margin: 0;
  padding: 16px;
  border-bottom: 1px solid #b2b5b6;
}
.event_content .program_details .booking_ {
  padding: 16px;
}
.event_content .program_details .booking_ h4 {
  margin: 0;
}
.more_events_section .nav_title_ {
  text-align: center;
}
.more_events_section #offers_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 32px;
  padding-top: 32px;
}
.more_events_section #offers_grid .event_box {
  flex: 0 1 400px;
  display: flex;
  flex-direction: column;
}
.more_events_section #offers_grid .event_box .content {
  flex: 1;
}
.more_events_section #offers_grid .event_box .content .price_ {
  flex: 1 0 100%;
  margin-bottom: 0;
}
.more_events_section #offers_grid .event_box .content .title_ {
  margin-bottom: 0;
}
.more_events_section .all_events_btn {
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
}
.more_events_section .arrow_btn img {
  width: 32px;
}
.contact_details_section.animate-in {
  animation-delay: 0.8s;
}
.activities_section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  row-gap: 32px;
  column-gap: 32px;
}
.activities_section .box {
  flex: 0 1 475px;
}
.activities_section .box h4 {
  margin-top: 0;
}
.activities_section .box img {
  display: block;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
}
.activities_section .box a {
  text-decoration: none;
  transition: color 0.3s ease;
}
.activities_section .box a:hover,
.activities_section .box a:hover * {
  color: #896b51;
}
.activities_section .box a * {
  transition: color 0.3s ease;
}
.activities_section .box b,
.activities_section .box strong {
  color: #bd6825;
}
.two_col_content_section .container video {
  display: block;
  width: 100%;
}
@media screen and (min-width: 46.8em) {
  .intro_section {
    padding: 240px 0 0;
  }
  .more_events_section .wrapper_ {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .more_events_section .wrapper_ .nav_title_ {
    order: 1;
    text-align: left;
  }
  .more_events_section .wrapper_ #offers_grid {
    order: 3;
    flex: 1 0 100%;
    justify-content: flex-start;
  }
  .more_events_section .wrapper_ #offers_grid .event_box {
    flex: 0 1 calc(50% - 16px);
  }
  .more_events_section .wrapper_ .all_events_btn {
    order: 2;
  }
}
@media screen and (min-width: 60em) {
  .welcome_section {
    padding: 180px 0 100px;
    flex-direction: row;
    column-gap: 32px;
  }
  .two_col_content_section .container {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .two_col_content_section .container .img_wrapper,
  .two_col_content_section .container .text_wrapper {
    flex: 1 0 50%;
  }
  .two_col_content_section .container .text_wrapper {
    display: flex;
    justify-content: center;
  }
  .two_col_content_section .container .img_wrapper {
    padding: 0;
  }
  .two_col_content_section .container .img_wrapper img,
  .two_col_content_section .container .img_wrapper video {
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    display: block;
  }
  .toggle_section .flex_ {
    display: flex;
    justify-content: space-between;
  }
  .toggle_section .flex_ > * {
    flex: 1;
  }
  .toggle_section .flex_ .text_wrapper > div {
    padding-top: 64px;
  }
  .toggle_section .img_wrapper img {
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
  }
  .event_content .flex {
    display: flex;
    justify-content: space-between;
    column-gap: 64px;
    padding: 64px 64px 32px;
  }
  .event_content .flex .program_details {
    flex: 0 1 500px;
  }
  .event_content .flex .program_details .booking_ p,
  .event_content .flex .program_details .date_time {
    white-space: nowrap;
  }
  .event_list .event_box {
    display: flex;
    justify-content: space-between;
  }
  .event_list .event_box .image_ {
    flex: 0 1 350px;
  }
  .event_list .event_box .image_ img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
  }
  .event_list .event_box .image_ .ribbon_ {
    bottom: auto;
    top: 16px;
    left: 16px;
  }
  .event_list .event_box .content {
    flex: 1;
  }
  .event_list .event_box .arrow_btn {
    align-self: flex-end;
  }
  .center_content_section .illustration,
  .newsletter_section .illustration {
    width: 280px;
    height: auto;
    bottom: 0;
    top: auto;
    left: calc(50% + 500px);
    transform: translateX(-50%);
  }
  .newsletter_section .illustration {
    bottom: -10vh;
  }
  .contact_details_section .flex {
    display: flex;
    justify-content: space-between;
    column-gap: 64px;
  }
}
@media screen and (min-width: 75em) {
  .more_events_section .wrapper_ #offers_grid {
    column-gap: 2%;
  }
  .more_events_section .wrapper_ #offers_grid .event_box {
    flex: 0 1 32%;
  }
  .event_list .event_box .image_ {
    flex: 0 1 500px;
  }
}
@media screen and (min-width: 80em) {
  .welcome_section {
    min-height: 1080px;
    padding: 240px 0 100px;
    column-gap: 128px;
  }
  .center_content_section .illustration,
  .newsletter_section .illustration {
    left: calc(50% + 600px);
  }
  .more_events_section .wrapper_ #offers_grid .event_box {
    flex: 0 1 23.5%;
  }
  .activities_section {
    justify-content: flex-start;
    column-gap: 2%;
  }
  .activities_section .box {
    flex: 0 1 32%;
  }
}
.archive .format-aside .entry-title,
.blog .format-aside .entry-title {
  display: none;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.hero_section {
  width: 100%;
  height: 100vh;
  position: relative;
  min-height: 100svh;
  background-color: #eae2d9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  display: table-cell;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hero_section .overlay_:not(.video_wrapper) {
  background-color: rgba(0, 0, 0, 0.6);
}
.hero_section .video_ {
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: inline-block;
}
.hero_details .title_.animate-in {
  animation-delay: 0.4s;
}
.hero_details .title_.animate-in h1 {
  margin-bottom: 0;
}
.hero_details p.animate-in {
  animation-delay: 0.5s;
}
.hero_details a.animate-in {
  animation-delay: 0.6s;
}
.hero_details p {
  font-size: clamp(18px, 4vw, 22px);
}
.central-content_section {
  padding: 3rem 0;
}
.central-content_section h3 {
  font-size: clamp(0.8rem, 2vw, 1rem);
  font-family:
    Open Sans,
    sans-serif;
  font-weight: 400;
  margin-bottom: 2rem;
}
.central-content_section h2 {
  font-size: clamp(1.3rem, 4vw, 2.5rem);
  margin-top: 0;
  margin-bottom: 2rem;
}
.central-content_section p {
  line-height: 2.7rem;
  line-height: clamp(2rem, 4vw, 2.7rem);
}
.central-content_section .central-content_btn {
  margin-top: 3rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
}
.selected_pages_section {
  overflow: hidden;
  padding: 10vh 0;
}
.selected_pages_section .img_ {
  position: absolute;
  width: 100%;
  min-width: 200px;
  max-width: 500px;
  display: block;
}
.selected_pages_section .img_.left_ {
  top: 5vh;
  left: -5vw;
}
.selected_pages_section .img_.right_ {
  bottom: 5vh;
  right: -5vw;
}
.selected_pages_section .flex_ {
  display: flex;
  column-gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.selected_pages_section .item {
  display: block;
  max-width: 430px;
  text-decoration: none;
  margin-bottom: 32px;
  transition: transform 0.3s ease;
}
.selected_pages_section .item img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 4/5;
}
.selected_pages_section .item:hover {
  transform: scale(1.05);
}
.selected_pages_section .item .sub_heading,
.selected_pages_section .item .title_ {
  margin: 0;
}
.selected_pages_section .item .title_ {
  margin-top: 8px;
}
.selected_packages_section {
  padding: 10vh 0;
}
.selected_packages_section .img_wrapper img {
  display: block;
  width: 100%;
}
.selected_packages_section .item {
  border-bottom: 1px solid #bba896;
}
.selected_packages_section .item a {
  padding: 18px 58px 18px 0;
  width: 100%;
  display: block;
  transition: color 0.2s ease;
  text-decoration: none;
  background-position: center right 16px;
  background-image: url(images/icons/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 32px;
  transition:
    background-position 0.3s ease,
    color 0.3s ease;
  font-size: clamp(18px, 4vw, 22px);
}
.selected_packages_section .item a:hover {
  color: #bd6825;
  background-position: center right 8px;
}
.selected_packages_section .btn_ {
  margin-top: 32px;
}
.bg_content_section {
  position: relative;
  overflow: hidden;
  min-height: 100svh;
  justify-content: center;
}
.bg_content_section,
.bg_content_section .wrapper {
  display: flex;
  align-items: center;
}
.bg_content_section .bg_img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.bg_content_section .overlay_ {
  background-color: #000;
  opacity: 0.6;
}
@media screen and (min-width: 46.8em) {
  .selected_pages_section .flex_ {
    column-gap: 64px;
  }
}
@media screen and (min-width: 60em) {
  .selected_packages_section .flex_ {
    display: flex;
    justify-content: space-between;
  }
  .selected_packages_section .flex_ > * {
    flex: 1;
  }
  .selected_packages_section .flex_ .text_wrapper > div {
    padding-top: 64px;
  }
  .selected_packages_section .flex_ .img_wrapper img {
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
  }
  .selected_packages_section .item a {
    padding: 24px 58px 24px 0;
  }
  .selected_pages_section .item {
    max-width: none;
    flex: 0 1 calc(33.333333% - 64px);
  }
}
.color_xmas_primary {
  color: #740a00;
}
.color_xmas_secondary {
  color: #aa0f00;
}
body.page-template-page-x-mas {
  background-color: #740a00;
  color: #fff;
}
body.page-template-page-x-mas:not(.overflow) .burger_btn span,
body.page-template-page-x-mas:not(.overflow) .burger_btn span:after,
body.page-template-page-x-mas:not(.overflow) .burger_btn span:before {
  background-color: #fff;
}
body.page-template-page-x-mas a:not(.event_box, .btn_) {
  color: #fff;
}
body.page-template-page-x-mas .bg_c {
  background-color: #aa0f00;
  color: #fff;
}
body.page-template-page-x-mas .bg_c .btn_ {
  background-color: #740a00;
}
body.page-template-page-x-mas .bg_c .btn_:hover {
  background-color: #5e0800;
}
body.page-template-page-x-mas .site-info {
  background-color: #740a00;
  color: #fff;
}
body.page-template-page-x-mas
  .site-info
  .wrapper
  .contact_container
  .contact_item
  a {
  color: #fff;
}
body.page-template-page-x-mas
  .site-info
  .wrapper
  .contact_container
  .contact_item
  a:hover {
  color: #280300;
}
body.page-template-page-x-mas .site-info .some_container img {
  filter: invert(1);
}
body.page-template-page-x-mas .sub_heading {
  display: inline-block;
  padding: 8px 16px;
  background-color: #fff;
  color: #aa0f00;
}
body.page-template-page-x-mas .btn_ {
  background-color: #aa0f00;
  color: #fff;
  padding: 16px 38px;
}
body.page-template-page-x-mas .btn_:hover {
  background-color: #280300;
  color: #fff;
}
body.page-template-page-x-mas .event_list .event_box:hover {
  transform: none;
}
body.page-template-page-x-mas .event_list .event_box .image_ {
  position: relative;
  overflow: hidden;
}
body.page-template-page-x-mas .event_list .event_box .image_ img {
  aspect-ratio: 5/3;
}
body.page-template-page-x-mas .event_list .event_box .image_ .reatext_ {
  position: absolute;
  top: 30px;
  left: -43px;
  background-color: #aa0f00;
  padding: 8px 24px;
  width: 190px;
  transform: rotate(-45deg);
  text-align: center;
}
body.page-template-page-x-mas .event_list .event_box .content {
  padding: 0 32px 32px;
}
body.page-template-page-x-mas .bg_content_section {
  min-height: 60svh;
}
body.page-template-page-x-mas .wpcf7 .wpcf7-submit {
  color: #fff;
  border-radius: 999px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.15px;
  padding: 16px 38px 18px;
}
body.page-template-page-x-mas .wpcf7 .wpcf7-submit:not([disabled]) {
  background-color: #aa0f00;
}
body.page-template-page-x-mas
  .wpcf7-form-control
  [type="checkbox"]
  + .wpcf7-list-item-label:before,
body.page-template-page-x-mas
  .wpcf7-form-control
  [type="radio"]
  + .wpcf7-list-item-label:before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
}
body.page-template-page-x-mas
  .wpcf7-form-control
  [type="checkbox"]
  + .wpcf7-list-item-label:after,
body.page-template-page-x-mas
  .wpcf7-form-control
  [type="radio"]
  + .wpcf7-list-item-label:after {
  background: #fff;
}
@media screen and (min-width: 48em) {
  body.page-template-page-x-mas .event_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 32px;
  }
  body.page-template-page-x-mas .event_list .event_box {
    display: flex;
    flex-direction: column;
  }
  body.page-template-page-x-mas .event_list .event_box .content {
    flex: 1;
  }
}
@media screen and (min-width: 75em) {
  body.page-template-page-x-mas .event_list {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2%;
  }
  body.page-template-page-x-mas .event_list .event_box .image_ {
    flex: 0 1 250px;
  }
}
.infinite-scroll.neverending .site-footer,
.infinite-scroll .posts-navigation {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
p.is-small-text {
  font-size: 14px;
}
p.is-regular-text {
  font-size: 16px;
}
p.is-large-text {
  font-size: 36px;
}
p.is-larger-text {
  font-size: 48px;
}
p.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 4.1em;
  line-height: 0.7;
  font-weight: 600;
  margin: 0.07em 0.23em 0 0;
  text-transform: uppercase;
  font-style: normal;
}
p.has-background {
  padding: 20px 30px;
}
.wp-block-audio figcaption {
  margin-top: 0.5em;
  color: #6c7781;
  text-align: center;
  font-size: 13px;
}
.wp-block-cover-image {
  position: relative;
  background-size: cover;
  background-position: 50%;
  min-height: 430px;
  width: 100%;
  margin: 0 0 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-block-cover-image.has-left-content {
  justify-content: flex-start;
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover-image.has-left-content h2 {
  margin-left: 0;
  text-align: left;
}
.wp-block-cover-image.has-right-content {
  justify-content: flex-end;
}
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover-image.has-right-content h2 {
  margin-right: 0;
  text-align: right;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image h2 {
  color: #fff;
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 636px;
  padding: 14px;
  text-align: center;
}
.wp-block-cover-image .wp-block-cover-image-text a,
.wp-block-cover-image .wp-block-cover-image-text a:active,
.wp-block-cover-image .wp-block-cover-image-text a:focus,
.wp-block-cover-image .wp-block-cover-image-text a:hover,
.wp-block-cover-image h2 a,
.wp-block-cover-image h2 a:active,
.wp-block-cover-image h2 a:focus,
.wp-block-cover-image h2 a:hover {
  color: #fff;
}
.wp-block-cover-image.has-parallax {
  background-attachment: fixed;
}
.wp-block-cover-image.has-background-dim:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.wp-block-cover-image.has-background-dim.has-background-dim-10:before {
  background-color: rgba(0, 0, 0, 0.1);
}
.wp-block-cover-image.has-background-dim.has-background-dim-20:before {
  background-color: rgba(0, 0, 0, 0.2);
}
.wp-block-cover-image.has-background-dim.has-background-dim-30:before {
  background-color: rgba(0, 0, 0, 0.3);
}
.wp-block-cover-image.has-background-dim.has-background-dim-40:before {
  background-color: rgba(0, 0, 0, 0.4);
}
.wp-block-cover-image.has-background-dim.has-background-dim-50:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.wp-block-cover-image.has-background-dim.has-background-dim-60:before {
  background-color: rgba(0, 0, 0, 0.6);
}
.wp-block-cover-image.has-background-dim.has-background-dim-70:before {
  background-color: rgba(0, 0, 0, 0.7);
}
.wp-block-cover-image.has-background-dim.has-background-dim-80:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.wp-block-cover-image.has-background-dim.has-background-dim-90:before {
  background-color: rgba(0, 0, 0, 0.9);
}
.wp-block-cover-image.has-background-dim.has-background-dim-100:before {
  background-color: #000;
}
.wp-block-cover-image.components-placeholder {
  height: inherit;
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
[data-align="left"] .wp-block-cover-image,
[data-align="right"] .wp-block-cover-image {
  max-width: 318px;
  width: 100%;
}
.wp-block-image {
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-image figcaption {
  margin-top: 0.5em;
  color: #6c7781;
  text-align: center;
  font-size: 13px;
}
.wp-block-image.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.wp-block-image.is-resized {
  width: -moz-min-content;
  width: min-content;
  display: -ms-inline-grid;
  -ms-grid-columns: min-content;
}
.wp-block-image.is-resized figcaption {
  -ms-grid-row: 2;
}
.wp-block-image.is-resized img {
  max-width: none;
}
.wp-block-heading h1,
.wp-block-heading h2,
.wp-block-heading h3,
.wp-block-heading h4,
.wp-block-heading h5,
.wp-block-heading h6 {
  margin: 0;
}
.wp-block-heading h1 {
  font-size: 2.44em;
}
.wp-block-heading h2 {
  font-size: 1.95em;
}
.wp-block-heading h3 {
  font-size: 1.56em;
}
.wp-block-heading h4 {
  font-size: 1.25em;
}
.wp-block-heading h5 {
  font-size: 1em;
}
.wp-block-heading h6 {
  font-size: 0.8em;
}
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0 -8px;
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 8px;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  padding: 40px 10px 5px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.3) 60%,
    transparent
  );
  position: absolute;
  width: 100%;
  max-height: 100%;
  overflow: auto;
}
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  flex: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wp-block-gallery.is-cropped .blocks-gallery-image _:-ms-lang(x),
.wp-block-gallery.is-cropped .blocks-gallery-image figure,
.wp-block-gallery.is-cropped .blocks-gallery-item _:-ms-lang(x),
.wp-block-gallery.is-cropped .blocks-gallery-item figure {
  height: auto;
  width: auto;
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc(50% - 16px);
}
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
  width: calc(100% - 16px);
}
@media (min-width: 600px) {
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc(100% / 3 - 16px);
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image,
  .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc(100% / 4 - 16px);
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image,
  .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc(100% / 5 - 16px);
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image,
  .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc(100% / 6 - 16px);
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image,
  .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc(100% / 7 - 16px);
  }
  .wp-block-gallery.columns-8 .blocks-gallery-image,
  .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc(100% / 8 - 16px);
  }
}
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright,
[data-align="left"] .wp-block-gallery,
[data-align="right"] .wp-block-gallery {
  max-width: 318px;
  width: 100%;
}
.wp-block-quote cite,
.wp-block-quote footer {
  color: #6c7781;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
  font-style: normal;
}
.wp-block-quote.is-large {
  margin: 0 0 16px;
  padding: 0 1em;
}
.wp-block-quote.is-large p {
  font-size: 24px;
  font-style: italic;
  line-height: 1.6;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer {
  font-size: 19px;
  text-align: right;
}
p.wp-block-subhead {
  font-size: 1.1em;
  font-style: italic;
  opacity: 0.75;
}
.wp-block-video {
  margin: 0;
}
.wp-block-video figcaption {
  margin-top: 0.5em;
  color: #6c7781;
  text-align: center;
  font-size: 13px;
}
.wp-block-video.aligncenter {
  text-align: center;
}
pre.wp-block-code,
pre.wp-block-preformatted {
  background: #eee;
  font-family:
    Courier 10 Pitch,
    Courier,
    monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d;
  padding: 3em 0;
  text-align: center;
}
.wp-block-pullquote > p {
  font-size: 24px;
  line-height: 1.6;
}
.wp-block-pullquote cite {
  color: #40464d;
  position: relative;
  text-transform: uppercase;
  font-size: 13px;
}
.wp-block-pullquote:after,
.wp-block-pullquoteblockquote:before {
  content: "";
}
.wp-block-table {
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table tbody {
  width: 100%;
  display: table;
  min-width: 240px;
}
.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
  border: 1px solid currentColor;
}
.wp-block-verse pre,
pre.wp-block-verse {
  color: #191e23;
  white-space: nowrap;
  font-family: inherit;
  font-size: inherit;
  padding: 1em;
  overflow: auto;
}
.wp-block-button__link {
  border-radius: 0;
}
.wp-block-button__link:hover {
  text-decoration: none;
}
.wp-block-button__link:not(.has-text-color),
.wp-block-button__link:not(.has-text-color):hover {
  color: #fff;
}
.wp-block-button__link:not(.has-background) {
  background-color: #2b3336;
}
.wp-block-button__link:not(.has-background):focus,
.wp-block-button__link:not(.has-background):hover {
  background-color: #000;
}
.wp-block-button__link.has-gra-color:focus,
.wp-block-button__link.has-gra-color:hover {
  color: #2b3336;
}
.wp-block-button__link.has-gra-background-color:focus,
.wp-block-button__link.has-gra-background-color:hover {
  background-color: #000;
}
.wp-block-button__link.has-beige-color:focus,
.wp-block-button__link.has-beige-color:hover {
  color: #eae2d9;
}
.wp-block-button__link.has-beige-background-color:focus,
.wp-block-button__link.has-beige-background-color:hover {
  background-color: #c6b097;
}
.wp-block-button__link.has-brun-color:focus,
.wp-block-button__link.has-brun-color:hover {
  color: #896b51;
}
.wp-block-button__link.has-brun-background-color:focus,
.wp-block-button__link.has-brun-background-color:hover {
  background-color: #49392b;
}
.wp-block-button__link.has-orange-color:focus,
.wp-block-button__link.has-orange-color:hover {
  color: #bd6825;
}
.wp-block-button__link.has-orange-background-color:focus,
.wp-block-button__link.has-orange-background-color:hover {
  background-color: #683914;
}
.wp-block-categories.alignleft {
  margin-right: 2em;
}
.wp-block-categories.alignright {
  margin-left: 2em;
}
.wp-block-latest-posts.alignleft {
  margin-right: 2em;
}
.wp-block-latest-posts.alignright {
  margin-left: 2em;
}
.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.wp-block-latest-posts.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc(100% / 2 - 16px);
  }
  .wp-block-latest-posts.columns-3 li {
    width: calc(100% / 3 - 16px);
  }
  .wp-block-latest-posts.columns-4 li {
    width: calc(100% / 4 - 16px);
  }
  .wp-block-latest-posts.columns-5 li {
    width: calc(100% / 5 - 16px);
  }
  .wp-block-latest-posts.columns-6 li {
    width: calc(100% / 6 - 16px);
  }
}
.wp-block-latest-posts__post-date {
  display: block;
  color: #6c7781;
  font-size: 13px;
}
.wp-block-embed figcaption {
  margin-top: 0.5em;
  color: #6c7781;
  text-align: center;
  font-size: 13px;
}
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
  max-width: 318px;
  width: 100%;
}
.wp-embed-aspect-16-9 > div {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.entry-content > :not(.alignfull),
.entry-header * {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.entry-content .alignwide {
  max-width: 1600px;
  margin: 0 auto;
}
.entry-content .alignfull {
  width: 100%;
  max-width: 100vw;
}
.entry-content .wp-block-image {
  width: 100%;
}
.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
iframe {
  aspect-ratio: 16/9;
  height: 100%;
  width: 100%;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
