/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 2.2
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Template: Divi
Author URI: http://www.elegantthemes.com
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

#footer-info a {
	font-weight: normal !important;
}

#footer-info a:hover {
	text-decoration: underline;
}

.mfp-bottom-bar {
	display: none !important;
}

.gform_button.button {
    display: block;
	width: 100px !important;
    height: 45px !important;
    background-color: #4e8b32;
    border: 0 none;
    font-weight: bold;
    text-align: center;
    color: #fff;
	cursor: pointer;
	border-radius: 20px;
	overflow: hidden;
    float: left;
	margin-top: -20px !important;
}

.gform_button.button:hover {
	opacity: .7;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
	}
}


/* knop cookie notice */
.cn-button.wp-default {
	background-color: #6bad35 !important;
	color: #ffffff !important;
	text-shadow: none;
	background-image: none !important;
	font-size: 12px !important;
	height: 26px !important;
    line-height: 18px !important;
    font-family: sans-serif;
    padding: 2px 12px !important;
    border-radius: 3px 3px 3px 3px !important;
    border-style: solid;
    border-width: 1px !important;
    cursor: pointer;
    display: inline-block;
    font-style: normal;
    text-decoration: none;
    white-space: nowrap;
    outline: none;
}

.knop { 
	display: block;
	width: 150px;
	height: 35px;
	background-color: #6bad35;
	border: 0 none;
	font-weight: bold;
	text-align: center;
	color: #fff;
	cursor: pointer;
	border-radius: 20px;   
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
}

#envelop::before {
	font-family: 'ETmodules';
	content: "\e076";
	position: relative;
	top: 2px;
	margin-right: 8px;
}

#mobiel::before {
	font-family: 'ETmodules';
	content: "\e00b";
	position: relative;
	top: 2px;
	margin-right: 8px;
}

#telefoon::before {
	font-family: 'ETmodules';
	content: "\e090";
	position: relative;
	top: 2px;
	margin-right: 8px;
}

@media (max-width: 980px) {
 .container.et_menu_container { 
 width: calc( 100% - 60px);
 }

.et_mobile_menu {
 margin-left: -30px;
 padding: 5%;
 width: calc( 100% + 60px);
}

.mobile_nav.opened .mobile_menu_bar:before {
 content: "\4d";
}
}

/* Increase width of vertical navigation */
@media (min-width: 981px) {
.et_vertical_nav #page-container #main-header{
width:18%;
}

.et_vertical_nav #et-main-area, .et_vertical_nav #top-header{
margin-left:18% !important;
}
}

.contact_bovenaan {
	text-align: center;
}

.kenteken-input {
  font-family: 'Arial Black', Arial, sans-serif !important;
  font-size: 32px !important;
  letter-spacing: 10px !important;
  text-transform: uppercase !important;
  width: 250px !important;
  padding: 10px 50px 10px 70px !important; /* ruimte voor EU-blok */
  border: 2px solid #000 !important;
  background: #FFD700 !important; /* fel geel */
  border-radius: 8px !important;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.4) !important;
  text-align: center !important;
  color: #000 !important;
  outline: none !important;
  position: relative !important;
  box-sizing: border-box !important;
}

/* EU-blok */
.kenteken-input::before {
  content: "NL" !important;
  font-family: Arial, sans-serif !important;
  font-weight: bold !important;
  font-size: 18px !important;
  color: white !important;
  background-color: #003399 !important;
  position: absolute !important;
  left: 10px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  padding: 6px 12px !important;
  border-radius: 3px !important;
  box-shadow: inset 0 0 3px rgba(255,255,255,0.7) !important;
  user-select: none !important;
  pointer-events: none !important;
}

/* Placeholder */
.kenteken-input::placeholder {
  color: #555 !important;
  letter-spacing: 8px !important;
}

