/* ---- blog ---- */
.is-blog .row {
  margin: 0;
}
.is-blog .row:first-of-type {
  display: grid;
  grid-template-columns: minmax(320px, 2fr) minmax(150px, 370px);
  -webkit-column-gap: 48px;
  -moz-column-gap: 48px;
  column-gap: 48px;
}
@media (max-width: 767px) {
  .is-blog .row:first-of-type {
    grid-template-columns: 1fr;
  }
}
.is-blog .row:first-of-type:before, .is-blog .row:first-of-type:after {
  display: none;
}
.is-blog .row .col-main,
.is-blog .row .sidebar {
  width: 100%;
  min-width: 0;
  padding: 0;
}
.is-blog .col-main {
  padding: 0;
}
.is-blog .main-container {
  position: relative;
}
.is-blog .main-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: #F7F5F3;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.is-blog .page-title {
  margin: 12px 0 45px 0;
}
.is-blog .page-title h1 {
  font-family: var(--font-serif);
  color: #1A5550;
  font-size: 32px;
  margin: 0;
  font-weight: normal;
}
.is-blog .post-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media (max-width: 1199px) {
  .is-blog .post-list {
    grid-template-columns: 1fr;
  }
}
.is-blog .post-list .item {
  margin: 0;
  padding: 0;
  border: none;
  background: #ffffff;
  border-radius: 8px;
  position: relative;
}
.is-blog .post-list .item .social {
  position: absolute;
  top: 10px;
  right: auto;
  left: 0;
  margin: 0;
}
.is-blog .post-list .item .blog-image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
.is-blog .post-list .item .blog-subtitle {
  color: #847671;
  font-size: 16px;
}
.is-blog .post-list .item .blog-subtitle a {
  text-decoration: none;
}
.is-blog .post-list .item .blog-link {
  position: relative;
  color: #1A5550;
  font-weight: 600;
}
.is-blog .post-list .item .blog-link:hover {
  text-decoration: none;
}
.is-blog .post-list .item .blog-link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
  width: 16px;
  height: 16px;
  background: url("../../images/dark-green-arrow.svg") no-repeat center center;
  background-size: contain;
}
.is-blog .post-list .item footer {
  padding: 16px;
  height: auto;
}
.is-blog .sidebar,
.is-blog .blog-sidebar {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .is-blog .sidebar,
  .is-blog .blog-sidebar {
    margin-top: 20px;
  }
}
.is-blog .sidebar .wp-sidebar,
.is-blog .blog-sidebar .wp-sidebar {
  margin: 0;
  border-top: 1px solid #E8E3DE;
}
.is-blog .sidebar .block-blog,
.is-blog .blog-sidebar .block-blog {
  padding: 12px 0;
  margin: 0;
  background: none;
  border: 0;
  border-bottom: 1px solid #E8E3DE;
}
.is-blog .sidebar .block-blog .block-title,
.is-blog .blog-sidebar .block-blog .block-title {
  position: relative;
  padding: 0 12px;
  margin: 0;
  line-height: 1;
  font-weight: 300;
  text-transform: initial;
  cursor: pointer;
  font-size: 14px;
  color: #5C5351;
}
.is-blog .sidebar .block-blog .block-title:after,
.is-blog .blog-sidebar .block-blog .block-title:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  right: 20px;
  width: 12px;
  height: 14px;
  background: url("../../images/brown-right-small.svg") no-repeat;
  background-size: cover;
}
.is-blog .sidebar .block-blog.active,
.is-blog .blog-sidebar .block-blog.active {
  background: #ffffff;
  padding-bottom: 0;
}
.is-blog .sidebar .block-blog.active .block-title:after,
.is-blog .blog-sidebar .block-blog.active .block-title:after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.is-blog .sidebar .block-blog .block-content,
.is-blog .blog-sidebar .block-blog .block-content {
  margin-top: 24px;
}
.is-blog .sidebar .block-blog .block-content li,
.is-blog .blog-sidebar .block-blog .block-content li {
  display: block !important;
  padding: 12px 24px;
  border-bottom: 1px solid #E8E3DE;
  text-align: left;
}
.is-blog .sidebar .block-blog .block-content li:last-child,
.is-blog .blog-sidebar .block-blog .block-content li:last-child {
  border-bottom: none;
}
.is-blog .sidebar .block-blog .block-content a,
.is-blog .blog-sidebar .block-blog .block-content a {
  color: #5C5351;
  font-size: 14px;
  font-weight: 300;
}
.is-blog .sidebar .block-blog .block-content a:before, .is-blog .sidebar .block-blog .block-content a:after,
.is-blog .blog-sidebar .block-blog .block-content a:before,
.is-blog .blog-sidebar .block-blog .block-content a:after {
  display: none;
}
.is-blog .pager {
  margin: 32px 0;
}
.is-blog .pager .pages {
  float: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .is-blog .pager .pages {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.is-blog .pager .pages ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
}
@media (max-width: 991px) {
  .is-blog .pager .pages ol {
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.is-blog .pager .pages li {
  width: 44px;
  height: 44px;
  font-size: 16px;
  margin: 0;
}
@media (max-width: 991px) {
  .is-blog .pager .pages li {
    width: 36px;
    height: 36px;
    line-height: 28px;
  }
}
.is-blog .pager .pages li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  padding: 3px 0;
  border: 1px solid #E8E3DE;
  border-radius: 8px;
  color: #A59992;
  width: 100%;
  height: 100%;
  font-weight: 600;
}
.is-blog .pager .pages li a img {
  height: 24px;
}
.is-blog .pager .pages li a.previous img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.is-blog .pager .pages li a.previous.disabled img {
  -webkit-transform: none;
  transform: none;
}
.is-blog .pager .pages li a.next.disabled img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.is-blog .pager .pages li.current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px 0;
  border-radius: 8px;
  border: 1px solid #1D8479;
  color: #1A5550;
  background: transparent;
  font-weight: 600;
}
.is-blog .pager .pages li.separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px 0;
  border: 1px solid #E8E3DE;
  border-radius: 8px;
  color: #A59992;
  background: transparent;
  font-weight: 600;
}
.is-blog .pager .pages li.page-mid {
  display: none;
}
@media (min-width: 360px) {
  .is-blog .pager .pages li.page-mid-1 {
    display: list-item;
  }
  .is-blog .pager .pages li.separator-mids-1 {
    display: none;
  }
}
@media (min-width: 408px) {
  .is-blog .pager .pages li.page-mid-2 {
    display: list-item;
  }
  .is-blog .pager .pages li.separator-mids-2 {
    display: none;
  }
}
@media (min-width: 456px) {
  .is-blog .pager .pages li.page-mid-3 {
    display: list-item;
  }
  .is-blog .pager .pages li.separator-mids-3 {
    display: none;
  }
}
@media (min-width: 504px) {
  .is-blog .pager .pages li.page-mid-4 {
    display: list-item;
  }
  .is-blog .pager .pages li.separator-mids-4 {
    display: none;
  }
}
@media (min-width: 552px) {
  .is-blog .pager .pages li.page-mid-5 {
    display: list-item;
  }
  .is-blog .pager .pages li.separator-mids-5 {
    display: none;
  }
}
@media (min-width: 600px) {
  .is-blog .pager .pages li.page-mid-6 {
    display: list-item;
  }
  .is-blog .pager .pages li.separator-mids-6 {
    display: none;
  }
}
@media (min-width: 648px) {
  .is-blog .pager .pages li.page-mid-7 {
    display: list-item;
  }
  .is-blog .pager .pages li.separator-mids-7 {
    display: none;
  }
}
.is-blog .pager .pages li {
  /* current page (incl. wanneer in mid-range) altijd zichtbaar */
}
.is-blog .pager .pages li.page-mid.current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* ---- blog post ---- */
.wordpress-post-view .blog-grid {
  display: grid;
  grid-template-columns: 8fr 4fr;
  -webkit-column-gap: 48px;
  -moz-column-gap: 48px;
  column-gap: 48px;
  grid-template-areas: "content sidebar";
}
@media (max-width: 1023px) {
  .wordpress-post-view .blog-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "content";
  }
}
.wordpress-post-view .blog-content {
  grid-area: content;
  min-width: 0;
  text-align: left;
}
.wordpress-post-view .blog-sidebar {
  grid-area: sidebar;
}
@media (max-width: 1023px) {
  .wordpress-post-view .blog-sidebar {
    display: none;
  }
}
.wordpress-post-view .comments-wrapper {
  background: #ffffff;
  padding: 64px 0;
  text-align: left;
}
.wordpress-post-view .comments-wrapper .post-view {
  background: #F7F5F3;
  padding: 32px;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .wordpress-post-view .comments-wrapper .post-view {
    padding: 16px;
  }
}
.wordpress-post-view .featured-image img {
  border: none;
  border-radius: 8px;
}
.wordpress-post-view .post-entry img {
  border-radius: 8px;
}
.wordpress-post-view .post-view {
  padding: 0;
  border: 0;
  margin: 0;
  background: none;
}
.wordpress-post-view .post-view .post-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  font-style: normal;
  color: #5C5351;
  font-size: 14px;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .wordpress-post-view .post-view .post-date {
    font-size: 12px;
  }
}
.wordpress-post-view .post-view .social {
  position: absolute;
  top: 10px;
  right: auto;
  left: 0;
  margin: 0;
}
.wordpress-post-view .post-view .page-title {
  margin: 0 0 12px 0;
}
@media (max-width: 991px) {
  .wordpress-post-view .post-view .page-title {
    margin: 0 0 14px 0;
  }
}
.wordpress-post-view .post-view .page-title h1 {
  line-height: 1;
}
@media (max-width: 991px) {
  .wordpress-post-view .post-view .page-title h1 {
    font-size: 24px;
  }
}
.wordpress-post-view .post-view .post-entry {
  position: relative;
}
.wordpress-post-view .post-view .post-entry .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .wordpress-post-view .post-view .post-entry .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.wordpress-post-view .post-view .post-entry .row .col-md-6 {
  padding: 0;
}
.wordpress-post-view .post-view .post-entry .row .col-md-6:first-child {
  margin: 0 20px 0 0;
}
@media (max-width: 991px) {
  .wordpress-post-view .post-view .post-entry .row .col-md-6:first-child {
    margin: 0 0 20px 0;
  }
}
.wordpress-post-view .post-view .post-entry p, .wordpress-post-view .post-view .post-entry li {
  line-height: 1.7 !important;
  color: #5C5351;
}
.wordpress-post-view .post-view .post-entry ul {
  list-style: disc;
  padding-left: 24px;
  margin-bottom: 12px;
}
.wordpress-post-view .post-view .post-entry ol {
  list-style: decimal;
  padding-left: 24px;
}
.wordpress-post-view .sidebar {
  margin: 0;
}
@media (max-width: 767px) {
  .wordpress-post-view .sidebar {
    margin-top: 16px;
  }
}
.wordpress-post-view #respond .legend {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: normal;
  color: #1A5550;
  margin: 20px 0 16px;
}
.wordpress-post-view #respond label {
  font-size: 14px;
  color: #777;
}
.wordpress-post-view #respond input.input-text {
  width: 100%;
  height: auto;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #E8E3DE;
  border-radius: 4px;
  font-size: 14px;
}
.wordpress-post-view #respond textarea {
  width: 100%;
  height: 137px;
  padding: 12px 16px;
  background: #ffffff;
  border: 1px solid #E8E3DE;
  border-radius: 4px;
  font-size: 14px;
}
.wordpress-post-view #respond button[type=submit] {
  background: #27a595;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  height: 44px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.wordpress-post-view h1 {
  font-family: var(--font-serif);
  color: #1A5550;
  font-size: 32px;
  margin-bottom: 16px;
  font-weight: normal;
}
.wordpress-post-view h2 {
  font-family: var(--font-serif);
  color: #1A5550;
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: normal;
}
.wordpress-post-view h3 {
  font-family: var(--font-serif);
  color: #1A5550;
  font-size: 22px;
  margin-bottom: 16px;
  font-weight: normal;
}
.wordpress-post-view h4 {
  font-family: var(--font-serif);
  color: #1A5550;
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: normal;
}
.wordpress-post-view h5 {
  font-family: var(--font-serif);
  color: #1A5550;
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: normal;
}
.wordpress-post-view h6 {
  font-family: var(--font-serif);
  color: #1A5550;
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: normal;
}
.wordpress-post-view p {
  color: #5C5351;
  line-height: 1.7;
  margin-bottom: 12px;
}
.wordpress-post-view .post-entry li {
  color: #5C5351;
  line-height: 1.7;
  margin: 8px 0;
}
.wordpress-post-view #toc {
  background: #ffffff;
  border: 1px solid #E8E3DE;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.wordpress-post-view #toc .toc-title,
.wordpress-post-view #toc #toc-header {
  font-family: var(--font-serif);
  font-weight: normal;
  font-size: 24px;
  color: #1A5550;
  line-height: 1;
  margin: 0;
}
.wordpress-post-view #toc a {
  color: #3ebdab;
  line-height: 1.7;
  display: block;
  margin-bottom: 12px;
}
.wordpress-post-view #toc a:last-child {
  margin-bottom: 0;
}
.wordpress-post-view #toc ul, .wordpress-post-view #toc ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wordpress-post-view #toc ul li, .wordpress-post-view #toc ol li {
  color: #3ebdab;
}
.wordpress-post-view #toc ul li a, .wordpress-post-view #toc ol li a {
  margin-bottom: 0;
}
.wordpress-post-view #toc ul li + li, .wordpress-post-view #toc ol li + li {
  margin-top: 12px;
}
.wordpress-post-view .videoWrapper iframe {
  max-width: 100%;
}
.wordpress-post-view .alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
  margin-bottom: 1.625em;
}
.wordpress-post-view .alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
  margin-bottom: 1.625em;
}
.wordpress-post-view .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.625em;
}
.wordpress-post-view img[class*=align],
.wordpress-post-view img[class*=wp-image-] {
  border: none;
  padding: 0;
  height: auto;
}
.wordpress-post-view img.size-full,
.wordpress-post-view img.size-large {
  max-width: 100%;
  height: auto;
}
.wordpress-post-view .wp-caption {
  background: #ffffff;
  display: inline-block;
  padding: 8px;
  max-width: 100%;
  border: 1px solid #E8E3DE;
  border-radius: 8px;
}
.wordpress-post-view .wp-caption img {
  max-width: 100%;
  display: block;
  border: none;
}
.wordpress-post-view .wp-caption .wp-caption-text {
  color: #5C5351;
  font-size: 12px;
  font-style: italic;
  padding: 8px;
  position: relative;
}
.wordpress-post-view .wp-caption .wp-caption-text:before {
  display: none;
}
@media (max-width: 767px) {
  .wordpress-post-view .wp-caption {
    width: 100% !important;
  }
}
.wordpress-post-view .post-skips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.wordpress-post-view .post-skips .post-skip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wordpress-post-view .post-skips .post-skip-next img {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* ---- Related blogposts ---- */
.related-blogposts {
  background: #F7F5F3;
  padding: 32px 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media (max-width: 991px) {
  .related-blogposts {
    padding: 24px 16px;
  }
}
.related-blogposts__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.related-blogposts__title {
  font-family: var(--font-serif);
  font-weight: normal;
  font-size: 32px;
  color: #1A5550;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .related-blogposts__title {
    font-size: 24px;
  }
}
.related-blogposts__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-left: auto;
}
.related-blogposts__nav button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
}
.related-blogposts__nav button img {
  width: 100%;
  height: 100%;
}
.related-blogposts__prev img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.related-blogposts__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media (max-width: 767px) {
  .related-blogposts__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.related-blogposts__card {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #ffffff;
  border-radius: 8px;
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.related-blogposts__image {
  aspect-ratio: 280/140;
  overflow: hidden;
  border-radius: 4px;
}
.related-blogposts__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.related-blogposts__content {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.related-blogposts__card-title {
  font-weight: 700;
  font-size: 16px;
  color: #847671;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.related-blogposts__link {
  font-weight: 500;
  font-size: 14px;
  color: #1D8479;
}
/*# sourceMappingURL=blog.css.map */
