/*
 Theme Name:   Flexamedia theme
 Theme URI:    https://flexamedia.nl
 Description:  Flexamedia
 Author:       Achmed Abdenabi
 Author URI:   https://flexamedia.nl
 Template:     Divi
 Version:      1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Extra CSS Anux */

@media (max-width: 767px) {
.et_pb_module.et_pb_code.et_pb_code_0 {
	margin-bottom: 0 !important;
}
}

/* Globaal: Alle knoppen zelfde ronding */
a.et_pb_button {
	border-radius: 5px !important;
	background: #CFC0BC !important;
}

/* Globaal: Ruimte in de secties */
.et_pb_row .et_pb_row_0, html body .et_pb_row.et_pb_row_0 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

/* Logo: Witte filter */
.et_pb_menu__logo a img {
	filter: brightness(0) invert(1);
}

/* Logo: Aangepaste grootte */
.et_pb_menu__logo-wrap {
	width: 140px !important;
}

/* Sticky header: Aangepaste achtergrondkleur */
html body .et_pb_section.et_pb_sticky.et_pb_section_1_tb_header {
  background-color: #5b6e77 !important;
}

/* Eind extra CSS Anux */