/*
 Theme Name:   Divi Child
 Theme URI:    http://www.elegantthemes.com
 Description:  Divi Child Theme
 Author:       Elegant Themes
 Author URI:   elegantthemes.com
 Template:     Divi
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Divi
*/

@import url("../Divi/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */


/* HEADER */

#main-header, #main-header .nav li ul {background-color: #7E9900 !important;}
#top-menu li.current-menu-item > a {color: #fff;}
a.et-cart-info {display: none;}

/* CATALOGUS */

div.variations_button, div.quantity.buttons_added, button.single_add_to_cart_button.button.alt {display: none !important;} /* bestelmogelijkheid_verbergen */


/* FOOTER */

#main-footer {background-color: #7E9900 !important;}

#footer-widgets {padding-top: 30px;}
.footer-widget {margin: 0 30px 30px 0;}

#footer-info, #footer-info a {color: #fff;}

a.icon {color: #fff;}

/* RESPONSIVE */

@media only screen and (max-width: 1100px) and (min-width: 981px) {
	.footer-widget {width: 250px;}	
}