/*!
Theme Name: Rhuma
Theme URI: http://underscores.me/
Author: blikreclame
Author URI: http://blikreclame.nl
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rhuma
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Rhuma is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Yeseva+One&display=swap");
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! 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 {
  -webkit-box-sizing: content-box;
          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;
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

/* Box sizing
--------------------------------------------- */
/* 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 {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Instrument Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

code,
kbd,
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%;
}

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

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

ul,
ol {
  margin: 0 0 1.5em 3em;
}

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

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
  height: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -ms-grid-row-align: flex-end;
  -ms-grid-column-align: flex-end;
  place-self: flex-end;
}
.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation li.boek {
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  text-transform: uppercase;
  border: 2px solid #A88553;
  font-weight: 500;
  border-radius: 10px;
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 600;
}
.main-navigation li.boek:hover, .main-navigation li.boek:active, .main-navigation li.boek:focus {
  background: #A88553;
  color: #fff !important;
  gap: 15px;
}
.main-navigation li.boek:hover a, .main-navigation li.boek:active a, .main-navigation li.boek:focus a {
  color: #fff;
}
.main-navigation li.boek:hover:after, .main-navigation li.boek:active:after, .main-navigation li.boek:focus:after {
  -webkit-filter: unset;
          filter: unset;
}
.main-navigation li.boek:after {
  content: "";
  background-image: url("./inc/img/btn_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 25px;
  height: 12px;
  -webkit-filter: invert(50%) sepia(40%) saturate(443%) hue-rotate(356deg) brightness(100%) contrast(88%);
          filter: invert(50%) sepia(40%) saturate(443%) hue-rotate(356deg) brightness(100%) contrast(88%);
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #A88553;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  font-weight: 600;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.main-navigation.toggled ul {
  width: 100%;
  padding: 2em 0;
}
.main-navigation.toggled ul li a {
  padding: 5px 0;
}
.main-navigation.toggled ul li.boek {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 1em;
}

.menu-toggle {
  background: transparent;
  border-color: #A88553;
  float: right;
  position: absolute;
  top: 20px;
  right: 30px;
}
@media (min-width: 768px) and (max-width: 888px) {
  .menu-toggle {
    top: 6px;
  }
}
.menu-toggle .line {
  margin: 7px 0;
  width: 20px;
  height: 1px;
  background: #A88553;
}

@media screen and (min-width: 55.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

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

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

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

.entry-content {
  font-family: "Instrument Sans", sans-serif;
  color: #524C48;
  line-height: 26px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.16px;
  position: relative;
  margin-top: 0;
  padding-top: 3.5em;
  overflow: hidden;
}
@media (max-width: 820px) {
  .entry-content {
    padding-top: 0;
  }
}
.entry-content:after {
  content: "";
  top: 0;
  right: 0;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./inc/img/shape_about.svg");
  z-index: -1;
  width: 600px;
  height: 400px;
  display: block;
}
.entry-content .entry-title {
  font-family: "Yeseva One", serif;
  color: #C1671E;
  text-transform: uppercase;
  font-size: 40px;
  padding-top: 2em;
}
@media (max-width: 820px) {
  .entry-content .entry-title {
    padding: 0 15px;
    font-size: 34px;
  }
}
.entry-content .post-thumbnail {
  height: 550px;
  width: 100%;
}
@media (max-width: 820px) {
  .entry-content .post-thumbnail {
    height: 300px;
  }
}
.entry-content .post-thumbnail img {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  height: 550px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 820px) {
  .entry-content .post-thumbnail img {
    height: 300px;
  }
}
.entry-content a {
  text-decoration: none;
  color: #C1671E;
}
.entry-content a:hover, .entry-content a:active, .entry-content a:focus {
  text-decoration: underline;
}
.entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  font-family: "Yeseva One", serif;
}
.entry-content strong {
  color: #C1671E;
}
.entry-content .wp-block-image img {
  border-radius: 10px;
}
.entry-content .wp-block-buttons .wp-block-button .wp-block-button__link {
  background: #A88553;
  color: #fff;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  text-transform: uppercase;
  border: 2px solid #A88553;
  font-weight: 500;
  border-radius: 10px;
  padding: 11px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  text-decoration: none;
}
.entry-content .wp-block-buttons .wp-block-button .wp-block-button__link:hover, .entry-content .wp-block-buttons .wp-block-button .wp-block-button__link:active, .entry-content .wp-block-buttons .wp-block-button .wp-block-button__link:focus {
  background: #fff;
  color: #A88553;
  gap: 25px;
}
.entry-content .wp-block-buttons .wp-block-button .wp-block-button__link:hover:after, .entry-content .wp-block-buttons .wp-block-button .wp-block-button__link:active:after, .entry-content .wp-block-buttons .wp-block-button .wp-block-button__link:focus:after {
  -webkit-filter: invert(50%) sepia(40%) saturate(443%) hue-rotate(356deg) brightness(100%) contrast(88%);
          filter: invert(50%) sepia(40%) saturate(443%) hue-rotate(356deg) brightness(100%) contrast(88%);
}
.entry-content .wp-block-buttons .wp-block-button .wp-block-button__link:after {
  content: "";
  background-image: url("./inc/img/btn_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 25px;
  height: 12px;
}
.entry-content .wp-content {
  padding-bottom: 2em;
}
@media (max-width: 820px) {
  .entry-content .wp-content {
    padding: 0 15px;
  }
}

section.instagram {
  padding: 4em 0;
}
section.instagram .title {
  text-align: center;
  padding-bottom: 1em;
}
section.instagram .title h2 {
  font-family: "Yeseva One", serif;
  color: #C1671E;
  text-transform: uppercase;
}
section.instagram .feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.home .home-slider .swiper-wrapper .swiper-slide {
  position: relative;
}
.home .home-slider .swiper-wrapper .swiper-slide:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
  position: absolute;
  background: rgba(248, 230, 216, 0.8);
}
.home .home-slider .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
@media (max-width: 820px) {
  .home .home-slider .swiper-wrapper .swiper-slide img {
    height: 400px;
  }
}
.home .home-slider .swiper-wrapper .swiper-slide .content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding-left: 12%;
  padding-top: 10%;
}
@media (max-width: 820px) {
  .home .home-slider .swiper-wrapper .swiper-slide .content {
    padding-left: 4%;
  }
}
.home .home-slider .swiper-wrapper .swiper-slide .content h2 {
  color: #C1671E;
  font-family: "Yeseva One", serif;
  font-size: 50px;
}
.home .home-slider .swiper-wrapper .swiper-slide .content h3 {
  color: #C1671E;
  text-transform: uppercase;
  font-family: "Yeseva One", serif;
  font-size: 30px;
  font-weight: 100;
  margin-bottom: 1em;
}
.home .home-slider .swiper-wrapper .swiper-slide .content a.btn {
  margin-top: auto;
  background: transparent;
  color: #524C48;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  text-transform: uppercase;
  border: 2px solid #524C48;
  font-weight: 500;
  border-radius: 10px;
  padding: 11px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  text-decoration: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.home .home-slider .swiper-wrapper .swiper-slide .content a.btn:hover, .home .home-slider .swiper-wrapper .swiper-slide .content a.btn:active, .home .home-slider .swiper-wrapper .swiper-slide .content a.btn:focus {
  background: #524C48;
  color: #fff;
  gap: 25px;
}
.home .home-slider .swiper-wrapper .swiper-slide .content a.btn:hover:after, .home .home-slider .swiper-wrapper .swiper-slide .content a.btn:active:after, .home .home-slider .swiper-wrapper .swiper-slide .content a.btn:focus:after {
  -webkit-filter: unset;
          filter: unset;
}
.home .home-slider .swiper-wrapper .swiper-slide .content a.btn:after {
  content: "";
  background-image: url("./inc/img/btn_arrow.svg");
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 25px;
  height: 12px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.home .entry-content {
  padding-bottom: 10px;
}
.home .entry-content .entry-title {
  font-size: 29px;
}
@media (max-width: 820px) {
  .home .entry-content .entry-title {
    padding: 0 15px;
  }
}
.home .entry-content:after {
  background-image: url("./inc/img/home_shape.svg");
  width: 100%;
  height: 900px;
  display: block;
  top: -150px;
  background-size: contain;
}
@media (max-width: 820px) {
  .home .entry-content .post-thumbnail {
    margin-top: 2em;
  }
}
.home .foto-slider .swiper-wrapper .swiper-slide img {
  height: 400px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 820px) {
  .home .foto-slider .swiper-wrapper .swiper-slide img {
    height: 200px;
  }
}
.home .uitgelichte-tekst {
  background: rgba(248, 230, 216, 0.33);
  padding: 4em 0;
  margin-top: 10px;
  overflow: hidden;
}
@media (max-width: 820px) {
  .home .uitgelichte-tekst {
    padding: 4em 15px;
  }
}
.home .uitgelichte-tekst .title h3 {
  color: #C1671E;
  text-transform: uppercase;
  font-family: "Yeseva One", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 820px) {
  .home .uitgelichte-tekst .title h3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home .uitgelichte-tekst .title h3::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background-image: url("./inc/img/camera.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 17%;
          flex: 0 17%;
}
@media (max-width: 820px) {
  .home .uitgelichte-tekst .title h3::before {
    display: none;
  }
}
.home .uitgelichte-tekst .content a.btn {
  background: #A88553;
  color: #fff;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  text-transform: uppercase;
  border: 2px solid #A88553;
  font-weight: 500;
  border-radius: 10px;
  padding: 11px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  text-decoration: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.home .uitgelichte-tekst .content a.btn:hover, .home .uitgelichte-tekst .content a.btn:active, .home .uitgelichte-tekst .content a.btn:focus {
  background: transparent;
  color: #A88553;
  gap: 25px;
}
.home .uitgelichte-tekst .content a.btn:hover:after, .home .uitgelichte-tekst .content a.btn:active:after, .home .uitgelichte-tekst .content a.btn:focus:after {
  -webkit-filter: invert(50%) sepia(40%) saturate(443%) hue-rotate(356deg) brightness(100%) contrast(88%);
          filter: invert(50%) sepia(40%) saturate(443%) hue-rotate(356deg) brightness(100%) contrast(88%);
}
.home .uitgelichte-tekst .content a.btn:after {
  content: "";
  background-image: url("./inc/img/btn_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 25px;
  height: 12px;
}
.home .blokken {
  position: relative;
  overflow: hidden;
}
.home .blokken:after {
  content: "";
  background-image: url("./inc/img/home_shape.svg");
  width: 100%;
  height: 900px;
  display: block;
  top: 20%;
  left: -200px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
}
.home .portfolio {
  padding-bottom: 50px;
  background: #FFF9F2;
}
.home .portfolio .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2em 0;
}
@media (max-width: 820px) {
  .home .portfolio .title {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
.home .portfolio .title h2 {
  color: #524C48;
  font-family: "Yeseva One", serif;
  text-transform: uppercase;
  margin: 0;
  -ms-flex-line-pack: center;
      align-content: center;
}
.home .portfolio .title a.btn {
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  text-transform: uppercase;
  border: 2px solid #A88553;
  font-weight: 500;
  border-radius: 10px;
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #A88553;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.home .portfolio .title a.btn:hover, .home .portfolio .title a.btn:active, .home .portfolio .title a.btn:focus {
  background: #A88553;
  color: #fff !important;
  gap: 15px;
}
.home .portfolio .title a.btn:hover a, .home .portfolio .title a.btn:active a, .home .portfolio .title a.btn:focus a {
  color: #fff;
}
.home .portfolio .title a.btn:hover:after, .home .portfolio .title a.btn:active:after, .home .portfolio .title a.btn:focus:after {
  -webkit-filter: unset;
          filter: unset;
}
.home .portfolio .title a.btn:after {
  content: "";
  background-image: url("./inc/img/btn_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 25px;
  height: 12px;
  -webkit-filter: invert(50%) sepia(40%) saturate(443%) hue-rotate(356deg) brightness(100%) contrast(88%);
          filter: invert(50%) sepia(40%) saturate(443%) hue-rotate(356deg) brightness(100%) contrast(88%);
}
.home .portfolio .portfolio-inner .swiper-slide img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
  width: 100%;
}
@media (max-width: 820px) {
  .home .portfolio .portfolio-inner .swiper-slide img {
    height: 300px;
  }
}
.home .portfolio .portfolio-inner .swiper-button-next, .home .portfolio .portfolio-inner .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: #fff;
  border: 2px solid #524C48;
  color: #524C48;
  border-radius: 100%;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.home .portfolio .portfolio-inner .swiper-button-next:after, .home .portfolio .portfolio-inner .swiper-button-prev:after {
  width: 50px;
  height: 50px;
  background-image: url("./inc/img/arrow_slide.svg");
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0px;
  scale: 1.5;
}
.home .portfolio .portfolio-inner .swiper-button-next:hover, .home .portfolio .portfolio-inner .swiper-button-prev:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.home .portfolio .portfolio-inner .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.home .klanten-slider {
  background: #F8E6D8;
  padding-bottom: 4em;
  position: relative;
  overflow: hidden;
}
.home .klanten-slider::before {
  content: "";
  height: 100%;
  width: 500px;
  background-image: url("./inc/img/merken_before.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  position: absolute;
  top: -150px;
  left: 0;
  scale: 1.4;
}
.home .klanten-slider::after {
  content: "";
  height: 100%;
  width: 200px;
  background-image: url("./inc/img/merken_after.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  position: absolute;
  top: -70px;
  right: 0;
}
.home .klanten-slider .title {
  color: #524C48;
  text-transform: uppercase;
  font-family: "Yeseva One", serif;
  text-align: center;
  padding-top: 3em;
  padding-bottom: 3em;
  z-index: 1;
  position: relative;
}
.home .klanten-slider .title h2 {
  margin: 0;
}
.home .klanten-slider .swiper .swiper-wrapper .swiper-slide img {
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-template-page-contact {
  position: relative;
}
.page-template-page-contact:after {
  content: "";
  background-image: url("./inc/img/contact_shape.svg");
  width: 100%;
  height: 1200px;
  display: block;
  top: -75px;
  left: 0;
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  position: absolute;
}
.page-template-page-contact .entry-title {
  padding-top: 0;
}
@media (max-width: 820px) {
  .page-template-page-contact .entry-title {
    padding: 0 15px;
  }
}
.page-template-page-contact section.instagram {
  background: #F8E6D8;
}
.page-template-page-contact .entry-content {
  color: #524C48;
}
.page-template-page-contact .entry-content:after {
  display: none;
}
.page-template-page-contact .entry-content h2, .page-template-page-contact .entry-content h3, .page-template-page-contact .entry-content h4, .page-template-page-contact .entry-content h5 {
  color: #A88553;
  text-transform: uppercase;
  font-family: "Yeseva One", serif;
}

.page-template-page-diensten .post-thumbnail {
  position: relative;
}
.page-template-page-diensten .post-thumbnail h2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  color: #A88553;
  text-transform: uppercase;
  font-family: "Yeseva One", serif;
  background: rgba(248, 230, 216, 0.86);
  text-align: center;
  padding: 20px;
  margin: 0;
}
.page-template-page-diensten .entry-content {
  padding-bottom: 10px;
}
.page-template-page-diensten .foto-slider {
  padding-bottom: 1em;
}
.page-template-page-diensten .foto-slider .swiper-wrapper .swiper-slide img {
  height: 400px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 820px) {
  .page-template-page-diensten .foto-slider .swiper-wrapper .swiper-slide img {
    height: 300px;
  }
}
.page-template-page-diensten .usps {
  background: #F8E6D8;
  position: relative;
  overflow: hidden;
}
.page-template-page-diensten .usps::before {
  content: "";
  height: 100%;
  width: 400px;
  background-image: url("./inc/img/usp_before.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-page-diensten .usps::after {
  content: "";
  height: 100%;
  width: 200px;
  background-image: url("./inc/img/usp_after.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  position: absolute;
  top: -70px;
  right: 0;
}
.page-template-page-diensten .usps .title {
  position: relative;
  z-index: 1;
}
.page-template-page-diensten .usps .title h2 {
  color: #A88553;
  text-transform: uppercase;
  font-family: "Yeseva One", serif;
  text-align: center;
  margin: 0;
  padding: 2.5em 0;
  line-height: 1.5;
  font-size: 29px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 820px) {
  .page-template-page-diensten .usps .title h2 {
    font-size: 19px;
  }
}
.page-template-page-diensten .usps .usps-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr 50px 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 50px;
      grid-template-areas: ". . . . . .";
  padding-bottom: 4em;
  position: relative;
  z-index: 1;
}
@media (max-width: 820px) {
  .page-template-page-diensten .usps .usps-inner {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
        grid-template-areas: ". .";
  }
}
.page-template-page-diensten .usps .usps-inner .usp {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  text-align: center;
  justify-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.page-template-page-diensten .usps .usps-inner .usp img {
  width: 80px;
  height: 80px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center;
     object-position: center;
}
.page-template-page-diensten .usps .usps-inner .usp p {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  color: rgba(82, 76, 72, 0.85);
  max-width: 200px;
}
.page-template-page-diensten .instagram {
  background: #F8E6D8;
}

.page-template-page-tarieven .tarieven-header {
  position: relative;
  overflow: hidden;
}
.page-template-page-tarieven .tarieven-header .title {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-template-page-tarieven .tarieven-header .title h1 {
  font-family: "Yeseva One", serif;
  color: #C1671E;
  font-size: 48px;
}
.page-template-page-tarieven .tarieven-header .post-thumbnail img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 820px) {
  .page-template-page-tarieven .tarieven-header .post-thumbnail img {
    height: 200px;
  }
}
.page-template-page-tarieven .entry-content {
  background-color: rgba(248, 230, 216, 0.3294117647);
  padding: 5em 0 3em 0;
}
.page-template-page-tarieven .entry-content h2, .page-template-page-tarieven .entry-content h3, .page-template-page-tarieven .entry-content h4, .page-template-page-tarieven .entry-content h5 {
  color: #C1671E;
  text-transform: uppercase;
  font-family: "Yeseva One", serif;
}
.page-template-page-tarieven .entry-content::after {
  display: none;
}
.page-template-page-tarieven section.tarieven {
  padding: 85px 0;
}
.page-template-page-tarieven section.tarieven .blokken-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 85px 1fr 85px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 85px 85px;
      grid-template-areas: ". . .";
}
@media (max-width: 820px) {
  .page-template-page-tarieven section.tarieven .blokken-inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
        grid-template-areas: ".";
    gap: 10px;
  }
}
.page-template-page-tarieven section.tarieven .blokken-inner .blok {
  background: #A88553;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.page-template-page-tarieven section.tarieven .blokken-inner .blok:hover {
  background: #F8E6D8;
}
.page-template-page-tarieven section.tarieven .blokken-inner .blok:hover h2, .page-template-page-tarieven section.tarieven .blokken-inner .blok:hover h4, .page-template-page-tarieven section.tarieven .blokken-inner .blok:hover p, .page-template-page-tarieven section.tarieven .blokken-inner .blok:hover ul li {
  color: #533E3E;
}
.page-template-page-tarieven section.tarieven .blokken-inner .blok:hover a.btn {
  border: 2px solid #533E3E;
  color: #533E3E;
  background-color: #F8E6D8;
}
.page-template-page-tarieven section.tarieven .blokken-inner .blok:hover a.btn:after {
  background-image: url("./inc/img/btn_arrow_bruin.svg");
}
.page-template-page-tarieven section.tarieven .blokken-inner .blok:hover a.btn:hover {
  background: #533E3E;
  color: #fff;
}
.page-template-page-tarieven section.tarieven .blokken-inner .blok:hover a.btn:hover:after {
  background-image: url("./inc/img/btn_arrow.svg");
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.page-template-page-tarieven section.tarieven .blokken-inner .blok:hover:after {
  background-image: url("./inc/img/bloem_bruin.png");
}
.page-template-page-tarieven section.tarieven .blokken-inner .blok:after {
  content: "";
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  display: block;
  background-image: url("./inc/img/bloem.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.page-template-page-tarieven section.tarieven .blokken-inner .blok h2 {
  color: #fff;
  font-family: "Yeseva One", serif;
  text-transform: uppercase;
  margin-top: 10px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.page-template-page-tarieven section.tarieven .blokken-inner .blok h4 {
  color: #fff;
  font-weight: 100;
  margin-bottom: 15px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.page-template-page-tarieven section.tarieven .blokken-inner .blok .content {
  color: #fff;
  padding-bottom: 3em;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.page-template-page-tarieven section.tarieven .blokken-inner .blok .content p {
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.page-template-page-tarieven section.tarieven .blokken-inner .blok .content ul {
  margin: 0;
  padding-left: 1em;
}
.page-template-page-tarieven section.tarieven .blokken-inner .blok .content ul li::marker {
  scale: 0.8;
}
.page-template-page-tarieven section.tarieven .blokken-inner .blok .content ul li {
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.page-template-page-tarieven section.tarieven .blokken-inner .blok a.btn {
  margin-top: auto;
  background: #A88553;
  color: #fff;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  text-transform: uppercase;
  border: 2px solid #fff;
  font-weight: 500;
  border-radius: 10px;
  padding: 11px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  text-decoration: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.page-template-page-tarieven section.tarieven .blokken-inner .blok a.btn:hover, .page-template-page-tarieven section.tarieven .blokken-inner .blok a.btn:active, .page-template-page-tarieven section.tarieven .blokken-inner .blok a.btn:focus {
  background: #fff;
  color: #A88553;
  gap: 25px;
}
.page-template-page-tarieven section.tarieven .blokken-inner .blok a.btn:hover:after, .page-template-page-tarieven section.tarieven .blokken-inner .blok a.btn:active:after, .page-template-page-tarieven section.tarieven .blokken-inner .blok a.btn:focus:after {
  -webkit-filter: invert(50%) sepia(40%) saturate(443%) hue-rotate(356deg) brightness(100%) contrast(88%);
          filter: invert(50%) sepia(40%) saturate(443%) hue-rotate(356deg) brightness(100%) contrast(88%);
}
.page-template-page-tarieven section.tarieven .blokken-inner .blok a.btn:after {
  content: "";
  background-image: url("./inc/img/btn_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 25px;
  height: 12px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.page-template-page-tarieven section.tarieven-flexibel {
  padding: 50px 0 200px 0;
  background: #FFF9F2;
}
@media (max-width: 820px) {
  .page-template-page-tarieven section.tarieven-flexibel {
    padding: 50px 0 50px 0;
  }
}
.page-template-page-tarieven section.tarieven-flexibel .titel h2 {
  font-family: "Yeseva One", serif;
  color: #C1671E;
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  padding-bottom: 90px;
}
.page-template-page-tarieven section.tarieven-flexibel .blokken-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 85px 1fr 85px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 85px 85px;
      grid-template-areas: ". . .";
}
@media (max-width: 820px) {
  .page-template-page-tarieven section.tarieven-flexibel .blokken-inner {
    overflow: hidden;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
        grid-template-areas: ".";
    gap: 50px;
  }
}
.page-template-page-tarieven section.tarieven-flexibel .blokken-inner .blok {
  background: #A88553;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.page-template-page-tarieven section.tarieven-flexibel .blokken-inner .blok:hover {
  background: #F8E6D8;
}
.page-template-page-tarieven section.tarieven-flexibel .blokken-inner .blok:hover h2, .page-template-page-tarieven section.tarieven-flexibel .blokken-inner .blok:hover h4, .page-template-page-tarieven section.tarieven-flexibel .blokken-inner .blok:hover p, .page-template-page-tarieven section.tarieven-flexibel .blokken-inner .blok:hover ul li {
  color: #533E3E;
}
.page-template-page-tarieven section.tarieven-flexibel .blokken-inner .blok:hover a.btn {
  border: 2px solid #533E3E;
  color: #533E3E;
  background-color: #F8E6D8;
}
.page-template-page-tarieven section.tarieven-flexibel .blokken-inner .blok:hover a.btn:after {
  background-image: url("./inc/img/btn_arrow_bruin.svg");
}
.page-template-page-tarieven section.tarieven-flexibel .blokken-inner .blok:hover a.btn:hover {
  background: #533E3E;
  color: #fff;
}
.page-template-page-tarieven section.tarieven-flexibel .blokken-inner .blok:hover a.btn:hover:after {
  background-image: url("./inc/img/btn_arrow.svg");
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.page-template-page-tarieven section.tarieven-flexibel .blokken-inner .blok:hover:after {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.page-template-page-tarieven section.tarieven-flexibel .blokken-inner .blok:after {
  content: "";
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  display: block;
  background-image: url("./inc/img/tarieven_huis.png");
  -webkit-transform: translate(33px, -61px);
          transform: translate(33px, -61px);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.page-template-page-tarieven section.tarieven-flexibel .blokken-inner .blok h2 {
  color: #fff;
  font-family: "Yeseva One", serif;
  text-transform: uppercase;
  margin-top: 10px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.page-template-page-tarieven section.tarieven-flexibel .blokken-inner .blok h4 {
  color: #fff;
  font-weight: 100;
  margin-bottom: 15px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.page-template-page-tarieven section.tarieven-flexibel .blokken-inner .blok .content {
  color: #fff;
  padding-bottom: 3em;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.page-template-page-tarieven section.tarieven-flexibel .blokken-inner .blok .content p {
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.page-template-page-tarieven section.tarieven-flexibel .blokken-inner .blok .content ul {
  margin: 0;
  padding-left: 1em;
}
.page-template-page-tarieven section.tarieven-flexibel .blokken-inner .blok .content ul li::marker {
  scale: 0.8;
}
.page-template-page-tarieven section.tarieven-flexibel .blokken-inner .blok .content ul li {
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.page-template-page-tarieven section.tarieven-flexibel .blokken-inner .blok a.btn {
  margin-top: auto;
  background: #A88553;
  color: #fff;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  text-transform: uppercase;
  border: 2px solid #fff;
  font-weight: 500;
  border-radius: 10px;
  padding: 11px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  text-decoration: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.page-template-page-tarieven section.tarieven-flexibel .blokken-inner .blok a.btn:hover, .page-template-page-tarieven section.tarieven-flexibel .blokken-inner .blok a.btn:active, .page-template-page-tarieven section.tarieven-flexibel .blokken-inner .blok a.btn:focus {
  background: #fff;
  color: #A88553;
  gap: 25px;
}
.page-template-page-tarieven section.tarieven-flexibel .blokken-inner .blok a.btn:hover:after, .page-template-page-tarieven section.tarieven-flexibel .blokken-inner .blok a.btn:active:after, .page-template-page-tarieven section.tarieven-flexibel .blokken-inner .blok a.btn:focus:after {
  -webkit-filter: invert(50%) sepia(40%) saturate(443%) hue-rotate(356deg) brightness(100%) contrast(88%);
          filter: invert(50%) sepia(40%) saturate(443%) hue-rotate(356deg) brightness(100%) contrast(88%);
}
.page-template-page-tarieven section.tarieven-flexibel .blokken-inner .blok a.btn:after {
  content: "";
  background-image: url("./inc/img/btn_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 25px;
  height: 12px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.error404 {
  background: #F8E6D8;
}
.error404 .site-main {
  min-height: 500px;
  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;
}
.error404 h1 {
  text-align: center;
  font-size: 80px;
  color: #C1671E;
  font-family: "Yeseva One", serif;
  text-transform: uppercase;
}
.error404 .page-content h2 {
  text-align: center;
  color: #A88553;
  font-family: "Yeseva One", serif;
  margin: 0 auto;
  max-width: 800px;
}

.blokken {
  overflow: hidden;
}
.blokken .blokken-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0;
}
.blokken .blokken-inner .blok {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2em;
}
@media (max-width: 820px) {
  .blokken .blokken-inner .blok {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.blokken .blokken-inner .blok:nth-child(even) .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 820px) {
  .blokken .blokken-inner .blok:nth-child(even) .image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.blokken .blokken-inner .blok:nth-child(even) .content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 820px) {
  .blokken .blokken-inner .blok:nth-child(even) .content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.blokken .blokken-inner .blok .content {
  -webkit-box-flex: 0;
      -ms-flex: 0 50%;
          flex: 0 50%;
  padding: 3em;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 820px) {
  .blokken .blokken-inner .blok .content {
    padding: 1em;
  }
}
.blokken .blokken-inner .blok .content .title h2 {
  color: #C1671E;
  text-transform: uppercase;
  font-family: "Yeseva One", serif;
  margin-bottom: 1em;
}
.blokken .blokken-inner .blok .content .title h3 {
  color: #524C48;
  text-transform: uppercase;
  font-family: "Yeseva One", serif;
  margin-bottom: 1em;
}
.blokken .blokken-inner .blok .content .content-inner h2 {
  color: #C1671E;
  text-transform: uppercase;
  font-family: "Yeseva One", serif;
  margin-bottom: 1em;
}
.blokken .blokken-inner .blok .content .content-inner h3, .blokken .blokken-inner .blok .content .content-inner h4, .blokken .blokken-inner .blok .content .content-inner h5 {
  color: #524C48;
  text-transform: uppercase;
  font-family: "Yeseva One", serif;
}
.blokken .blokken-inner .blok .content .content-inner ul {
  margin: 0;
  padding-left: 1em;
  padding-bottom: 1em;
}
.blokken .blokken-inner .blok .content a.btn {
  margin-top: auto;
  background: transparent;
  color: #524C48;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  text-transform: uppercase;
  border: 2px solid #524C48;
  font-weight: 500;
  border-radius: 10px;
  padding: 11px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  text-decoration: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.blokken .blokken-inner .blok .content a.btn:hover, .blokken .blokken-inner .blok .content a.btn:active, .blokken .blokken-inner .blok .content a.btn:focus {
  background: #524C48;
  color: #fff;
  gap: 25px;
}
.blokken .blokken-inner .blok .content a.btn:hover:after, .blokken .blokken-inner .blok .content a.btn:active:after, .blokken .blokken-inner .blok .content a.btn:focus:after {
  -webkit-filter: unset;
          filter: unset;
}
.blokken .blokken-inner .blok .content a.btn:after {
  content: "";
  background-image: url("./inc/img/btn_arrow.svg");
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 25px;
  height: 12px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.blokken .blokken-inner .blok .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 50%;
          flex: 0 50%;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.blokken .blokken-inner .blok .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  aspect-ratio: 4/4;
  -o-object-fit: cover;
     object-fit: cover;
}
.blokken .blokken-inner .blok .image h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  color: #fff;
  font-family: "Yeseva One", serif;
  text-transform: uppercase;
  background: rgba(168, 133, 83, 0.86);
  text-align: center;
  padding: 20px;
  margin: 0;
  font-size: 28px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

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

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

img {
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/* Header
--------------------------------------------- */
header.site-header {
  background: #FFF9F2;
  padding: 15px 0;
}
header.site-header .menu-hoofdmenu-container {
  height: 100%;
}

/* Footer
--------------------------------------------- */
footer.site-footer {
  background: #A88553;
  padding: 4em 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 820px) {
  footer.site-footer {
    padding: 2em 0;
  }
}
footer.site-footer::before {
  content: "";
  height: 100%;
  width: 400px;
  background-image: url("./inc/img/footer_before.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  top: 0;
  left: 0;
  scale: 2;
}
@media (max-width: 820px) {
  footer.site-footer::before {
    display: none;
  }
}
footer.site-footer::after {
  content: "";
  height: 100%;
  width: 400px;
  background-image: url("./inc/img/footer_after.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  position: absolute;
  top: 0;
  right: 0;
  scale: 2;
}
@media (max-width: 820px) {
  footer.site-footer::after {
    width: 200px;
    scale: 1;
    background-position: left top;
  }
}
footer.site-footer .footer-content .title h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}
footer.site-footer .footer-content a {
  color: #fff;
  text-decoration: none;
}
footer.site-footer .footer-content a:hover {
  text-decoration: underline;
}
footer.site-footer .footer-content .content {
  color: #fff;
}
footer.site-footer .footer-content .footer-img {
  -ms-grid-column-align: center;
      justify-self: center;
}
@media (max-width: 820px) {
  footer.site-footer .footer-content .footer-img {
    padding-bottom: 2em;
  }
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Gravity forms
--------------------------------------------- */
.gform-body .gform_fields {
  gap: 20px 10px;
}
.gform-body .gform_fields .gfield input, .gform-body .gform_fields .gfield textarea {
  border: 0.945px solid #A88553;
  border-radius: 9.45px;
  color: #464646;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.gform-footer {
  float: right !important;
}
.gform-footer .gform_button {
  background: unset !important;
  background-color: #C1671E !important;
  text-transform: uppercase !important;
  border-radius: 14.175px !important;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.gform-footer .gform_button:hover, .gform-footer .gform_button:active, .gform-footer .gform_button:focus {
  background-color: #7f4414 !important;
}

/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

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

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

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

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