/*
Theme Name: Media Ostrich Divi-Child
Theme URI: https://www.mediaostrich.nl
Version: 1.0
Description: Media Ostrich child-theme van Divi
Author: Media Ostrich
Author URI: https://www.mediaostrich.nl
Template: Divi
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../Divi/style.css");
.ruimtevak{
	    width: 200px;
    float: left;
}
.contactform{
	width:100%;
}
input[type=text], input[type=password], input[type=tel], input[type=email], input.text, input.title, textarea, select {
    padding: 2px;
    border: 1px solid #bbb;
    color: #4e4e4e;
    background-color: #fff;
    border-radius: 5px;
}
.wpcf7-submit {
    	padding: 10px 20px 10px 20px;
    	border-radius: 5px;
    	background-color: #55a32c;
    	color: white;
    	text-align: center;
    	font-weight: bold;
    	font-size: 20px;
	border: none;
}
.ruimtevaksub {
    width: 80%;
    margin-top: 40px;
    text-align: center;
}
.bti-lm-88 .ninja-forms-all-fields-wrap input[type="text"], .bti-lm-88 .ninja-forms-all-fields-wrap input[type="number"], .bti-lm-88 .ninja-forms-all-fields-wrap input[type="password"], .bti-lm-88 .ninja-forms-all-fields-wrap select {
    width: 200px;
}