/*
 Theme Name:     Maru
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

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

/* Kleuren 
Zwart		#000000
Wit			#FFFFFF

Donkerblauw	#00245b
Lichtblauw	#e6f4f1
Maru blauw	#3b7abe
Okergeel	#dca11c
Grijs 		#DDDDDD
*/

/* Fonts
Font H1 - H6
EB Corp - SemiBold
Paragraph
EB Corp - Regular
*/

/* Google Badge Invisible */
.grecaptcha-badge { 
    visibility: hidden !important;
}
/* Google Badge Invisible */

/*
#main-header {
  box-shadow: none !important;
}
*/

@media (min-width: 767px) {
	/*set the width of the button*/
	.et_pb_newsletter_fields .et_pb_newsletter_button_wrap {
		flex-basis: 150px !important;
	}
	/*set the width of the input fields minus the width of the button*/
	.et_pb_newsletter_form .et_pb_newsletter_field {
		flex-basis: calc((100% - 180px) / 2) !important;
	}
}