/*!
Theme Name: Pereensauna
Theme URI: http://underscores.me/
Author: Bananas
Author URI: https://www.bananas.fi
Description: Theme for Pereensauna
Version: 1.2.7
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pereensauna
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
GitHub Theme URI: brawo-branding/pereensauna
Primary Branch: main

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Pereensauna is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Mixins and variables
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Mixins and variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Colors
# Defined in theme.json as well, to provide colors in Gutenberg selector
# For example: var(--wp--preset--color--foreground)
--------------------------------------------------------------*/
/**
 * WooCommerce color variables
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap");
.has-bananas-yellow-color {
  color: #ffdf2c; }

.has-bananas-green-color {
  color: #499b35; }

.has-bananas-black-color {
  color: #010101; }

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

.has-bananas-yellow-background-color {
  background-color: #ffdf2c; }
  .wp-block-buttons .has-bananas-yellow-background-color:hover,
  .wp-block-buttons .has-bananas-yellow-background-color:focus {
    background-color: #499b35;
    color: #ffffff; }

.has-bananas-green-background-color {
  background-color: #499b35; }
  .wp-block-buttons .has-bananas-green-background-color:hover,
  .wp-block-buttons .has-bananas-green-background-color:focus {
    background-color: #010101;
    color: #ffffff; }

.has-bananas-black-background-color {
  background-color: #010101; }
  .wp-block-buttons .has-bananas-black-background-color:hover,
  .wp-block-buttons .has-bananas-black-background-color:focus {
    background-color: #ffdf2c;
    color: #010101; }

.has-bananas-white-background-color {
  background-color: #ffffff; }
  .wp-block-buttons .has-bananas-white-background-color:hover,
  .wp-block-buttons .has-bananas-white-background-color:focus {
    background-color: #ffdf2c;
    color: #010101; }

.has-theme-dark-grey-background-color {
  color: #f4f0ed; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Columns
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Structure
#
# theme.json content = m, wide = l
--------------------------------------------------------------*/
.wrap-xs {
  margin-left: auto;
  margin-right: auto;
  width: 84%; }
  @media screen and (min-width: 1078px) {
    .wrap-xs {
      width: 700px;
      max-width: 70%; } }
  @media screen and (min-width: 1600px) {
    .wrap-xs {
      max-width: 64%; } }

.wrap-s {
  margin-left: auto;
  margin-right: auto;
  width: 84%; }
  @media screen and (min-width: 1078px) {
    .wrap-s {
      width: 700px;
      max-width: 70%; } }
  @media screen and (min-width: 1600px) {
    .wrap-s {
      max-width: 64%; } }

.wrap-m {
  margin-left: auto;
  margin-right: auto;
  width: 84%; }
  @media screen and (min-width: 1078px) {
    .wrap-m {
      width: 900px;
      max-width: 80%; } }
  @media screen and (min-width: 1600px) {
    .wrap-m {
      max-width: 74%; } }

.wrap-l {
  margin-left: auto;
  margin-right: auto;
  width: 84%; }
  @media screen and (min-width: 1078px) {
    .wrap-l {
      width: 1300px;
      max-width: 90%; } }
  @media screen and (min-width: 1600px) {
    .wrap-l {
      max-width: 84%; } }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Sizes, defined in theme.json
#
# var(--wp--preset--font-size--small) = 1rem
# var(--wp--preset--font-size--medium) = 1.25rem
# var(--wp--preset--font-size--large) = clamp(1.75rem, 1.3947rem + 1.0526vw, 2.25rem)
# var(--wp--preset--font-size--x-large) = clamp(2rem, 0.5789rem + 4.2105vw, 4rem)
#
# Use this for calculating clamp(): https://css-tricks.com/linearly-scale-font-size-with-css-clamp-based-on-the-viewport/#aa-for-those-who-dont-mind-that-edge-case
#
# Fonts, defined in theme.json
# var(--wp--preset--font-family--default-font) = sans-serif
# var(--wp--preset--font-family--alt-font) = serif
--------------------------------------------------------------*/
body {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: var(--wp--preset--font-family--default-font);
  line-height: 1.5;
  color: #241e32; }

/*--------------------------------------------------------------
# Headings
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }
  h1:first-child,
  h2:first-child,
  h3:first-child,
  h4:first-child,
  h5:first-child,
  h6:first-child {
    margin-top: 0; }
  h1:last-child,
  h2:last-child,
  h3:last-child,
  h4:last-child,
  h5:last-child,
  h6:last-child {
    margin-bottom: 0; }

h1 {
  font-size: var(--wp--preset--font-size--x-large);
  font-family: var(--wp--preset--font-family--alt-font); }

h2 {
  font-size: var(--wp--preset--font-size--large);
  font-family: var(--wp--preset--font-family--alt-font); }

h3 {
  font-size: var(--wp--preset--font-size--medium);
  font-family: var(--wp--preset--font-family--alt-font); }

.wp-block-post-title {
  font-size: var(--wp--preset--font-size--x-large);
  font-family: var(--wp--preset--font-family--alt-font); }

/*--------------------------------------------------------------
# Copy
--------------------------------------------------------------*/
p {
  margin-bottom: 1.5em; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 1em 0 1.5em 0; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Styles
--------------------------------------------------------------*/
.alt-font {
  font-family: var(--wp--preset--font-family--alt-font); }

/*--------------------------------------------------------------
# Grid and flex
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.grid,
.wp-block-gallery ul,
.site .wp-block-columns {
  display: grid;
  max-width: 100%;
  margin: 0 auto; }
  .no-cssgrid .grid:after, .no-cssgrid
  .wp-block-gallery ul:after, .no-cssgrid
  .site .wp-block-columns:after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both; }
  .grid.reverse > div:last-child,
  .wp-block-gallery ul.reverse > div:last-child,
  .site .wp-block-columns.reverse > div:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    .no-cssgrid .grid.reverse > div:last-child, .no-cssgrid
    .wp-block-gallery ul.reverse > div:last-child, .no-cssgrid
    .site .wp-block-columns.reverse > div:last-child {
      float: left; }
  .grid.reverse > div:first-child,
  .wp-block-gallery ul.reverse > div:first-child,
  .site .wp-block-columns.reverse > div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    .no-cssgrid .grid.reverse > div:first-child, .no-cssgrid
    .wp-block-gallery ul.reverse > div:first-child, .no-cssgrid
    .site .wp-block-columns.reverse > div:first-child {
      float: right; }
  .grid > *,
  .wp-block-gallery ul > *,
  .site .wp-block-columns > * {
    display: block;
    min-width: 0; }
    .grid > *.grid, .grid > *.wp-block-columns, .grid > *.wp-block-gallery,
    .wp-block-gallery ul > *.grid,
    .wp-block-gallery ul > *.wp-block-columns,
    .wp-block-gallery ul > *.wp-block-gallery,
    .site .wp-block-columns > *.grid,
    .site .wp-block-columns > *.wp-block-columns,
    .site .wp-block-columns > *.wp-block-gallery {
      display: grid; }
    .grid > *.flex,
    .wp-block-gallery ul > *.flex,
    .site .wp-block-columns > *.flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .no-cssgrid .grid > *, .no-cssgrid
    .wp-block-gallery ul > *, .no-cssgrid
    .site .wp-block-columns > * {
      float: left;
      width: 100%; }

.pad,
.wp-block-gallery ul {
  grid-gap: 1em; }
  @media screen and (min-width: 961px) {
    .pad,
    .wp-block-gallery ul {
      grid-gap: 2em; } }

.grid-2,
.columns-2 {
  grid-template-columns: 1fr; }
  @media screen and (min-width: 541px) {
    .grid-2,
    .columns-2 {
      grid-template-columns: repeat(2, 1fr); }
      .no-cssgrid .grid-2 > *, .no-cssgrid
      .columns-2 > * {
        margin-right: 2%;
        width: 48%; } }
  @media screen and (min-width: 961px) {
    .grid-2,
    .columns-2 {
      grid-template-columns: repeat(2, 1fr); }
      .no-cssgrid .grid-2 > *, .no-cssgrid
      .columns-2 > * {
        width: 48%; } }

.grid-3,
.columns-3 {
  grid-template-columns: 1fr; }
  @media screen and (min-width: 541px) {
    .grid-3,
    .columns-3 {
      grid-template-columns: repeat(2, 1fr); }
      .no-cssgrid .grid-3 > *, .no-cssgrid
      .columns-3 > * {
        margin-right: 2%;
        width: 48%; } }
  @media screen and (min-width: 961px) {
    .grid-3,
    .columns-3 {
      grid-template-columns: repeat(3, 1fr); }
      .no-cssgrid .grid-3 > *, .no-cssgrid
      .columns-3 > * {
        width: 31.33333%; } }

.grid-4,
.columns-4 {
  grid-template-columns: 1fr; }
  @media screen and (min-width: 541px) {
    .grid-4,
    .columns-4 {
      grid-template-columns: repeat(2, 1fr); }
      .no-cssgrid .grid-4 > *, .no-cssgrid
      .columns-4 > * {
        margin-right: 2%;
        width: 48%; } }
  @media screen and (min-width: 961px) {
    .grid-4,
    .columns-4 {
      grid-template-columns: repeat(4, 1fr); }
      .no-cssgrid .grid-4 > *, .no-cssgrid
      .columns-4 > * {
        width: 23%; } }

.grid-5,
.columns-5 {
  grid-template-columns: 1fr; }
  @media screen and (min-width: 541px) {
    .grid-5,
    .columns-5 {
      grid-template-columns: repeat(2, 1fr); }
      .no-cssgrid .grid-5 > *, .no-cssgrid
      .columns-5 > * {
        margin-right: 2%;
        width: 48%; } }
  @media screen and (min-width: 961px) {
    .grid-5,
    .columns-5 {
      grid-template-columns: repeat(4, 1fr); }
      .no-cssgrid .grid-5 > *, .no-cssgrid
      .columns-5 > * {
        width: 23%; } }
  @media screen and (min-width: 1200px) {
    .grid-5,
    .columns-5 {
      grid-template-columns: repeat(5, 1fr); }
      .no-cssgrid .grid-5 > *, .no-cssgrid
      .columns-5 > * {
        width: 18%; } }

.grid-6,
.columns-6 {
  grid-template-columns: 1fr; }
  @media screen and (min-width: 541px) {
    .grid-6,
    .columns-6 {
      grid-template-columns: repeat(2, 1fr); }
      .no-cssgrid .grid-6 > *, .no-cssgrid
      .columns-6 > * {
        margin-right: 2%;
        width: 48%; } }
  @media screen and (min-width: 961px) {
    .grid-6,
    .columns-6 {
      grid-template-columns: repeat(4, 1fr); }
      .no-cssgrid .grid-6 > *, .no-cssgrid
      .columns-6 > * {
        width: 23%; } }
  @media screen and (min-width: 1200px) {
    .grid-6,
    .columns-6 {
      grid-template-columns: repeat(6, 1fr); }
      .no-cssgrid .grid-6 > *, .no-cssgrid
      .columns-6 > * {
        width: 14.66667%; } }

.grid-7,
.columns-7 {
  grid-template-columns: 1fr; }
  @media screen and (min-width: 541px) {
    .grid-7,
    .columns-7 {
      grid-template-columns: repeat(2, 1fr); }
      .no-cssgrid .grid-7 > *, .no-cssgrid
      .columns-7 > * {
        margin-right: 2%;
        width: 48%; } }
  @media screen and (min-width: 961px) {
    .grid-7,
    .columns-7 {
      grid-template-columns: repeat(4, 1fr); }
      .no-cssgrid .grid-7 > *, .no-cssgrid
      .columns-7 > * {
        width: 23%; } }
  @media screen and (min-width: 1200px) {
    .grid-7,
    .columns-7 {
      grid-template-columns: repeat(7, 1fr); }
      .no-cssgrid .grid-7 > *, .no-cssgrid
      .columns-7 > * {
        width: 12.28571%; } }

.grid-8,
.columns-8 {
  grid-template-columns: 1fr; }
  @media screen and (min-width: 541px) {
    .grid-8,
    .columns-8 {
      grid-template-columns: repeat(2, 1fr); }
      .no-cssgrid .grid-8 > *, .no-cssgrid
      .columns-8 > * {
        margin-right: 2%;
        width: 48%; } }
  @media screen and (min-width: 961px) {
    .grid-8,
    .columns-8 {
      grid-template-columns: repeat(4, 1fr); }
      .no-cssgrid .grid-8 > *, .no-cssgrid
      .columns-8 > * {
        width: 23%; } }
  @media screen and (min-width: 1200px) {
    .grid-8,
    .columns-8 {
      grid-template-columns: repeat(8, 1fr); }
      .no-cssgrid .grid-8 > *, .no-cssgrid
      .columns-8 > * {
        width: 10.5%; } }

.grid-9,
.columns-9 {
  grid-template-columns: 1fr; }
  @media screen and (min-width: 541px) {
    .grid-9,
    .columns-9 {
      grid-template-columns: repeat(2, 1fr); }
      .no-cssgrid .grid-9 > *, .no-cssgrid
      .columns-9 > * {
        margin-right: 2%;
        width: 48%; } }
  @media screen and (min-width: 961px) {
    .grid-9,
    .columns-9 {
      grid-template-columns: repeat(4, 1fr); }
      .no-cssgrid .grid-9 > *, .no-cssgrid
      .columns-9 > * {
        width: 23%; } }
  @media screen and (min-width: 1200px) {
    .grid-9,
    .columns-9 {
      grid-template-columns: repeat(9, 1fr); }
      .no-cssgrid .grid-9 > *, .no-cssgrid
      .columns-9 > * {
        width: 9.11111%; } }

.grid-10,
.columns-10 {
  grid-template-columns: 1fr; }
  @media screen and (min-width: 541px) {
    .grid-10,
    .columns-10 {
      grid-template-columns: repeat(2, 1fr); }
      .no-cssgrid .grid-10 > *, .no-cssgrid
      .columns-10 > * {
        margin-right: 2%;
        width: 48%; } }
  @media screen and (min-width: 961px) {
    .grid-10,
    .columns-10 {
      grid-template-columns: repeat(4, 1fr); }
      .no-cssgrid .grid-10 > *, .no-cssgrid
      .columns-10 > * {
        width: 23%; } }
  @media screen and (min-width: 1200px) {
    .grid-10,
    .columns-10 {
      grid-template-columns: repeat(10, 1fr); }
      .no-cssgrid .grid-10 > *, .no-cssgrid
      .columns-10 > * {
        width: 8%; } }

/*--------------------------------------------------------------
# Flex
--------------------------------------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .flex.vert {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .flex.center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .flex.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .flex.column.vert {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .flex.column.center {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .flex.reverse > div:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .flex.reverse > div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  background: #ffffff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
ul, ol {
  margin: 0 0 1.5em 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
  margin: 1em 0 1.5em 0;
  width: 100%;
  border-collapse: collapse; }
  table tr {
    background-color: #f1f1f1; }
    table tr:nth-child(even) {
      background-color: #f6f6f6; }
  table td {
    padding: .5em; }

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #c1a087;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  -webkit-text-decoration-color: #c1a087;
  text-decoration-color: #c1a087;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 2px; }
  a:visited {
    color: #c1a087; }
  a:hover, a:focus, a:active {
    color: #010101;
    -webkit-text-decoration-color: #010101;
            text-decoration-color: #010101; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }
  .menu a {
    font-weight: bold;
    color: #ffffff; }
    .menu a:hover, .menu a:focus {
      color: #010101; }
  .entry-header a {
    text-decoration: none;
    color: #241e32; }
    .entry-header a:hover {
      text-decoration: underline; }

/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
button:not(.components-button):not([class*="customize"]):not(.menu-toggle):not(
.sub-menu-toggle),
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.button:visited,
.wp-block-button__link,
.wp-block-button__link:visited {
  display: inline-block;
  border: none;
  border-radius: 0px;
  background: #3a3a3b;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  padding: 1rem 2rem;
  min-width: 220px;
  max-width: 100%;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  line-height: 1;
  letter-spacing: 1.2px;
  text-decoration: none;
  text-transform: uppercase; }
  button:not(.components-button):not([class*="customize"]):not(.menu-toggle):not(
  .sub-menu-toggle):hover, button:not(.components-button):not([class*="customize"]):not(.menu-toggle):not(
  .sub-menu-toggle):focus,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  .button:hover,
  .button:focus,
  .button:visited:hover,
  .button:visited:focus,
  .wp-block-button__link:hover,
  .wp-block-button__link:focus,
  .wp-block-button__link:visited:hover,
  .wp-block-button__link:visited:focus {
    background: #c1a087;
    color: #ffffff; }
  button:not(.components-button):not([class*="customize"]):not(.menu-toggle):not(
  .sub-menu-toggle):focus,
  input[type="button"]:focus,
  input[type="reset"]:focus,
  input[type="submit"]:focus,
  .button:focus,
  .button:visited:focus,
  .wp-block-button__link:focus,
  .wp-block-button__link:visited:focus {
    outline: 2px solid #010101; }
  button:not(.components-button):not([class*="customize"]):not(.menu-toggle):not(
  .sub-menu-toggle):active, button:not(.components-button):not([class*="customize"]):not(.menu-toggle):not(
  .sub-menu-toggle):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,
  .button:active,
  .button:focus,
  .button:visited:active,
  .button:visited:focus,
  .wp-block-button__link:active,
  .wp-block-button__link:focus,
  .wp-block-button__link:visited:active,
  .wp-block-button__link:visited:focus {
    color: #ffffff; }

.wp-block-button__link[class*="background-color"]:hover, .wp-block-button__link[class*="background-color"]:focus {
  background: var(--wp--preset--color--foreground) !important;
  color: var(--wp--preset--color--background) !important; }

.wp-block-button__link.has-foreground-background-color:hover, .wp-block-button__link.has-foreground-background-color:focus {
  background: var(--wp--preset--color--background) !important;
  color: var(--wp--preset--color--foreground) !important; }

/*--------------------------------------------------------------
## Fields
--------------------------------------------------------------*/
.form-control input[type="text"], .search-form input[type="text"], .gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="text"],
.form-control input[type="email"],
.search-form input[type="email"],
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="email"],
.form-control input[type="url"],
.search-form input[type="url"],
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="url"],
.form-control input[type="password"],
.search-form input[type="password"],
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="password"],
.form-control input[type="search"],
.search-form input[type="search"],
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="search"],
.form-control input[type="number"],
.search-form input[type="number"],
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="number"],
.form-control input[type="tel"],
.search-form input[type="tel"],
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="tel"],
.form-control input[type="range"],
.search-form input[type="range"],
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="range"],
.form-control input[type="date"],
.search-form input[type="date"],
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="date"],
.form-control input[type="month"],
.search-form input[type="month"],
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="month"],
.form-control input[type="week"],
.search-form input[type="week"],
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="week"],
.form-control input[type="time"],
.search-form input[type="time"],
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="time"],
.form-control input[type="datetime"],
.search-form input[type="datetime"],
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="datetime"],
.form-control input[type="datetime-local"],
.search-form input[type="datetime-local"],
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="datetime-local"],
.form-control input[type="color"],
.search-form input[type="color"],
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="color"],
.form-control textarea,
.search-form textarea,
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] textarea {
  color: #010101;
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  padding: 1rem;
  background-color: #e5e5e5; }
  .form-control input[type="text"]:focus, .search-form input[type="text"]:focus, .gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="text"]:focus,
  .form-control input[type="email"]:focus,
  .search-form input[type="email"]:focus,
  .gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="email"]:focus,
  .form-control input[type="url"]:focus,
  .search-form input[type="url"]:focus,
  .gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="url"]:focus,
  .form-control input[type="password"]:focus,
  .search-form input[type="password"]:focus,
  .gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="password"]:focus,
  .form-control input[type="search"]:focus,
  .search-form input[type="search"]:focus,
  .gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="search"]:focus,
  .form-control input[type="number"]:focus,
  .search-form input[type="number"]:focus,
  .gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="number"]:focus,
  .form-control input[type="tel"]:focus,
  .search-form input[type="tel"]:focus,
  .gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="tel"]:focus,
  .form-control input[type="range"]:focus,
  .search-form input[type="range"]:focus,
  .gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="range"]:focus,
  .form-control input[type="date"]:focus,
  .search-form input[type="date"]:focus,
  .gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="date"]:focus,
  .form-control input[type="month"]:focus,
  .search-form input[type="month"]:focus,
  .gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="month"]:focus,
  .form-control input[type="week"]:focus,
  .search-form input[type="week"]:focus,
  .gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="week"]:focus,
  .form-control input[type="time"]:focus,
  .search-form input[type="time"]:focus,
  .gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="time"]:focus,
  .form-control input[type="datetime"]:focus,
  .search-form input[type="datetime"]:focus,
  .gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="datetime"]:focus,
  .form-control input[type="datetime-local"]:focus,
  .search-form input[type="datetime-local"]:focus,
  .gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="datetime-local"]:focus,
  .form-control input[type="color"]:focus,
  .search-form input[type="color"]:focus,
  .gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="color"]:focus,
  .form-control textarea:focus,
  .search-form textarea:focus,
  .gform_wrapper.gravity-theme[id^="gform_wrapper_"] textarea:focus {
    color: #111; }
  .form-control input[type="text"]:focus-visible, .search-form input[type="text"]:focus-visible, .gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="text"]:focus-visible,
  .form-control input[type="email"]:focus-visible,
  .search-form input[type="email"]:focus-visible,
  .gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="email"]:focus-visible,
  .form-control input[type="url"]:focus-visible,
  .search-form input[type="url"]:focus-visible,
  .gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="url"]:focus-visible,
  .form-control input[type="password"]:focus-visible,
  .search-form input[type="password"]:focus-visible,
  .gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="password"]:focus-visible,
  .form-control input[type="search"]:focus-visible,
  .search-form input[type="search"]:focus-visible,
  .gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="search"]:focus-visible,
  .form-control input[type="number"]:focus-visible,
  .search-form input[type="number"]:focus-visible,
  .gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="number"]:focus-visible,
  .form-control input[type="tel"]:focus-visible,
  .search-form input[type="tel"]:focus-visible,
  .gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="tel"]:focus-visible,
  .form-control input[type="range"]:focus-visible,
  .search-form input[type="range"]:focus-visible,
  .gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="range"]:focus-visible,
  .form-control input[type="date"]:focus-visible,
  .search-form input[type="date"]:focus-visible,
  .gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="date"]:focus-visible,
  .form-control input[type="month"]:focus-visible,
  .search-form input[type="month"]:focus-visible,
  .gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="month"]:focus-visible,
  .form-control input[type="week"]:focus-visible,
  .search-form input[type="week"]:focus-visible,
  .gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="week"]:focus-visible,
  .form-control input[type="time"]:focus-visible,
  .search-form input[type="time"]:focus-visible,
  .gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="time"]:focus-visible,
  .form-control input[type="datetime"]:focus-visible,
  .search-form input[type="datetime"]:focus-visible,
  .gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="datetime"]:focus-visible,
  .form-control input[type="datetime-local"]:focus-visible,
  .search-form input[type="datetime-local"]:focus-visible,
  .gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="datetime-local"]:focus-visible,
  .form-control input[type="color"]:focus-visible,
  .search-form input[type="color"]:focus-visible,
  .gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="color"]:focus-visible,
  .form-control textarea:focus-visible,
  .search-form textarea:focus-visible,
  .gform_wrapper.gravity-theme[id^="gform_wrapper_"] textarea:focus-visible {
    outline: 2px solid #c1a087; }

.form-control select, .search-form select, .gform_wrapper.gravity-theme[id^="gform_wrapper_"] select {
  border: 1px solid #e5e5e5;
  padding: 1rem; }
  .form-control select:focus-visible, .search-form select:focus-visible, .gform_wrapper.gravity-theme[id^="gform_wrapper_"] select:focus-visible {
    outline: 2px solid #c1a087; }


.form-control textarea,
.search-form textarea,
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] textarea {
  width: 100%; }

.search-form .search-submit {
  padding: 1.2rem 2rem; }

[id^="gform_wrapper_"].gform_wrapper.gravity-theme {
  margin-left: auto;
  margin-right: auto;
  width: 84%; }
  @media screen and (min-width: 1078px) {
    [id^="gform_wrapper_"].gform_wrapper.gravity-theme {
      width: 1300px;
      max-width: 90%; } }
  @media screen and (min-width: 1600px) {
    [id^="gform_wrapper_"].gform_wrapper.gravity-theme {
      max-width: 84%; } }
  [id^="gform_wrapper_"].gform_wrapper.gravity-theme .gform_title {
    text-align: center; }
  [id^="gform_wrapper_"].gform_wrapper.gravity-theme .ginput_container_date {
    position: relative; }
    [id^="gform_wrapper_"].gform_wrapper.gravity-theme .ginput_container_date input {
      width: 100%; }
    [id^="gform_wrapper_"].gform_wrapper.gravity-theme .ginput_container_date .ui-datepicker-trigger {
      position: absolute;
      right: 10px; }
  [id^="gform_wrapper_"].gform_wrapper.gravity-theme .gfield_label {
    color: #777;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1.2px;
    text-transform: uppercase; }
  [id^="gform_wrapper_"].gform_wrapper.gravity-theme .gfield_required.gfield_required_text {
    display: none; }
  [id^="gform_wrapper_"].gform_wrapper.gravity-theme .gfield_required:after {
    display: block;
    content: "*";
    color: #777; }
  [id^="gform_wrapper_"].gform_wrapper.gravity-theme .gfield_radio,
  [id^="gform_wrapper_"].gform_wrapper.gravity-theme .gfield_checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem; }
    [id^="gform_wrapper_"].gform_wrapper.gravity-theme .gfield_radio .gchoice,
    [id^="gform_wrapper_"].gform_wrapper.gravity-theme .gfield_checkbox .gchoice {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-column-gap: 15px;
         -moz-column-gap: 15px;
              column-gap: 15px; }
      [id^="gform_wrapper_"].gform_wrapper.gravity-theme .gfield_radio .gchoice .gfield-choice-input + label,
      [id^="gform_wrapper_"].gform_wrapper.gravity-theme .gfield_checkbox .gchoice .gfield-choice-input + label {
        max-width: none; }
    [id^="gform_wrapper_"].gform_wrapper.gravity-theme .gfield_radio label,
    [id^="gform_wrapper_"].gform_wrapper.gravity-theme .gfield_checkbox label {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      [id^="gform_wrapper_"].gform_wrapper.gravity-theme .gfield_radio label:before,
      [id^="gform_wrapper_"].gform_wrapper.gravity-theme .gfield_checkbox label:before {
        content: "";
        margin-left: -29px;
        margin-right: 15px;
        width: 25px;
        height: 25px;
        background-image: url("img/icon-check.svg");
        background-size: 0px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-color: #e5e5e5;
        border: 2px solid #e5e5e5;
        cursor: pointer;
        -webkit-transition: ease-in-out 0.25s;
        -o-transition: ease-in-out 0.25s;
        transition: ease-in-out 0.25s; }
    [id^="gform_wrapper_"].gform_wrapper.gravity-theme .gfield_radio input[type="radio"],
    [id^="gform_wrapper_"].gform_wrapper.gravity-theme .gfield_radio input[type="checkbox"],
    [id^="gform_wrapper_"].gform_wrapper.gravity-theme .gfield_checkbox input[type="radio"],
    [id^="gform_wrapper_"].gform_wrapper.gravity-theme .gfield_checkbox input[type="checkbox"] {
      opacity: 0; }
      [id^="gform_wrapper_"].gform_wrapper.gravity-theme .gfield_radio input[type="radio"]:checked + label:before,
      [id^="gform_wrapper_"].gform_wrapper.gravity-theme .gfield_radio input[type="checkbox"]:checked + label:before,
      [id^="gform_wrapper_"].gform_wrapper.gravity-theme .gfield_checkbox input[type="radio"]:checked + label:before,
      [id^="gform_wrapper_"].gform_wrapper.gravity-theme .gfield_checkbox input[type="checkbox"]:checked + label:before {
        background-image: url("img/icon-check.svg");
        background-size: 14px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-color: #d8d8d8;
        border-color: #d8d8d8; }
  [id^="gform_wrapper_"].gform_wrapper.gravity-theme .instruction {
    display: none; }
  [id^="gform_wrapper_"].gform_wrapper.gravity-theme .gfield input::-webkit-input-placeholder, [id^="gform_wrapper_"].gform_wrapper.gravity-theme .gfield input::-moz-placeholder,
  [id^="gform_wrapper_"].gform_wrapper.gravity-theme .gfield textarea::-webkit-input-placeholder,
  [id^="gform_wrapper_"].gform_wrapper.gravity-theme .gfield textarea::-moz-placeholder {
    color: #000;
    opacity: 0.8; }
  [id^="gform_wrapper_"].gform_wrapper.gravity-theme #field_submit input,
  [id^="gform_wrapper_"].gform_wrapper.gravity-theme .gform_button {
    margin-left: auto; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.site-header.headroom--top .main-navigation a {
  color: #f4f0ed; }
  .site-header.headroom--top .main-navigation a:hover {
    color: #c1a087; }

.site-header.headroom--not-top .main-navigation a {
  color: #f4f0ed; }
  .site-header.headroom--not-top .main-navigation a:hover {
    color: #c1a087; }

.site-header.headroom--top .main-navigation ul ul a:hover, .site-header.headroom--not-top .main-navigation ul ul a:hover {
  color: #3a3a3b; }

.main-navigation {
  display: block; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      background-color: #c1a087;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li {
        padding: 1rem; }
        .main-navigation ul ul li:hover > ul,
        .main-navigation ul ul li.focus > ul {
          left: 100%; }
      .main-navigation ul ul a {
        line-height: 1.5;
        text-transform: none; }
        .main-navigation ul ul a:hover {
          color: #3a3a3b; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    position: relative;
    margin: 0.5rem 1rem; }
    .main-navigation li.lang-item {
      margin: 0.5rem 0; }
      .main-navigation li.lang-item a {
        padding: 0 0.5rem; }
      .main-navigation li.lang-item.current-lang a {
        color: #c1a087; }
  .main-navigation a {
    position: relative;
    display: block;
    line-height: 100px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s; }
  .main-navigation .social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0.5rem; }
    @media only screen and (max-width: 960px) {
      .main-navigation .social-media {
        margin: 0; } }
    .main-navigation .social-media a.social-media__facebook {
      content: url("./img/icon-facebook-white.svg");
      margin-left: 2rem; }
      @media only screen and (max-width: 960px) {
        .main-navigation .social-media a.social-media__facebook {
          margin-left: 0; } }
      .main-navigation .social-media a.social-media__facebook:hover {
        content: url("./img/icon-facebook-brown.svg"); }
    .main-navigation .social-media a.social-media__instagram {
      content: url("./img/icon-instagram-white.svg"); }
      .main-navigation .social-media a.social-media__instagram:hover {
        content: url("./img/icon-instagram-brown.svg"); }

/* Small menu. */
button.menu-toggle,
.main-navigation.toggled ul:not(.sub-menu) {
  display: block; }

@media screen and (min-width: 961px) {
  button.menu-toggle,
  .sub-menu-toggle {
    display: none; }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .menu-item-has-children > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.8rem; }
    .menu-item-has-children > a:after {
      display: block;
      content: url("./img/icon-arrow-down.svg");
      line-height: 0;
      -webkit-transition: ease-in-out 0.3s;
      -o-transition: ease-in-out 0.3s;
      transition: ease-in-out 0.3s; }
  .menu-item-has-children:hover > a:after, .menu-item-has-children:focus > a:after, .menu-item-has-children:active > a:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); } }

.sub-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

button.menu-toggle {
  position: relative;
  float: right;
  margin: 0;
  background: transparent;
  width: 35px;
  padding: 5px;
  z-index: 10002;
  border: 0; }
  button.menu-toggle:hover, button.menu-toggle:focus, button.menu-toggle:active {
    background: transparent; }
  button.menu-toggle:focus, button.menu-toggle:active {
    outline: 0; }

.toggle-gfx {
  position: relative;
  display: block;
  width: 25px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg); }
  .toggle-gfx:hover {
    cursor: pointer; }
    .toggle-gfx:hover span {
      background-color: #c1a087; }
  .toggle-gfx span {
    display: block;
    height: 3px;
    background-color: #f4f0ed;
    margin-bottom: 6px;
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    opacity: 1; }
  .toggled .toggle-gfx .lt {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .toggled .toggle-gfx .lm {
    opacity: 0; }
  .toggled .toggle-gfx .lb {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

@media screen and (max-width: 960px) {
  #menu-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background: #3a3a3b;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    z-index: 10001;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    -o-transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
    height: calc(100vh);
    min-width: 200px; }
    .toggled #menu-top {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      -webkit-transition: -webkit-transform 0.5s ease-out;
      transition: -webkit-transform 0.5s ease-out;
      -o-transition: transform 0.5s ease-out;
      transition: transform 0.5s ease-out;
      transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out; }
  .main-navigation #primary-menu {
    position: relative;
    top: 100px; }
  .main-navigation li {
    width: 100%;
    margin: 0; }
    .main-navigation li.lang-item a {
      padding: 1rem 2rem; }
  .main-navigation a {
    border-bottom: 0;
    line-height: 1.5;
    padding: 1rem 2rem; }
  .main-navigation button.sub-menu-toggle {
    position: relative;
    display: block;
    float: right;
    background-color: transparent;
    border: none;
    margin-right: 10px;
    cursor: pointer;
    z-index: 10; }
    .main-navigation button.sub-menu-toggle:before {
      display: block;
      content: url("img/icon-arrow-down.svg");
      width: 59px;
      height: 59px;
      line-height: 59px; }
  .main-navigation .sub-menu {
    display: none;
    position: relative;
    float: none;
    left: auto; }
    .main-navigation .sub-menu.open {
      display: block;
      background-color: transparent; }
    .main-navigation .sub-menu li {
      margin: 0;
      padding: 0; }
      .main-navigation .sub-menu li a {
        background-color: #535355; }
        .main-navigation .sub-menu li a:hover {
          color: #c1a087 !important; } }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments & clearings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Align
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

/*--------------------------------------------------------------
# Clear
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Embeds
--------------------------------------------------------------*/
embed,
iframe,
object {
  max-width: 100%; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.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; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.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; }

/*--------------------------------------------------------------
## Lightbox
--------------------------------------------------------------*/
.pswp__bg {
  opacity: 0.8 !important; }

/*--------------------------------------------------------------
## Smiley
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/*--------------------------------------------------------------
# General content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
.site {
  scroll-padding: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }

.site-content {
  padding-top: 82px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .site-content.no-hero-block {
    padding-top: 200px; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  -o-transition: transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
  z-index: 1000;
  background: transparent; }
  .admin-bar .site-header {
    margin-top: 32px; }
    @media only screen and (max-width: 780px) {
      .admin-bar .site-header {
        margin-top: 0; } }
  @media only screen and (max-width: 780px) {
    .admin-bar .site-header.headroom--top {
      margin-top: 46px; } }
  .site-header.headroom--not-top {
    background: #3a3a3b;
    -webkit-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s; }
    .site-header.headroom--not-top .site-branding .site-title img {
      top: 0px;
      width: 80px; }
  .site-header.headroom--pinned {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%); }
  .site-header.headroom--unpinned:not(.open) {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }
  .site-header .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10000;
    min-height: 100px;
    max-width: 92%;
    margin-left: auto;
    margin-right: auto; }
    .no-cssgrid .site-header .wrap {
      display: block; }

.site-branding .site-title {
  margin: 0; }
  .site-branding .site-title img {
    position: relative;
    top: 30px;
    display: block;
    width: 150px;
    -webkit-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    z-index: 10002; }
    @media only screen and (max-width: 960px) {
      .site-branding .site-title img {
        top: 0;
        max-width: 80px; } }
  .site-branding .site-title a:hover img {
    opacity: 0.7; }

.main-navigation {
  margin-left: auto; }

.site-header.no-hero-block {
  background: #3a3a3b; }
  .site-header.no-hero-block .site-branding .site-title img {
    top: 0;
    width: 85px; }

.header-capacity-info {
  background-color: #2d2d2e;
  padding: 1rem;
  position: relative;
  width: 100%;
  top: 0;
  -webkit-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s; }
  .header-capacity-info .sauna-block__text {
    color: #ffffff; }
  .site-header.open .header-capacity-info {
    top: -54px;
    margin-bottom: -54px; }

/*--------------------------------------------------------------
# Post and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.post,
.page {
  margin: 0; }

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

.page-content,
.entry-content,
.entry-summary {
  margin: 0; }

.entry-header,
.page-header {
  margin-left: auto;
  margin-right: auto;
  width: 84%;
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center; }
  @media screen and (min-width: 1078px) {
    .entry-header,
    .page-header {
      width: 900px;
      max-width: 80%; } }
  @media screen and (min-width: 1600px) {
    .entry-header,
    .page-header {
      max-width: 74%; } }
  @media screen and (min-width: 768px) {
    .entry-header,
    .page-header {
      margin-top: 2em;
      margin-bottom: 2em; } }

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

.edit-link {
  position: fixed;
  top: 50%;
  right: 1em; }
  .edit-link a {
    display: block;
    background: #010101;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    padding: 1em; }
    .edit-link a:hover, .edit-link a:focus, .edit-link a:active {
      background-color: #4e4e4e; }

article.type-post .entry-meta,
article.type-post .entry-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 14px;
  font-size: 0.875rem;
  color: #3b3152;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (min-width: 768px) {
    article.type-post .entry-meta,
    article.type-post .entry-footer {
      margin-top: 1em;
      margin-bottom: 1em; } }

article.type-post .entry-footer {
  margin-top: 2rem; }

.single-post article.type-post .entry-title {
  margin-bottom: 0; }

.single-post article.type-post .entry-footer {
  margin-top: 3rem; }

.blog .hentry,
.archive .hentry {
  margin-left: auto;
  margin-right: auto;
  width: 84%;
  margin-bottom: 5rem; }
  @media screen and (min-width: 1078px) {
    .blog .hentry,
    .archive .hentry {
      width: 700px;
      max-width: 70%; } }
  @media screen and (min-width: 1600px) {
    .blog .hentry,
    .archive .hentry {
      max-width: 64%; } }
  .blog .hentry .entry-title,
  .archive .hentry .entry-title {
    margin-bottom: 0; }
  .blog .hentry .entry-content > *,
  .archive .hentry .entry-content > * {
    width: 100%;
    max-width: 100%;
    text-align: center; }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin-left: auto;
  margin-right: auto;
  width: 84%;
  margin-top: 1em;
  margin-bottom: 1em;
  overflow: hidden; }
  @media screen and (min-width: 1078px) {
    .site-main .comment-navigation, .site-main
    .posts-navigation, .site-main
    .post-navigation {
      width: 900px;
      max-width: 80%; } }
  @media screen and (min-width: 1600px) {
    .site-main .comment-navigation, .site-main
    .posts-navigation, .site-main
    .post-navigation {
      max-width: 74%; } }
  @media screen and (min-width: 768px) {
    .site-main .comment-navigation, .site-main
    .posts-navigation, .site-main
    .post-navigation {
      margin-top: 2em;
      margin-bottom: 2em; } }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.single-post .comment-navigation, .single-post
.posts-navigation, .single-post
.post-navigation {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #f1f1f1; }

.error404,
.search {
  background-color: #f4f0ed; }
  .error404 .site-header,
  .search .site-header {
    background: #3a3a3b; }
    .error404 .site-header .site-branding .site-title img,
    .search .site-header .site-branding .site-title img {
      top: 0;
      width: 85px; }
  .error404 .site-content,
  .search .site-content {
    margin-top: 4rem;
    margin-bottom: 6rem; }
    .error404 .site-content .content-area,
    .search .site-content .content-area {
      margin-left: auto;
      margin-right: auto;
      width: 84%; }
      @media screen and (min-width: 1078px) {
        .error404 .site-content .content-area,
        .search .site-content .content-area {
          width: 1300px;
          max-width: 90%; } }
      @media screen and (min-width: 1600px) {
        .error404 .site-content .content-area,
        .search .site-content .content-area {
          max-width: 84%; } }

.error-404 .page-content,
.no-results .page-content {
  text-align: center; }

.search-results .entry-summary {
  margin-left: auto;
  margin-right: auto;
  width: 84%; }
  @media screen and (min-width: 1078px) {
    .search-results .entry-summary {
      width: 700px;
      max-width: 70%; } }
  @media screen and (min-width: 1600px) {
    .search-results .entry-summary {
      max-width: 64%; } }

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
.block {
  clear: both; }

.entry-content > * {
  margin-left: auto;
  margin-right: auto;
  width: 84%; }
  @media screen and (min-width: 1078px) {
    .entry-content > * {
      width: 900px;
      max-width: 80%; } }
  @media screen and (min-width: 1600px) {
    .entry-content > * {
      max-width: 74%; } }

.entry-content > .alignwide,
.alignwide {
  margin-left: auto;
  margin-right: auto;
  width: 84%; }
  @media screen and (min-width: 1078px) {
    .entry-content > .alignwide,
    .alignwide {
      width: 1300px;
      max-width: 90%; } }
  @media screen and (min-width: 1600px) {
    .entry-content > .alignwide,
    .alignwide {
      max-width: 84%; } }

.entry-content > .alignfull, .entry-content > .hero,
.alignfull,
.hero {
  width: 100%;
  max-width: 100%; }

.hero {
  position: relative; }
  .hero.first-block {
    margin-top: -82px; }
  @media screen and (orientation: portrait) {
    .hero {
      padding: 4em 0; }
      .hero.first-block {
        padding-top: 8em; } }
  .hero .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2; }
    .hero .content .wrap {
      width: 90%;
      max-width: 1170px;
      margin: 0 auto; }
    @media screen and (orientation: portrait) {
      .hero .content {
        position: relative; } }
  .hero .background {
    position: relative;
    background-color: #010101; }
    @media screen and (orientation: portrait) {
      .hero .background {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; } }
    .hero .background img {
      display: block;
      width: 100%;
      height: auto;
      opacity: 0.6; }
      @media screen and (orientation: portrait) {
        .hero .background img {
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; } }
  .hero h1,
  .hero h2,
  .hero h3,
  .hero h4,
  .hero h5,
  .hero h6 {
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #ffffff; }
  .hero p {
    color: #ffffff; }
  .hero .wp-block-button__link {
    background-color: #f4f0ed;
    border-color: #f4f0ed;
    color: #010101;
    -webkit-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s; }
    .hero .wp-block-button__link:hover, .hero .wp-block-button__link:focus {
      background-color: #c1a087;
      border-color: #c1a087;
      color: #ffffff; }

.wp-block-image figure.aligncenter {
  text-align: center; }

.wp-block-image figure img {
  display: inline-block; }

.wp-block-media-text.is-image-fill-element .wp-block-media-text__media {
  position: relative; }
  .wp-block-media-text.is-image-fill-element .wp-block-media-text__media img {
    position: absolute; }

.wp-block-media-text .wp-block-media-text__content > *:first-child {
  margin-top: 3rem; }

.wp-block-media-text .wp-block-media-text__content > *:last-child {
  margin-bottom: 3rem; }

.wp-block-quote {
  padding: 1em;
  border-left: 4px solid #ffdf2c; }

.wp-block-buttons {
  text-align: center; }
  .wp-block-buttons .wp-block-button {
    display: inline-block; }
    .wp-block-buttons .wp-block-button + .wp-block-button {
      margin-left: 1em; }

.wp-block-gallery ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .wp-block-gallery ul li {
    display: block; }
    .wp-block-gallery ul li:before {
      display: none !important; }
    .wp-block-gallery ul li figure {
      margin: 0;
      text-align: center; }
      .wp-block-gallery ul li figure img {
        display: inline-block; }

.wp-block-group {
  padding: 4rem;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 1600px) {
    .wp-block-group {
      padding: 4rem;
      padding-left: 0;
      padding-right: 0; } }
  .wp-block-group.has-background {
    padding: 8rem;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 1600px) {
      .wp-block-group.has-background {
        padding: 8rem;
        padding-left: 0;
        padding-right: 0; } }
  .wp-block-group.alignfull > *:not(div), .wp-block-group.hero > *:not(div) {
    margin-left: auto;
    margin-right: auto;
    width: 84%; }
    @media screen and (min-width: 1078px) {
      .wp-block-group.alignfull > *:not(div), .wp-block-group.hero > *:not(div) {
        width: 900px;
        max-width: 80%; } }
    @media screen and (min-width: 1600px) {
      .wp-block-group.alignfull > *:not(div), .wp-block-group.hero > *:not(div) {
        max-width: 74%; } }
  .wp-block-group.alignfull > div, .wp-block-group.hero > div {
    margin-left: auto;
    margin-right: auto;
    width: 84%; }
    @media screen and (min-width: 1078px) {
      .wp-block-group.alignfull > div, .wp-block-group.hero > div {
        width: 1300px;
        max-width: 90%; } }
    @media screen and (min-width: 1600px) {
      .wp-block-group.alignfull > div, .wp-block-group.hero > div {
        max-width: 84%; } }
  .wp-block-group.padding-2 {
    padding: 4rem;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 1600px) {
      .wp-block-group.padding-2 {
        padding: 4rem;
        padding-left: 0;
        padding-right: 0; } }

[class^="wp-container-"].wp-block-columns {
  gap: 3rem; }

.wp-block-columns {
  gap: 3rem; }
  .wp-block-columns .wp-block-column.has-background {
    padding: 4rem;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 1600px) {
      .wp-block-columns .wp-block-column.has-background {
        padding: 4rem;
        padding-left: 0;
        padding-right: 0; } }
  .wp-block-columns.icon-columns .wp-block-column .wp-block-image {
    height: 100px;
    margin-bottom: 2rem; }
    .wp-block-columns.icon-columns .wp-block-column .wp-block-image img {
      max-height: 100px; }

.sauna-block {
  margin-left: auto;
  margin-right: auto;
  width: 84%; }
  @media screen and (min-width: 1078px) {
    .sauna-block {
      width: 900px;
      max-width: 80%; } }
  @media screen and (min-width: 1600px) {
    .sauna-block {
      max-width: 74%; } }
  .sauna-block__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #241e32;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 600; }
    @media (min-width: 1024px) {
      .sauna-block__text {
        font-size: 17.5px;
        font-size: 1.09375rem; } }
    @media (min-width: 1600px) {
      .sauna-block__text {
        font-size: 20px;
        font-size: 1.25rem; } }
    .has-theme-dark-grey-background-color .sauna-block__text {
      color: #f4f0ed; }
    .sauna-block__text span {
      display: block;
      margin-left: 0.6rem;
      width: 20px;
      height: 20px;
      border-radius: 9999px; }
      .sauna-block__text span.no_rush, .sauna-block__text span.tiny_rush {
        background-color: #42b542; }
      .sauna-block__text span.little_rush, .sauna-block__text span.man_rush, .sauna-block__text span.woman_rush {
        background-color: #f0e84e; }
      .sauna-block__text span.semi_rush {
        background-color: orange; }
      .sauna-block__text span.full_rush {
        background-color: orangered; }
      @media only screen and (max-width: 575.98px) {
        .sauna-block__text span {
          width: 15px;
          height: 15px;
          margin-left: 0.5rem; } }

.map-embed {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 84%;
  margin-top: 2em;
  margin-bottom: 2em;
  padding-bottom: 30%;
  overflow: hidden;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s; }
  @media screen and (min-width: 1078px) {
    .map-embed {
      width: 1300px;
      max-width: 90%; } }
  @media screen and (min-width: 1600px) {
    .map-embed {
      max-width: 84%; } }
  @media screen and (min-width: 768px) {
    .map-embed {
      margin-top: 4em;
      margin-bottom: 4em; } }
  .map-embed:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0); }
  @media only screen and (max-width: 575.98px) {
    .map-embed {
      padding-bottom: 400px; } }
  .map-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #3a3a3b;
  color: #ffffff;
  padding: 4em 0; }
  .site-footer .site-info {
    width: 1400px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto; }
    .site-footer .site-info ul {
      list-style: none;
      padding: 0;
      margin: 0;
      padding-left: 2rem; }
      @media only screen and (max-width: 767.98px) {
        .site-footer .site-info ul {
          padding-left: 0; } }
      .site-footer .site-info ul li a {
        line-height: 2;
        color: #ffffff;
        font-weight: 600;
        text-decoration: none; }
        .site-footer .site-info ul li a:hover {
          color: #c1a087; }
    .site-footer .site-info .wp-block-columns {
      gap: 2rem; }
      .site-footer .site-info .wp-block-columns .wp-block-column {
        margin: auto;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content; }
        .site-footer .site-info .wp-block-columns .wp-block-column > * {
          white-space: nowrap; }
      @media only screen and (max-width: 767.98px) {
        .site-footer .site-info .wp-block-columns {
          grid-template-columns: 1fr; }
          .site-footer .site-info .wp-block-columns .wp-block-column {
            margin: 0;
            max-width: 100%;
            text-align: center; } }
