/*--------------------------------------------------------------------*/
/*					articles content								*/
/*--------------------------------------------------------------------*/

/*------------------------------------------*/
/*				algemeen					*/
/*------------------------------------------*/
.has-drop-cap:not(:focus):first-letter {
  font-size: 5em;
	font-weight: 300;
	font-family: museo, sans-serif;
	margin-top: 0.15em;
	color: #777;
}
.edit-button-wrapper {
	background-color: #f7f7f7;
	padding: 20px;
	font-size: 0.8em;
}
.edit-button-wrapper .dashicons{
	line-height: 1em;
	margin-right: 5px;
}
/*------------------------------------------*/
/*			 		columns  				*/
/*------------------------------------------*/
@media screen and (max-width: 758px) {
	.column-reverse {
		display: flex;
		flex-direction: column-reverse;
	}
	.column-reverse > *{
		margin: 0 20px;
	}
	.column-reverse:last-child {
		margin-top: 0;
	}
}
div.wp-block-columns {
	margin: 0;
}
.wp-block-column:not(:first-child) {
	margin-left: 0;
}
@media (min-width: 600px) and (max-width: 759px) {
	.wp-block-column:not(:only-child) {
	    flex-basis: inherit !important;
			width: 100%;
	}
}
/*------------------------------------------*/
/*				devider line  				*/
/*------------------------------------------*/
.wp-block-separator {
  display: inline-block;
	margin: 20px;
  /*
  display: inherit;
  margin: 40px;
  */
	clear: both;
	border: 0 dotted #ccc;
	border-bottom-width: 2px !important;
	width: 50%;
	margin-left: 25%;
}
.is-style-wide {
	width: calc(100% - 40px);
	margin-left: 20px;
	margin-right: 20px;
}
/*------------------------------------------*/
/*					groups 	  				*/
/*------------------------------------------*/
.wp-block-group {
  clear: both;
  padding: 20px;
  margin: 20px;
  background-color: #f7f7f7;
}
.maps-group {
  margin: 20px;
}
/*------------------------------------------*/
/*					images 	 				*/
/*------------------------------------------*/
.wp-block-image, .wp-block-cover {
	margin: 20px;
}
.wp-block-cover {
	width: calc(100% - 40px);
	background-color: inherit;
  height: auto;
}
figure.size-large {
	width: 60%;
	max-width: 600px;
}
figure.size-medium {
	width: 50%;
	max-width: 400px;
}
figure img {
	width: 100%;
}
.wp-block-image figure {
	position: relative;
}
.wp-block-image .alignleft {
    margin:  .5em 20px .5em 0;
}
.wp-block-image .alignright {
    float: right;
    margin: .5em 0 .5em 20px;
}
.wp-block-image figcaption {
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 1em 1em 1.5em 1em;
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	font-size: 0.8em;
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 0.8em;
}
.wp-block-image figcaption::before {
  font-family: dashicons;
  font-weight: normal;
  content: "// ";
}
/*------------------------------------------*/
/*				buttons		  				*/
/*------------------------------------------*/
.wp-block-buttons {
  margin: 40px 20px;
}
.wp-block-buttons .wp-block-button {
  margin: 0;
}
a.wp-block-button__link {
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px !important;
  border-radius: 2px;
  font-size: 1em;
  line-height: 1.1em;
  display: inline-block;
}
.is-style-outline a.wp-block-button__link {
	background-color: transparent;
}
.is-style-fill a.wp-block-button__link {
	background-color: #32c7bd;
}
.is-style-fill a.wp-block-button__link:hover {
	color: #fff;
}
a.wp-block-button__link:hover {
	text-decoration: none;
	outline: 2px solid #32c7bd;
	outline-offset: 5px;
}
.is-style-outline>.wp-block-button__link:not(.has-text-color), .wp-block-button__link.is-style-outline:not(.has-text-color) {
    color: #32c7bd !important;
}
/*------------------------------------------*/
/*					quotes   				*/
/*------------------------------------------*/
.main-container-side .wp-block-quote {
	margin: 40px 20px;
}
.wp-block-quote {
  font-style: italic;
  margin: 40px;
  color: #666;
	border-left: 2px #32c7bd dotted;
}
.wp-block-quote p:first-of-type:before,
.wp-block-quote p:last-of-type:after {
  font-size: 2em;
  font-weight: 900;
  color: #999;
  position: relative;
  top: 10px;
  left: -3px;
  line-height: 0em;
  font-family: dashicons;
}
.wp-block-quote p:first-of-type:before {
	content: "“";
  margin-right: 0.1em;
}
.wp-block-quote p:last-of-type:after {
	content: "”";
  margin-left: 0.17em;
}
.wp-block-quote cite {
  margin: 20px;
  width: 100%;
  font-size: 0.8em;
  font-style: normal;
  font-weight: 900;
  text-align: right;
}
.wp-block-quote cite:before {
  content: "~ ";
  margin-right: 5px;
}
/*------------------------------------------*/
/*				tables    					*/
/*------------------------------------------*/
table { border-spacing: 0; *border-collapse: collapse; }
table td {
  border: 0.2em solid #ccc;
  padding: 5px;
}
.wp-block-table {
    margin: 20px;
}
/*------------------------------------------*/
/*			gallery   	  					*/
/*------------------------------------------*/
.wp-block-gallery {
  background-color: #f7f7f7;
  padding: 20px;
  margin: 20px;
}
.blocks-gallery-caption {
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.8em;
}
.blocks-gallery-caption::before {
  font-family: dashicons;
  font-weight: normal;
  content: "// ";
}
@media screen and (max-width: 781px) {
	.wp-block-column .wp-block-gallery  {
		margin-bottom: 0;
	}
}
/*small screens 3 a row*/
@media (max-width: 599px) {
	.wp-block-gallery .blocks-gallery-item {
	  width: calc(33.33% - .67em);
	}
	.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
	  margin-right: 1em;
	}
	.wp-block-gallery .blocks-gallery-item:nth-of-type(3n),
	.wp-block-gallery .blocks-gallery-item:last-of-type {
	  margin-right: 0;
	}
}
/*------------------------------------------*/
/*				media + tex					*/
/*------------------------------------------*/
.wp-block-media-text {
  margin: 20px;
}
.wp-block-media-text .wp-block-media-text__media {
  margin-bottom: 20px;
}
.wp-block-media-text .wp-block-media-text__content{
  padding: 0;
}
.wp-block-media-text__content p:first-of-type {
  margin-top: 0;
}
.wp-block-media-text__content p:last-of-type {
  margin-bottom: 0;
}
/*------------------------------------------*/
/*	     		embeds   	  				*/
/*------------------------------------------*/
.wp-block-embed {
    margin: 20px;
    margin-bottom: 1em;
}
/*-----------------youtube*/
figure.wp-block-embed-youtube iframe {
	width: 100%;
	max-width: 500px;
}
/*-----------------spotify*/
.wp-block-embed-spotify iframe{
	width: 100%;
}
@media screen and (max-width: 759px) {
	.wp-block-embed-spotify iframe{
		height: 300px;
	}
}
.wp-block-embed-spotify.alignleft,
.wp-block-embed-spotify.alignright {
	max-width: 400px;
	width: calc(100% - 40px)
}
.wp-block-embed.alignleft {
    float: left;
    margin: .5em 1em .5em 20px;

}
.wp-block-embed.alignright {
    float: right;
    margin: .5em 20px .5em 1em;
}
@media screen and (max-width: 600px) {
	.wp-block-embed-spotify.alignleft,
	.wp-block-embed-spotify.alignright {
		max-width: inherit;
	}
}
.wp-block-embed__wrapper {
	min-width: 100px !important;
	display: flex;
	justify-content: center;
}
.height-160 iframe {
  height: 160px;
}
.spotify-single iframe {
  height: 160px;
}
/*------------------------------------------*/
/*				  accordion   				*/
/*------------------------------------------*/
div.wp-block-pb-accordion-item {
  margin: 0;
}
.c-accordion__content >*:first-child {
  margin-top: 0;
}
