/*
Theme Name: Saskia Giesbers
*/

@font-face {
  font-family: 'Metropolis';
  src: url('fonts/Metropolis-Regular.otf');
  font-weight: normal;
}
@font-face {
  font-family: 'Metropolis';
  src: url('fonts/Metropolis-Bold.otf');
  font-weight: bold;
}
@font-face {
  font-family: 'Metropolis';
  src: url('fonts/Metropolis-RegularItalic.otf');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Metropolis';
  src: url('fonts/Metropolis-BoldItalic.otf');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Crimson Text';
  src: url('fonts/CrimsonText-Regular.ttf');
  font-weight: normal;
}
@font-face {
  font-family: 'Crimson Text';
  src: url('fonts/CrimsonText-Bold.ttf');
  font-weight: bold;
}
@font-face {
  font-family: 'Crimson Text';
  src: url('fonts/CrimsonText-Italic.ttf');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Crimson Text';
  src: url('fonts/CrimsonText-BoldItalic.ttf');
  font-weight: bold;
  font-style: italic;
}

* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}
body {
  font-family: 'Metropolis', sans-serif;
  font-weight: normal;
  font-style: normal;
  height: 100%;
  color: rgba(0,11,49,1);
  background-color: #ffffff;
  font-size: 20px;
  line-height: 32px;
  -webkit-text-size-adjust: 100%;
  position: relative;
}

strong,
b {
  font-weight: bold;
}

button,
a,
a span,
a span:after,
input,
.hamburger div {
  transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}
img.b-lazy {
  opacity: 0;
  transition: all .9s ease-in-out;
  -o-transition: all .9s ease-in-out;
  -moz-transition: all .9s ease-in-out;
  -webkit-transition: all .9s ease-in-out;
}
img.b-lazy.b-loaded {
  opacity: 1;
}

.woocommerce-order,
.woocommerce .col2-set > div,
.um-order-review,
ul.wc-block-grid__products,
footer,
header,
.inspiration,
.highlight,
.author,
.testimonials,
.services,
.single .wp-block-embed:nth-child(1),
.single .wp-block-image:nth-child(1),
.single .woocommerce-product-gallery__wrapper:nth-child(1),
.single .onsale-wrapper + .woocommerce-product-gallery__wrapper,
.post-details-wrapper,
.entry-summary,
.more-wrapper h2,
.more-wrapper .wp-block-columns,
.inspiration-archive,
.testimonials-header,
.archive-header,
.post-details-wrapper + figure.wp-block-image,
.wp-block-media-text,
.numbers,
.onsale-wrapper,
.header-cart {
  display: block;
  width: 88%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.wp-block-columns.has-2-columns,
figure.wp-block-embed-youtube,
.highlight-wrapper,
.author-wrapper,
.inspiration-wrapper,
.services-wrapper,
.container-has-background {
  margin-top: 60px;
}

.editor-block {
  display: none;
}

.skip-link {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link:focus {
  position: static;
  width: auto;
  height: auto;
}

/* HEADER */

.header-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  z-index: 999999;
  background-color: #ffffff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 15px 0;
}

header h1 {
  position: absolute;
  top: 8px;
  left: 0;
  height: 64px;
}

header h1 a {
  display: block;
  position: relative;
  height: 100%;
}

header h1 a img {
  display: block;
  position: relative;
  height: 100%;
  width: auto;
}

#menu-main-menu {
  list-style: none;
  text-align: right;
  padding-top: 23px;
}

#menu-main-menu li {
  display: inline-block;
  margin-left: 60px;
  vertical-align: middle;
}

#menu-main-menu li a {
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  line-height: 34px;
}
#menu-main-menu li a:hover,
#menu-main-menu li a:focus {
}
#menu-main-menu li a:active,
#menu-main-menu li.current-page-ancestor a,
#menu-main-menu li a[aria-current="page"] {
  color: rgba(212,7,66,1);
}

#menu-main-menu li a span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 0;
  height: 2px;
  width: 0;
  background-color: rgba(212,7,66,1);
}
#menu-main-menu li a:hover span:after,
#menu-main-menu li a:active span:after {
  margin-left: -30px;
  width: 60px;
}
#menu-main-menu li.current-page-ancestor a:hover span:after,
#menu-main-menu li a[aria-current="page"]:hover span:after {
  margin-left: 0;
  width: 0;
}

/* MAIN */

.main-wrapper {
  padding-top: 110px;
  min-height: 80vh;
  box-sizing: border-box;
}

#main-content form._form ._form-title,
.main-wrapper h2,
.main-wrapper h3,
blockquote p {
  font-family: 'Crimson Text', serif;
  font-weight: normal;
  text-transform: uppercase;
}
#main-content form._form ._form-title {
  font-weight: normal !important;
}

._button-wrapper,
.wp-block-button,
.buttons,
li.submit {
  text-align: center;
  margin-top: 44px;
}
.buttons.load-more {
  margin-top: 0;
}

.page form ul li input[type="submit"],
.wp-block-button__link,
.button,
#main-content button.lsb-form-button,
#main-content ._button-wrapper button._submit {
  display: inline-block;
  padding: 10px 34px 8px !important;
  border: 2px solid rgba(0,11,49,1) !important;
  background-color: rgba(0,11,49,1) !important;
  color: #ffffff !important;
  font-family: 'Metropolis', sans-serif !important;
  font-size: 20px !important;
  line-height: 24px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  -webkit-appearance: none !important;
  cursor: pointer;
}
#main-content button.lsb-form-button:hover,
#main-content button.lsb-form-button:focus,
#main-content ._button-wrapper button._submit:hover,
#main-content ._button-wrapper button._submit:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.grid-item a:hover .wp-block-button__link,
.grid-item a:focus .wp-block-button__link,
.button:hover,
.button:focus,
.page form ul li input[type="submit"]:hover,
.page form ul li input[type="submit"]:focus,
.buttons.load-more a {
  background-color: transparent !important;
  color: rgba(0,11,49,1) !important;
}
.buttons.load-more a:hover {
  background-color: rgba(0,11,49,1);
  color: #f78da7;
}
.page form ul li input[type="submit"]:hover {
  cursor: pointer;
}

.load-more.inactive {
  height: 0px;
  overflow: hidden;
}

.wp-block-media-text {
  position: relative;
  overflow: hidden;
}

.wp-block-media-text .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content {
  float: left;
}
.wp-block-media-text .wp-block-media-text__media {
  width: 35%;
}
.wp-block-media-text .wp-block-media-text__content {
  margin-left: 7%;
  width: 58%;
}

.intro-wrapper {
  position: relative;
}

.intro-image-wrapper {
  position: absolute;
  width: 44%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.intro-image {
  position: relative;
  width: 100%;
  height: 100%;
}

.intro-image img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro-text-wrapper {
  position: relative;
  margin-left: 44%;
  padding: 60px 100px;
  min-height: 420px;
  background-color: rgba(244,236,229,1);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: rgba(212,7,66,1);
  font-family: 'Crimson Text', serif;
  font-size: 38px;
  line-height: 52px;
  z-index: 2;
}

.intro-text {
  position: relative;
}

.intro-wrapper .rock {
  width: 140px;
  position: absolute;
  left: 39%;
  bottom: -50px;
  z-index: 3;
}

.rock img {
  display: block;
  width: 100%;
  height: auto;
}

.inspiration {
  background-color: rgba(0,11,49,1);
  color: rgba(244,236,229,1);
  padding: 50px;
  text-align: center;
}

.entry-summary-content h2,
.post-details h2,
.service-text-wrapper h2,
.wp-block-column h2,
.wp-block-media-text h2,
.inspiration h3,
.highlight h3,
.author h3,
blockquote p,
.more-wrapper h2 {
  font-size: 38px;
  line-height: 42px;
  margin-bottom: 5px;
}
.inspiration h3 {
  color: rgba(240,183,166,1);
  margin-bottom: 26px;
}
blockquote p {
  color: rgba(212,7,66,1);
}
.entry-summary-content h2,
.post-details h2 {
  text-transform: none;
  color: rgba(212,7,66,1);
  margin-bottom: 26px;
}

.inspiration .button {
  border-color: rgba(240,183,166,1) !important;
  background-color: rgba(240,183,166,1) !important;
  color: rgba(0,11,49,1) !important;
}
.inspiration .button:hover,
.inspiration .button:focus {
  background-color: transparent !important;
  color: rgba(240,183,166,1) !important;
}

.author-image-wrapper,
.highlight-image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  padding-bottom: 80px;
  width: 34%;
  z-index: 2;
}

.wp-block-media-text img,
.author-image-wrapper img,
.highlight-image-wrapper img {
  display: block;
}

.author-text-wrapper,
.highlight-text-wrapper {
  position: relative;
  padding-top: 80px;
  width: 72%;
  z-index: 1;
}

.author-text-wrapper .author-text,
.highlight-text-wrapper .highlight-text {
  position: relative;
  padding: 50px 15% 50px 50px;
}
.author-text-wrapper .author-text {
  padding-bottom: 24px;
}
.highlight-text-wrapper.wrapper-blue .highlight-text {
  background-color: rgba(0,11,49,1);
  color: #ffffff;
}
.highlight-text-wrapper.wrapper-brown .highlight-text {
  background-color: rgba(219,206,197,1);
  color: rgba(0,11,49,1);
}
.author-text-wrapper .author-text,
.highlight-text-wrapper.wrapper-cream .highlight-text {
  background-color: rgba(244,236,229,1);
  color: rgba(0,11,49,1);
}
.highlight-text-wrapper.wrapper-pink .highlight-text {
  background-color: rgba(240,183,166,1);
  color: rgba(0,11,49,1);
}

.highlight-wrapper .rock {
  width: 180px;
  position: absolute;
  left: 64%;
  bottom: -50px;
  z-index: 3;
}

.wp-block-columns.has-2-columns {
  position: relative;
  overflow: hidden;
}
.wp-block-columns.has-2-columns:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  background-color: rgba(219,206,197,1);
  z-index: 0;
}

.wp-block-columns.has-2-columns .wp-block-column {
  float: left;
  width: 48%;
  z-index: 1;
  position: relative;
  background-color: #ffffff;
  border-bottom: 60px solid rgba(219,206,197,1);
}
.wp-block-columns.has-2-columns .wp-block-column:nth-child(1) {
  margin-right: 4%;
}

.wp-block-columns.has-2-columns .wp-block-column figure.wp-block-image:nth-of-type(1) {
  display: block;
  height: 0;
  padding-top: 60%;
  position: relative;
  margin-bottom: 50px;
}

.wp-block-columns.has-2-columns .wp-block-column figure.wp-block-image:nth-of-type(1) img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.wp-block-column h2,
.wp-block-column p,
.wp-block-column .wp-block-button,
.wp-block-column .related-category {
  padding: 0 50px;
}
.wp-block-column .wp-block-button {
  padding-bottom: 50px;
  text-align: center;
}

.wp-block-column .rock {
  width: 80px;
  position: absolute;
  right: -40px;
  bottom: -40px;
  z-index: 3;
}

figure.wp-block-embed-youtube {
  width: 100%;
  position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.single figure.wp-block-embed-youtube:nth-child(1) {
  padding-bottom: 0;
  padding-top: 0;
  height: auto;
}

figure.wp-block-embed-youtube iframe {
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.testimonials-wrapper {
  margin-bottom: 60px;
}

.testimonial-wrapper {
  padding: 60px 0;
}

.testimonial {
  overflow: hidden;
  position: relative;
}

.testimonial-image-wrapper {
  position: relative;
  width: 27%;
  float: left;
  margin-right: 6%;
}

.testimonial-image {
  position: relative;
  width: 100%;
  height: auto;
}

.testimonial-image img.testimonial-rock {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
  display: block;
}

.testimonial-image img.testimonial-photo {
  position: absolute;
  width: 99%;
  height: 99%;
  left: 0.5%;
  top: 0.5%;
  display: block;
  z-index: 1;
  object-fit: cover;
  background-image: url('images/rots-blob-bruin.svg');
  background-repeat: no-repeat;
  background-size: 1000% 1000%;
  background-position: center center;
}

.testimonial-text-wrapper {
  position: relative;
  width: 67%;
  float: left;
}

.testimonial-title {
  font-size: 38px;
  line-height: 54px;
  font-family: 'Crimson Text', serif;
  font-weight: normal;
  text-transform: uppercase;
}

.testimonial-text {
  font-size: 38px;
  line-height: 54px;
  font-family: 'Crimson Text', serif;
  font-weight: normal;
  color: rgba(212,7,66,1);
  margin-bottom: 54px;
}

.testimonial-link a {
  color: rgba(212,7,66,1);
}
.testimonial-link a:hover,
.testimonial-link a:focus {
  color: inherit;
}

/*
.testimonials-nav {
  width: 67%;
  margin-left: 33%;
  overflow: hidden;
}

.testimonials-dots {
  float: left;
}*/

.testimonials-nav {
}

.testimonials-more {
  float: left;
  margin-left: 15px;
}
.testimonials-more a {
  color: inherit;
}
.testimonials-more a:hover,
.testimonials-more a:focus {
  color: rgba(212,7,66,1);
}

.page ul.slick-dots {
  list-style: none;
  /*text-align: left;*/
  text-align: center;
  margin-bottom: 0;
}

ul.slick-dots li {
  display: inline-block;
  margin-left: 0;
  margin-right: 5px;
  margin-top: 6px;
  vertical-align: top;
}

ul.slick-dots li button {
  display: block;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: rgba(0,11,49,1);
  color: #ffffff;
}
ul.slick-dots li button:hover,
ul.slick-dots li button:focus {
  cursor: pointer;
  outline: none;
}
ul.slick-dots li.slick-active button {
  background-color: rgba(212,7,66,1);
}

.testimonials .buttons {
  margin-top: 0;
}

.services {
  padding: 50px 50px 50px 0;
}

.services:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 88%;
  background-color: rgba(219,206,197,1);
  z-index: 0;
}

.service-wrapper {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  margin-top: 50px;
}
.service-wrapper:nth-child(1) {
  margin-top: 0;
}

.service-image-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  z-index: 0;
}

.service-image-wrapper img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-text-wrapper {
  position: relative;
  margin-left: 40%;
  z-index: 1;
  padding: 50px;
}

.services .rock {
  position: absolute;
  z-index: 2;
  right: -100px;
  top: 44%;
  width: 210px;
}

.page {
  overflow: hidden;
}

.page p,
.page ul,
.page ol {
  margin-bottom: 26px;
}
.page ul.children {
  margin-bottom: 0;
}

.lsb-success,
.wsp-container,
form#order_review,
.woocommerce-message,
.team-wrapper,
.container-has-background .wp-block-button,
.container-has-background p,
.container-has-background ul,
.container-has-background h2,
.container-has-background h3,
.page > .wp-block-button,
.page > p,
.page > ul,
.page > ol,
.page > h2,
.page > h3,
.page > div.wpcf7,
.page > blockquote,
.single-content > .wp-block-button,
.single-content > p,
.single-content > ul,
.single-content > ol,
.single-content > h2,
.single-content > h3,
.single-content > div.wpcf7,
.single-content > blockquote,
.single-content .entry-content > p,
.single-content .entry-content > ul,
.single-content .entry-content > ol,
.single-content .entry-content > h2,
.single-content .entry-content > h3,
.single-content .entry-content > blockquote,
.col-1 > *,
.col-2 > *,
.um-order-review > *,
.product > form.cart,
.share-wrapper,
.testimonials-header > div,
.archive-header > div,
.page > .wp-block-image,
.single-content > .wp-block-image,
.product > p.stock,
.woocommerce-cart-form,
.cart-collaterals,
.cart-empty.woocommerce-info {
  width: 88%;
  max-width: 800px;
  margin: 0 auto 26px;
}
.cart-empty.woocommerce-info {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#main-content form._form div._form-title,
.page > h3,
.container-has-background h3 {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 10px;
}
#main-content form._form div._form-title {
  margin-bottom: 40px;
}
.page > h2,
.container-has-background h2,
.testimonials-header h2,
.archive-header h2,
.wp-block-media-text h2 {
  font-size: 38px;
  line-height: 42px;
}
.testimonials-header h2,
.archive-header h2 {
  margin-bottom: 5px;
}
.page li {
  margin-left: 20px;
}
.page > .wp-block-button {
  margin-top: 50px;
  margin-bottom: 50px;
}
.page ._form p {
  width: 100%;
  max-width: 100%;
}

cite {
  font-style: normal;
}

.container-has-background {
  padding: 60px 0 40px;
  position: relative;
}
.container-has-background.container-background-blue {
  background-color: rgba(0,11,49,1);
  color: #ffffff;
}
.container-has-background.container-background-brown {
  background-color: rgba(219,206,197,1);
  color: rgba(0,11,49,1);
}
.container-has-background.container-background-cream {
  background-color: rgba(244,236,229,1);
  color: rgba(0,11,49,1);
}
.container-has-background.container-background-pink {
  background-color: rgba(240,183,166,1);
  color: rgba(0,11,49,1);
}

.page form a,
.page p a,
.page li a {
  color: inherit;
}
.page form a:hover,
.page p a:hover,
.page li a:hover,
.page p a:focus,
.page li a:focus {
  color: rgba(212,7,66,1);
}

.page form ul {
  list-style: none;
  margin-top: 40px;
}

#main-content form.lsb-form div.lsb-form-field-wrapper,
#main-content form._form div._form_element,
.page form ul li {
  margin-left: 0;
  margin-bottom: 22px;
}

.page form li label {
  display: block;
  position: relative;
}

#main-content form.lsb-form input,
#main-content form.lsb-form textarea,
#main-content form._form input,
#main-content form._form textarea,
.page form li input,
.page form li textarea,
.quantity input,
.woocommerce-input-wrapper input,
.woocommerce-input-wrapper textarea,
.woocommerce-input-wrapper strong,
.woocommerce form .coupon-form .form-row.woocommerce-validated input,
.woocommerce table.cart td.actions .input-text#coupon_code {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 15px;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: rgba(0,11,49,1);
  background-color: #ffffff;
  border: 1px solid rgba(219,206,197,1);
  border-color: rgba(0,11,49,1);
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#main-content form.lsb-form textarea,
#main-content form._form textarea,
.page form li textarea,
.woocommerce-input-wrapper textarea {
  height: 180px;
  resize: vertical;
}
.quantity input {
  width: 80px;
}
.woocommerce form .coupon-form .form-row.woocommerce-validated input {
  padding: 6px 15px;
}
.woocommerce table.cart td.actions .input-text#coupon_code {
  display: inline;
  width: 240px;
  padding: 7px 15px;
  vertical-align: top;
}
.woocommerce-input-wrapper input:focus,
.woocommerce-input-wrapper textarea:focus,
.quantity input:focus,
#main-content form.lsb-form input:focus,
#main-content form.lsb-form textarea:focus,
#main-content form._form input:focus,
#main-content form._form textarea:focus,
.page form li input:focus,
.page form li textarea:focus,
.woocommerce form .coupon-form .form-row.woocommerce-validated input:focus,
.woocommerce table.cart td.actions .input-text#coupon_code:focus {
  outline: none;
  border-color: rgba(0,11,49,1);
  border-color: rgba(240,183,166,1);
}
.page form li textarea.wpcf7-not-valid,
.page form li input.wpcf7-not-valid,
.page .wpcf7-not-valid input[type="checkbox"] {
  border-color: rgba(212,7,66,1);
}

.wpcf7-form-control-wrap.privacy .wpcf7-not-valid-tip {
  margin-left: 42px !important;
}

.page span.wpcf7-list-item {
  display: block;
  margin-left: 42px;
}
#main-content form.lsb-form .lsb-form-check,
#main-content form._form ._field3 > fieldset,
.page span.privacylink {
  display: block;
  margin-left: 42px;
}
#main-content form.lsb-form .lsb-form-check,
#main-content form._form ._field3 > fieldset {
  position: relative;
}

#main-content form.lsb-form .lsb-field-tag-toestemming > .lsb-form-label {
  display: none;
}

#main-content form.lsb-form input[type="checkbox"],
#main-content form.lsb-form input[type="radio"],
#main-content form._form input[type="checkbox"],
#main-content form._form input[type="radio"],
.page input[type="checkbox"],
.page input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  display: block;
  position: absolute;
  left: -42px;
  top: 0;
  height: 30px;
  width: 30px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #ffffff;
  text-align: center;
  border: 1px solid rgba(219,206,197,1);
  border-color: rgba(0,11,49,1);
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
  margin-top: 0;
  margin-left: 0;
  cursor: pointer;
}
#main-content form.lsb-form input[type="radio"],
#main-content form._form input[type="radio"],
.page input[type="radio"] {
  border-radius: 50%;
}
#main-content form.lsb-form input[type="checkbox"]:checked:before,
#main-content form.lsb-form input[type="radio"]:checked:before,
#main-content form._form input[type="checkbox"]:checked:before,
#main-content form._form input[type="radio"]:checked:before,
.page input[type="checkbox"]:checked:before,
.page input[type="radio"]:checked:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  font-size: 20px;
  line-height: 28px;
  width: 100%;
  text-align: center;
  left: 0;
  top: 0;
  position: absolute;
  color: rgba(0,11,49,1);
}
#main-content form.lsb-form input[type="radio"]:checked:before,
#main-content form._form input[type="radio"]:checked:before,
.page input[type="radio"]:checked:before {
  content: '\f111';
}

#main-content .lsb-form-field-wrapper {
  font-size: inherit;
}

#main-content .lsb-form-label {
  margin-bottom: 0;
}

#main-content .lsb-form-global-error {
  font-size: inherit;
  line-height: inherit;
}

.page span.wpcf7-not-valid-tip {
  color: rgba(212,7,66,1);
  font-size: inherit;
  margin-top: 2px;
}

.page div.wpcf7-response-output,
.page div.wpcf7-validation-errors,
.page div.wpcf7-acceptance-missing,
.page div.wpcf7-mail-sent-ok {
  border: none;
  margin: 40px auto 26px;
  padding: 0;
  width: 88%;
  max-width: 800px;
}
.page > .wpcf7 div.wpcf7-validation-errors,
.page > .wpcf7 div.wpcf7-acceptance-missing,
.page > .wpcf7 div.wpcf7-mail-sent-ok {
  width: 100%;
}
.page div.wpcf7-validation-errors,
.page div.wpcf7-acceptance-missing {
  color: rgba(212,7,66,1);
}

.page div.wpcf7 .ajax-loader {
  display: none;
  width: 16px;
  margin: 20px auto 0;
}
.page div.wpcf7 .ajax-loader.is-active {
  display: block;
}

/* INSPIRATIION */

.single {
  padding-top: 60px;
}

.single figure.woocommerce-product-gallery__wrapper:nth-child(1),
.single .onsale-wrapper + .woocommerce-product-gallery__wrapper,
.single figure.wp-block-embed:nth-child(1),
.single figure.wp-block-image:nth-child(1) {
  display: block;
  z-index: 2;
}

.single figure.wp-block-embed:nth-child(1) .wp-block-embed__wrapper {
  display: block;
  width: 80%;
  position: relative;
  padding-bottom: 45%;
  padding-top: 20px;
  height: 0;
}
.single .onsale-wrapper + figure.woocommerce-product-gallery__wrapper img,
.single figure.woocommerce-product-gallery__wrapper:nth-child(1) img,
.single figure.wp-block-image:nth-child(1) img {
  display: block;
  width: 80%;
  position: relative;
}
.single .onsale-wrapper + figure.woocommerce-product-gallery__wrapper img,
.single figure.woocommerce-product-gallery__wrapper:nth-child(1) img {
  width: 50%;
}

.single figure.wp-block-embed:nth-child(1) .wp-block-embed__wrapper iframe {
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-summary,
.post-details-wrapper {
  margin-bottom: 60px;
}

.entry-summary-content,
.post-details {
  width: 80%;
  margin-left: 20%;
  margin-top: -100px;
  position: relative;
  background-color: rgba(244,236,229,1);
  padding: 150px 50px 50px;
  z-index: 1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.entry-summary:nth-child(1) .entry-summary-content,
.post-details-wrapper:nth-child(1) .post-details {
  margin-top: 0;
  padding-top: 50px;
}

.post-category a {
  color: inherit;
}
.post-category a:hover,
.post-category a:focus {
  color: rgba(212,7,66,1);
}

.social-share {
  color: rgba(212,7,66,1);
}

.social-share span {
  display: block;
  margin-bottom: 5px;
}

.social-share ul {
  list-style: none;
}

.social-share ul li {
  display: inline-block;
  margin-left: 0;
  margin-right: 4px;
}

.more-wrapper h2 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  border-top: 2px solid rgba(212,7,66,1);
  padding-top: 30px;
  position: relative;
}
.more-wrapper .more-information h2:after {
  width: 11%;
  height: 0;
  padding-top: 11%;
  position: absolute;
  right: 8%;
  bottom: 0;
  z-index: 3;
  content: '';
  background-image: url('images/rots-blob-roze.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.wp-block-columns-wrapper {
  position: relative;
}

.wp-block-columns-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  background-color: rgba(219,206,197,1);
  z-index: 0;
}
.more-information .wp-block-columns-wrapper:after {
  background-color: rgba(244,236,229,1);
}

.wp-block-columns.has-2-columns .wp-block-column {
  margin-bottom: 60px;
  border-bottom: none;
}

.wp-block-columns-wrapper .wp-block-columns.has-2-columns:after {
  display: none;
}

div.related-category {
  margin-bottom: 5px;
  font-family: 'Crimson Text', serif;
  font-size: 30px;
  line-height: 38px;
}

.more-information .wp-block-columns.has-2-columns .wp-block-column {
  background-color: transparent;
}

.more-information .wp-block-column .wp-block-button {
  padding-bottom: 0;
}

.testimonials-header,
.archive-header {
  padding-top: 60px;
  text-align: center;
}

.testimonials-extended.grid,
.inspiration-archive.grid {
  margin-top: 60px;
}

.grid-sizer {
  width: 30%;
}
.testimonials-extended .grid-sizer {
  width: 47%;
}

.gutter-sizer {
  width: 5%;
}
.testimonials-extended .grid-sizer {
  width: 6%;
}

.grid-item {
  width: 30%;
  background-color: rgba(244,236,229,1);
  margin-bottom: 5%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.testimonials-extended .grid-item {
  width: 47%;
  margin-bottom: 6%;
  padding: 30px;
}

.grid-item figure {
  display: block;
  margin-bottom: 30px;
}

.grid-item img {
  display: block;
}

.grid-item a {
  color: inherit;
  text-decoration: none;
  display: block;
  padding-bottom: 30px;
}

.inspiration-archive .grid-item div,
.inspiration-archive .grid-item p {
  margin: 0 30px;
}
.inspiration-archive .grid-item div.wp-block-button {
  margin-top: 30px;
}

.grid-item a div {
  transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
}

/* FOOTER */

.footer-wrapper {
  background-color: rgba(0,11,49,1);
  color: #ffffff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 60px 0 40px;
  margin-top: 40px;
}

.footer-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.footer-column {
  flex: 1;
}
.footer-column.footer-column-logo {
  order: 2;
}
.footer-column.footer-column-nav {
  order: 1;
}
.footer-column.footer-column-socials {
  order: 3;
}

h2.footer-title {
  font-family: 'Crimson Text', serif;
  text-transform: uppercase;
  font-size: inherit;
  font-weight: inherit;
}

#menu-footer-menu {
  list-style: none;
}
.footer-contact a,
.footer-text a,
#menu-footer-menu a {
  color: inherit;
  text-decoration: none;
}
.footer-contact a:hover,
.footer-text a:hover,
#menu-footer-menu a:hover {
  color: rgba(219,206,197,1);
}

.logo-footer {
  max-width: 200px;
  margin: 0 auto 47px;
}

.logo-footer img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-text {
  text-align: center;
}

.footer-contact {
  text-align: right;
  margin-bottom: 30px;
}

.footer-column-socials ul {
  list-style: none;
  text-align: right;
}

.footer-column-socials ul li {
  margin-left: 5px;
  display: inline-block;
}

.social-share ul li a,
.footer-column-socials ul a {
  background-color: rgba(212,7,66,1);
  color: #ffffff;
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  font-size: 22px;
}
.footer-column-socials ul a:hover,
.footer-column-socials ul a:focus {
  color: rgba(212,7,66,1);
  background-color: #ffffff;
}
.social-share ul li a:hover,
.social-share ul li a:focus {
  color: #ffffff;
  background-color: rgba(0,11,49,1);
}

.footer-column-socials ul a span {
  display: none;
}

.social-share ul li a i,
.footer-column-socials ul a i {
  display: inline-block;
  vertical-align: middle;
}

.footer-bottom {
  margin-top: 50px;
  opacity: 0.4;
  text-align: center;
}

.footer-contact .copyright {
  margin-top: 1em;
}

/* TEAM */

.team {
  display: flex;
  align-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.member-wrapper {
  flex: 0 0 28%;
  margin-right: 8%;
  text-align: center;
  margin-top: 40px;
}
.member-wrapper:nth-child(3n+3) {
  margin-right: 0;
}

h3.member-name {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  text-transform: inherit !important;
  font-weight: bold !important;
}

.member-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
  margin-bottom: 26px;
}

.member-image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.member .links {
  margin-top: 6px;
}

.member .link {
  background-color: rgba(0,11,49,1);
  color: #ffffff;
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  font-size: 16px;
  padding-top: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.member .link:hover {
  background-color: rgba(212,7,66,1);
}

.member .link i {
  display: inline-block;
  vertical-align: middle;
}

/* ACTIVE CAMPAIGN EDITS */

#main-content form.lsb-form,
#main-content form._form {
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  color: inherit !important;
  width: 88% !important;
  max-width: 800px !important;
  margin: 0 auto 26px !important;
  line-height: inherit !important;
  font-size: inherit !important;
  font-family: inherit !important;
  min-width: auto !important;
}

#main-content form._form ._form_element {
  margin-bottom: 0;
  font-size: inherit;
}

#main-content form._form ._form_element * {
  font-size: inherit;
}

#main-content form._form legend._form-label,
#main-content form._form label._form-label {
  font-weight: inherit;
  margin-bottom: 0;
}
#main-content form._form legend._form-label {
  display: none;
}

#main-content form._form ._error {
  position: relative !important;
}

#main-content form._form ._error-arrow {
  display: none !important;
}

#main-content form._form ._error-inner {
  padding: 0 !important;
  background-color: transparent !important;
  font-family: inherit !important;
  color: rgba(212,7,66,1) !important;
  text-align: left !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

#main-content form._form input[type="text"]._has_error,
#main-content form._form textarea._has_error {
  border: rgba(212,7,66,1) 1px solid !important;
}

/* WOOCOMMERCE */

ul.wc-block-grid__products {
  display: flex;
  gap: 60px;
  flex-wrap: nowrap;
}

.wc-block-grid.has-3-columns ul li.wc-block-grid__product {
  margin-left: 0;
  background-color: rgba(244,236,229,1);
  border-left: none;
  border-right: none;
  border-bottom: none;
  width: 100%;
  flex: auto;
  max-width: auto;
}

ul.wc-block-grid__products .wc-block-grid__product-image img {
  width: 100%;
  display: block;
}

form.cart {
  display: flex;
  column-gap: 12px;
}

.wc-block-grid__product div.wp-block-button.wc-block-grid__product-add-to-cart {
  margin-bottom: 20px;
}

.wc-block-grid__product > div:last-child {
  margin-bottom: 30px;
}

div.wc-block-grid {
  font-size: inherit !important;
}

a.wc-block-grid__product-link {
  text-decoration: none;
  color: rgba(212,7,66,1) !important;
}
a.wc-block-grid__product-link:hover {
  color: rgba(0,11,49,1) !important;
}

.wc-block-grid__product div.wc-block-grid__product-title {
  margin: 30px 12px;
  font-weight: 600;
  color: inherit;
  border: none;
}

.woocommerce .col2-set > div,
.woocommerce-notices-wrapper,
.return-to-shop {
  float: none !important;
  width: 88% !important;
  max-width: 1100px;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  line-height: inherit !important;
}

#customer_details,
.woocommerce-order {
  margin-top: 60px;
}

#ship-to-different-address {
  position: relative;
}

#nieuwsbrief_signup_field > span .checkbox .input-checkbox,
#ship-to-different-address input[type="checkbox"] {
  left: 0;
}

#ship-to-different-address span {
  display: inline-block;
  margin-left: 50px;
}

.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields {
  margin-bottom: 60px;
}

h2#order_review_heading {
  margin-bottom: 8px !important;
}

.woocommerce table.shop_table {
  border-collapse: collapse !important;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table tr,
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  border: 0 !important;
}
.woocommerce tr.woocommerce-shipping-totals,
.woocommerce table.shop_table tbody {
  border-bottom: 1px solid rgba(219,206,197,1) !important;
}

#order_review table.shop_table thead {
  display: none;
}
.woocommerce-order table.shop_table thead {
  display: table-row-group;
}

table.shop_table tfoot {
  vertical-align: top;
}

tr th:nth-child(1),
tr td:nth-child(1) {
  padding-left: 0 !important;
}
tr th:last-child,
tr td:last-child {
  padding-right: 0 !important;
}

.woocommerce ul#shipping_method .amount,
.woocommerce table.shop_table tfoot tr.woocommerce-shipping-totals td {
  font-weight: 400 !important;
}

.woocommerce table.shop_table tfoot th,
td.product-name {
  text-align: left !important;
  width: 70%;
}

.woocommerce table.shop_table tfoot td,
td.product-total,
th.product-total {
  text-align: right !important;
  width: 30%;
}

small.includes_tax {
  display: block;
  font-size: 14px;
  line-height: 16px;
}

.woocommerce ul#shipping_method li {
  position: relative !important;
  margin-bottom: 0 !important;
  line-height: inherit !important;
}

.woocommerce ul#shipping_method li input[type="radio"] {
  left: auto;
  right: 0;
  margin: 0 !important;
  border: 1px solid rgba(219,206,197,1) !important;
  height: 24px;
  width: 24px;
  line-height: 23px;
  top: 2px;
}
.woocommerce ul#shipping_method li input[type="radio"]:checked:before {
  line-height: 23px;
  font-size: 16px;
}

.woocommerce ul#shipping_method li label {
  margin-right: 30px;
}

.woocommerce form .woocommerce-terms-and-conditions-wrapper p.form-row,
.herroepingsrecht {
  position: relative;
  padding: 0 !important;
  margin-bottom: 26px !important;
}

.woocommerce form .woocommerce-terms-and-conditions-wrapper p.form-row label,
.herroepingsrecht label {
  line-height: 30px !important;
  padding-left: 50px;
  display: block !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.woocommerce form .woocommerce-terms-and-conditions-wrapper p.form-row input[type="checkbox"],
.herroepingsrecht input[type="checkbox"] {
  left: 0 !important;
}

.woocommerce-terms-and-conditions {
  background-color: #ffffff !important;
}

.woocommerce-order .woocommerce-table__product-name a,
.woocommerce-order .download-product a {
  color: inherit;
  text-decoration: none;
}

th.download-file,
td.download-file {
  text-align: right;
}

.quantity.hidden {
  display: none;
}

li.wc_payment_method {
  position: relative;
  margin-top: 10px !important;
}
li.wc_payment_method:nth-child(1) {
  margin-top: 0 !important;
}

.page li.wc_payment_method input[type="radio"] {
  left: 0;
}
.page li.wc_payment_method input[type="radio"]:checked:before {
  position: absolute;
  width: 100%;
  line-height: 28px;
}

.page li.wc_payment_method label {
  line-height: 30px !important;
  padding-left: 50px;
  display: block !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.payment_method_mollie_wc_gateway_ideal p:nth-child(1) {
  display: none;
}

.payment_method_mollie_wc_gateway_ideal select {
  border: 1px solid #ddd;
  background-color: transparent;
  outline: 0;
  line-height: 1.5;
  width: 100%;
  border-radius: 4px;
  position: relative;
  color: #404040;
  display: block;
  min-height: 52px;
  vertical-align: top;
  box-shadow: none;
  margin-bottom: 0!important;
  font-weight: 400;
  height: auto;
  margin-bottom: 0;
  width: 100%!important;
  padding: 6px 12px!important;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.payment_method_mollie_wc_gateway_ideal p:nth-child(2) {
  position: relative;
  background-color: #ffffff;
  border-radius: 4px;
}
.payment_method_mollie_wc_gateway_ideal p:nth-child(2):before {
  content: '\f0d7';
  font-family: 'FontAwesome';
  font-size: 26px;
  line-height: 52px;
  display: block;
  position: absolute;
  right: 14px;
  top: 0;
}

.woocommerce-notices-wrapper,
.woocommerce-message {
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.woocommerce-message {
  border: 1px solid rgba(219,206,197,1) !important;
  border-radius: 4px;
  margin-top: 40px !important;
}

.woocommerce-message a {
  color: inherit;
}

.cart_item .product-name {
  color: transparent;
}

.cart_item .product-name * {
  color: rgba(0,11,49,1);
}
.cart_item .product-name span {
  display: inline-block;
}

.woocommerce .product-name a.remove {
  display: inline-block !important;
  vertical-align: middle;
  color: rgba(0,11,49,1) !important;
}
.woocommerce a.remove:hover {
  background-color: rgba(0,11,49,1) !important;
  color: #ffffff !important;
}

.woocommerce .product-name .quantity {
  display: inline-block;
}

.woocommerce-column address {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 26px !important;
}

.woocommerce-columns.addresses h2 {
  margin-bottom: 12px;
}

form#order_review {
  margin-top: 40px;
}

.numbers {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
  align-items: stretch;
  margin-top: 60px;
}

.number-wrapper {
  flex: 1 1 auto;
  width: 100%;
  position: relative;
}

.number {
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 100%;
}

.number-title-wrapper {
  background-color: rgba(244,236,229,1);
  /*color: rgba(212,7,66,1);*/
  padding: 40px 30px;
  text-align: center;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.number-title {
  font-family: 'Crimson Text', serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.17em;
}

.figure {
  font-size: 46px;
  line-height: 52px;
}

.number-icon {
  margin: 0 auto 20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(0,11,49,1);
  color: rgba(240,183,166,1);
  font-size: 32px;
  line-height: 80px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

p.stock {
  color: rgba(212,7,66,1);
}
p.stock.in-stock {
  display: none;
}
.entry-summary-content p.stock {
  margin-bottom: 0;
}

.single .onsale-wrapper {
  display: block;
  z-index: 999;
  height: 50px;
}
.onsale {
  display: inline-block;
  height: 32px;
  padding: 9px 20px;
  background-color: rgba(212,7,66,1);
  color: white;
}
.single .onsale-wrapper + .woocommerce-product-gallery__wrapper {
  margin-top: -50px;
}

.price ins {
  text-decoration: none;
}

.woocommerce table.shop_table .product-thumbnail {
  display: none;
}

.actions .coupon {
  float: none !important;
  margin-bottom: 10px !important;
}

.woocommerce .cart-collaterals .cart_totals {
  width: 100% !important;
  float: none !important;
}

.shop_table.shop_table_responsive th,
.shop_table.shop_table_responsive td {
  vertical-align: top !important;
}
.shop_table.shop_table_responsive td {
  text-align: right;
}

.cart_totals h2 {
  display: none;
}

.woocommerce-cart-form.cart,
.woocommerce-cart-form.cart table.shop_table {
  margin-bottom: 0 !important;
}

p.woocommerce-shipping-destination {
  margin-bottom: 0;
}

.woocommerce table.shop_table_responsive .cart_item + tr td.actions,
.woocommerce-page table.shop_table_responsive .cart_item + tr td.actions {
  background-color: rgba(0,0,0,.05) !important;
}

td.actions {
  padding: 15px !important;
}

td.actions button {
  margin-right: 15px !important;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  content: '' !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 1em !important;
  background-color: rgba(244,236,229,1) !important;
  color: rgba(0,11,49,1) !important;
  border: none !important;
  border-radius: 0 !important;
}
.woocommerce-error:focus-visible, .woocommerce-info:focus-visible, .woocommerce-message:focus-visible {
  outline: none !important;
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
  margin-top: 1em !important;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
  width: 88% !important;
}

@media screen and (max-width: 667px) {
  #main-content form._form ._row, #main-content form._form p, #main-content form._form label {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 699px)
{
  .team {
    display: block;
  }

  .member-wrapper {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }

  .member-image {
    margin-bottom: 22px;
  }

  @media screen and (max-width: 459px)
  {
    .member-wrapper {
      margin-top: 40px;
    }
  }
}

@media screen and (min-width: 1441px)
{
  .page > .wp-block-columns.has-2-columns {
    text-align: center;
  }

  .page > .wp-block-columns.has-2-columns .wp-block-column,
  .page > .wp-block-columns.has-2-columns .wp-block-column:nth-child(1) {
    text-align: left;
    display: inline-block;
    float: none;
    width: 700px;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 1199px)
{
  body {
    font-size: 18px;
    line-height: 28px;
  }

  #menu-main-menu li {
    margin-left: 40px;
  }

  .intro-text-wrapper {
    padding: 50px 70px;
    min-height: 400px;
  }

  .intro-wrapper .rock {
    width: 120px;
    bottom: -40px;
  }

  .wp-block-columns.has-2-columns .wp-block-column figure.wp-block-image:nth-of-type(1) {
    margin-bottom: 40px;
  }

  .wp-block-column h2,
  .wp-block-column p,
  .wp-block-column
  .wp-block-button,
  .wp-block-column .related-category {
    padding: 0 40px;
  }
  .wp-block-column .wp-block-button {
    padding-bottom: 40px;
  }

  .entry-summary-content h2,
  .page > h2, .container-has-background h2, .testimonials-header h2, .archive-header h2,
  .post-details h2,
  .service-text-wrapper h2,
  .wp-block-column h2,
  .wp-block-media-text h2,
  .inspiration h3,
  .highlight h3,
  .author h3,
  blockquote p,
  .more-wrapper h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .intro-text-wrapper,
  .testimonial-title {
    font-size: 30px;
    line-height: 44px;
  }

  .testimonial-text {
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 44px;
  }

  ul.slick-dots li {
    margin-top: 3px;
  }

  .page form ul li input[type="submit"],
  .wp-block-button__link, .button {
    font-size: 18px !important;
    line-height: 22px !important;
    padding-left: 26px;
    padding-right: 26px;
  }

  .wp-block-button,
  .buttons,
  li.submit {
    margin-top: 34px;
  }

  .services .rock {
    right: -60px;
    width: 160px;
  }

  .service-text-wrapper {
    padding: 40px;
  }

  .grid-sizer {
    width: 47%;
  }

  .gutter-sizer {
    width: 6%;
  }

  .grid-item {
    width: 47%;
    margin-bottom: 6%;
  }

  .numbers {
    flex-wrap: wrap;
    gap: 40px;
  }

  .number-wrapper {
    width: 47%;
  }

  .onsale {
    height: 28px;
  }
}

@media screen and (max-width: 999px)
{
  footer, header, .inspiration, .highlight, .author, .testimonials, .services, .single .wp-block-embed:nth-child(1), .single .wp-block-image:nth-child(1), .post-details-wrapper, .more-wrapper h2, .more-wrapper .wp-block-columns, .inspiration-archive, .testimonials-header, .archive-header, .numbers {
    width: 90%;
  }

  #menu-main-menu {
    padding-top: 16px;
  }

  #menu-main-menu li {
    margin-left: 15px;
  }

  #menu-main-menu li a {
    line-height: 28px;
  }

  header h1 {
    height: 48px;
    top: 6px;
  }

  .header-wrapper {
    height: 90px;
  }

  .main-wrapper {
    padding-top: 90px;
  }

  .footer-wrapper {
    padding: 50px 0 30px;
  }

  .footer-top {
    flex-direction: column;
  }

  .footer-column {
    order: 0 !important;
    text-align: center;
  }

  .footer-column-nav,
  .footer-column-logo {
    margin-bottom: 30px;
  }

  .logo-footer {
    max-width: 150px;
    margin: 0 auto;
  }

  .footer-column-socials ul,
  .footer-contact {
    text-align: center;
  }

  .footer-bottom {
    margin-top: 30px;
  }

  .page > h2, .container-has-background h2, .testimonials-header h2, .archive-header h2,
  .intro-text-wrapper, .testimonial-title {
    font-size: 28px;
    line-height: 38px;
  }
  .entry-summary-content h2, .post-details h2, .service-text-wrapper h2, .wp-block-column h2, .wp-block-media-text h2, .inspiration h3, .highlight h3, .author h3, blockquote p, .more-wrapper h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .testimonial-text {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 24px;
  }

  .intro-text-wrapper {
    min-height: 320px;
    padding: 40px 50px;
  }

  .intro-wrapper .rock {
    width: 100px;
    left: 38%;
  }

  .wp-block-columns.has-2-columns, figure.wp-block-embed-youtube, .highlight-wrapper, .author-wrapper, .inspiration-wrapper, .services-wrapper, .container-has-background {
    margin-top: 50px;
  }

  .inspiration {
    padding: 40px;
  }

  .container-has-background .wp-block-button, .container-has-background p, .container-has-background ul, .container-has-background h2, .container-has-background h3, .page > .wp-block-button, .page > p, .page > ul, .page > ol, .page > h2, .page > h3, .page > div.wpcf7, .page > blockquote, .single-content > .wp-block-button, .single-content > p, .single-content > ul, .single-content > ol, .single-content > h2, .single-content > h3, .single-content > div.wpcf7, .single-content > blockquote, .share-wrapper, .testimonials-header > div, .archive-header > div,
  .page p, .page ul, .page ol,
  .inspiration h3 {
    margin-bottom: 22px;
  }

  .wp-block-button, .buttons, li.submit {
    margin-top: 28px;
  }

  .author-image-wrapper, .highlight-image-wrapper {
    position: relative;
    top: auto;
    grid-auto-columns: 0;
    padding-bottom: 0;
    width: 60%;
    margin-left: 40%;
  }

  .author-text-wrapper, .highlight-text-wrapper {
    padding-top: 0;
    width: 82%;
    margin-top: -40px;
  }

  .author-text-wrapper .author-text, .highlight-text-wrapper .highlight-text {
    padding: 70px 40px 40px;
  }

  .highlight-wrapper .rock {
    width: 130px;
    left: 70%;
    bottom: -40px;
  }

  .wp-block-column h2, .wp-block-column p, .wp-block-column .wp-block-button, .wp-block-column .related-category {
    padding: 0 30px;
  }
  .wp-block-column .wp-block-button {
    padding-bottom: 30px;
  }

  .wp-block-columns.has-2-columns .wp-block-column figure.wp-block-image:nth-of-type(1) {
    margin-bottom: 30px;
  }

  .wp-block-columns.has-2-columns:after {
    height: 80%;
  }

  .testimonial-wrapper {
    padding: 50px 0 40px;
  }

  .testimonials-wrapper {
    margin-bottom: 50px;
  }

  .services {
    padding: 40px 40px 40px 0;
  }

  .service-image-wrapper {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
  }

  .service-image-wrapper img {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .service-text-wrapper {
    margin-left: 0;
  }

  .services .rock {
    right: -40px;
    width: 120px;
    top: 43%;
  }

  .service-wrapper {
    margin-top: 40px;
  }

  .container-has-background {
    padding: 40px 0;
  }

  #main-content form._form div._form-title {
    margin-bottom: 30px;
  }

  .page form ul {
    margin-top: 30px;
  }

  .testimonials-header, .archive-header,
  .single {
    padding-top: 30px;
  }

  .post-details {
    padding: 140px 40px 40px;
  }
  .post-details-wrapper:nth-child(1) .post-details {
    padding-top: 40px;
  }

  .post-details-wrapper {
    margin-bottom: 40px;
  }

  .more-wrapper h2 {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 26px;
  }

  .wp-block-columns.has-2-columns .wp-block-column {
    margin-bottom: 50px;
  }

  .more-wrapper .more-information h2:after {
    width: 14%;
    padding-top: 14%;
  }

  .testimonials-extended.grid, .inspiration-archive.grid {
    margin-top: 50px;
  }

  .testimonials-extended .gutter-sizer {
    width: 0;
  }

  .testimonials-extended .grid-sizer {
    width: 100%;
  }

  .testimonials-extended .grid-item {
    width: 100%;
    margin-bottom: 5%;
  }
}

@media screen and (min-width: 700px)
{
  .hamburger-wrapper {
    display: none;
  }
}

@media screen and (max-width: 699px)
{
  body.hidden {
    overflow: hidden;
  }

  .hamburger-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100001;
  }

  .hamburger {
    position: relative;
    width: 40px;
    height: 60px;
  }

  .hamburger div {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: rgba(0,11,49,1);
    left: 0;
  }
  .hamburger div:nth-child(1) {
    top: 17px;
  }
  .hamburger div:nth-child(2) {
    top: 30px;
  }
  .hamburger div:nth-child(3) {
    top: 43px;
  }

  .menu-toggle.show .hamburger div:nth-child(1) {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 30px;
  }
  .menu-toggle.show .hamburger div:nth-child(3) {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 30px;
  }
  .menu-toggle.show .hamburger div:nth-child(2) {
    background-color: transparent;
  }

  header .nav-wrapper {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(240,183,166,1);
    z-index: 100000;
    padding-top: 120px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow-y: scroll;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    text-align: center;
  }

  #menu-main-menu {
    padding-top: 0;
  }

  #menu-main-menu li {
    display: block;
    margin: 0 0 16px;
    text-align: center;
  }

  #menu-main-menu li a {
    font-size: 24px;
    line-height: 34px;
  }

  .intro-image-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 60%;
    top: auto;
    left: auto;
    z-index: 1;
  }

  .intro-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .intro-text-wrapper {
    min-height: auto;
    padding: 40px;
    margin-left: 0;
  }

  .intro-wrapper .rock {
    width: 88px;
    left: auto;
    right: 10%;
    bottom: -40px;
  }

  .footer-column-nav {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .footer-column-socials {
    text-align: center;
    position: relative;
    width: 100%;
    right: auto;
    bottom: auto;
  }

  .footer-column-socials ul {
    text-align: center;
  }

  .author-text-wrapper, .highlight-text-wrapper {
    width: 92%;
  }

  .highlight-wrapper .rock {
    width: 100px;
    left: 80%;
  }

  .wp-block-columns.has-2-columns {
    padding: 40px;
    background-color: rgba(219,206,197,1);
  }

  .wp-block-columns.has-2-columns .wp-block-column,
  .wp-block-columns.has-2-columns .wp-block-column:nth-child(1) {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .wp-block-columns.has-2-columns .wp-block-column:nth-child(2) {
    margin-bottom: 0;
  }

  .testimonial-image-wrapper {
    display: none;
  }

  .testimonial-text-wrapper {
    position: relative;
    width: 100%;
    float: none;
  }

  .testimonials-nav {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }

  .testimonials-more,
  .testimonials-dots {
    float: none;
    margin-left: 0;
  }

  .page ul.slick-dots {
    text-align: center;
    margin-bottom: 6px;
  }

  .services {
    width: 100%;
    padding: 40px;
    background-color: rgba(219,206,197,1);
  }

  .services .rock {
    display: none;
  }

  .container-has-background {
    padding: 40px 0 20px;
  }

  .grid-sizer,
  .grid-item {
    width: 100%;
  }
  .gutter-sizer {
    width: 0;
  }

  .wp-block-columns-wrapper .wp-block-columns.has-2-columns {
    padding: 0;
  }

  .wp-block-columns-wrapper .wp-block-columns.has-2-columns .wp-block-column:nth-child(1) {
    margin-bottom: 10%;
  }
  .wp-block-columns-wrapper .wp-block-columns.has-2-columns .wp-block-column:nth-child(2) {
    margin-bottom: 10%;
  }

  .wp-block-columns-wrapper:after {
    height: 90%;
  }

  .wp-block-columns.has-2-columns .wp-block-column figure.wp-block-image:nth-of-type(1) {
    margin-bottom: 5%;
  }
  .wp-block-columns-wrapper .wp-block-button {
    margin-top: 0;
  }

  .more-wrapper .more-information h2:after {
    right: 4%;
    bottom: 28px;
  }
}

@media screen and (max-width: 459px)
{
  header h1 {
    height: 40px;
    top: 5px;
  }

  .header-wrapper {
    height: 80px;
  }

  .main-wrapper {
    padding-top: 80px;
  }

  .hamburger {
    width: 36px;
    height: 50px;
  }

  .hamburger div:nth-child(1) {
    top: 13px;
  }
  .hamburger div:nth-child(2) {
    top: 25px;
  }
  .hamburger div:nth-child(3) {
    top: 37px;
  }

  .menu-toggle.show .hamburger div:nth-child(1),
  .menu-toggle.show .hamburger div:nth-child(3) {
    top: 25px;
  }

  .intro-text-wrapper {
    padding: 30px;
  }

  .inspiration {
    padding: 30px;
  }

  .wp-block-columns.has-2-columns, figure.wp-block-embed-youtube, .highlight-wrapper, .author-wrapper, .inspiration-wrapper, .services-wrapper, .container-has-background {
    margin-top: 40px;
  }

  .author-image-wrapper, .highlight-image-wrapper {
    width: 70%;
    margin-left: 30%;
  }

  .author-text-wrapper, .highlight-text-wrapper {
    margin-top: -30px;
  }

  .author-text-wrapper .author-text, .highlight-text-wrapper .highlight-text {
    padding: 50px 30px 30px;
  }

  body {
    font-size: 16px;
    line-height: 26px;
  }

  .wp-block-columns.has-2-columns {
    padding: 12% 6%;
  }

  footer, header, .inspiration, .highlight, .author, .testimonials, .services, .single .wp-block-embed:nth-child(1), .single .wp-block-image:nth-child(1), .post-details-wrapper, .more-wrapper h2, .more-wrapper .wp-block-columns, .inspiration-archive, .testimonials-header, .archive-header, .numbers {
    width: 88%;
  }

  .wp-block-column h2, .wp-block-column p, .wp-block-column .wp-block-button, .wp-block-column .related-category {
    padding: 0 7%;
  }
  .wp-block-column .wp-block-button {
    padding-bottom: 10%;
  }

  .wp-block-columns.has-2-columns .wp-block-column figure.wp-block-image:nth-of-type(1) {
    margin-bottom: 10%;
  }

  .entry-summary-content h2, .post-details h2, .service-text-wrapper h2, .wp-block-column h2, .wp-block-media-text h2, .inspiration h3, .highlight h3, .author h3, blockquote p, .more-wrapper h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .page > h2, .container-has-background h2, .testimonials-header h2, .archive-header h2, .intro-text-wrapper, .testimonial-title {
    font-size: 26px;
    line-height: 34px;
  }
  .testimonial-text {
    font-size: 26px;
    line-height: 34px;
  }

  .page form ul li input[type="submit"], .wp-block-button__link, .button {
    font-size: 16px !important;
    line-height: 20px !important;
    padding-left: 20px;
    padding-right: 20px;
  }

  .author-text-wrapper .author-text, .highlight-text-wrapper .highlight-text {
    padding: 50px 7% 10%;
  }

  .testimonial-wrapper {
    padding: 40px 0 30px;
  }

  .services {
    width: 100%;
    padding: 0;
    background-color: transparent;
  }
  .services:before {
    display: none;
  }

  .service-wrapper {
    width: 88%;
    margin: 0 auto 10%;
    background-color: rgba(244,236,229,1);
  }

  .service-text-wrapper {
    padding: 10% 7%;
  }

  .intro-wrapper .rock {
    width: 74px;
    bottom: -34px;
    right: 5%;
  }

  #main-content form.lsb-form input[type="checkbox"], #main-content form.lsb-form input[type="radio"],
  #main-content form._form input[type="checkbox"], #main-content form._form input[type="radio"],
  .page input[type="checkbox"], .page input[type="radio"] {
    height: 26px;
    width: 26px;
  }

  #main-content form.lsb-form input[type="checkbox"]:checked:before, #main-content form.lsb-form input[type="radio"]:checked:before,
  #main-content form._form input[type="checkbox"]:checked:before, #main-content form._form input[type="radio"]:checked:before,
  .page input[type="checkbox"]:checked:before, .page input[type="radio"]:checked:before {
    font-size: 16px;
  }

  #main-content form.lsb-form .lsb-form-check,
  #main-content form._form ._field3 > fieldset,
  .page span.wpcf7-list-item,
  .page span.privacylink {
    margin-left: 36px;
  }
  .wpcf7-form-control-wrap.privacy .wpcf7-not-valid-tip {
    margin-left: 36px !important;
  }

  #main-content form.lsb-form input[type="checkbox"],
  #main-content form.lsb-form input[type="radio"],
  #main-content form._form input[type="checkbox"],
  #main-content form._form input[type="radio"],
  .page input[type="checkbox"],
  .page input[type="radio"] {
    left: -36px;
  }

  .grid-item {
    margin-bottom: 10%;
  }

  .grid-item a {
    padding-bottom: 10%;
  }

  div.related-category {
    font-size: 26px;
    line-height: 34px;
  }

  .inspiration-archive .grid-item div, .inspiration-archive .grid-item p {
    margin: 0 7%;
  }

  .single figure.wp-block-embed:nth-child(1) .wp-block-embed__wrapper {
    width: 90%;
    padding-bottom: 53%;
  }
  .single figure.wp-block-image:nth-child(1) .img {
    width: 90%;
  }
  .post-details {
    padding: 130px 7% 10%;
    width: 90%;
    margin-left: 10%;
  }
  .post-details-wrapper:nth-child(1) .post-details {
    padding-top: 30px;
  }

  .more-wrapper h2 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 16px;
  }

  .wp-block-columns-wrapper .wp-block-button {
    margin-top: 10%;
  }

  .testimonials-extended.grid, .inspiration-archive.grid {
    margin-top: 40px;
  }

  .testimonials-extended .grid-item {
    margin-bottom: 7%;
  }

  .testimonials-extended .grid-item {
    padding: 10% 7%;
  }

  .highlight-wrapper .rock {
    left: 8%;
    top: 2%;
    bottom: auto;
  }

  .wp-block-column .rock {
    display: none;
  }

  .wp-block-media-text .wp-block-media-text__media, .wp-block-media-text .wp-block-media-text__content {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .wp-block-media-text .wp-block-media-text__media {
    max-width: 280px;
    margin: 0 auto 36px;
  }

  .entry-summary-content {
    width: 90%;
    margin-left: 10%;
    padding: 120px 20px 20px;
  }

  .single .onsale-wrapper + figure.woocommerce-product-gallery__wrapper img,
  .single figure.woocommerce-product-gallery__wrapper:nth-child(1) img {
    width: 80%;
  }

  .quantity input {
    padding: 5px 10px;
  }

  .button.single_add_to_cart_button {
    padding: 7px 20px 5px !important
  }

  #customer_details, .woocommerce-order {
    margin-top: 30px;
  }

  .um-order-review > *,
  .cart-empty.woocommerce-info, .woocommerce .col2-set > div, .woocommerce-notices-wrapper, .return-to-shop {
    width: 100% !important;
  }

  #ship-to-different-address span {
    margin-left: 40px;
  }

  .woocommerce-billing-fields, .woocommerce-shipping-fields, .woocommerce-additional-fields {
    margin-bottom: 30px;
  }

  .woocommerce ul#shipping_method li label {
    display: inline-block !important;
  }

  .page li.wc_payment_method label {
    padding-left: 40px;
    line-height: 26px !important;
  }

  .page li.wc_payment_method input[type="radio"]:checked:before {
    line-height: 25px;
  }

  .woocommerce form .woocommerce-terms-and-conditions-wrapper p.form-row label, .herroepingsrecht label {
    line-height: 26px !important;
    padding-left: 40px;
  }

  .woocommerce-columns.addresses h2 {
    margin-bottom: 6px;
  }

  .number-title-wrapper {
    padding: 30px;
  }

  .onsale {
    height: 26px;
  }
}

/* LAPOSTE EDITS 20230706 ARIE */

#nieuwsbrief_signup_field > span {
  display: block;
  position: relative;
}

#nieuwsbrief_signup_field > span .checkbox {
  display: inline-block;
  margin-left: 50px;
}

#nieuwsbrief_signup_field > span .checkbox .input-checkbox {
  margin-top: 4px;
}

.woocommerce form .form-row {
  padding: 0 !important;
  margin-bottom: 26px !important;
}

@media screen and (max-width: 999px)
{
  .woocommerce form .form-row {
    margin-bottom: 22px !important;
  }
}

@media screen and (max-width: 459px)
{
  #nieuwsbrief_signup_field > span .checkbox {
    margin-left: 40px;
  }
}

/* COUPONS EDITS 20241029 ARIE */

.woocommerce button.button {
  -webkit-font-smoothing: antialiased;
}

.coupon-form p.form-row {
  float: left !important;
}
.coupon-form p.form-row:nth-child(2) {
  margin-right: 20px !important;
}

.woocommerce-remove-coupon {
  display: none !important;
}

.woocommerce .product-name .quantity {
  float: left;
}

.woocommerce .quantity .qty {
  padding: 0 !important;
  width: 64px !important;
}

.woocommerce form .form-row.place-order {
  padding: 1em !important;
}

#menu-main-menu li.header-cart-wrapper {
  /*margin-left: 30px;*/
  height: 34px;
}

.header-cart-wrapper a {
  color: inherit;
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: rgba(0,11,49,1);
  color: #ffffff;
  padding-top: 5px;
  text-align: center;
  line-height: 34px !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.header-cart-wrapper a:hover {
  background-color: rgba(212,7,66,1);
}

.header-cart-wrapper a img {
  display: inline-block;
  height: 20px;
  width: auto;
  line-height: 20px !important;
}

@media screen and (max-width: 768px)
{
  .main-wrapper .woocommerce table.shop_table_responsive tr.cart_item td,
  .main-wrapper .woocommerce-page table.shop_table_responsive tr.cart_item td {
    display: table-cell !important;
    text-align: left !important;
  }
  .main-wrapper .woocommerce table.shop_table_responsive tr td.product-thumbnail,
  .main-wrapper .woocommerce-page table.shop_table_responsive tr td.product-thumbnail {
    display: none !important;
  }

  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    content: '' !important;
  }

  .woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
    display: inline-block !important;
  }

  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: inherit !important;
  }
}

@media screen and (max-width: 500px)
{
  .woocommerce table.shop_table td {
    padding-left: 0 !important;
    padding-right: 2px !important;
  }
  .woocommerce table.shop_table td:last-child {
    padding-right: 0 !important;
  }
  .woocommerce table.shop_table td.product-quantity {
    padding-left: 5px !important;
    padding-right: 5px !important;
    min-width: 42px !important;
  }

  .woocommerce .quantity .qty {
    width: 42px !important;
  }

  .woocommerce table.cart td.actions .input-text#coupon_code {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px;
  }
}
