/* Kill the wrapper so it doesn’t push content */
.wprm-wrapper {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 0 !important;      /* remove vertical space */
  overflow: visible !important; /* let child show outside */
  z-index: 9999 !important;
}

/* Now position the actual bar */
.wprmenu_bar {
  position: absolute !important; /* relative to body now */
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: auto !important;
  z-index: 10000 !important;     /* on top of everything */
  background: transparent !important;
}

.link-box-homepage {
	display: flex;
	flex-direction: column;
}

.link-box-homepage > * {
	flex-grow: 1;
}

/* give padding to top of pages for transparent header */
.page-hero {
  padding-top: 80px !important;
}

/* give header black see-through background */
.ast-primary-header-bar {
	background-color: rgba(0, 0, 0, 0.7) !important;
	border-radius: 40px !important;
	a {
		color: white !important;
	}
  }

/* Set background color sidemenu button */
.menu-item-3477 {
	background-color: #759b89 !important;
	border-radius: 10px !important;
	max-height: 60px !important;
}

/* Set up features sidemenu */
.sidemenu {
	background-color: #759b89 !important;
	max-width: 430px;
	a {
		color: white !important;
	}
}

.massage-hero {
	max-height: 500px !important;
	
	img {
		height: 100% !important;
		width: 100% !important;
		max-height: 500px !important;
		object-fit: cover !important;
	}
}

@media only screen and (min-width: 782px) {
	.columns-homepage .wp-block-column, .column-vergaderen, .columns-bijdragen {
		display: flex;
		flex-direction: column;
		justify-content: space-between !important;
		bottom: 0px;
		height: 100%;
	}
}

.vergader-sliders{
	padding-bottom: 0px !important;
	img {
		border-radius: 20px 0px 0px 20px !important;
	}
}

.is-nowrap-custom {
	white-space: nowrap;
}

/* Limit instagram feed height */
.wp-block-jetpack-instagram-gallery {
	max-height: 400px;
}


.mec-event-list-minimal {
	article {
		margin-bottom: 10px !important;
	}
}

/* set equal height for mec shortcode */
.mec-event-grid-modern {
	article {
		display: flex !important;
		flex-direction: column !important;
		justify-content: space-evenly !important;
		height: 400px !important;
	}
}

/* Disable widget bar for events */
.col-md-4:has(.mec-widget-activation-guide) {
	display: none;
	background-color: red;
}

/* Make event part full screen */
.col-md-8:has(.mec-event-content) {
  width: 100%
}

.directie-tekst {
	font-size: 18px !important;
}

/* Nieuws berichten stijl */
.ast-post-format- {
	.entry-header {
		margin-top: 10px !important;
		display: flex !important;
		flex-direction: column;
		align-items: center !important;
	}

	.entry-content {
		text-align: center;
	}	

	@media only screen and (min-width: 782px) {
/* 		Nieuws berichten breedte */
		.entry-content {
			p{
				width: 80%;
			}
		}
/* 		Vacature berichten breedte */
		.awsm-job-content {
			p {
				width: 100%;
			}
		}
	}
}

.jp-relatedposts {
    max-width: var(--wp--custom--ast-content-width-size) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Verstop deel opties voor nu */
.sharedaddy {
	display: none !important;
}

/* Vacatures - werken bij pagina */
.awsm-b-job-wrap {
	/* 	enkele vacature */
	.awsm-b-job-listing-item {
		a{
			font-size: 20px;
			border-radius: 20px;
			box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.2);
			box-shadow: 6px 6px 0px #00000033;
		}
		h2 {
			letter-spacing: normal;
			font-size: 26px;
		}
		.awsm-job-specification-job-type {
			text-decoration: underline;
			font-weight: bold;
		}
	}
/* 	meer laden knop / pagination */
	.awsm-b-jobs-pagination a{
		border-radius: 20px;
		box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.2);
			box-shadow: 6px 6px 0px #00000033;
		font-size: 23px;
	}
}

/* Vacature solicitatie formulier */
.awsm-job-form-inner{
	border-radius: 20px;
	box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.2);
			box-shadow: 6px 6px 0px #00000033;
	margin-bottom: 40px;
}

.post-5504 .awsm-job-form {
	display: none;
}

/* ons-team pagina */
/* flip de directie foto's naar boven op mobiel */
@media (max-width: 768px) {
  .reverse-directie .wp-block-columns {
		flex-direction: column-reverse !important;
  }
}

.reverse-directie .wp-block-columns {
	display: flex;
  flex-direction: row;
}