/*
Theme Name: Ergotherapie Krimpen
Description: Thema voor Ergotherapie Krimpen
Author: Kiesling Digital
Author URI: https://kiesling.nl/
Template: Divi
Version: 3.0
*/

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


/* Typography */
h2 {
	color: #b4d88b!important;
}

/* Footer */

.footer-icons {
	text-align:center;
}


/* Header */
@media (max-width: 1200px) {
 #et_mobile_nav_menu {
 display: block;
 }
 
#top-menu {
 display: none;
 }
 }
 
 /* Slider */
 
 .et_pb_slider .et_pb_slide {
    min-height: 25vh;
}
 @media (min-width: 798px) {
.et_pb_slider .et_pb_slide {
    min-height: 600px;
}
 }

 
 /* Contact */
 
input[type=text], input[type=email] {
	width: 100%;
    padding: 16px;
    border-width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    font-size: 14px;
    -webkit-appearance: none;
    margin-bottom: 10px;
}

textarea {
	width: 100%;
    padding: 16px;
    border-width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    font-size: 14px;
    -webkit-appearance: none;
    margin-bottom: 10px;
    min-height: 110px;
}

.verwijzing span.first {
    display: inline-block;
    margin: 0;
    margin-bottom:10px;
}

.wpcf7-submit {
	margin-top: 10px;
	color: #0065a4;
}

.wpcf7-submit:hover {
	background-color: rgba(0,0,0,.05);
}