/* rv.css */

/* Footer */

.et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget {
margin-bottom: 33px !important;
}

.et_pb_gutters3 .footer-widget {
margin-bottom: 2.5% !important;
}

.bydms svg
{
    height: 20px;
    fill: #ffffff;
    margin: 4px 0 -4px 0;

}

.bydms svg:hover
{
    fill: #03ffeb;
}

.bydms {
	margin-left: 20px;
}

@media (max-width: 980px) {
	.bydms {
		margin-left: 0;
	}
}

@media only screen and (min-width: 480px) and (max-width: 600px) {
	.bydms {
		margin-left: 40px;
	}
}

#voet_links
{
    float: left;
    padding-bottom: 10px;
    color: #fff;
}

#voet_rechts
{
    float: right;
    padding-bottom: 10px;
    padding-left: 20px;
}

@media only screen and (max-width: 979px)
{
    #voet_links, #voet_rechts
    {
        float: left;
        width: 100%;
        text-align: center;
    }
}

#menu-handig li.current-menu-item a {
	color: #1EABE3 !important;
}

#menu-producten li.current-menu-item a {
	color: #1EABE3 !important;
}

.footer-widget li:before {
	display: none;
}

ul#menu-handig.menu {
	margin-left: -13px;
	line-height: 1.90em;
}

ul#menu-producten.menu {
	margin-left: -13px;
	line-height: 1.90em;
}

ul#menu-handig.menu a:hover {
  color: #1EABE3 !important;
  text-decoration: underline !important;
}

ul#menu-producten.menu a:hover {
  color: #1EABE3 !important;
  text-decoration: underline !important;
}

.textwidget a:hover {
  color: #1EABE3 !important;
  text-decoration: underline !important;
}

.textwidget a {
  text-decoration: underline !important;
}

/* Styling CF7 to look like the Divi Contact Form */

.wpcf7-textarea {
	background-color: #ffffff !important;
	border: none !important;
	width: 100% !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0px !important;
	font-size: 17px;
	color: #000000 !important;
	padding: 10px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wpcf7-text, .wpcf7-captchar, .wpcf7-dynamictext, .wpcf7-select, .wpcf7-number {
	background-color: #ffffff !important;
	border: none !important;
	width: 100% !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0px !important;
	font-size: 17px;
	color: #000000 !important;
	padding: 10px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wpcf7-list-item {
	margin-left: 0px !important;
	margin-right: 15px !important;
	
}

.wpcf7-select {
	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.wpcf7-submit {
	color: #000000 !important;
	margin: 8px auto 0;
	cursor: pointer;
	font-size: 17px;
	font-weight: 500;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 0px;
	padding: 6px 20px 6px 20px;
	line-height: 1.7em;
	background: #03ffeb ;
	border: 2px solid;
	border-color: #03ffeb;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	float: left;
	text-transform: uppercase;
}

.wpcf7-submit:hover {
	background-color: #1EABE3;
	border-color: #1EABE3 ;
	color: #ffffff !important;
	padding: 6px 20px !important;
}

.wpcf7-validation-errors {
    border: 0;
    padding-top: 20px;
    font-weight: 700;
    color: red;
}

.wpcf7-not-valid-tip {
	padding-top: 20px;
	font-weight: 700;
    color: red;
}

.wpcf7-spam-blocked {
	padding-top: 20px;
	font-weight: 700;
    color: red;
}

.wpcf7-response-output {
    border: 0;
    padding-top: 20px;
    font-weight: 700;
    color: red;
}

.wpcf7-form #anders {
	display: none;
}

.screen-reader-response {
	display: none;
}

.grecaptcha-badge {
	visibility: visible !important;
	float: left;
}

