/*
Theme Name: AS-Modena - Child
Theme URI: http://www.autosoft.eu
Template:     AS-Modena
Author: Autosoft automotive internet
Author URI: http://www.autosoft.eu/
Description: Modena CHILD Thema, ontworpen en ontwikkeld door Autosoft. Afgeleide van het Autosoft Modena thema voor klantspecifieke aanpassingen.
Version: 1.1.1
Text Domain: autosoft
*/

/****************************************************
 
	Code & CSS edits: Autosoft BV - www.autosoft.eu
	Copyright (c) Autosoft BV - All Rights Reserved
	 
****************************************************/

div[class^="amazingslider-nav-"] {display: none!important;}
div[class^="amazingslider-timer-"]  { background-color: #ede621!important; opacity:1!important; top: 0!important; bottom: auto!important;}
.desktopslider .widget { padding-bottom: 0!important; }

a#scroll-to-top {
    right: 10px;
    bottom: 60px;
	background: rgba(0, 0, 0, 0.75);
	}

ul.ctatabs li a { text-indent: -9000px; }	  
ul.ctatabs li.bellentab a { z-index: 9001; background: url('images/contacttabs.jpg') 50% 0 no-repeat #e10000; }
ul.ctatabs li.emailtab a { z-index: 9002; background: url('images/contacttabs.jpg') 50% -50px no-repeat #4caae0; }
ul.ctatabs li.facebooktab a { z-index: 9003; background: url('images/contacttabs.jpg') 50% -100px no-repeat #3f5898;}
ul.ctatabs li.instagramtab a { z-index: 9004; background: url('images/contacttabs.jpg') 50% -200px no-repeat #a03697;}
ul.ctatabs li.whatsapptab a { z-index: 9005; background: url('images/contacttabs.jpg') 50% -150px no-repeat #53be18;}

/* headersize fix vervolgpagina */
@media screen and (max-width: 480px) {
	.custom-header.mobile { height: auto!important; }
	/*.home .custom-logo-link { margin-top: 0; }*/
	#DivSiteBranding { bottom: -5px!important; }
}

.sliderbranding .site-branding { z-index: 99; }

@media screen and (max-width: 480px) {
	.page-template-page-slideshow .custom-header.mobile {
    	height: 20vh!important;
	}
}

.menu-up .main-navigation ul ul {
    bottom: 40px!important;
}
.menu-up .menu-item svg.icon {
    transform: rotate(180deg)!important;
    -ms-transform: rotate(180deg)!important;
    -webkit-transform: rotate(180deg)!important;     
}


.main-navigation li.current-menu-parent > a { color: #ffffff!important;}
.main-navigation li.current-page-ancestor > a { color: #ffffff!important;}

/* Klant overrides */
/*body.home.has-header-video .custom-header-media iframe { opacity: 0.35; }*/
#DivSiteBranding { bottom: -35px; }

/*body.home #DivSiteBranding { bottom: -75px; }*/

@media screen and (min-width: 48em) {
.custom-logo-link img, body.home.title-tagline-hidden.has-header-image .custom-logo-link img, 
	body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
    	max-width: 340px;
	}
}

.menu-hoofdmenu-container .menu-item svg.icon {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	opacity: 0.5;
  	filter: alpha(opacity=50);
}

.menu-hoofdmenu-container .menu-item:hover svg.icon {
    opacity: 1;
  	filter: alpha(opacity=100);
	color: #ede621;
}

.navigation-top {
    border-bottom: 1px solid #000000!important;
}

.autosoft-front-page article:not(.has-post-thumbnail):not(:first-child) {
    border-top: 1px solid #000000;
}

#colophon { 
	border-top: 1px solid #000000!important;
}

.site-footer { margin-top: 0; }

.textwidget .widget {
    padding-bottom: 0;
}

.site-footer .widget-area a.widget_sp_image-image-link {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.teammember {
    text-align: left;
	padding: 2.5%;
	margin-bottom: 2em;
	background: #222222;
}

.teammember img.post-thumbnail {
    border-radius: 0%;
    max-width: 100%;
}

.teammember:hover img.post-thumbnail {
    border: 2px solid #000000;
	cursor: default;
}

@media screen and (min-width: 48em) {
	.teammember { width: 33%; }	
}
@media screen and (max-width: 48em) {
    .teammember { width: 48.8%; }
}
@media screen and (max-width: 30em) {
    .teammember { width: 99.9%; }
}

table tbody tr {
        border-bottom: 1px solid #333333;
}

/* mobile images */
@media only screen and (max-width: 800px) {
.su-column img.alignleft, .su-column img.alignright, 
.su-column img.aligncenter, .su-column img.alignnone {
    float: none; margin: 0 auto;
	margin-bottom: 1em;
	display: block;
	}
}

@media only screen and (max-width: 480px) {
img.alignleft, img.alignright, 
img.aligncenter, img.alignnone {
    float: none; margin: 0 auto;
	margin-bottom: 1em;
	display: block;
	}
}

aside#secondary .widget.widget_sp_image a {
	-webkit-box-shadow: none!important;
    box-shadow: none!important;
}

/* Child page menu */

.widget.widget_recent_entries ul li a, .widget.widget_nav_menu ul li a, .widget.widget_children_pages ul li a {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.widget.widget_recent_entries ul li,
.widget.widget_nav_menu ul li,
.widget.widget_children_pages ul li {
    border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
    padding: 0.5em 0;
}
.widget.widget_recent_entries ul li:first-child,
.widget.widget_nav_menu ul li:first-child,
.widget.widget_children_pages ul li:first-child  {
	border-top: 1px solid #333333;
}

.widget.widget_recent_entries ul li a,
.widget.widget_nav_menu ul li a,
.widget.widget_children_pages ul li a{
	display: block;
	padding-left: 6px;
	-webkit-transition: all 150ms ease-in-out!important;
    -moz-transition: all 150ms ease-in-out!important;
    -ms-transition: all 150ms ease-in-out!important;
    -o-transition: all 150ms ease-in-out!important;
    transition: all 150ms ease-in-out!important;
}

.widget.widget_recent_entries ul li a:hover,
.widget.widget_nav_menu ul li a:hover,
.widget.widget_children_pages ul li a:hover { padding-left: 12px;}


#secondary .widget.widget_children_pages ul li.current_page_item a {
	font-weight: bold!important;
	color: #FFFFFF!important;
}


/* 4 columns ipad fix */
@media only screen and (min-width: 481px)and (max-width: 768px) {
	.su-column-size-1-4 {
    	width: 48%!important;
		margin: 0 0 0 4%!important;
		float: left!important;
	}
	.su-column-size-1-4:nth-of-type(1),
	.su-column-size-1-4:nth-of-type(3) {
		margin: 0 0 0 0!important;
	}
	.su-column-size-1-4:nth-of-type(1),
	.su-column-size-1-4:nth-of-type(2) {
		margin-bottom: 4%!important;
	}
}


/* disable COLORBOX button animations */
#colorbox button,
input[type="button"],
input[type="submit"] {
    -webkit-transition: background 0s;
    transition: background 0s;
}


/* BLACK *//* BLACK *//* BLACK */

.site-header { background-color: #111111; }

body.error404 .page-title { color: #ffffff; }

#autovandeweek span {
    color: white;
}

.site-info { opacity: 1 }
.site-info { color: #888888!important; }
.site-info a { color: #999999; }
.site-info a:hover { color: white!important; }

form.wpcf7-form input, form.wpcf7-form textarea, form.wpcf7-form select { background: #101010; color:#dadada; border: 1px solid #666666!important; }
form.wpcf7-form input:focus, form.wpcf7-form textarea:focus, form.wpcf7-form select:focus { background: #000000; border-left: 3px solid #ede621!important; }
.wpcf7-form button, .wpcf7-form input[type="button"], .wpcf7-form input[type="submit"] {
    background: #333333;
	padding: 0.5em 2em!important;
}

form.wpcf7-form input.wpcf7-submit:hover, form.wpcf7-form input.wpcf7-submit:focus {
    border-left: 0px solid #ede621!important;
	color: #000000!important;
	padding: 0.5em 2.5em!important;
}

::-webkit-input-placeholder { color: #666666; }
:-moz-placeholder { color: #666666; }
::-moz-placeholder { color: #666666; }
:-ms-input-placeholder { color: #666666; }

/* mobile menu fix black */
@media screen and (max-width: 30em) {
.main-navigation a, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle { color: #ffffff!important; }
.main-navigation ul.menu a { color: #333333!important; }
.main-navigation ul.menu li li a { background-color: #ffffff!important; color: #333333!important; }
.main-navigation ul.menu li a:hover { background-color: #ffffff!important; color: #333333!important; } 
.main-navigation ul.menu li a:active { background-color: #ffffff!important; color: #333333!important; }
	
	.main-navigation ul.menu li.current-menu-ancestor > a { background-color: #ffffff!important; color: #000000!important; }
	.main-navigation ul.menu li.current-menu-item a { background-color: #ffffff!important; color: #000000!important; font-weight: bold!important; }	
}

#main .entry-content .AutoCommerceAvdwWidget ul li {
    background: rgba(0,0,0,0.3);
	color: #ffffff!important;
	font-style: normal!important;
	height: auto!important;
	max-height: none!important;
	padding-bottom: 1em!important;
	margin-bottom: 1em!important;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

#main .entry-content .AutoCommerceAvdwWidget ul li .avdwmerkmodel {
	text-transform: uppercase;
}
#main .entry-content .AutoCommerceAvdwWidget ul li .avdwuitvoering {
	font-size: 0.9em; color: #aaaaaa;
}

#main .entry-content .AutoCommerceAvdwWidget ul li strong em {
	font-style: normal!important;
}

#main .entry-content .AutoCommerceAvdwWidget ul li a {
	-webkit-box-shadow: none!important;
    box-shadow: none!important;
}

#main .entry-content .AutoCommerceAvdwWidget ul li:hover {
	background: rgba(0,0,0,0.4);
	margin-top: -0.2em!important;
}

.AutoCommerceAvdwWidget ul li .avdwfoto { height: auto!important; }
.AutoCommerceAvdwWidget ul li .avdwfoto img { margin-top: 0!important; } 

/* homepage buttons */
.grey a img { 
	filter: grayscale(1);
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
.grey a:hover img { filter: grayscale(0); }

.entry-content strong,
footer .widget strong { color: #ffffff!important; font-weight: 500; }

/* Klantenvertellen */
#main .beoordelingen ul { padding-left: 0; }
.beoordelingen ul li { padding: 4% 4% 1% 4%; }
.beoordeling { background-color: #333333; }
.beoordelingTop { background-color: #000000; color: #ffffff; }
.beoordelingTop h2, .beoordelingTop h3 { color: #dadada; }
.beoordeling blockquote { color: #dadada!important; border-bottom: 2px solid #000000; margin-bottom: 1em; }
.holder a.jp-current, .holder a:hover { background: #000000 none repeat scroll 0 0 ; order: 1px solid #333333; }
.holder a { -webkit-box-shadow: none!important; box-shadow: none!important; }
.bronvermelding { color: #666666; margin-bottom: 2em; }

.beoordelingWidget span.KVtitle { color: #dadada; }
.beoordelingWidget span.cijfer { color: #ffffff; margin-top: -10px; margin-bottom: 0; }
.beoordelingWidget a { color: #ffffff; }
.beoordelingWidget a:hover { color: #dadada!important; }


/* search */
body.search h1.page-title { color: #ffffff;}
input[type="search"] { color: #000000!important; }

/*cookiebar*/
#catapult-cookie-bar a { display: inline-block; }

/* disable COLORBOX button animations */
#colorbox button,
input[type="button"],
input[type="submit"] {
    -webkit-transition: background 0s;
    transition: background 0s;
}


/* AUTOCOMMERCE FIXES */
#occasionlijstwrapper div.nav { display: none; }
#occasionlijstwrapper .sort { margin-bottom: 20px; margin-top: 20px; }

@media screen and (max-width: 480px) {
	#occasionlijstwrapper .sort { margin-top: 70px; }
}

.ACVDPshare a {
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
}


/* hide owl thumbs tablet and smaller */
@media screen and (max-width: 820px) {
	#asac-container #ACvehicle .owl-carousel .owl-thumbs { display: none!important; }
}

/* full width owl carousel on mobile */
@media screen and (max-width: 480px) {
	#asac-container #ACvehicle .ACVDPcarousel { 
		position: relative!important;
		padding: 0!important;
		width: 100vw!important; 
		left: 50%!important;
		-webkit-transform: translate(-50%, 0%)!important;
    	-ms-transform: translate(-50%, 0%)!important;
    	transform: translate(-50%, 0%)!important;
	}
	
	#asac-container .owl-stage-outer { 
		border-left: none!important;
		border-right: none!important;
	}
	
	#asac-container .owl-carousel .owl-item { width: 100vw!important;}
}
/****************************************************
 
	Code & CSS edits: Autosoft BV - www.autosoft.eu
	Copyright (c) Autosoft BV - All Rights Reserved
	 
****************************************************/
