@import "https://use.typekit.net/poc2vuh.css";
/* Thin */
@font-face {
  font-family: "Isidora Sans";
  src: url("/wordpress/wp-content/themes/huisje-texel/fonts/isidorasans-thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Isidora Sans";
  src: url("/wordpress/wp-content/themes/huisje-texel/fonts/isidorasans-thinit.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
}
/* Light */
@font-face {
  font-family: "Isidora Sans";
  src: url("/wordpress/wp-content/themes/huisje-texel/fonts/isidorasans-light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Isidora Sans";
  src: url("/wordpress/wp-content/themes/huisje-texel/fonts/isidorasans-lightit.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
/* Regular */
@font-face {
  font-family: "Isidora Sans";
  src: url("/wordpress/wp-content/themes/huisje-texel/fonts/isidorasans-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Isidora Sans";
  src: url("/wordpress/wp-content/themes/huisje-texel/fonts/isidorasans-regularit.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
/* Medium */
@font-face {
  font-family: "Isidora Sans";
  src: url("/wordpress/wp-content/themes/huisje-texel/fonts/isidorasans-medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Isidora Sans";
  src: url("/wordpress/wp-content/themes/huisje-texel/fonts/isidorasans-mediumit.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}
/* SemiBold */
@font-face {
  font-family: "Isidora Sans";
  src: url("/wordpress/wp-content/themes/huisje-texel/fonts/isidorasans-semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Isidora Sans";
  src: url("/wordpress/wp-content/themes/huisje-texel/fonts/isidorasans-semiboldit.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
}
/* Bold */
@font-face {
  font-family: "Isidora Sans";
  src: url("/wordpress/wp-content/themes/huisje-texel/fonts/isidorasans-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Isidora Sans";
  src: url("/wordpress/wp-content/themes/huisje-texel/fonts/isidorasans-boldit.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
/* Black */
@font-face {
  font-family: "Isidora Sans";
  src: url("/wordpress/wp-content/themes/huisje-texel/fonts/isidorasans-black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Isidora Sans";
  src: url("/wordpress/wp-content/themes/huisje-texel/fonts/isidorasans-blackit.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}
body {
  font-family: "poppins", "Verdana", "Arial", sans-serif;
  /* Force mobile menu to appear at a different screen width */
}
body .wpbs-main-wrapper .wpbs-form-container .wpbs-form-field.wpbs-form-field-checkbox .wpbs-form-field-input label {
  display: block !important;
}
body .et-menu li ul {
  width: 255px;
}
body .et-menu li li a {
  width: 215px;
}
body .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
  justify-content: flex-end;
}
@media (max-width: 1320px) {
  body .et_mobile_nav_menu {
    display: flex;
  }
  body .et_pb_menu .et_pb_menu__menu {
    display: none;
    margin: 0 6px;
  }
  body .et_pb_menu .et_mobile_menu, body .et_pb_menu .et_mobile_menu ul {
    list-style: none !important;
    text-align: left;
  }
}

header .et_pb_section {
  padding: 0;
}
header .et_pb_menu img {
  max-width: 200px;
}
header .et_pb_menu .et-menu-nav {
  height: 26px;
}
header .et_pb_menu .et-menu-nav .et-menu.nav > li {
  padding: 0;
}
header .et_pb_menu .et-menu-nav .et-menu.nav li a {
  font-weight: bold;
  height: 35px;
  line-height: 35px;
  border: 1px solid transparent;
  padding: 0 20px;
  transition: all 300ms ease-in-out;
}
header .et_pb_menu .et-menu-nav .et-menu.nav li a:hover {
  color: #00acff;
}
header .et_pb_menu .et-menu-nav .et-menu.nav li ul {
  border-top: 0;
}
header .et_pb_menu .et-menu-nav .et-menu.nav li ul li a {
  border-bottom: 1px solid #EEE;
}
header .et_pb_menu .et-menu-nav .et-menu.nav li ul li:last-child a {
  border-bottom: none;
}
header .et_pb_menu .et-menu-nav .et-menu.nav li:has(ul:hover) > a {
  background-color: #e5f8ff;
  color: #00acff;
  border: 1px solid #e5f8ff;
  border-radius: 500px;
}
header .et_pb_menu .et-menu-nav .et-menu.nav li:has(ul) > a {
  padding-right: 36px;
}
header .et_pb_menu .et-menu-nav .et-menu.nav li:has(ul) > a:hover {
  background-color: #e5f8ff;
  color: #00acff;
  border: 1px solid #e5f8ff;
  border-radius: 500px;
}
header .et_pb_menu .et-menu-nav .et-menu.nav li:has(ul) > a:after {
  right: 20px;
}
header .et_pb_menu .et-menu-nav .et-menu.nav > li:last-child a {
  background-color: #fff8e5;
  color: #ffb600;
  border: 1px solid #ffb600;
  border-radius: 500px;
}
header .et_pb_menu .et-menu-nav .et-menu.nav > li:last-child a:hover {
  background-color: #ffb600;
  color: #fff8e5;
}

body #et-main-area article h1, body #et-main-area article h2, body #et-main-area article h3, body #et-main-area article h4, body #et-main-area article h5, body #et-main-area article h6 {
  color: #ffb600;
  font-weight: 500;
  font-family: "Isidora Sans", "Verdana", sans-serif;
  text-align: center;
}
body #et-main-area article p {
  font-size: 16px;
}
body #et-main-area article .et_pb_section {
  padding: 0;
  padding-top: 30px;
}
body #et-main-area article .wpbs_divi_single_calendar button.wpbs-prev, body #et-main-area article .wpbs_divi_single_calendar button.wpbs-next {
  background: #ffb600 !important;
  color: white;
  border-radius: 50% !important;
}
body #et-main-area article .wpbs_divi_single_calendar .wpbs-main-wrapper .wpbs-form-container .wpbs-form-field button[type=submit] {
  background-color: #ffb600 !important;
  font-weight: normal !important;
  border-radius: 500px !important;
  padding: 12px 30px 8px !important;
  font-size: 20px !important;
  border: 2px solid #ffb600 !important;
}
body #et-main-area article .wpbs_divi_single_calendar .wpbs-main-wrapper .wpbs-form-container .wpbs-form-field button[type=submit]:hover {
  background-color: #fff8e5 !important;
  color: #ffb600 !important;
}
body #et-main-area article .wpbs_divi_single_calendar .wpbs-calendar {
  border: none !important;
}
body #et-main-area article .wpbs_divi_single_calendar .wpbs-calendar-header {
  background: white;
  color: #ffb600;
}
body #et-main-area article .wpbs_divi_single_calendar .wpbs-legend .wpbs-legend-item:has(.wpbs-legend-item-icon-1) {
  display: none;
}
body #et-main-area article .wpbs_divi_single_calendar .wpbs-legend .wpbs-legend-item-icon-2 .wpbs-legend-item-icon-color {
  background: #ffe699 !important;
}
body #et-main-area article .wpbs_divi_single_calendar .wpbs-date {
  border-radius: 50%;
  background: transparent;
}
body #et-main-area article .wpbs_divi_single_calendar .wpbs-date.wpbs-gap {
  background: transparent;
}
body #et-main-area article .wpbs_divi_single_calendar .wpbs-date.wpbs-legend-item-1 .wpbs-legend-item-icon-color {
  background: transparent !important;
}
body #et-main-area article .wpbs_divi_single_calendar .wpbs-date.wpbs-legend-item-1.wpbs-date-hover {
  background: #00acff !important;
}
body #et-main-area article .wpbs_divi_single_calendar .wpbs-date.wpbs-legend-item-1.wpbs-date-hover.wpbs-selected-first {
  background: transparent !important;
}
body #et-main-area article .wpbs_divi_single_calendar .wpbs-date.wpbs-legend-item-1.wpbs-date-hover.wpbs-selected-last {
  background: transparent !important;
}
body #et-main-area article .wpbs_divi_single_calendar .wpbs-date.wpbs-legend-item-1.wpbs-date-selected .wpbs-legend-item-icon-color {
  background: #ffb600 !important;
}
body #et-main-area article .wpbs_divi_single_calendar .wpbs-date.wpbs-legend-item-1.wpbs-date-selected.wpbs-selected-first .wpbs-legend-item-icon-color {
  background: transparent !important;
}
body #et-main-area article .wpbs_divi_single_calendar .wpbs-date.wpbs-legend-item-1.wpbs-date-selected.wpbs-selected-last .wpbs-legend-item-icon-color {
  background: transparent !important;
}
body #et-main-area article .wpbs_divi_single_calendar .wpbs-date.wpbs-legend-item-1.wpbs-tooltip-active .wpbs-legend-item-icon-color {
  background: #00acff !important;
}
body #et-main-area article .wpbs_divi_single_calendar .wpbs-date.wpbs-legend-item-2 .wpbs-legend-item-icon-color {
  background: #ffe699 !important;
}
body #et-main-area article .wpbs_divi_single_calendar .wpbs-date.wpbs-legend-item-3 .wpbs-legend-item-icon-color svg {
  fill: #ffe699 !important;
}
body #et-main-area article .wpbs_divi_single_calendar .wpbs-date.wpbs-legend-item-3 .wpbs-legend-item-icon-color:first-of-type svg {
  fill: white !important;
}
body #et-main-area article .wpbs_divi_single_calendar .wpbs-date.wpbs-legend-item-4 .wpbs-legend-item-icon-color svg {
  fill: white !important;
}
body #et-main-area article .wpbs_divi_single_calendar .wpbs-date.wpbs-legend-item-4 .wpbs-legend-item-icon-color:first-of-type svg {
  fill: #ffe699 !important;
}
body #et-main-area article .wpbs_divi_single_calendar .wpbs-date.wpbs-date.wpbs-selected.first .wpbs-legend-item-icon-color:first-of-type .wpbs-legend-icon-select svg {
  fill: #ffb600 !important;
}
body #et-main-area article .wpbs_divi_single_calendar .wpbs-main-wrapper:not(.wpbs-main-wrapper-form-0) .wpbs-enable-hover .wpbs-is-bookable:hover:not(.wpbs-selected-first):not(.wpbs-selected-last) .wpbs-legend-item-icon[data-type=split] div svg, body #et-main-area article .wpbs_divi_single_calendar .wpbs-main-wrapper:not(.wpbs-main-wrapper-form-0) .wpbs-date-hover:not(.wpbs-selected-first):not(.wpbs-selected-last) .wpbs-legend-item-icon[data-type=split] div svg, body #et-main-area article .wpbs_divi_single_calendar .wpbs-main-wrapper:not(.wpbs-main-wrapper-form-0) .wpbs-legend-item-icon .wpbs-legend-icon-select svg {
  fill: #00acff !important;
}
body #et-main-area article .wpbs_divi_single_calendar .wpbs-main-wrapper:not(.wpbs-main-wrapper-form-0) .wpbs-date-selected:not(.wpbs-selected-first):not(.wpbs-selected-last) .wpbs-legend-item-icon[data-type=split] div svg, body #et-main-area article .wpbs_divi_single_calendar .wpbs-main-wrapper:not(.wpbs-main-wrapper-form-0) .wpbs-enable-hover .wpbs-date-selected:hover:not(.wpbs-selected-first):not(.wpbs-selected-last) .wpbs-legend-item-icon[data-type=split] div svg, body #et-main-area article .wpbs_divi_single_calendar .wpbs-main-wrapper:not(.wpbs-main-wrapper-form-0) .wpbs-date-selected .wpbs-legend-item-icon .wpbs-legend-icon-select svg {
  fill: #ffb600 !important;
}
body #et-main-area article .et_pb_section.section-images img {
  width: 100%;
  aspect-ratio: 800/600;
  object-fit: cover;
}
body #et-main-area article .et_pb_section.section-images .et_pb_button_module_wrapper {
  margin-top: -108px;
}
@media (max-width: 980px) {
  body #et-main-area article .et_pb_section.section-images .et_pb_row {
    padding-top: 0;
  }
}
body #et-main-area article .et_pb_section.section-images a.et_pb_button {
  background: white;
  color: black;
  border: 2px solid white;
  border-radius: 500px;
  padding: 10px 30px;
  transition: all 300ms ease-in-out;
  margin-right: 20px;
}
body #et-main-area article .et_pb_section.section-images a.et_pb_button:after {
  display: none;
}
body #et-main-area article .et_pb_section.section-images a.et_pb_button:hover {
  background: #00acff;
  color: white;
  border: 2px solid #00acff;
  padding: 10px 30px;
}
body #et-main-area article .et_pb_image {
  height: 100%;
}
body #et-main-area article .et_pb_image span.et_pb_image_wrap {
  height: 100%;
}
body #et-main-area article .et_pb_image span.et_pb_image_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  border-radius: 20px;
}
body #et-main-area article .et_pb_section:has(.wpbs_divi_single_calendar) {
  padding: 54px 0;
}
body #et-main-area article .et_pb_section:has(.wpbs_divi_single_calendar) .et_pb_row {
  display: flex;
}
body #et-main-area article .et_pb_section:has(.wpbs_divi_single_calendar) .et_pb_column {
  background: white;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 980px) {
  body #et-main-area article .et_pb_section:has(.wpbs_divi_single_calendar) .et_pb_column:has(img) {
    display: none;
  }
}
body #et-main-area article .et_pb_section:has(.wpbs_divi_single_calendar) .et_pb_column:has(img) .et_pb_button_module_wrapper {
  margin-top: -108px;
}
body #et-main-area article .et_pb_section:has(.wpbs_divi_single_calendar) .et_pb_column:has(img) .et_pb_button_module_wrapper a.et_pb_button {
  background: white;
  color: black;
  border: 2px solid white;
  border-radius: 500px;
  padding: 10px 30px;
  transition: all 300ms ease-in-out;
  margin-right: 20px;
}
body #et-main-area article .et_pb_section:has(.wpbs_divi_single_calendar) .et_pb_column:has(img) .et_pb_button_module_wrapper a.et_pb_button:after {
  display: none;
}
body #et-main-area article .et_pb_section:has(.wpbs_divi_single_calendar) .et_pb_column:has(img) .et_pb_button_module_wrapper a.et_pb_button:hover {
  background: #00acff;
  color: white;
  border: 2px solid #00acff;
  padding: 10px 30px;
}
body #et-main-area article .et_pb_section:has(.wpbs_divi_single_calendar) .et_pb_column:has(img) .et_pb_image {
  height: 100%;
}
body #et-main-area article .et_pb_section:has(.wpbs_divi_single_calendar) .et_pb_column:has(img) .et_pb_image span.et_pb_image_wrap {
  height: 100%;
}
body #et-main-area article .et_pb_section:has(.wpbs_divi_single_calendar) .et_pb_column:has(img) .et_pb_image span.et_pb_image_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
body #et-main-area article .et_pb_section:has(.wpbs_divi_single_calendar) .et_pb_column:has(.wpbs_divi_single_calendar) {
  padding: 20px;
}
body #et-main-area article .et_pb_section:has(.wpbs_divi_single_calendar) .et_pb_column:has(.wpbs_divi_single_calendar) .et_pb_module_heading {
  text-align: center;
}
body #et-main-area article .et_pb_section:has(.wpbs_divi_single_calendar) .et_pb_column:has(.wpbs_divi_single_calendar) .et_pb_button_module_wrapper:has(.et_pb_button) {
  text-align: center;
}
body #et-main-area article .et_pb_section:has(.wpbs_divi_single_calendar) .et_pb_column:has(.wpbs_divi_single_calendar) .et_pb_button_module_wrapper:has(.et_pb_button) a.et_pb_button {
  background: #00acff;
  color: white;
  border: 2px solid #00acff;
  border-radius: 500px;
  padding: 10px 30px;
  transition: all 300ms ease-in-out;
}
body #et-main-area article .et_pb_section:has(.wpbs_divi_single_calendar) .et_pb_column:has(.wpbs_divi_single_calendar) .et_pb_button_module_wrapper:has(.et_pb_button) a.et_pb_button:after {
  display: none;
}
body #et-main-area article .et_pb_section:has(.wpbs_divi_single_calendar) .et_pb_column:has(.wpbs_divi_single_calendar) .et_pb_button_module_wrapper:has(.et_pb_button) a.et_pb_button:hover {
  background: #e5f8ff;
  color: #00acff;
  padding: 10px 30px;
}
body #et-main-area article .et_pb_blurb h1, body #et-main-area article .et_pb_blurb h2, body #et-main-area article .et_pb_blurb h3, body #et-main-area article .et_pb_blurb h4, body #et-main-area article .et_pb_blurb h5, body #et-main-area article .et_pb_blurb h6 {
  color: #ffb600;
  text-align: left;
}
body #et-main-area article .et_pb_blurb .et_pb_blurb_content {
  display: flex;
  gap: 20px;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
}
body #et-main-area article .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
  width: 90px;
  text-align: center;
  margin-bottom: 0;
}
body #et-main-area article .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image span {
  color: #ffb600;
  font-size: 60px;
}

body footer .et_pb_section {
  background: #e5f8ff;
  color: black;
  margin-bottom: 0;
  padding-top: 54px;
  padding-bottom: 0;
}
body footer .et_pb_section:first-of-type {
  margin-top: 54px;
}
body footer .et_pb_section a {
  color: black;
}
body footer .et_pb_section:last-of-type {
  background: #ffb600;
  color: white;
  padding: 0;
}
body footer .et_pb_section:last-of-type .et_pb_row {
  margin: 0 auto;
  padding: 30px 0;
}
body footer .et_pb_section:last-of-type a {
  color: white;
}
@media (max-width: 980px) {
  body footer .et_pb_section .row-links .et_pb_column {
    margin-bottom: 0;
  }
  body footer .et_pb_section .row-links .et_pb_column:first-of-type {
    margin-bottom: 30px;
  }
  body footer .et_pb_section .row-links .et_pb_column:last-of-type {
    margin-bottom: 30px;
  }
}
@media (max-width: 980px) {
  body footer .et_pb_section .row-copyright .et_pb_column {
    margin-bottom: 0;
  }
}
body footer .et_pb_section .row-copyright .et_pb_column p {
  text-align: center;
}
body footer .et_pb_section .row-copyright .et_pb_column:first-of-type p {
  text-align: left;
}
@media (max-width: 980px) {
  body footer .et_pb_section .row-copyright .et_pb_column:first-of-type p {
    text-align: left;
  }
}
body footer .et_pb_section .row-copyright .et_pb_column:last-of-type p {
  text-align: right;
}
@media (max-width: 980px) {
  body footer .et_pb_section .row-copyright .et_pb_column:last-of-type p {
    text-align: left;
  }
}
body footer .et_pb_section .et_pb_image.logo-image img {
  max-width: 200px;
}

.et_pb_section {
  margin-bottom: 0;
}

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