/*
 Theme Name:   Liefdestherapie 2023
 Description:  Thema door meijer.it
 Author:       Gerardus Meijer
 Author URI:   https://www.meijer.it/
 Version:      2.0
*/

:root {
	--main-color: #862d2a;
	--oker-color: #bf8437;
	--roze-color:#cd8b75;
	--blue-color:#326171;
	--blue-second-color: #2f4d70;
}
html {
	font-size:15px;
}
q:before {
	content: open-quote;
  }
  
  q:after {
	content: close-quote;
  }
  
  b, strong {
	font-weight: bold;
  }
  
  i, cite, em, var, dfn {
	font-style: italic;
  }
  
  tt, code, kbd, samp {
	font-family: -moz-fixed;
  }
  
  u, ins {
	text-decoration: underline;
  }
  
  s, strike, del {
	text-decoration: line-through;
  }
  
  big {
	font-size: larger;
  }
  
  small {
	font-size: smaller;
  }
  
  sub {
	vertical-align: sub;
	font-size: smaller;
  }
  
  sup {
	vertical-align: super;
	font-size: smaller;
  }
  
  nobr {
	white-space: nowrap;
  }
  
  mark {
	background: yellow;
	color: black;
  }
  
  /* titles */
  abbr[title], acronym[title] {
	text-decoration: dotted underline;
  }

  
*{-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;box-sizing: border-box;text-rendering:optimizeLegibility;}
body{margin:0;padding:0;overflow-x:hidden;font-size:1rem;line-height:1.8rem;background-color:#fff;color:var(--main-color);font-weight:300;font-family:Poppins,"San Francisco", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif}
svg {fill: currentColor;}
pre, code {white-space: pre-wrap;white-space: -moz-pre-wrap;white-space: -pre-wrap;white-space: -o-pre-wrap;word-wrap: break-word;}
p{margin:0 0 .9rem 0;}
figure{margin:0;}

.pt0{padding-top:0!important;}
.pb0{padding-bottom:0!important;}
.mb0{margin-bottom:0!important;}
.mb2{margin-bottom:2rem;}
.mb-2{margin-bottom:-2rem;}
.mt-3 {
	margin-top: 2.5rem;
}
.content {
	font-size: 1.1rem;
}
.content a, .content a > span {
	position: relative;
	color: var(--main-color);
	text-decoration: underline;
	font-weight: 600;
}
.content a:hover {
	color: var(--main-color);
}
.paoc-popup-button, .paoc-popup-btn, .wp-block-button__link, .wp-element-button {
	text-decoration: none!important;
	font-weight:300!important;
	border-radius: .45rem!important;
	padding: calc(.667em + 2px) calc(1.333em + 2px)!important;
}
.paoc-popup-btn {
	display: inline!important;
}
.has-bg-icon .paoc-popup-btn {
	display: inline-block!important;
}

/* .content a::before{background:var(--main-color);}
.content a:not(.wp-block-button__link):not(.no-line)::before, .content a:not(.wp-block-button__link):not(.no-line)::after, .content a > span::before, .content a > span::after {
	content: '';
	position: absolute;
	transition: transform .5s ease;
}  
.content a {
	overflow: hidden;
}
.content a:not(.wp-block-button__link)::before {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: var(--main-color);
	transform: scaleX(0);
}
.content a:not(.wp-block-button__link):hover::before {
	transform: scaleX(1);
} */

/* blog */
.cat-links, .tags-links, .byline, .posted-on{padding-right:1rem;}
.singular_post_excerpt{font-size:120%;}
.singular_post_excerpt .span-reading-time, .span-reading-time{font-size:.88rem;}

/* comments */
.commentlist div[class^="depth-"]:not(.depth-1) , .commentlist div[class*=" depth-"]:not(.depth-1) {padding-left:1rem;}
.commentlist .avatar{border-radius:50%;float:left;margin-right:.6rem;border:1px solid #f9f9f9;}
.comment, .trackback, .pingback{margin-bottom:.5rem;padding:1rem;background-color:#f9f9f9;}
.comment.odd, .trackback.odd, .pingback.odd{background-color:#fdfdfd;}
.comment-respond,.entry-pings,.entry-comments {
    color: #444;
    padding: 2rem;
    border: 1px solid #ccc;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}
.comment-notes{font-size:85%;}
/* .commentlist .says, .comment-metadata{display:none;} */
.comment-form p{position: relative;}
.comment-form-url label, .comment-form-author label, .comment-form-email label, .comment-form-comment label{display:block;}
/* .comment-form p input:focus + label{position: absolute;top:0;left:0;} */
.comment-form-url input, .comment-form-author input, .comment-form-email input, .comment-form-comment textarea{font-family: inherit;font-size:1rem;width:100%;max-width:500px;padding:.5rem;margin:0;border:1px solid #ccc;}
.form-submit .submit{padding:1rem;font-size:1rem;background-color:#333;color:#f7f7f7;border:1px solid #f7f7f7;border-radius:3px;cursor: pointer;}
.form-submit .submit:hover{color:#f20;}

.pre-post{margin-bottom:2rem!important;}

/* images */
.wp-caption-text{font-size:90%;padding:0;margin:0;}
.aligncenter{text-align:center;margin:0 auto;}
.alignleft{float:left;}
.alignright{float:right;}
.alignleft::after, .alignright::after{content:'';clear:both;}
.aligncenter, .alignnone, .aligncenter img, .alignnone img{max-width:100%;}

/* footer */
.credits{background-color:var(--main-color);color:#fff;font-size:14px;line-height:1.8;padding: 1rem;text-align:center}
.credits a{color:#aa4946;}
.footer{background-color:var(--main-color);color:#fff;font-size:15px;line-height:1.8;min-height:350px;padding-top: 1rem;}
.footer .container {width: 100%;}
.footer a{color:#fff;text-decoration: none;}
.footer h2{font-weight:300;font-size:34px;line-height:1.2;}
.footer div.footer_credits{font-size:80%;margin-top:30px;text-align:center;}
.rosaScrollUp{width:40px;height:40px;opacity:1;position:fixed;bottom:22px;right:20px;display:none;text-indent:-9999px;z-index:100003;background-repeat: no-repeat;background-position: left top;background-size:40px;background-image: url('img/to-top.php?color=326171');}
.footer .has-1-columns{margin:0 auto;}
.footer .has-1-columns .wp-block-column{flex-basis: 100%;}
.footer ul {
	list-style-type: none;
	padding-left: 0;
}
.footer li {
	margin: 0;
}
.footer li a::before {
	content: '> ';
}
.footer li a {
	text-transform: lowercase;
}
.footer a:hover {
	text-decoration: underline;
}
.footer .social {
    margin:1.2rem 0;
    padding: 0;
    display: block;
    list-style-type: none;
    font-size: 1rem;
    text-align: center;
}
.footer .social li {
    margin: 0 1rem;
    display: inline-block;
    float: none;
}
.footer .has-1-columns{max-width: 1050px;}
.footer .wp-block-column {
	padding-bottom: 2.5rem;
}
.pre-footer {
	height: 160px;
	/* background:scroll center center url('img/liefdestherapie-background.jpg') repeat transparent;
	background-size:auto 160px; */
	border-top:2px solid #2f4d70;
	display: flex;
	align-items: center;
	justify-content: center;
	background:scroll center bottom url('img/logo-icoon-blauw-lt.svg') repeat transparent;
	background-size:auto 100px;
}
.liefdestherapie {
	background-size:auto 60px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	height: 60px;
	width: 60px;
	margin: 1rem;
}
.liefdestherapie-oker {
	/* background-image: url('img/liefdestherapie-icoon-oker.png'); */
	background-image: url('img/logo-icoon-oker-lt.svg');
}
.liefdestherapie-roze {
	/* background-image: url('img/liefdestherapie-icoon-oudroze.png'); */
	background-image: url('img/logo-icoon-roze-lt.svg');
}
.liefdestherapie-rood {
	/* background-image: url('img/liefdestherapie-icoon-rood.png'); */
	background-image: url('img/logo-icoon-rood-lt.svg');
}

  /* centered logo */
.navbar li.logo {
	padding: 0;
	display: flex;
	justify-content: center;
}
  .navbar li.logo a{
	  position: relative;
	  color:transparent;
	  text-indent:-1000em;
	  width:160px;
	  height:70px;
	  left:0;
	  margin:0;
	  background:scroll center center url('img/liefdestherapie-logo.png') no-repeat transparent;
	  background-size:auto 55px;
  }
  .scrolling .navbar li.logo a{
	  background-image:url('img/liefdestherapie-icoon-wit.png');
	  background-size:60px auto;
	  background-repeat: no-repeat;
	  background-position: center;
	  display: block !important;
	  color:transparent;
	  -webkit-filter: drop-shadow(0 0 2px rgba(0,0,0,.4));
	  filter: drop-shadow(0 0 2px rgba(0,0,0,.4));
  }
  .scrolling .navbar li.logo {
	  padding:0;
	  margin-top:20px;
	  margin-bottom:-20px;
  }
  .navbar-nav {
	  width:100%;
	  min-width: 1px;
	  max-width: 1050px;
	  height:70px;
	  text-align: center;
	  display:flex;
	  justify-content: center;
  }
  .navbar-nav li:not(.logo) {
	  flex: 1 0 auto;
	  float:none;
	  display: inline;
  }

  
/* header */
.navbar-brand{text-decoration:none;color:inherit;display:inline-block;}
.navbar-brand h1{margin:0;font-size:1.7rem;line-height:150%;}
.navbar-brand img{height:auto;max-width:100%;}
@media (max-width: 600px) {
	.navbar-brand h1{font-size:1.3rem;line-height:200%;}
	/* .navbar-brand img{height:auto;max-width:calc(100vw - 100px);} */
}
.wp-custom-header{line-height:0;}
.wp-block-cover h1:not(.esther-kop), .wp-block-cover h2:not(.esther-kop), .wp-block-cover h3:not(.esther-kop), .wp-block-cover h4:not(.esther-kop) {color:#fff!important;font-size:2.8rem;font-weight:600;text-shadow:0 0  1px #ccc;text-decoration:none;max-width:610px;margin:0 auto;font-family:inherit;}

/* navbar header*/
.header-bar{background-color:#fff;text-align:right;font-size:90%;padding:0 25px 0 16px;}
.header-bar a {color:inherit;}
.navbar-nav{font-family:inherit;font-size:1rem;}
.navbar{position:relative;transition: all .4s linear;padding:0;background-color:#fff;}
.navbar .container{box-sizing: border-box;}
.scrolling .navbar{background-color: var(--main-color);box-shadow: 0 1px 3px rgba(0,0,0,.15);}
.navbar-fixed-top{position:fixed;z-index:1030;width:100%;}
.container {width: 100%;}
.container-header-inner{margin:0 auto;}
.navbar-header {float: left;padding-left:20px;padding-top:10px;width:150px;height:62px;overflow:hidden;}
.pull-right {float: right !important;}
.navbar-nav {float: left;margin: 0;transition: all .4s linear;}
.nav {margin-bottom: 0;padding-left: 0;list-style: none;font-size:.9rem;}
.nav > li {position: relative;display: block;}
/* .navbar-nav li:nth-child(-n + 3) {
	text-align:right;
} */
.navbar-nav li a {
	line-height: 70px;/*idem als hoogte navbar */
	display:inline-block;
	margin: 0 8px;
	color:#006570;
	font-weight:600;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .4s linear;
}
.scrolling .navbar-nav li a {
	line-height:70px;/* idem als hoogte navbar */
}
ul.sub-menu li{margin-left:0;text-align:left!important;}
ul.sub-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 180px;
    padding: .8rem 0;
    margin:0;
    font-size: inherit;
    text-align: left;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0,0,0,.175);
}
li.menu-item-has-children:hover ul.depth-0{display:block;}
@media (min-width: 992px) {
	li.menu-item-has-children:hover ul.depth-0{left:18px}
	ul.sub-menu.depth-0 li.menu-item-has-children:hover ul.sub-menu{display:block;width:200px;left:200px;top:auto;margin-top:-40px;}
}
.sub-menu li a {
	line-height: normal;
	display:block;
	margin: 0 8px;
	padding:.5rem;
	color:#006570;
	font-weight:300;
	text-decoration: none;
	text-transform: none;
	white-space: nowrap;
	transition: all .4s linear;
}
.sub-menu span.first-letter {
	text-transform: lowercase;
}
.sub-menu li a::before {
	content: '> ';
}
.scrolling .sub-menu li a {
	line-height: normal;
}

nav ul li > a:not(:last-child):after  { content: ' ▾';}  
nav ul.depth-0 li > a:not(:last-child):after  { content: ' ▸';font-size:1.4rem;position: relative;right: auto;top: 2px; }  
.navbar-nav li a:hover, .navbar-nav li.current-menu-item a{border-color:#fff;color: var(--blue-second-color);}
#navbar.pull-right{margin-right:12px;}
@media (min-width: 992px) {
	/* #navbar.pull-right{margin-top:18px} */
	.navbar-header{display:none;}
	/* .content{padding-top:86px;} */
	#navbar{display:flex;align-items: center;position: relative;justify-content: center;}
}
@media (max-width: 991px) {
	#navbar.pull-right{margin-right:0;margin-left:0;}
	.navbar-nav{display:none;background-color:transparent;float:none;padding-top:0;padding-bottom:20px;width:100vw;transition: all .4s linear;}
	.navbar{padding:0;height:70px;}
	nav.menu-open .navbar-nav{
		display:block;z-index:990;
		position:absolute;
		top:0;left:0;bottom:0;
		width:100vw;
		min-height:100vh;
		background-color:var(--main-color);
		padding-top:60px;
		padding-bottom:60px;
		overflow-y:scroll;
		overflow-x:hidden;
	}
	nav.menu-open #navbar.pull-right{z-index:1;}
	nav.menu-open .navbar-nav li{display: block;float:none;}
	nav.menu-open .navbar-nav a{padding:.5rem;}
	nav.menu-open .navbar-nav li a {
		line-height: 200%;
		display: block;
		margin: 0 10px;
		color: #ffffff;
		text-align:left;
		font-size: 1.2rem;
	}
	.scrolling .navbar-nav li a {line-height: 1.2rem;}
	.scrolling .navbar-header .navbar-brand{margin-top:-59px;}
	nav.menu-open ul.sub-menu {
		position: relative;
		top: auto;
		left: auto;
		z-index: auto;
		display: block;
		float: none;
		min-width: 0;
		background-color: transparent;
		box-shadow: none;
	}
	nav.menu-open .navbar-nav ul.sub-menu a {padding:.2rem .5rem;}
	nav.menu-open .navbar-nav li.logo {display:none!important;}/* centered logo */
	nav.menu-open .menu-item-has-children {text-transform: none;}
}

/* content */
.text-center{text-align:center;}
.text-center img, .text-center figure{display:block;margin:auto}
.wp-block-image.is-resized{display:block;margin-top:1rem}
.content{padding-top:70px;background-color:#fff;}
.content img{max-width:100%;height:auto;}
.wp-block-cover, .wp-block-cover-image {margin:0;min-height:200px;}
@media (min-height: 300px) {
	body.home .wp-block-cover{min-height:200px;}
}
@media (min-height: 500px) {
	body.home .wp-block-cover{min-height:400px;}
}
@media (min-height: 700px) {
	body.home .wp-block-cover{min-height:600px;}
}
@media (min-height: 800px) {
	body.home .wp-block-cover{min-height:700px;}
}
.wp-block-group__inner-container{padding:2rem;margin:0 auto;}
.wp-block-columns{margin:0 auto;}
div:not(.wp-block-group__inner-container) > .wp-block-columns-is-layout-flex {padding:2rem;}
@media (max-width: 1050px) {
	.wp-block-group__inner-container{padding:2rem 24px;}
	div:not(.wp-block-group__inner-container) > .wp-block-columns-is-layout-flex {padding:2rem 24px;}
}
@media (min-width: 1050px) {
	.wp-block-cover, .wp-block-cover-image {min-height:350px;}
}
.group-smaller .wp-block-group__inner-container{max-width:750px;}
.group-small .wp-block-group__inner-container{max-width:600px;}
.cpt-0 .wp-block-group__inner-container{padding-top:0;}
.wp-block-group.has-background {padding: 0}
.wp-block-columns p{display:block;}
.content .wp-block-cover a{color:inherit;}
.content h1, .content h2{color:inherit;position:relative;font-weight:600;line-height:135%;font-family:inherit;}
.content h1{font-size:2rem;text-transform: uppercase;font-weight:300;color:var(--main-color);margin: 1rem auto -2rem auto;}
.content h2{font-size:1.4rem;}
.content h3{font-size:1.2rem;}
.content h4{font-size:1.1rem;}
.content h3, .content h4{font-weight:600;line-height:135%;font-family:inherit;margin:.9rem auto .5rem auto;}
.cover-p2{padding:2rem 0;}
@media (max-width: 600px) {
	.content h1 {
		font-size: 1.7rem;
	}
}
#media .wp-block-image figure{height:145px;width:290px;white-space: nowrap;margin:0 auto;display:block;text-align: center;}
#media .wp-block-image figure:before {content: "";display:inline-block;height:100%;vertical-align: middle;}
#media .wp-block-image figure img{vertical-align: middle;max-height: 145px;max-width: 290px;}

.has-almost-black-background-color{background-color:#222222;color:#ffffff!important;}
.has-almost-black-color{color:#222222!important;}
.has-yellow-background-color{background-color:var(--oker-color);color:#ffffff!important;}
.has-yellow-color{color:var(--oker-color)!important;}
.has-roze-background-color{background-color:var(--roze-color);}
.has-roze-color{color:var(--roze-color)!important;}
.has-red-background-color{background-color:var(--main-color)!important;}
.has-red-color{color:var(--main-color)!important;}

.wp-block-button{text-align: center;}
/* .wp-block-button__link{background-color:#009eb1;margin:0 auto;} */

.align-left{text-align:left;}
.align-center{text-align:center;}
.align-right{text-align:right;}

.slickyFun{text-align:center;}
.slick-slide{padding:0 2rem 0 2rem;max-width:85%;line-height:160%;}
.slicky-inner{ 
	display:flex;
	align-items: center;
    justify-content: center;
	flex-direction: column;
	min-height:150px;
}
.slickyFun .slicky-inner p:last-child {
	margin:0;
}
.slickyFun .slicky-inner {
	/* height:240px; */
	overflow-y:hidden;
}
/* @media (max-width: 602px) {
	.slickyFun .slicky-inner {
		justify-content: normal;
	}
} */
.slickyFunHome .slicky-inner{
	line-height:1.4rem;
}
.slickyFunHome .slick-dots {
	bottom:1px;
	margin-left:-2rem;
}
.slickyFunHome .slick-slide {
	padding:0;
}
.slickyFunHome .slick-dots li button::before{
	font-size:10px;
}
.slickyFunHome .readMore {
	text-transform: uppercase;
}
.slickReadAll {
	text-align:center;
}
.slickReadAll a {
	color: #fff;
	font-weight:300;
	font-size:.9rem;
}
.slick-next {
	right:0!important;
}
.slick-prev, .slick-next{
	z-index: 20;
}
/* voor de reviews, anders loopt het op kleine schermen uit beeld */
    .wp-block-cover__inner-container {
        width:80%;
        max-width:1050px;
    }

.wp-block-quote{border-left:none;font-style:italic;font-size:105%;position: relative;}

button::-moz-focus-inner {
	border: 0;
  }  
.hamburger {
	z-index:1000;
	position:absolute;
	top:19px;right:10px;
	padding: 5px 15px 5px 15px;
	display: inline-block;
	  cursor: pointer;
	  transition-property: opacity, filter;
	  transition-duration: 0.15s;
	  transition-timing-function: linear;
	  font: inherit;
	  color: #222222;
	  text-transform: none;
	  background-color: transparent;
	  border: 0;
	  margin: 0;
	  outline:none;
	  overflow: visible;
}
.hamburger:focus{outline:none;border:none;}
	  .hamburger:hover {
		opacity: 0.7; }
	  .hamburger.is-active:hover {
		opacity: 0.7; }
	  .hamburger.is-active .hamburger-inner,
	  .hamburger.is-active .hamburger-inner::before,
	  .hamburger.is-active .hamburger-inner::after {
		background-color: #ffffff; }
  @media (min-width: 992px) {
	  .hamburger{display:none;}
  }
	.hamburger-box {
	  width: 40px;
	  height: 24px;
	  display: inline-block;
	  position: relative; }
	
	.hamburger-inner {
	  display: block;
	  top: 50%;
	  margin-top: -2px; }
	  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
		width: 40px;
		height: 4px;
		background-color: #222222;
		border-radius: 4px;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.15s;
		transition-timing-function: ease; }
	  .hamburger-inner::before, .hamburger-inner::after {
		content: "";
		display: block; }
	  .hamburger-inner::before {
		top: -10px; }
	  .hamburger-inner::after {
		bottom: -10px; }
.scrolling .hamburger-inner, .scrolling .hamburger-inner::before, .scrolling .hamburger-inner::after {
	background-color: #fff!important;
}
		.hamburger--vortex .hamburger-inner {
		  transition-duration: 0.2s;
		  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
		  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
			transition-duration: 0s;
			transition-delay: 0.1s;
			transition-timing-function: linear; }
		  .hamburger--vortex .hamburger-inner::before {
			transition-property: top, opacity; }
		  .hamburger--vortex .hamburger-inner::after {
			transition-property: bottom, transform; }
		
		.hamburger--vortex.is-active .hamburger-inner {
		  transform: rotate(765deg);
		  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
		  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
			transition-delay: 0s; }
		  .hamburger--vortex.is-active .hamburger-inner::before {
			top: 0;
			opacity: 0; }
		  .hamburger--vortex.is-active .hamburger-inner::after {
			bottom: 0;
		transform: rotate(90deg); }

.site-formdiv{display:flex;padding-bottom:1rem;position:relative;align-items:stretch}
.site-formdiv span{margin-right:10px;display:inline-block;flex-basis:100%;}
.wpcf7-form{margin-top:2rem;}
.wpcf7-form p{margin-bottom:1rem;}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
  background-color: #fff;position:relative;
  color: #222;width:100%;
	padding:.5rem;
	font-family:inherit;
	font-size:inherit;
	border:1px solid #006570;
}
@media (max-width: 767px) {
	/* .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {width:90%;} */
}
.wpcf7 textarea {height:100px;}
.wpcf7-submit{border:1px solid #006570;border-radius:13px;font-size:inherit;background-color:#006570;color:#fff;padding:.5rem .7rem;}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #ff2200;
}
@media (max-width: 767px) {
	.site-formdiv{display:block;padding-bottom:1rem;}
	.site-formdiv span{margin-bottom:10px;}
}

.wp-block-table{
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border:0;
	max-width:80%;
	margin-left:auto;
	margin-right:auto;
}
@media (max-width: 767px) {
	.wp-block-table {
		font-size: .9rem;
		max-width: 100%;
	}
}
.wp-block-table td, .wp-block-table th{border:0;vertical-align: top;padding:0 .5rem .5rem 0}
.wp-block-table thead {
	border-bottom:0;
}
.wp-block-table th {
	text-align:left;
}

.blocks-gallery-item{align-items:center;}
.wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure{align-items: center;}


/* custom Esther */
body{background-color:transparent!important;}
.wp-block-pullquote {padding:2rem 0;margin-bottom:0;}
.wp-block-pullquote.is-style-solid-color blockquote p{font-size:1.7rem}
.wp-block-pullquote blockquote {
	position: relative;
}
.wp-block-pullquote blockquote::before{
	content: '\201C';
	color: var(--main-color);
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size: 7.5em;
	font-weight: 600;
	opacity: .2;
	position: absolute;
	top: .1em;
	left: -.1em;
	text-shadow: none;
}
.wp-block-pullquote blockquote::after{
	content: '\201D';
	color: var(--main-color);
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size: 7.5em;
	font-weight: 600;
	opacity: .2;
	position: absolute;
	bottom: -.2em;
	right: .1em;
	text-shadow: none;
}

@media (max-width: 768px) {
.wp-block-pullquote.is-style-solid-color blockquote p{font-size:1.3rem}
}
.content{background-color:#fff;}
.pt80{padding-top:80px}
.no-cover{margin-top:2rem!important;margin-bottom: -3rem;}

@media (min-width: 782px) {
	.wp-block-column {
		padding: 0 1rem;
	}
	.wp-block-column:first-child {
		padding-left: 0;
	}
	.wp-block-column:last-child {
		padding-right: 0;
	}
}
.site-header{margin-top:-100px;min-height:100vh;text-shadow:1px 1px 0 #333;}
.site-header .wp-block-cover__inner-container {
	max-width:550px;
}
/* swiper */
.swiper-container {
    width: 100%;
	height: calc(100vh - 70px);
}
.swiper-slide{
	background-repeat: no-repeat;background-position: center;background-size: cover;
	background-color:#ffffff;
	text-align:center;
    /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}
/* .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: inherit;
    opacity: .5;
    z-index: 1;
} */
.swiper-slide .wp-block-group__inner-container {
	background: rgb(33,33,33);
	background: radial-gradient(circle, rgba(33,33,33,0.6) 25%, rgba(255,255,255,0) 95%);
    /* background-color: rgba(214, 173, 94, .5); */
}
.swiper-slide .wp-block-group__inner-container {z-index:5;}
@media (max-width: 1140px) {
	.swiper-slide .wp-block-group__inner-container {max-width:calc(100vw - 140px);padding:0;}
}
.slider-title a{color:#fff!important;font-size:3rem;font-weight:600;text-shadow:0 0  1px #ccc;text-decoration:none;}
@media (max-width: 600px) {
	.slider-title a{font-size:2rem;}
}
.slider-title a:hover:before{transform: scaleX(0);}
.slider-intro{color:#fff;text-shadow:0 0  1px #ccc;line-height:1.8rem;max-height:5.4rem;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow:hidden;
}
.slider-more a{font-weight:600;}
/* .slider-more a{color:#fff!important;background:var(--main-color);border-radius:2px;padding:.6rem;margin-top:1rem;display:inline-block;transition: all .4s linear;}
.slider-more a:hover:before{transform: scaleX(0);}
.slider-more a:hover{background-color:#222;} */
.navbar-nav li a {color:var(--main-color);cursor:pointer;}
.scrolling .navbar-nav li a {color:#f7f7f7;text-shadow:none;}
.scrolling .sub-menu li a {color:var(--main-color);}
.scrolling .sub-menu li a:hover {color:#333;}
.scrolling .navbar{background-color:var(--main-color);}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {border:1px solid #727272;}
.site-submit {
    border: 1px solid #727272;
    border-radius: 3px;
    font-size: inherit;
    background-color: #727272;
    color: #fff;
	cursor:pointer;
    padding: .5rem .7rem;
}
.slider-bar-top{position:absolute;top:0;left:0;background-color:rgba(255,255,255,.8);width:100%;height:68px}
.swiper-button-next, .swiper-button-prev{background-color:var(--main-color);border-radius:50%;font-size:10px!important;width:50px!important;height:50px!important;}
.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {font-size:12px!important;}
.swiper-button-next::after, .swiper-container-rtl .swiper-button-prev::after {font-size:12px!important;}

.wp-block-button{margin:1rem 0;}

.wp-block-button__link {
	background-color:var(--main-color)!important;
	color:#fff!important;
	border: 2px solid transparent;
	border-radius: .45rem;
	display: inline;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	width:auto;
  }
.is-style-outline .wp-block-button__link {
    background-color: transparent;
	border: 2px solid var(--main-color);
	color:var(--main-color)!important;
}
.wp-block-button__link::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height:auto;
	background-color: var(--oker-color)!important;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active {
	color: #333!important;
	border-color:var(--main-color);
}
.wp-block-button__link:hover::before, .wp-block-button__link:focus::before, .wp-block-button__link:active::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.oker-btn .wp-block-button__link {
	background-color:var(--roze-color)!important;
}
.oker-btn .wp-block-button__link:hover {
	background-color:var(--roze-color)!important;
	border-color:var(--roze-color)!important;
	color: var(--main-color)!important;
}
.oker-btn .wp-block-button__link::before {
	background-color:var(--roze-color)!important;
}
.has-bg-icon .oker-btn .wp-block-button__link {
	background-color:var(--oker-color)!important;
	text-transform: uppercase;
}
.has-bg-icon .oker-btn .wp-block-button__link:hover {
	color: var(--blue-second-color)!important;
	border-color:transparent;
}
.has-bg-icon .oker-btn .wp-block-button__link::before {
	background-color:var(--oker-color)!important;
}


.wp-block-separator{
	margin:2rem auto;
	border:none;
}
@media (min-width: 450px) {
	.review-div{padding:.5rem 3rem;}
}
.wp-block-table td, .wp-block-table th {
    vertical-align: top;
    padding: .5rem;
}
.wp-block-table figcaption {
	color: inherit;
	font-size: .9rem;
	text-align: center;
	margin-top:1rem;
}


.scroll-down-button a {
	position: absolute;
	padding-top:60px;
	bottom: 10px;
	width:40px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	display: inline-block;
	/* -webkit-transform: translate(0, -50%);
	transform: translate(0, -50%); */
	color: #fff;
	/* font : normal 400 20px/1 'Josefin Sans', sans-serif; */
	letter-spacing: .1em;
	text-decoration: none;
	transition: opacity .3s;
}
.scroll-down-button a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	border: 2px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
}
.scroll-down-button a span::before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sdb10 2s infinite;
	animation: sdb10 2s infinite;
	box-sizing: border-box;
}
  @-webkit-keyframes sdb10 {
	0% {
	  -webkit-transform: translate(0, 0);
	  opacity: 0;
	}
	40% {
	  opacity: 1;
	}
	80% {
	  -webkit-transform: translate(0, 20px);
	  opacity: 0;
	}
	100% {
	  opacity: 0;
	}
  }
  @keyframes sdb10 {
	0% {
	  transform: translate(0, 0);
	  opacity: 0;
	}
	40% {
	  opacity: 1;
	}
	80% {
	  transform: translate(0, 20px);
	  opacity: 0;
	}
	100% {
	  opacity: 0;
	}
  }

@media (min-height: 800px) {
.content{ 
	min-height:700px;
}
}
.is-hidden {
    display:none!important;
}
.wp-block-buttons {
    margin-bottom:28px;
    margin-top:28px;
}
.grecaptcha-badge { visibility: hidden; }

/* custom */
.wp-block-coblocks-row, .wp-block-columns, .wp-block-nocolumns, .wp-block-group__inner-container, .wp-block-cover .wp-block-cover__inner-container{max-width: 1050px;}

.is-rood, .is-geel {
	color: #fff;
	margin-left: -2rem;
	margin-right: -2rem;
	margin-top: 2rem;
}
@media (max-width: 781px) {
	.is-rood, .is-geel {
		margin-left: -24px;
		margin-right: -24px;
	}
}
.is-rood {
	background-color: var(--main-color);
}
.is-geel, .has-bg-oker {
	background-color: var(--oker-color);
}
.content .is-geel a, .content .has-bg-oker a, .content .is-rood a {
	color: #fff;
}
.has-text-white {
	color: #fff;
}
.has-text-white a {
	color: #fff!important;
}
.is-rood figure, .is-geel figure {
	height: 100%;
	margin-bottom:0;
}
.is-rood figure img, .is-geel figure img {
	object-fit: cover;
	width:100%!important;
}
@media (min-width: 782px) {
	.is-rood .wp-block-column:first-child, .is-geel .wp-block-column:first-child {
		margin-right: -3.7rem;
		padding-right: .1rem;
	}
}
.is-rood .wp-block-column:last-child, .is-geel .wp-block-column:last-child {
	padding-left:24px;
}
.is-rood .wp-block-column:last-child p, .is-geel .wp-block-column:last-child p {
	padding-right: 2rem;
	padding-left: .1rem;
}
@media (min-width: 782px) {
	.is-rood .wp-block-column:last-child p, .is-geel .wp-block-column:last-child p {
		padding-left: 2.2rem;
	}
}
.is-rood .wp-block-column:last-child p:first-child, .is-geel .wp-block-column:last-child p:first-child {
	padding-top: 2rem;
}
.is-rood .wp-block-column:last-child p:last-child, .is-geel .wp-block-column:last-child p:last-child {
	margin-bottom:0;
	padding-bottom: 2rem;
}
.is-rood h2, .is-geel h2, .has-bg-oker h2 {
	text-transform: uppercase;
	padding-left:.1rem;
	font-size: 1.7rem;
	font-weight: 300;
}
:where(.wp-block-columns.is-layout-flex) {
	gap:0;
}
@media (min-width: 782px) {
	.is-rood h2, .is-geel h2, .has-bg-oker h2 {
		padding-left:2.2rem;
	}
	:where(.wp-block-columns.is-layout-flex) {
		gap:2rem;
	}	
}
.is-review {
	min-height: 180px;
	background-color:#326171;
	color:#fff;
}
.is-review h2 {
	text-transform: uppercase;
}

.paoc-close-popup {
	background-color: #f20!important;
	color: #fff!important;
}
.wp-block-image.is-style-circle-mask img {
	width:300px;
	height:auto;
}
.wp-block-heading em {
	font-size:1.1rem!important;
	font-weight:300!important;
	line-height:1.6rem!important;
}
.has-bg-icon {
	display:flex;align-items: center;position: relative;justify-content: center;
	/* background:scroll center center url('img/icon-background.jpg') repeat-x transparent;
	background-size:auto 314px;
	min-height:314px; */
	min-height:278px;
	background:scroll center center url('img/logo-icoon-blauw-lt.svg') repeat transparent;
	background-size:auto 78px;

}
.has-bg-icon .wp-block-buttons {
	margin-bottom: 1rem!important;
}
.is-home-bottom .wp-block-buttons {
	margin-bottom: 1rem 0;
}
@media (max-width: 781px) {
	.is-hidden-mobile {
		display:none;
	}
}
@media (min-width: 782px) {
	.is-hidden-tablet {
		display:none;
	}
}
.is-small-column {
	max-width: 600px;
  	margin: 0 auto!important;
}