.et-social-icons {
    float: right;
    display: none;
}
#footer-info, #footer-info a {
    color: #ffffff;
    float: none;
    text-align: center;
    font-weight: 500;
}
#main-header.et-fixed-header, .et_vertical_nav #page-container #main-header {
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.3) !important;
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.3) !important;
    box-shadow: 0px 0px 22px rgba(0,0,0,.3) !important;
}
#et-info-email:hover, #et-secondary-menu > ul > li > a:hover, #top-menu-nav > ul > li > a:hover, .et-social-icons a:hover { color:#29ABE2; opacity: 1;}

@media only screen and (min-width: 981px) {
.footer-widget, .footer-widget .fwidget {
width: 100% !important;
margin: 0 !important;
}
.footer-widget {
    float: none;
    text-align: center;
}
}
@media only screen and (max-width: 980px) {
.footer-widget, .footer-widget .fwidget { display:none;
width: 100% !important;
margin: 0 !important;
}
.footer-widget { display:none;
    float: none;
    text-align: center;
}
.et_header_style_centered #logo {
    max-height: 98px;
}
}
a.bigblue, a.smallblue {
    color: #fff !important;
    background: #000 !important;
    background: -moz-linear-gradient(top,#88bdff 0,#60a7ff 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#88bdff),color-stop(100%,#60a7ff));
    background: -webkit-linear-gradient(top,#88bdff 0,#60a7ff 100%);
    background: -o-linear-gradient(top,#88bdff 0,#60a7ff 100%);
    background: -ms-linear-gradient(top,#88bdff 0,#60a7ff 100%);
    background: linear-gradient(to bottom,#88bdff 0,#60a7ff 100%);
    border: 0px solid #000 !important;
border-radius:3px !important;
text-shadow: 0px 0px 0px #000 !important;
}
a.bigblue:hover, a.smallblue:hover {
    color: #fff !important;
background: #29abe2 !important;
text-shadow: 0px 0px 0px #29abe2 !important;
}
/*** Contactformulier ***/
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}
.wpcf7 input[type="text"]:focus{
	background: #fff;
}
.wpcf7-submit{
	float: right;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 8px 20px;
	cursor: pointer;
}
.wpcf7-submit:hover{
	background: #212121;
}
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
}
div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}

/*** Contactformulier responsive ***/
#responsive-form{
	max-width:800px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.column-half{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:50%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
textarea {
    height: 70px;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}