/*
Theme Name:  Groei.Site child
Description: Doelbewust Klantenthema Custom opmaak
Author:      Doelbewust Online Marketing
Author URI:  https://doelbewust.nl/
Template:    dbtheme
Version:     1.0.0
Text Domain: dbtheme-child
*/

:root {
/* colors */
 	--altbg: #4d4e4f;
 	--softbg: #4d4e4f; 
 	--gray: #78797C; 
 	--mainColor: #99CC01; 
 	--darkerMain: #628203; 
	--subColor: #99CC01; 
	--darkerSub: #628203; 
}

/* global */
h1 b, h1 strong, .h1 b, .h1 strong, 
h2 b, h2 strong, .h2 b, .h2 strong, 
h3 b, h3 strong, .h3 b, .h3 strong, 
h4 b, h4 strong, .h4 b, .h4 strong, 
h5 b, h5 strong, .h5 b, .h5 strong, 
h6 b, h6 strong, .h6 b, .h6 strong {color:  var(--mainColor);}
.text-white{color: white;}

/* topbar */
.logged-in .topbarsticked.navstick {top:64px;}
.topbarsticked.navstick {top:28px;}
@media (max-width:768px) {
#infobalk .topbar-lr .left > * {margin-right:0;}
}
	
/* navigation */
.topnav .site-logo img {width:280px;height:56px;}
nav .hoofd-menu > ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu {display: none;padding-left: 0px;background: #f5f5f5;overflow: visible;}
nav .hoofd-menu > ul.menu > li.menu-item.current-menu-item > a, nav .hoofd-menu > ul.menu > li.menu-item.current-menu-parent > a {background: var(--mainColor);color: white;}
@media (min-width: 992px) {
nav .hoofd-menu > ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu {margin-right: 75px;}
nav .hoofd-menu > ul.menu > li.menu-item.current-menu-item > a, nav .hoofd-menu > ul.menu > li.menu-item.current-menu-parent > a {color: var(--mainColor);background: none;}
}
	
/* front header */
@media (min-width:992px) {
header.header-stock picture {width:50%;}
header.header-stock picture img {width:100%;}
header.header .overlaycontainer {width:50%;}
header.header .overlaycontainer .overlay {margin-right:var(--container);}
}
@media (max-width:992px) {
header.header .overlay {padding:0;}
}

/* fancy header */
.breadcrumb li:not(.active) {color: #99CC01;text-decoration: none;padding: 10px 0;}
.fancy-header .breadcrumb li {color:white;}
.fancy-header h1 {color: white;}

/* pagebuilder */
.tekstblok ul {padding-left: 18px;}

/* pagebuilder *//* blocks */
section.boxed .blocks .block h2 {display:flex;font-size:18px;}
@media (max-width:992px) {
section.boxed .blocks .block {margin-bottom:0;}
}

/* footer */
footer#site-footer {border-top: 10px solid var(--mainColor);}
footer#site-footer .container-divider {display:none;}
@media (min-width:992px) {
footer#site-footer > .container > .footer {justify-content:center;}
footer#site-footer > #footer-copyright > .container {flex-direction:column;align-items:center;}
footer#site-footer > #footer-copyright > div.container > div {justify-content:flex-start;width:24%;min-width:260px;}
}



