/*
Theme Name:         Scheidingswijze theme
Theme URI:          https://digibilities.nl/
Description:        Theme based on Sage
Version:            10.x-dev
Author:             DIGIBILITIES
Author URI:         https://digibilities.nl/
Text Domain:        sage
License:            MIT License
License URI:        https://opensource.org/licenses/MIT
Requires PHP:       7.4
Requires at least:  5.9
*/
/* Link Underline */
* {
	text-decoration: none !important
}

@media (min-width: 1024px) {
  .home .helplines-questions {
    margin-top: 1rem;
  }
}

@media (min-width: 1024px) {
  .lg\:mt-3 {
    margin-top: 2rem;
  }
}

.has-text-align-center {
	text-align:center;
} 

.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0 !important;
}

.prose :where(ul > li):not(:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: .375em;
}


div.over-ons-scheidingexpert ul {
	margin-left:0;
	padding-left:0;
}

/* gallery */
figure.wp-block-gallery figure.wp-block-image {
	border:0;
	max-height:150px;
	max-width:150px;
	margin-left:32px;
}
figure.wp-block-gallery figure.wp-block-image figcaption.wp-element-caption {
	text-align:center;
}
figure.is-layout-flex {
    display: flex;
}

.prose :where(a):not(:where([class~="not-prose"] *)) {	
	color:#3741fa;
}

.mobile-top-bar {
  display: none;
}

@media (max-width: 1279px) {
	.mobile-top-bar {
        display: block;
    }
	
    #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu, #mega-menu-wrap-primary_navigation .mega-menu-toggle.mega-menu-open+#mega-menu-primary_navigation {
        top: 214px;
    }
	
	.pt-20 { padding-top: 183px; }
}

@media (max-width: 1023px) {
    #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu, #mega-menu-wrap-primary_navigation .mega-menu-toggle.mega-menu-open+#mega-menu-primary_navigation {
        top: 180px;
    }	
	.pt-20 { padding-top: 183px; }
}

.wp-block-heading {
	margin-top:64px;
}

.prose :where(p):not(:where([class~="not-prose"] *)) {
	margin-bottom:32px; !important;
	line-height:2.4rem; !important;
}

