/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/*


Blauw #01538f

*/

.logo img {
    height: 100px !important;
}


.hamburger-menu rect{
    color: #01538f !important;
}

.voorwaarde p strong {
    color: #01538f;
}





/* Form */

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
    background-color: #fff;
    border-radius: initial;
    border: 1px solid #888;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    border-radius: inherit;
    border: 1px solid #01538f;
    padding: 10px 25px;
    background-color: #fff;
    color: #01538f;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    border-radius: inherit;
    border: 1px solid #01538f;
    padding: 10px 25px;
    background-color: #01538f;
    color: #fff;
}






