/*----Section white Boxes*/

ul.sub-menu {
    display: none;
    z-index: 1;
    list-style: none;
    top: 67px;
/*     width: 100%; */
    left: 4px;
    border: 1px solid #00000024;
    padding: 0;
    position: absolute;
    background: #ffffff;
    transform: translateY(-2em);
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    border-radius: 5px;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
}
ul#menu-nav_menu li:hover ul.sub-menu {
    display: block;
}
ul#menu-nav_menu li{
	  position: relative;
    display: inline-block;
}
.misschin_points_text {
    margin: 34px 0;
}
section.workshop-last-section.align-content-center img { 
    width: 100%; 
}

@media only screen and (max-width: 600px) {
 section.workshop-last-section.align-content-center img { 
    width: 100%; 
}
	.large-gutters .col.col-sm-12 p:before { 
    content: "👉"; 
    left: 4px; 
    float: left; 
    position: absolute; 
}
.row.large-gutters.justify-content-center p { 
    padding-left: 15px; 
}
	section.workshop-center-sec.align-content-center img {
    padding-bottom: 40px;
		width: 100%;
		object-fit: cover;
}
}

/* ===== Bright Star – Trainingen pagina (page-id 2714) ===== */

/* Minder ruimte boven de hoofdtitel */
body.page-id-2714 .live_life_section.aspire_hub {
  margin-top: 30px !important;
  padding-top: 20px !important;
}

/* Hoofdtitel, sectietitels en introtekst in één gecentreerde kolom */
body.page-id-2714 .live_life_section h1,
body.page-id-2714 .live_life_section h2,
body.page-id-2714 .bs-intro {
  max-width: 800px;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Sectietitels: donker, links, kleiner dan de hoofdtitel, met ruimte */
body.page-id-2714 .live_life_section h2 {
  color: #212529 !important;
  text-align: left !important;
  font-size: 24px !important;
  line-height: 1.3 !important;
  margin-top: 48px !important;
  margin-bottom: 20px !important;
}

/* Introtekst: links, donker, ruimte onder */
body.page-id-2714 .bs-intro {
  text-align: left !important;
  color: #212529 !important;
  margin-bottom: 28px !important;
}

/* Cursus-grid: tegels links, blok gecentreerd, ruimte onder */
body.page-id-2714 .ld-course-list-items.row {
  justify-content: flex-start !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 48px !important;
}
}