/* Enter Your Custom CSS Here */

#topslider {height: 500px;}
p#footer-info {visibility: hidden;}

#logoList li {
    display: inline;
    list-style-type: none;
    padding-left: 20px;
    float: right;
}

.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar, .wpcf7-number {
	background-color: #eee !important;
	border: none !important;
    width: 100% !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
	border-radius: 0 !important;
    font-size: 14px;
    color: #222222 !important;
  	/* font-weight:bold; */
    padding: 16px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wpcf7-submit {
    color: #A74DC3 !important;
    margin: 8px auto 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 20px;
    line-height: 1.7em;
    background: transparent;
    border: 2px solid;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    width: 100%;
}
.wpcf7-submit:hover { 
    background-color: #eee; 
    border-color:#eee; 
    padding: 6px 20px !important; 
}
/* span.wpcf7-list-item { display: block; } */

input[type=checkbox].css-checkbox, input[type=radio].css-checkbox {
  	display:none;
	/* position:absolute; */
  	z-index:-1000;
  	top:-1000px;
  	overflow: hidden;
  	clip: rect(0 0 0 0);
  	height:1px;
  	width:1px;
  	margin:-1px;
  	padding:0;
  	border:0;
}
input[type=checkbox].css-checkbox + label.css-label, input[type=radio].css-checkbox + label.css-label {
	padding-left:30px;
	height:25px; 
	display:inline-block;
	line-height:25px;
	background-repeat:no-repeat;
	background-position: 0 0;
	/* font-size:16px; */
	vertical-align:middle;
	cursor:pointer;
}
input[type=checkbox].css-checkbox:checked + label.css-label, input[type=radio].css-checkbox:checked + label.css-label {
	background-position: 0 -25px;
}
label.css-label {
	background-image:url(http://familybox.be/wp-content/uploads/2014/10/bg-selectie.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
input[type=radio] {float: left;}

h4.onderaan {
	color:#a74dc3;
}
.onderaan address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 20px;
}

.text-left {
 	text-align: left; 
}