/*
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 */
/* 	--background: ; */
	--altbg: #4d4e4f;
	--softbg: #78797C;
	--gray: #78797C;
	--mainColor: #CD3333;
	--darkerMain: #723232;
	--subColor: #CD3333;
	--darkerSub: #723232;
/* 	--fontcolor: ; */
}

.topnav .site-logo img {width:280px;height:56px;}

/* navigation */
nav#nav li.menu-item.btn.btn-primary {background:#99CC01 !important;}
nav#nav li.menu-item.btn.btn-primary:before {background:#628203;}
@media (max-width:992px) {
nav .toggle {display:none;}
}
	
/* 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;}
}

/* footer */
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;}
}