/* 
Theme Name: webmix
Author: webmix
Author URI: https://www.webmix.nl
*/
@font-face {
  font-family: "VariableBlack";
  src: url("/wp-content/themes/webmix/scss/webFonts/VariableBlack/font.woff2") format("woff2"), url("/wp-content/themes/webmix/scss/webFonts/VariableBlack/font.woff") format("woff");
  -webkit-font-smoothing: auto;
  font-smooth: auto;
}
/* Reset Stylesheet */
/* Box-sizing: make sure padding and border are included in element width */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/* Remove default padding and margin from body */
body, h1, h2, h3, h4, h5, h6, p, blockquote, figure, dl, dd, ol, ul {
  margin: 0;
  padding: 0;
}
/* Remove list styles on lists */
ul, ol {
  list-style: none;
}
/* Remove quotes from blockquote */
blockquote::before, blockquote::after, q::before, q::after {
  content: "";
}
/* Remove default table spacing */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Reset links */
a {
  text-decoration: none;
  color: inherit;
}
/* Remove focus outlines but keep accessibility */
button, input, textarea, select {
  font: inherit;
  /* Inherit fonts */
  border: none;
  /* Remove borders */
  outline: none;
  background: none;
  padding: 0;
}
/* Normalize images and media */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}
/* Set a base font size and smooth scrolling */
html {
  font-size: 100%;
  /* 16px default */
  line-height: 1.5;
  scroll-behavior: smooth;
}
/* Make body inherit base font-family */
body {
  font-family: sans-serif;
  /* Set your preferred default font-family */
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}
/* Remove focus outline for mouse users but keep it for keyboard users */
:focus:not(:focus-visible) {
  outline: none;
}
body {
  background: #fff;
}
@media only screen and (max-width: 768px) {
  body {
    background: #ecf7da;
  }
}
html, body {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}
strong {
  font-size: 1rem;
  font-weight: 600;
}
small {
  font-size: 0.75rem;
  font-weight: 300;
}
.title-wrapper {
  margin-bottom: 2rem;
}
.title-wrapper h1, .title-wrapper h2, .title-wrapper h3, .title-wrapper h4, .title-wrapper h5, .title-wrapper h6 {
  margin-bottom: 0.5rem;
}
p  a {
  color: #6c932a;
  text-decoration: underline;
}
.container-fluid {
  max-width: 1536px;
}
.container-fluid.container-maxed {
  max-width: 2560px;
}
code {
  display: block;
  background: #f2f4f6;
  border: 1px solid #d6d6d6;
  font-size: 0.8rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}
.wx-button, .wc-bookings-booking-form-button, .button {
  text-decoration: none !important;
  background: #002e47 !important;
  color: #fff !important;
  font-weight: normal !important;
  line-height: 1.5rem !important;
  border-color: #002e47 !important;
  display: flex !important;
  align-items: center !important;
  cursor: default !important;
  border-radius: 1.5rem !important;
  padding: 0.5rem 1.5rem !important;
  padding-left: 0 !important;
  transition: all ease 0.3s !important;
  width: fit-content !important;
}
.wx-button::before, .wc-bookings-booking-form-button::before, .button::before {
  content: "" !important;
  display: block !important;
  position: relative !important;
  margin-right: 0.5rem !important;
  width: 1rem !important;
  height: 2px !important;
  z-index: 1 !important;
  background-color: #fff !important;
  transition: all ease 0.3s !important;
}
.wx-button::after, .wc-bookings-booking-form-button::after, .button::after {
  content: "" !important;
  position: absolute !important;
  margin-right: 0.5rem !important;
  width: 2px !important;
  height: 2px !important;
  z-index: 1 !important;
  background-color: #fff !important;
  transition: all ease 0.3s !important;
  margin-left: 0.5rem !important;
}
.wx-button:not(.disabled), .wc-bookings-booking-form-button:not(.disabled), .button:not(.disabled) {
  cursor: pointer !important;
}
.wx-button:not(.disabled):hover, .wc-bookings-booking-form-button:not(.disabled):hover, .button:not(.disabled):hover {
  text-decoration: none !important;
}
.wx-button:not(.disabled):hover::before, .wc-bookings-booking-form-button:not(.disabled):hover::before, .button:not(.disabled):hover::before {
  margin-left: 1rem !important;
}
.wx-button:not(.disabled):hover::after, .wc-bookings-booking-form-button:not(.disabled):hover::after, .button:not(.disabled):hover::after {
  margin-left: calc(8px + 1rem) !important;
  height: 18px !important;
}
@media only screen and (max-width: 768px) {
  .wx-button:not(.disabled):hover::before, .wc-bookings-booking-form-button:not(.disabled):hover::before, .button:not(.disabled):hover::before {
    margin-left: 0 !important;
  }
  .wx-button:not(.disabled):hover::after, .wc-bookings-booking-form-button:not(.disabled):hover::after, .button:not(.disabled):hover::after {
    height: 2px !important;
    margin-left: 0 !important;
  }
}
.wpml-ls {
  width: fit-content;
}
.wpml-ls * {
  width: fit-content;
}
.wpml-ls a {
  border: none;
}
.wpml-ls .wpml-ls-sub-menu {
  width: 100%;
  border: none;
}
.wpml-ls .wpml-ls-sub-menu .wpml-ls-item {
  width: 100%;
}
.wpml-ls .wpml-ls-sub-menu .wpml-ls-item .wpml-ls-link {
  width: 100%;
}
.woocommerce-error {
  display: flex;
  gap: 1rem;
}
.woocommerce-error::before {
  position: static;
}
body {
  min-height: 100vh;
  margin: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
header {
  min-height: 50px;
  padding: 2rem 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  header {
    min-height: unset;
    padding: 1rem 0;
    background: #ecf7da;
  }
  header::after {
    content: "";
    width: 93%;
    height: 1px;
    background: rgba(0, 0, 0, 0.33);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
  }
}
footer {
  min-height: 50px;
}
footer .footer--wrapper {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
footer .footer--wrapper .footer--main {
  background: #002e47;
  padding: 2rem 1rem;
  border-radius: 1.5rem;
}
footer .footer--wrapper .footer--main span {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  footer .footer--wrapper {
    padding: 0 !important;
  }
  footer .footer--wrapper .footer--main {
    border-radius: unset;
  }
}
.content--wrapper {
  overflow: unset;
  margin-bottom: 2.5rem;
}
.content--wrapper .content--container {
  overflow: clip;
  position: relative;
  min-height: 800px;
  background: #ecf7da;
  border-radius: 1.5rem;
  padding: clamp(1rem, calc(-0.25rem + 3.333vw), 2.75rem);
}
.content--wrapper .content--container::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 75%;
  aspect-ratio: 1;
  min-width: 600px;
  border-radius: 50%;
  z-index: 0;
  background-color: #fff;
  opacity: 0.33;
  transform: translate(50%, 50%);
}
.content--wrapper .content--container > * {
  z-index: 1;
  position: relative;
}
.content--wrapper .content--container > p:last-of-type {
  margin-bottom: 2em;
}
@media only screen and (max-width: 768px) {
  .content--wrapper {
    overflow: clip;
  }
  .content--wrapper .content--container {
    overflow: visible;
    padding: 2rem 0 3rem;
    min-height: unset;
  }
  .content--wrapper .content--container::after {
    content: unset;
  }
  .content--wrapper .container-fluid {
    background: #ecf7da;
  }
  .content--wrapper .container-fluid .content-container {
    overflow: unset;
    padding-left: 0;
    padding-right: 0;
    border-radius: unset;
  }
}
.content--wrapper .text-container {
  margin-bottom: 2em;
}
.content--wrapper .text-container > :last-child {
  margin-bottom: 0 !important;
}
.content--wrapper .text-container a {
  color: #6c932a;
}
.content--wrapper .text-container a:hover {
  text-decoration: underline;
}
.content--wrapper .text-container p {
  line-height: 1.5em;
  margin-bottom: 1em;
}
.content--wrapper .text-container ul {
  margin-bottom: 2em;
}
.content--wrapper .text-container ul li {
  list-style: none;
  padding-left: 1em;
  position: relative;
  margin-bottom: 0.25em;
}
.content--wrapper .text-container ul li::before {
  content: "+";
  color: #6c932a;
  position: absolute;
  left: 0;
}
.content--wrapper .text-container ul li p {
  margin-bottom: 0.5em;
}
.content--wrapper .text-container ul li:last-of-type p {
  margin-bottom: 0;
}
.content--wrapper .img-container {
  margin-bottom: 2em;
}
.content--wrapper .img-container img {
  border-radius: 0.5rem;
}
form:has(#wc-bookings-booking-form) #wc-bookings-booking-form {
  background: #002e47;
  border-radius: 1.5rem;
  color: #fff;
  display: flex;
  border: none;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  form:has(#wc-bookings-booking-form) #wc-bookings-booking-form {
    flex-direction: column;
  }
}
form:has(#wc-bookings-booking-form) #wc-bookings-booking-form .wc_bookings_field_persons, form:has(#wc-bookings-booking-form) #wc-bookings-booking-form .wc-bookings-booking-cost {
  display: none !important;
}
form:has(#wc-bookings-booking-form) #wc-bookings-booking-form .wc-bookings-date-picker {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  form:has(#wc-bookings-booking-form) #wc-bookings-booking-form .wc-bookings-date-picker {
    width: 100%;
  }
}
form:has(#wc-bookings-booking-form) #wc-bookings-booking-form .wc-bookings-date-picker .wc-bookings-date-picker-timezone-block {
  display: none !important;
}
form:has(#wc-bookings-booking-form) #wc-bookings-booking-form .wc-bookings-date-picker .picker .ui-datepicker {
  background: none;
  box-shadow: unset;
  font-family: "Poppins" !important;
}
form:has(#wc-bookings-booking-form) #wc-bookings-booking-form .wc-bookings-date-picker .picker .ui-datepicker .ui-datepicker-header {
  text-transform: capitalize !important;
  font-size: 1rem;
  background: none;
  border: none;
}
form:has(#wc-bookings-booking-form) #wc-bookings-booking-form .wc-bookings-date-picker .picker .ui-datepicker .ui-datepicker-header > * {
  background: inherit;
  border: inherit;
}
form:has(#wc-bookings-booking-form) #wc-bookings-booking-form .wc-bookings-date-picker .picker .ui-datepicker .ui-datepicker-calendar {
  border-spacing: 30px;
  font-size: medium !important;
}
form:has(#wc-bookings-booking-form) #wc-bookings-booking-form .wc-bookings-date-picker .picker .ui-datepicker .ui-datepicker-calendar th {
  background: none;
  border: none;
  padding: 0.5rem !important;
}
form:has(#wc-bookings-booking-form) #wc-bookings-booking-form .wc-bookings-date-picker .picker .ui-datepicker .ui-datepicker-calendar tbody tr {
  border: none;
}
form:has(#wc-bookings-booking-form) #wc-bookings-booking-form .wc-bookings-date-picker .picker .ui-datepicker .ui-datepicker-calendar tbody tr td {
  background: none;
  border: none;
  aspect-ratio: 1;
  padding: 0.25rem !important;
}
form:has(#wc-bookings-booking-form) #wc-bookings-booking-form .wc-bookings-date-picker .picker .ui-datepicker .ui-datepicker-calendar tbody tr td span, form:has(#wc-bookings-booking-form) #wc-bookings-booking-form .wc-bookings-date-picker .picker .ui-datepicker .ui-datepicker-calendar tbody tr td a {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  padding: 0.25rem !important;
  color: #fff !important;
  text-shadow: none !important;
}
form:has(#wc-bookings-booking-form) #wc-bookings-booking-form .wc-bookings-date-picker .picker .ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-default {
  background: none !important;
  border-radius: 1.5rem !important;
  border: 2px solid #002e47 !important;
  transition: 0.3s ease all;
}
form:has(#wc-bookings-booking-form) #wc-bookings-booking-form .wc-bookings-date-picker .picker .ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-default.ui-state-active {
  border: #ecf7da !important;
  background: #ecf7da !important;
  color: #002e47 !important;
}
form:has(#wc-bookings-booking-form) #wc-bookings-booking-form .wc-bookings-date-picker .picker .ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-default.ui-state-hover {
  border-color: #ecf7da !important;
}
form:has(#wc-bookings-booking-form) #wc-bookings-booking-form .form-field:has(.block-picker) {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  form:has(#wc-bookings-booking-form) #wc-bookings-booking-form .form-field:has(.block-picker) {
    width: 100%;
  }
}
form:has(#wc-bookings-booking-form) #wc-bookings-booking-form .form-field:has(.block-picker) .block-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}
form:has(#wc-bookings-booking-form) #wc-bookings-booking-form .form-field:has(.block-picker) .block-picker a {
  background: none;
  border: 2px solid #002e47;
  transition: 0.3s ease all;
  border-radius: 0.5rem;
}
form:has(#wc-bookings-booking-form) #wc-bookings-booking-form .form-field:has(.block-picker) .block-picker a:hover {
  border-color: #ecf7da;
}
form:has(#wc-bookings-booking-form) #wc-bookings-booking-form .form-field:has(.block-picker) .block-picker a.selected {
  background: #ecf7da !important;
  color: #002e47 !important;
  border-color: #ecf7da;
}
body.woocommerce-checkout h3 {
  display: none !important;
}
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}
body.woocommerce-checkout #order_review table, body.woocommerce-checkout #order_review .woocommerce-terms-and-conditions-wrapper {
  display: none;
}
body.woocommerce-checkout #order_review .woocommerce-checkout-payment {
  background: none;
}
body.woocommerce-checkout #order_review .woocommerce-checkout-payment .place-order {
  padding: 0;
}
body.woocommerce-checkout .form-row {
  display: flex;
  grid-column: span 2;
  flex-direction: column;
  justify-content: end;
  align-items: start;
}
body.woocommerce-checkout .form-row.form-row-max {
  grid-column: 1 / -1;
}
body.woocommerce-checkout .form-row.form-row-first, body.woocommerce-checkout .form-row.form-row-last {
  width: unset;
}
body.woocommerce-checkout .form-row.form-row-new-line {
  grid-column-start: 1;
  grid-column-end: span 2;
}
body.woocommerce-checkout .form-row label {
  display: none;
}
body.woocommerce-checkout .form-row .woocommerce-input-wrapper {
  width: 100%;
}
body.woocommerce-checkout .form-row .woocommerce-input-wrapper input {
  padding: 0.6rem 1rem 0.6rem 0;
  background: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #002e47;
}
body.woocommerce-checkout .form-row .woocommerce-input-wrapper .selection {
  position: relative;
}
body.woocommerce-checkout .form-row .woocommerce-input-wrapper .selection span[role="combobox"] {
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #002e47;
}
body.woocommerce-checkout .form-row .woocommerce-input-wrapper .selection span[role="combobox"] span[role="textbox"] {
  padding-left: 0;
  padding-right: 2rem;
}
body.woocommerce-checkout .form-row .woocommerce-input-wrapper .selection span[role="combobox"] span[role="textbox"] > span {
  display: none;
}
body.woocommerce-checkout .form-row .woocommerce-input-wrapper .selection span[role="combobox"] span[role="presentation"] {
  right: 0rem;
}
@media only screen and (max-width: 768px) {
  body.woocommerce-checkout .form-row {
    grid-column: span 4;
  }
}
body.woocommerce-checkout .select2-container .select2-dropdown {
  background: #002e47;
  color: #fff;
  border-radius: 0.5rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 1px solid #002e47;
  overflow: clip;
}
body.woocommerce-checkout .select2-container .select2-dropdown .select2-results__option--highlighted[data-selected] {
  color: #ecf7da;
  background: #002e47;
}
body.woocommerce-checkout .select2-container .select2-dropdown .select2-results__option--highlighted[data-selected="true"] {
  color: #002e47;
  background: #ecf7da;
}
body.woocommerce-checkout .select2-container .select2-dropdown .select2-search {
  display: none;
  overflow: clip;
}
body.woocommerce-checkout .select2-container .select2-results__option[data-selected=true] {
  color: #002e47;
  background: #ecf7da;
}
