/*
 Theme Name:     Autosoft - Aventador
 Description:    Autosoft Divi Child Theme
 Author:         Autosoft
 Author URI:     https://www.autosoft.eu
 Template:       Divi
 Version:        1.1.1
*/


/* = ADMIN fixes
------------------------------------------------------- */
/* hide Adminbar spacing*/
html.js { margin-top: 0px !important; }


.cookiefirst-root > span { 
	margin-bottom: 60px; 
	opacity: 0.6;
	-webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);
}

.cookiefirst-root > span:hover { 
	margin-bottom: 60px; 
	opacity: 1;
	-webkit-filter: grayscale(0%);
    -moz-filter:    grayscale(0%);
    -ms-filter:     grayscale(0%);
    -o-filter:      grayscale(0%);
}

/* Hide Cookie */
html.et-fb-root-ancestor #catapult-cookie-bar { display: none!important; }

/* Hide popup */
html.et-fb-root-ancestor #sgpb-popup-dialog-main-div-wrapper { display: none!important; }
html.et-fb-root-ancestor .sgpb-popup-overlay { display: none!important; }


/* = SITE fixes
------------------------------------------------------- */
/* basic fixes */
#main-header { z-index: 999; }
/*#logo { max-height: 64px; }*/


/* CF7 fix */
@media screen and (max-width: 480px) {
	.dipe-cf7 .wpcf7 form>div, .dipe-cf7 .wpcf7 form>p { margin-bottom: 0!important; }
	.dp-col { margin-bottom: 1.6em;}
}

.wpcf7-form .wpcf7-checkbox { 
	display: block;
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
	-webkit-column-gap: 1.5em;
    -moz-column-gap: 1.5em;
    column-gap: 1.5em;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item { display: block; page-break-inside: avoid; }
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item-label::before { background-color: transparent!important; }

@media screen and (max-width: 960px) {
	.wpcf7-form .wpcf7-checkbox { 
		-webkit-column-count: 1;
    	-moz-column-count: 1;
    	column-count: 1;
		margin-bottom: 2em; 
	}
}

@media screen and (max-width: 768px) {
	body .dipe-cf7 .wpcf7 form>div {
    	margin-bottom: 0px !important;
	}
}

/* google map */
.map-responsive {
    overflow:hidden;
    position:relative;
    height:0;
	margin-top: 1em;
	margin-bottom: 1.8em;
	
}
.map-responsive iframe {
    border:0;
    left:0;
    top:0;
    height:100%!important;
    width:100%!important;
    position:absolute;
}

/* full size gmap sizing */
.su-gmap.su-u-responsive-media-yes { 
	padding-bottom:  56.25%!important;	/*16:9*/
	padding-bottom:  75%!important; 	/*4:3*/
	padding-bottom:  66.66%!important;	/*3:2*/
	padding-bottom:  62.5%!important; 	/*8:5*/
	
	padding-bottom:  75%!important; 	/*custom*/
	border-radius: 14px;
}

@media screen and (max-width: 820px) { 
	.su-gmap.su-u-responsive-media-yes { padding-bottom:  75%!important; }
}

@media screen and (max-width: 480px) {
	.su-gmap.su-u-responsive-media-yes { padding-bottom:  125%!important; }
}

/* footer notes */
p#footer-info .spacer {
	margin-left: 10px; 
	margin-right: 10px;
	opacity: 0.6;
}

/* custom socials */
.et-social-youtube a.icon:before {
	content: "\E0A3";
	font-family: ETmodules!important;
}
.et-social-linkedin a.icon:before {
	content: "\E09D";
	font-family: ETmodules!important;
}

@media screen and (max-width: 480px) {
	.spacer.first { 
		display: block;
		clear: both;
		height: 1px;
		visibility: hidden;
	}
}

/* unfloat footer widgets */
#footer-widgets .et_pb_widget { float: none; }

/* cookie link */
a.ctcc-more-info-link { display: inline-block; text-decoration: underline; }


/* = MENU
------------------------------------------------------- */
/* remove menuwrap */
.et_pb_fullwidth_menu .et_pb_menu__menu>nav>ul, 
.et_pb_menu .et_pb_menu__menu>nav>ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

/* max size mobile menu */
.et_mobile_menu {
	overflow-y: scroll;
    max-height: 70vh;
}

/* mobile menu position and height fix */
@media (max-width: 980px) {
	.et_non_fixed_nav.et_transparent_nav #main-header, 
	.et_non_fixed_nav.et_transparent_nav #top-header, 
	.et_fixed_nav #main-header, .et_fixed_nav #top-header {
		position: fixed;
	}
}


/* =Menu collapsible on mobile
------------------------------------------------------- */
header .et_builder_inner_content {
    z-index: 200;
}
#page-container .mobile_nav li ul.hide {
    visibility: hidden;
	height: 0px;
	overflow: hidden;
}
#page-container .mobile_nav li ul.hide li a {
	color: transparent!important;
	margin-left: -10px;
}

#page-container .mobile_nav .menu-item-has-children {
    position: relative;
}
#page-container .mobile_nav .menu-item-has-children > a {
    background: transparent;
}

#page-container .mobile_nav .menu-item-has-children > a + span {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    z-index: 3;
}

#page-container span.menu-closed:before {
    content: "\4c";
    display: block;
    font-size: 16px;
    font-family: ETmodules;
}

#page-container span.menu-closed.menu-open:before {
    content: "\4d";
}

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


/* = Menu styling
------------------------------------------------------- */
.nav li ul { width: auto!important;}
.nav li li { padding: 0 0!important; }
.nav li li a { line-height: 1.6em!important; font-weight: normal!important; font-size: 0.9em!important; }
.nav li li:hover a { color: #d62b25!important; }
.nav li ul { padding: 5px 0; }
.nav li ul .menu-item-has-children>a:first-child:after { transform: rotate(-90deg); }
.nav li li ul { left: 200px; top: 0; }



/* = CTA TABS
------------------------------------------------------- */
ul.ctatabs {
	position: fixed;
	right: 0px;
	top: 40%;
	z-index: 1000;
	-ms-transform: translate(0%, -50%); /* IE 9 */
	-webkit-transform: translate(0%, -50%); /* Safari */
	transform: translate(0%, -50%);
}

ul.ctatabs li:before { display: none; }
ul.ctatabs li {
    list-style: none;
    margin-left: 0;
    padding-left: 0!important;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-box-shadow: 0 8px 46px 0 rgb(0 0 0 / 15%);
	box-shadow: 0 8px 46px 0 rgb(0 0 0 / 15%);
}

ul.ctatabs li a {
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -9000px;
	background-image: url('images/dark-contacttabs-gray.jpg');
	background-image: url('images/contacttabs.jpg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #414141;
}  

ul.ctatabs li:hover {
	margin-left: -3px;
}  

ul.ctatabs li.bellentab a { z-index: 9001; background-position: 50% 0; background-color: #e10000; }
ul.ctatabs li.emailtab a { z-index: 9002; background-position: 50% -50px; background-color: #4caae0; }
ul.ctatabs li.facebooktab a { z-index: 9003; background-position: 50% -100px; background-color: #3f5898; }
ul.ctatabs li.whatsapptab a { z-index: 9010; background-position: 50% -150px; background-color: #53be18; }
ul.ctatabs li.instagramtab a { z-index: 9004; background-position: 50% -200px; background-color: #a03697; }
ul.ctatabs li.twittertab a { z-index: 9005;  background-position: 50% -250px; background-color: #000000; }
ul.ctatabs li.youtubetab a { z-index: 9006;  background-position: 50% -300px; background-color: #ff0101; }
ul.ctatabs li.linkedintab a { z-index: 9007;  background-position: 50% -350px; background-color: #0b66c3; }


@media screen and (max-width: 820px) {
	ul.ctatabs {
		top: 100%;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 50px;
		font-size: 0;
		-ms-transform: translate(0%, -100%); /* IE 9 */
		-webkit-transform: translate(0%, 100%); /* Safari */
		transform: translate(0%, -100%);
		display: flex;
	}
		  
	ul.ctatabs li {
		display: inline-block;
		text-align: center;
		flex: 1 0;
    }

    ul.ctatabs li:hover {
		margin-left: 0px;
    }

    ul.ctatabs li a {
		display: block;
		width: 100%;
		height: 50px;
    }
	
	#footer-bottom { padding-bottom: 45px; }
}



/* = CUSTOM COLUMN SIZES
------------------------------------------------------- */
/* 2 Columns Mobile */
@media all and (max-width: 767px) {
	.two-col-mob .et_pb_column { width:47.25% !important; }
	.two-col-mob .et_pb_column:nth-last-child(-n+2) { margin-bottom:0; }
	.two-col-mob .et_pb_column:not(:nth-child(2n)) { margin-right:5.5% !important; }
}
/* 3 Columns Mobile */
@media all and (max-width: 767px) {
	.three-col-mob .et_pb_column { width:29.6667% !important; }
	.three-col-mob .et_pb_column:nth-last-child(-n+3) { margin-bottom:0; }
	.three-col-mob .et_pb_column:not(:nth-child(3n)) { margin-right:5.5% !important; }
}
/* 4 Columns Mobile */
@media all and (max-width: 767px) {
	.four-col-mob .et_pb_column { width:20.875% !important; }
	.four-col-mob .et_pb_column:nth-last-child(-n+4) { margin-bottom:0; }
	.four-col-mob .et_pb_column:not(:nth-child(4n)) { margin-right:5.5% !important; }
}
/* 5 Columns Mobile */
@media all and (max-width: 767px) {
	.five-col-mob .et_pb_column { width:15.6% !important; }
	.five-col-mob .et_pb_column:nth-last-child(-n+5) { margin-bottom:0; }
	.five-col-mob .et_pb_column:not(:nth-child(5n)) { margin-right:5.5% !important; }
}
/* 6 Columns Mobile */
@media all and (max-width: 767px) {
	.six-col-mob .et_pb_column { width:12.083% !important; }
	.six-col-mob .et_pb_column:nth-last-child(-n+6) { margin-bottom:0; }
	.six-col-mob .et_pb_column:not(:nth-child(6n)) { margin-right:5.5% !important; }
}

/* 1 Column Tablet */
@media all and (min-width: 768px) and (max-width: 980px) {
	.one-col-tab .et_pb_column { margin-right:0 !important; width:100% !important; }
	.one-col-tab .et_pb_column:not(:last-child) { margin-bottom:30px !important; }
}
/* 2 Columns Tablet */
@media all and (min-width: 768px) and (max-width: 980px) {
	.two-col-tab .et_pb_column { width:47.25% !important; }
	.two-col-tab .et_pb_column:nth-last-child(-n+2) { margin-bottom:0; }
	.two-col-tab .et_pb_column:not(:nth-child(2n)) { margin-right:5.5% !important; }
}
/* 3 Columns Tablet */
@media all and (min-width: 768px) and (max-width: 980px) {
	.three-col-tab .et_pb_column { width:29.6667% !important; }
	.three-col-tab .et_pb_column:nth-last-child(-n+3) { margin-bottom:0; }
	.three-col-tab .et_pb_column:not(:nth-child(3n)) { margin-right:5.5% !important; }
}
/* 4 Columns Tablet */
@media all and (min-width: 768px) and (max-width: 980px) {
	.four-col-tab .et_pb_column { width:20.875% !important; }
	.four-col-tab .et_pb_column:nth-last-child(-n+4) { margin-bottom:0; }
	.four-col-tab .et_pb_column:not(:nth-child(4n)) { margin-right:5.5% !important; }
}
/* 5 Columns Tablet */
@media all and (min-width: 768px) and (max-width: 980px) {
	.five-col-tab .et_pb_column { width:15.6% !important; }
	.five-col-mob .et_pb_column:nth-last-child(-n+5) { margin-bottom:0; }
	.five-col-tab .et_pb_column:not(:nth-child(5n)) { margin-right:5.5% !important; }
}
/* 6 Columns Tablet */
@media all and (min-width: 768px) and (max-width: 980px) {
	.six-col-tab .et_pb_column { width:12.083% !important; }
	.six-col-tab .et_pb_column:nth-last-child(-n+6) { margin-bottom:0; }
	.six-col-tab .et_pb_column:not(:nth-child(6n)) { margin-right:5.5% !important; }
}


/* KLANT SPECIFIEK */
/*------------------------------------------------------- */

/* center BG video */
.et_pb_section_video_bg {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
}


/* AUTOCOMMERCE */
/*------------------------------------------------------- */
:root {
	--ACmaincolor:	#d62b25!important; /* color accent */
	--ACimgpadding: 65%;	 /* Business & Pro position */	
	--ACoverlay:	#fafafa!important;
}

#asac-container.pro-alt #ACvehicles .ACvoertuig .ACmerkmodel,
#asac-container.pro-alt #ACvehicles .ACvoertuig .ACprijs {
	-webkit-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    box-shadow: none;
}

#asac-container.pro-alt #ACvehicles .ACvoertuig .ACfotoContainer {
	-webkit-box-shadow: 0 0 8px 0 #cccccc;
    -webkit-box-shadow: 0 0 8px 0 var(--ACshade);
    box-shadow: 0 0 8px 0 #cccccc;
    box-shadow: 0 0 8px 0 var(--ACshade);
}

#carslider { margin-bottom: 0;  }
#carslider h2 { display: none; }

.AutoCommerceAvdwWidget { text-align: center; }
.AutoCommerceAvdwWidget ul { padding: 0 0 1.6em 0; }

/***** ***** ***** AVDWSCROLLLER ***** ***** *****/

/* = scroller  = */	
#scroller { margin: 20px 1%; }


.jcarousel-wrapper {
    position: relative;
	padding: 0;
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 0;
}

/** Carousel **/
.jcarousel {
    position: relative;
    overflow: hidden;
	}

.jcarousel ul {
    width: auto;
    position: relative;
    margin-left: 0px; 
    padding-left: 0px; 
	white-space: nowrap;
}

	.jcarousel ul li {         
		margin-left: 0px; 
  		list-style: none; 
  		display: inline-block;
		vertical-align: middle;
  		width: 1px;
  		width: 24.5%;
  		margin: 0% 0.3%;
		margin-top: 15px;
		margin-bottom: 15px;
  		overflow: hidden;
  		padding: 0px;
  		padding-left: 0px;
  		box-sizing: border-box;
  		-webkit-transition: all 300ms ease-in-out;
  		-moz-transition: all 300ms ease-in-out;
  		-ms-transition: all 300ms ease-in-out;
  		-o-transition: all 300ms ease-in-out;
  		transition: all 300ms ease-in-out;
  		font-size: 0;
		background: #000000;
		-webkit-box-shadow: 1px 1px 6px 0 #111111;
		box-shadow: 1px 1px 6px 0 #111111;
		border-radius: 14px;
		}

		
.jcarousel ul li:hover {
  margin-top: 0px;
  margin-bottom: 0px;
  cursor: pointer;
}

	.jcarousel ul li,
	.jcarousel ul li a { 
		text-decoration: none;
		}
		
	#autoscroller a:hover { 
		text-decoration: none;
		}
	
	.jcarousel ul li .avdwfoto {
  		 display: block; 
  		 width: 100%; 
  		 /*height: auto!important; */
		 height: 190px!important;
  		 max-height: 190px!important; 
  		 overflow: hidden; 
  		 margin-right: 0px; 
  		 margin-left: 0px; 
  		 box-sizing: border-box;
		 position: relative;
	}
	
	.jcarousel ul li .avdwfoto img {
  		 width: auto!important;
		 min-width: 100%!important;
  		 max-width: 100%!important;
		 height: auto!important;  
		 /*min-height: 100%!important; */
		 max-height: none!important; 
  		 margin-top: 0px; 
		 position: absolute;
		 top: 50%; left: 50%;
		 -webkit-transform: translate(-50%, -50%);
    	 -ms-transform: translate(-50%, -50%);
    	 transform: translate(-50%, -50%);
	}
	
	.jcarousel ul li .avdwgegevens {
  		 display: block; 
		 position: relative;
		 float: left;
  		 text-align: left; 
  		 width: 100%; 
		 font-family: var(--ACfontfamily)!important;
		 font-size: 14px;
		 padding: 0px 10px;
	}
	
	.jcarousel ul li .avdwmerkmodel {
		display: block; width: 100%; 
		overflow: hidden;  white-space: nowrap; 
		text-overflow: ellipsis; font-size: 16px;
		}
		 
	.jcarousel ul li .avdwmerkmodel strong {
  		 font-size: 1em; 
  		 display: block; 
  		 max-width: 100%;
  		 white-space: nowrap; 
  		 overflow: hidden;
  		 text-overflow: ellipsis;
  		 padding: 0px 4px; 
  		 margin-top: 0.8em;
  		 margin-bottom: 0;
  		 color: #ffffff!important; 
		 text-transform: uppercase;    
		font-family: 'ABeeZee', Helvetica, Arial, Lucida, sans-serif
		}
	
	.jcarousel ul li .avdwuitvoering {
  		 display: block; 
  		 max-width: 100%; 
  		 white-space: normal; 
  		 overflow: hidden;
  		 text-overflow: ellipsis;
  		 padding: 0px 4px;
		 font-size: 14px;
		 color: #ffffff;
		/*height: 50px;*/
		}

.jcarousel ul li .avdwuitvoering em {
  		 font-size: 0.9em; 
  		 line-height: 1.8em; 
  		 font-style: normal;
  		}

	.jcarousel ul li .avdwbouwjaar,
	.jcarousel ul li .avdwbrandstof,
	.jcarousel ul li .avdwkmstand	{
  		 display: inline-block;
		 width: 30%;
	     padding: 0px 1%;
		 margin-top: 0px;
		 margin-left: 4px;
		 margin-bottom: 0px;
		 margin-right: 4px;
		 overflow: hidden;
		 opacity: 0;
		 border-radius: 5px;
		 color: #ffffff;
		 font-size: 12px;
		 -webkit-transition: all 300ms ease-in-out;
  		 -moz-transition: all 300ms ease-in-out;
  		 -ms-transition: all 300ms ease-in-out;
  		 -o-transition: all 300ms ease-in-out;
  		 transition: all 300ms ease-in-out;
  		}

	.jcarousel ul li:hover .avdwbouwjaar,
	.jcarousel ul li:hover .avdwbrandstof,	
	.jcarousel ul li:hover .avdwkmstand	{
		padding: 4px 1%;
		margin-top: 10px;
		margin-bottom: 12px;
		opacity: 1;
  		}
	
	.jcarousel ul li hr { 
		opacity: 0;
		border: none;
		border-collapse: collapse;
		margin-top: 10px; 
		margin-bottom: -10px;
		border-bottom: 1px solid #333333;
		-webkit-transition: all 300ms ease-in-out;
  		 -moz-transition: all 300ms ease-in-out;
  		 -ms-transition: all 300ms ease-in-out;
  		 -o-transition: all 300ms ease-in-out;
  		 transition: all 300ms ease-in-out;
	}

	.jcarousel ul li:hover hr { opacity: 1; }


	.jcarousel ul li .detail {
  		 display: none
  		}
	
	.jcarousel ul li .detaildata {
  		 display: none
  		}

	
	.jcarousel ul li .avdwprijs strong {
  		 display: block; 
  		 max-width: 100%; 
  		 white-space: nowrap; 
  		 overflow: hidden; 
  		 text-overflow: ellipsis;
  		 padding: 0.4em 4px; 
  		 margin-top: 0em; 
  		 margin-bottom: 0;
  		 font-size: 1.6em;
		 color: #FD9430;
		 font-weight: 700;
  		}
		
	.jcarousel ul li .avdwprijs em  {
  		 font-style: normal; 
  		}

	.jcarousel ul li .avdwprijs .prijslabel  {
  		 display: none 
  		}

.jcarousel ul li a.avdwbekijklink { 
	position: absolute;
	right: 20px; bottom: 5px;
	font-size: 16px;
	color: #ffffff!important;
	opacity: 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
  	-ms-transition: all 300ms ease-in-out;
  	-o-transition: all 300ms ease-in-out;
  	transition: all 300ms ease-in-out;
}

.jcarousel ul li a.avdwbekijklink:after {
    display: inline-block;
    padding-left: 5px;
	padding-top: 5px;
    content: '\00BB';
    font-size: 1.4em;
	color: #FD9430;
}


.jcarousel ul li:hover a.avdwbekijklink { opacity: 1; }

/** Carousel Controls **/
a.jcarousel-control-prev, a.jcarousel-control-next {
    font-size: 0;
    line-height: 0;
	position: relative;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	text-align:center!important;
	width: 35px;
	top: -190px
}

a.jcarousel-control-prev { float: left; margin-left: -45px; }
a.jcarousel-control-next { float: right; margin-right: -42px;}


a.jcarousel-control-prev:before, a.jcarousel-control-next:before {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: .55!important;
  line-height: 0px!important;
  z-index: 500;
  position: relative;
  color: #686868;
}

a.jcarousel-control-prev:hover:before, a.jcarousel-control-next:hover:before {
  opacity: 1!important;
  color: #ffffff!important;
 }
 
a.jcarousel-control-prev:before {
  content: '\2329'!important;
  font-size: 3rem!important;
}

a.jcarousel-control-next:before  {
  content: '\232A'!important;
  font-size: 3rem!important;
}


@media screen and (max-width: 820px) {
	.jcarousel ul li { width: 33.5%; }
	a.jcarousel-control-prev { float: left; margin-left: -50px; }
	a.jcarousel-control-next { float: right; margin-right: -50px;}
	.jcarousel ul li .avdwfoto {
  		 height: 160px!important;
  		 max-height: 160px!important; 
	}
}


@media screen and (max-width: 480px) {
	.jcarousel ul li { width: 86%!important; margin-left: 8%; margin-right: 12%; }
	a.jcarousel-control-prev { margin-left: -20px; }
	a.jcarousel-control-next { margin-right: -20px; }
	.jcarousel ul li .avdwfoto {
  		 height: 190px!important;
  		 max-height: 190px!important; 
	}
	.jcarousel ul li .avdwuitvoering { white-space: nowrap; }
	.jcarousel ul li .avdwprijs strong { padding: 0 0;  font-size: 1.2em!important;}
	.jcarousel ul li .avdwprijs { margin-top: 0; margin-bottom: 0; }
}

	


/* VDP STICKY FIX */
#page-container { overflow-y: visible!important; }
body.logged-in #page-container { overflow-y: hidden!important; }

