/*
 Theme Name:   VV Holwerd
 Theme URI:    https://zien360.nl/
 Author:       Zien360
 Template:     generatepress
 Version:      0.1
*/

/*
Holwerd blauw: 
 */

/*WP Forms*/
.wpforms-form button[type=submit] {
    background-color: #00599d !important;
    border-color: #00599d !important;
    color: #fff !important;
	font-weight: bold;
	border-radius: 10px !important;
}
 
.wpforms-form button[type=submit]:hover {
    background-color: #21679e !important;
}
 