/*!
Theme Name: Villa Voliera
Theme URI: https://doorons.nl
Author: Door ons
Author URI: https://doorons.nl
Description: Villa Voliera
Version: 1.0.0
Text Domain: villavoliera
*/
@import url("https://use.typekit.net/igr8ogg.css");
.main-font {
  font-family: "Upgrade", sans-serif;
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/cormorant-garamond/cormorant-garamond-400.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/cormorant-garamond/cormorant-garamond-400i.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/cormorant-garamond/cormorant-garamond-500.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/cormorant-garamond/cormorant-garamond-600.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/cormorant-garamond/cormorant-garamond-700.woff2") format("woff2");
}
/*! normalize.css v8.0.1 | 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;
  -webkit-text-size-adjust: 100%;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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 {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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 {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

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

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/* Typography
--------------------------------------------- */
body {
  color: var(--main-color);
  font-family: "Upgrade", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

button,
input,
select,
optgroup,
textarea {
  color: var(--main-color);
  font-family: "Upgrade", sans-serif;
  font-size: inherit;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 600;
  margin-bottom: 10px;
}

h1 {
  font-size: 26px;
  line-height: 1;
}

h2 {
  font-size: 24px;
  line-height: 1;
}

h3 {
  font-size: 22px;
  line-height: 1;
}

h4 {
  font-size: 20px;
  line-height: 1;
}

h5 {
  font-size: 18px;
  line-height: 1;
}

h6 {
  font-size: 16px;
  line-height: 1;
}

.heading,
.heading-h1,
.heading-h2,
.heading-h3,
.heading-h4,
.heading-h5,
.heading-h6 {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
}

.heading {
  font-size: 32px;
  line-height: 1;
  margin: 0;
  font-weight: bold;
}

.heading-h1 {
  font-size: 28px;
  line-height: 1;
}

.heading-h2 {
  font-size: 26px;
  line-height: 1;
}

.heading-h3 {
  font-size: 24px;
  line-height: 1;
}

.heading-h4 {
  font-size: 24px;
  line-height: 1;
}

.heading-h5 {
  font-size: 24px;
  line-height: 1;
}

.heading-h6 {
  font-size: 24px;
  line-height: 1;
}

p {
  margin-top: 0;
  margin-bottom: 24px;
}

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

blockquote {
  margin: 0 0 1.375em;
}

address {
  margin: 0 0 1.375em;
}

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,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
  font-size: 125%;
}

b, strong {
  font-weight: 600;
}

/* Elements
--------------------------------------------- */
html {
  position: relative;
}

body {
  font-weight: 300;
  position: relative;
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  touch-action: pan-y;
}
body.home {
  background-image: url("../images/background.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
}
body:not(.home) {
  background-color: var(--content-bg-color);
}
body.toggled {
  overflow: hidden;
}
body.toggled:before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 999;
}

main {
  margin-bottom: auto;
}
@media (max-width: 767px) {
  main {
    padding-bottom: 90px;
  }
}

.container {
  max-width: 1364px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 270px 0 60px;
}
@media (max-width: 767px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.container.container-small {
  max-width: 630px;
}

* {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

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

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: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

.has-hover-zoom {
  position: relative;
  overflow: hidden;
}
.has-hover-zoom:hover img:only-of-type {
  transform: scale(1.2);
}
@media (max-width: 767px) {
  .has-hover-zoom:hover img:only-of-type {
    transform: none;
  }
}
.has-hover-zoom img {
  transition: 750ms;
  display: block;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: var(--main-color);
}
a:hover, a:active {
  outline: 0;
  text-decoration: underline;
}

.text-link {
  color: var(--main-color);
  font-weight: 400;
  text-decoration: underline;
}

/* Forms
--------------------------------------------- */
button,
.button,
.woocommerce a.button,
.woocommerce button.button,
input[type=button],
input[type=reset],
input[type=submit]:not(.wpcf7-submit) {
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  background-color: var(--theme-color);
  padding: 9px 24px 9px 24px;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  min-height: 61px;
  display: inline-flex;
  align-items: center;
  border: none;
  width: 100%;
  max-width: 520px;
}
@media (max-width: 767px) {
  button,
  .button,
  .woocommerce a.button,
  .woocommerce button.button,
  input[type=button],
  input[type=reset],
  input[type=submit]:not(.wpcf7-submit) {
    min-height: 48px;
    max-width: none;
  }
}
@media (max-width: 375px) {
  button,
  .button,
  .woocommerce a.button,
  .woocommerce button.button,
  input[type=button],
  input[type=reset],
  input[type=submit]:not(.wpcf7-submit) {
    font-size: 18px;
  }
}
button i[class^=fa-], button .svg-inline--fa,
.button i[class^=fa-],
.button .svg-inline--fa,
.woocommerce a.button i[class^=fa-],
.woocommerce a.button .svg-inline--fa,
.woocommerce button.button i[class^=fa-],
.woocommerce button.button .svg-inline--fa,
input[type=button] i[class^=fa-],
input[type=button] .svg-inline--fa,
input[type=reset] i[class^=fa-],
input[type=reset] .svg-inline--fa,
input[type=submit]:not(.wpcf7-submit) i[class^=fa-],
input[type=submit]:not(.wpcf7-submit) .svg-inline--fa {
  padding-right: 16px;
  vertical-align: middle;
}
button:hover,
.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:not(.wpcf7-submit):hover {
  background-color: var(--button-hover-color);
  color: var(--main-color);
  text-decoration: none;
}
@media (max-width: 767px) {
  button:hover,
  .button:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  input[type=button]:hover,
  input[type=reset]:hover,
  input[type=submit]:not(.wpcf7-submit):hover {
    background-color: var(--theme-color);
    color: #fff;
  }
}
button:active, button:focus,
.button:active,
.button:focus,
.woocommerce a.button:active,
.woocommerce a.button:focus,
.woocommerce button.button:active,
.woocommerce button.button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:not(.wpcf7-submit):active,
input[type=submit]:not(.wpcf7-submit):focus {
  background-color: var(--button-hover-color);
  color: var(--main-color);
  text-decoration: none;
}
@media (max-width: 767px) {
  button:active, button:focus,
  .button:active,
  .button:focus,
  .woocommerce a.button:active,
  .woocommerce a.button:focus,
  .woocommerce button.button:active,
  .woocommerce button.button:focus,
  input[type=button]:active,
  input[type=button]:focus,
  input[type=reset]:active,
  input[type=reset]:focus,
  input[type=submit]:not(.wpcf7-submit):active,
  input[type=submit]:not(.wpcf7-submit):focus {
    background-color: var(--theme-color);
    color: #fff;
  }
}
button.button-alt,
.button.button-alt,
.woocommerce a.button.button-alt,
.woocommerce button.button.button-alt,
input[type=button].button-alt,
input[type=reset].button-alt,
input[type=submit]:not(.wpcf7-submit).button-alt {
  background-color: var(--surface-color) !important;
}
button.icon-button,
.button.icon-button,
.woocommerce a.button.icon-button,
.woocommerce button.button.icon-button,
input[type=button].icon-button,
input[type=reset].icon-button,
input[type=submit]:not(.wpcf7-submit).icon-button {
  font-size: 40px;
  width: 110px;
  height: 110px;
  border-radius: 110px;
  justify-content: center;
}
button.icon-button i[class^=fa-], button.icon-button .svg-inline--fa,
.button.icon-button i[class^=fa-],
.button.icon-button .svg-inline--fa,
.woocommerce a.button.icon-button i[class^=fa-],
.woocommerce a.button.icon-button .svg-inline--fa,
.woocommerce button.button.icon-button i[class^=fa-],
.woocommerce button.button.icon-button .svg-inline--fa,
input[type=button].icon-button i[class^=fa-],
input[type=button].icon-button .svg-inline--fa,
input[type=reset].icon-button i[class^=fa-],
input[type=reset].icon-button .svg-inline--fa,
input[type=submit]:not(.wpcf7-submit).icon-button i[class^=fa-],
input[type=submit]:not(.wpcf7-submit).icon-button .svg-inline--fa {
  padding-right: 0;
}
@media (max-width: 767px) {
  button.icon-button,
  .button.icon-button,
  .woocommerce a.button.icon-button,
  .woocommerce button.button.icon-button,
  input[type=button].icon-button,
  input[type=reset].icon-button,
  input[type=submit]:not(.wpcf7-submit).icon-button {
    font-size: 26px;
    width: 64px;
    height: 64px;
    border-radius: 64px;
  }
}
button.icon-button.alt-button,
.button.icon-button.alt-button,
.woocommerce a.button.icon-button.alt-button,
.woocommerce button.button.icon-button.alt-button,
input[type=button].icon-button.alt-button,
input[type=reset].icon-button.alt-button,
input[type=submit]:not(.wpcf7-submit).icon-button.alt-button {
  background: none;
}
button.icon-button.alt-button-2,
.button.icon-button.alt-button-2,
.woocommerce a.button.icon-button.alt-button-2,
.woocommerce button.button.icon-button.alt-button-2,
input[type=button].icon-button.alt-button-2,
input[type=reset].icon-button.alt-button-2,
input[type=submit]:not(.wpcf7-submit).icon-button.alt-button-2 {
  background-color: var(--popup-color);
  color: var(--theme-color);
}
button.no-icon,
.button.no-icon,
.woocommerce a.button.no-icon,
.woocommerce button.button.no-icon,
input[type=button].no-icon,
input[type=reset].no-icon,
input[type=submit]:not(.wpcf7-submit).no-icon {
  justify-content: center;
}
button.button-fw,
.button.button-fw,
.woocommerce a.button.button-fw,
.woocommerce button.button.button-fw,
input[type=button].button-fw,
input[type=reset].button-fw,
input[type=submit]:not(.wpcf7-submit).button-fw {
  width: 100%;
}
button:not(.disabled), button:not(:disabled),
.button:not(.disabled),
.button:not(:disabled),
.woocommerce a.button:not(.disabled),
.woocommerce a.button:not(:disabled),
.woocommerce button.button:not(.disabled),
.woocommerce button.button:not(:disabled),
input[type=button]:not(.disabled),
input[type=button]:not(:disabled),
input[type=reset]:not(.disabled),
input[type=reset]:not(:disabled),
input[type=submit]:not(.wpcf7-submit):not(.disabled),
input[type=submit]:not(.wpcf7-submit):not(:disabled) {
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  font-size: 12px;
  font-weight: 300;
  color: var(--main-color);
  background: #d4d6d7;
  border: none;
  padding: 16px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 48px;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.16);
  transition: all 0.2s ease;
  width: 100%;
}
input[type=text]:active, input[type=text]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=url]:active,
input[type=url]:focus,
input[type=password]:active,
input[type=password]:focus,
input[type=search]:active,
input[type=search]:focus,
input[type=number]:active,
input[type=number]:focus,
input[type=tel]:active,
input[type=tel]:focus,
input[type=range]:active,
input[type=range]:focus,
input[type=date]:active,
input[type=date]:focus,
input[type=month]:active,
input[type=month]:focus,
input[type=week]:active,
input[type=week]:focus,
input[type=time]:active,
input[type=time]:focus,
input[type=datetime]:active,
input[type=datetime]:focus,
input[type=datetime-local]:active,
input[type=datetime-local]:focus,
input[type=color]:active,
input[type=color]:focus,
textarea:active,
textarea:focus,
select:active,
select:focus {
  background-color: var(--surface-color);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder,
select::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1; /* Firefox */
  color: var(--main-color);
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=range]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder { /* Internet Explorer 10-11 */
  opacity: 1;
  color: var(--main-color);
}
input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=url]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=search]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=range]::-ms-input-placeholder,
input[type=date]::-ms-input-placeholder,
input[type=month]::-ms-input-placeholder,
input[type=week]::-ms-input-placeholder,
input[type=time]::-ms-input-placeholder,
input[type=datetime]::-ms-input-placeholder,
input[type=datetime-local]::-ms-input-placeholder,
input[type=color]::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder { /* Microsoft Edge */
  opacity: 1;
  color: var(--main-color);
}

.wpcf7 {
  width: 100%;
  max-width: 520px;
}
.wpcf7 .form-row p {
  width: 100%;
}
.wpcf7 .form-row textarea {
  display: block;
}
.wpcf7 form .wpcf7-response-output {
  border: none !important;
  margin: 0;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #f66;
  text-align: left;
  margin-top: 5px;
}
.wpcf7 .button.wpcf7-submit {
  justify-content: center;
}

form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 520px;
}

.form-row {
  position: relative;
  display: flex;
}
.form-row:not(:last-child) {
  margin-bottom: 8px;
}
.form-row.select:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  content: "\f078";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: var(--main-color);
  font-size: 18px;
  pointer-events: none;
}
.form-row.select select {
  padding-right: 40px;
}

select {
  cursor: pointer;
}

/* Navigation
--------------------------------------------- */
.posts-navigation {
  margin-top: 20px;
  display: flex;
}
.posts-navigation .nav-links {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
}
.posts-navigation .nav-links a {
  text-decoration: none;
}
.posts-navigation .nav-previous {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.posts-navigation .nav-previous:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f061";
  margin-left: 5px;
}
.posts-navigation .nav-next {
  margin-right: auto;
  text-align: right;
  display: flex;
  align-items: center;
}
.posts-navigation .nav-next:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f060";
  margin-right: 5px;
}

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

.post {
  margin: 0 0 1.5em;
}

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

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

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

.item-information, body.single-item .item-information, body.page:not(.home) .page-information {
  text-align: left;
  padding: 32px 24px;
  color: #fff;
  background: var(--main-color);
}
@media (max-width: 767px) {
  .item-information, body.single-item .item-information, body.page:not(.home) .page-information {
    padding-left: 24px;
    padding-right: 24px;
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
  }
}
.item-information .heading, body.single-item .item-information .heading, body.page:not(.home) .page-information .heading {
  text-align: inherit;
  margin-bottom: 8px;
}
.item-information p, body.single-item .item-information p, body.page:not(.home) .page-information p {
  margin-bottom: 16px;
}
.item-information .address, body.single-item .item-information .address, body.page:not(.home) .page-information .address {
  margin-bottom: 24px;
}
.item-information .contact, body.single-item .item-information .contact, body.page:not(.home) .page-information .contact {
  margin-bottom: 24px;
}
.item-information .contact .button:not(:last-child), body.page:not(.home) .page-information .contact .button:not(:last-child) {
  margin-bottom: 16px;
}
.item-information > div, body.single-item .item-information > div, body.page:not(.home) .page-information > div {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

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

/* 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;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Header
--------------------------------------------- */
#header {
  margin-bottom: 42px;
}
#header .header-inner {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  padding-top: 15px;
}
@media (max-width: 991px) {
  #header .header-inner {
    flex-wrap: wrap;
    min-height: auto;
  }
}
#header .logo {
  margin-right: auto;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  background: var(--surface-color);
  padding: 10px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  #header .logo {
    width: 80px;
    height: 80px;
    order: 1;
  }
}
@media (max-width: 375px) {
  #header .logo {
    width: 80px;
    height: 80px;
  }
}
#header .logo img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  display: block;
}
#header .form-row {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
#header .search-form {
  width: 100%;
  max-width: 370px;
  margin-left: 16px;
}
@media (max-width: 991px) {
  #header .search-form {
    order: 3;
    max-width: none;
    margin-left: 0;
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  #header .search-form {
    display: none;
  }
}
#header .search-form label {
  width: 100%;
}
#header .search-field {
  background: var(--surface-color);
  border-radius: 48px;
  box-shadow: none;
}
#header button {
  position: absolute;
  color: var(--main-color);
  width: auto;
  height: auto;
  font-size: 16px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 16px;
  min-height: auto;
}
#header button.popup-button {
  display: none;
}
#header .select {
  margin-left: 16px;
}
@media (max-width: 767px) {
  #header .select {
    order: 2;
  }
}
#header .select:after {
  font-size: 12px;
  padding-bottom: 2px;
}
#header select {
  background: var(--surface-color);
  box-shadow: none;
  border-radius: 48px;
  padding-left: 24px;
  min-height: 48px;
}
#header .wpml-ls-legacy-dropdown-click {
  margin-left: 16px;
  background: var(--surface-color);
  box-shadow: none;
  border-radius: 48px;
  display: flex;
  align-items: center;
  width: auto;
  font-weight: bold;
}
@media (max-width: 767px) {
  #header .wpml-ls-legacy-dropdown-click {
    order: 2;
  }
}
#header .wpml-ls-legacy-dropdown-click > ul {
  min-height: 48px;
  width: 100%;
}
@media (max-width: 767px) {
  #header .wpml-ls-legacy-dropdown-click > ul {
    min-height: auto;
  }
}
#header .wpml-ls-legacy-dropdown-click a {
  border: none;
  background: none;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  color: var(--main-color);
  padding: 16px 40px 16px 24px;
  min-width: 96px;
}
@media (max-width: 767px) {
  #header .wpml-ls-legacy-dropdown-click a {
    padding: 8px 34px 8px 16px;
  }
}
#header .wpml-ls-legacy-dropdown-click a:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  content: "\f078";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: var(--main-color);
  font-size: 12px;
  line-height: 14px;
  padding-bottom: 2px;
  border: none;
}
@media (max-width: 767px) {
  #header .wpml-ls-legacy-dropdown-click a:after {
    right: 16px;
  }
}
#header .wpml-ls-legacy-dropdown-click a span {
  display: block;
}
#header .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  border-top: 0;
  margin-top: 2px;
  background: none;
}
#header .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 48px;
}
#header .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:after {
  content: none;
}
#header .button.icon-button {
  display: none;
  order: 3;
  width: 26px;
  height: auto;
  min-height: 26px;
  padding: 0;
  color: var(--main-color);
  margin-left: 16px;
  line-height: 32px;
}
@media (max-width: 767px) {
  #header .button.icon-button {
    display: flex;
  }
}
#header .button.icon-button i {
  line-height: 32px;
}

/* Footer
--------------------------------------------- */
/* Cards
--------------------------------------------- */
#cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}

.cards {
  display: flex;
  flex-direction: column;
  margin-bottom: 38px;
}
.cards__grid {
  display: grid;
  grid-auto-rows: 1fr;
}
@media (max-width: 767px) {
  .cards__grid {
    max-height: none;
  }
}
.cards__1-col {
  width: calc(50% - 13px);
}
@media (max-width: 767px) {
  .cards__1-col {
    width: 100%;
  }
}
.cards__1-col .cards__grid {
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  flex-grow: 1;
}
.cards__1-col .card .card__image {
  height: 100%;
  min-height: 397px;
  padding-top: 0;
}
@media (max-width: 767px) {
  .cards__1-col .card .card__image {
    padding-top: 58%;
    min-height: auto;
    height: auto;
  }
}
.cards__2-col {
  width: calc(50% - 13px);
}
@media (max-width: 767px) {
  .cards__2-col {
    width: 100%;
  }
}
.cards__2-col .cards__grid {
  gap: 25px 30px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .cards__2-col .cards__grid {
    gap: 24px;
  }
}
.cards__2-col .card .card__image {
  padding-top: 78.81%;
}
@media (max-width: 767px) {
  .cards__2-col .card .card__image {
    padding-top: 75%;
  }
}
.cards__3-col {
  width: 100%;
}
.cards__3-col .cards__grid {
  gap: 25px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .cards__3-col .cards__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
.cards__3-col .card a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cards__3-col .card .card__image {
  padding-top: 56.7%;
}
@media (max-width: 767px) {
  .cards__3-col .card .card__image {
    padding-top: 50.69%;
  }
}
.cards__3-col .card .card__title {
  background: var(--card-color-alt);
}
@media (max-width: 767px) {
  .cards__3-col .card .card__title {
    position: static;
    height: 100%;
  }
}
.cards .heading {
  margin: 0 0 20px;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
}
@media (max-width: 767px) {
  .cards .heading {
    margin-bottom: 16px;
  }
}
.cards .card {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.cards .card:hover .card__image img {
  transform: scale(1.2);
}
@media (max-width: 767px) {
  .cards .card:hover .card__image img {
    transform: none;
  }
}
@media (max-width: 767px) {
  .cards .card {
    border-radius: 4px;
  }
}
.cards .card a {
  text-decoration: none;
}
.cards .card__image {
  position: relative;
  padding-top: 50%;
  overflow: hidden;
}
.cards .card__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 750ms;
}
.cards .card__title {
  padding: 8px 10px;
  background: var(--card-color);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 24px;
}
@media (max-width: 767px) {
  .cards .card__title {
    justify-content: flex-start;
  }
}

/* Popup
--------------------------------------------- */
.popup-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  background: var(--main-color);
  z-index: 999;
  transition: 0.5s ease-in all;
  width: calc(100% - 210px);
}
@media (max-width: 767px) {
  .popup-wrapper {
    width: 100%;
    height: calc(100% - 90px);
    left: 0;
    top: 100%;
    bottom: auto;
  }
}
.popup-wrapper.toggled {
  left: 0;
  transition: 0.5s ease-out all;
}
@media (max-width: 767px) {
  .popup-wrapper.toggled {
    top: 0;
  }
}
.popup-wrapper .popup {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  padding: 50px;
}
@media (max-width: 767px) {
  .popup-wrapper .popup {
    overflow: auto;
    padding: 40px 24px;
  }
}
.popup-wrapper .popup.toggled {
  display: block;
}
.popup-wrapper .popup .close-popup {
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 23px;
}
.popup-wrapper .popup .popup-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .popup-wrapper .popup .popup-title {
    flex-direction: column;
    margin-bottom: 24px;
  }
}
.popup-wrapper .popup .popup-title i {
  font-size: 80px;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .popup-wrapper .popup .popup-title i {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.popup-wrapper .popup .popup-title .heading {
  font-size: 32px;
  margin: 0;
}
@media (max-width: 767px) {
  .popup-wrapper .popup .popup-title .heading {
    font-size: 24px;
    line-height: 32px;
    min-height: 64px;
  }
}
.popup-wrapper .popup .content-wrapper {
  position: relative;
  height: 100%;
}
.popup-wrapper .popup .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .popup-wrapper .popup .content {
    position: static;
    transform: none;
    padding-bottom: 50px;
  }
}
.popup-wrapper .popup .content .button:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .popup-wrapper .popup .content .button:not(:last-child) {
    margin-bottom: 16px;
  }
}
.popup-wrapper .popup img {
  width: 100%;
}
.popup-wrapper .popup h5 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.popup-wrapper .popup h5:not(:first-child) {
  margin-top: 30px;
}
.popup-wrapper .popup p {
  font-size: 14px;
  line-height: 19px;
  margin-top: 0;
  margin-bottom: 19px;
}
.popup-wrapper .popup p:last-child {
  margin-bottom: 0;
}
.popup-wrapper .popup.infomap .content {
  position: static;
  transform: none;
  margin-top: 50px;
  max-width: 1034px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
  text-align: left;
}
.popup-wrapper .popup.infomap .content p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 24px;
}
.popup-wrapper .popup.infomap .content .info-header {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.popup-wrapper .popup.infomap .content .info-header .icon-button {
  margin-right: 10px;
  font-size: inherit;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  line-height: 1;
  min-height: auto;
  pointer-events: none;
}
.popup-wrapper .popup.infomap .content .info-header .heading {
  line-height: 1.5;
  margin-bottom: 0;
}
.popup-wrapper .popup.search .search-form .form-row {
  flex-direction: column;
}
.popup-wrapper .popup.search .search-form .form-row button:not(.popup-button) {
  display: none;
}
.popup-wrapper .popup.search .search-form .form-row button.popup-button {
  justify-content: center;
  margin-top: 16px;
}

/* Map
--------------------------------------------- */
.item-map {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
@media (max-width: 767px) {
  .item-map {
    margin-left: -24px;
    margin-right: -24px;
    padding-bottom: calc(100% + 48px);
  }
}
.item-map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* Map
--------------------------------------------- */
#nav-bar {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--navbar-color);
  width: 210px;
  height: 100%;
  display: flex;
  padding: 50px;
  flex-direction: column-reverse;
  z-index: 9999;
}
@media (max-width: 767px) {
  #nav-bar {
    top: auto;
    bottom: 0;
    left: 0;
    height: 90px;
    width: 100%;
    padding: 9px 0;
    flex-direction: row;
    display: flex;
    align-items: center;
  }
}
#nav-bar .main-buttons {
  margin-bottom: auto;
  display: flex;
  gap: 16px;
  flex-direction: column;
}
@media (max-width: 767px) {
  #nav-bar .main-buttons {
    width: max-content;
    flex-direction: row;
  }
}
#nav-bar .main-buttons .button:not(:last-child) {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #nav-bar .main-buttons .button {
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 0;
  }
}
#nav-bar .main-buttons .button:hover {
  background-color: var(--surface-color);
  color: var(--theme-color);
}
@media (max-width: 767px) {
  #nav-bar .main-buttons {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
  }
}
#nav-bar .close-button {
  display: none;
  background: none;
  background-color: var(--theme-color);
  color: #fff;
}
#nav-bar .back-button {
  pointer-events: none;
  opacity: 0;
  transition: all 0.2s ease;
  display: none;
}
#nav-bar .previous {
  display: flex;
  opacity: 1;
  transition: all 0.2s ease;
}

#popup-wrapper.toggled + #nav-bar .main-button {
  display: none;
}
#popup-wrapper.toggled + #nav-bar .back-button {
  display: flex;
}
#popup-wrapper.toggled + #nav-bar .close-button {
  display: flex;
}
#popup-wrapper.toggled + #nav-bar .previous {
  display: none;
}
#popup-wrapper.toggled + #nav-bar .info-button {
  display: none;
}
#popup-wrapper.has-step + #nav-bar .back-button {
  opacity: 1;
  pointer-events: all;
}

/* Text meant only for screen readers. */
.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: #f1f1f1;
  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: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
  margin-top: 0.25em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
  margin-top: 0.25em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
  margin-top: 0.25em;
}

@media (max-width: 767px) {
  .mobile-hide {
    display: none;
  }
}

.mobile-show {
  display: none;
}
@media (max-width: 767px) {
  .mobile-show {
    display: block;
  }
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

.home:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: -1;
}
@media (max-width: 767px) {
  .home:after {
    background: rgba(255, 255, 255, 0.8);
  }
}
.error404 {
  background: linear-gradient(0deg, var(--surface-color) 0%, var(--page-gradient-end) 100%);
  background-size: 100% 350px;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .error404 {
    background-size: 100% 325px;
  }
}
.error404 .heading {
  text-align: center;
  margin-bottom: 24px;
}
.error404 p {
  text-align: center;
}
.error404 main {
  padding-top: 50px;
}

body.page:not(.home) {
  background: linear-gradient(0deg, var(--surface-color) 0%, var(--page-gradient-end) 100%);
  background-size: 100% 350px;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  body.page:not(.home) {
    background-size: 100% 325px;
  }
}
body.page:not(.home) .heading {
  text-align: center;
  margin-bottom: 24px;
}
body.page:not(.home) .header-image {
  width: 100%;
  padding-top: 50%;
  position: relative;
  margin-bottom: 24px;
}
body.page:not(.home) .header-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.single-item .heading {
  text-align: center;
  margin-bottom: 24px;
}
body.single-item .header-image {
  width: 100%;
  padding-top: 50%;
  position: relative;
  margin-bottom: 24px;
}
body.single-item .header-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.single-item .item-information, body.single-item body.page:not(.home) .page-information, body.page:not(.home) body.single-item .page-information {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  body.single-item .item-information, body.single-item body.page:not(.home) .page-information, body.page:not(.home) body.single-item .page-information {
    margin-bottom: 0;
  }
}

.single-post {
  background: linear-gradient(0deg, var(--surface-color) 0%, var(--page-gradient-end) 100%);
  background-size: 100% 350px;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .single-post {
    background-size: 100% 325px;
  }
}
.single-post .heading {
  text-align: center;
  margin-bottom: 24px;
}
.single-post .header-image {
  width: 100%;
  padding-top: 50%;
  position: relative;
  margin-bottom: 24px;
}
.single-post .header-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-type-archive-item:after, .tax-item_cat:after {
  display: none;
}
.post-type-archive-item .cards__3-col .card .card__title, .tax-item_cat .cards__3-col .card .card__title {
  background: var(--card-color);
}

body.search {
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  body.search {
    background-size: 100% 325px;
  }
}
body.search .cards a {
  text-decoration: none;
}
body.search .cards a .content {
  margin-top: 20px;
}
body.search .cards__2-col {
  width: 100%;
}
body.search .cards__2-col .card__image {
  padding-top: 78.45%;
}
body.search .cards__2-col .card__title {
  background: var(--card-color);
}
body.search .heading {
  margin-bottom: 20px;
  text-align: center;
}
body.search .no-results {
  text-align: center;
}

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