/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/


/* General Custom CSS */

.solomobile {
    display: none;
}

.solodesktop {
    display: block;
}

/* font menu main */
.av-main-nav > li > a {
    padding: 9px 8px 9px 8px;
    font-size: 15px;
    font-weight: 600;
	letter-spacing: -0.5px;
	text-transform: uppercase;
}

.av_seperator_small_border .av-main-nav > li > a > .avia-menu-text {
	border-left-style: none;
    border-left-width: 0px;
}



.logo img {
	margin-left: -10px;
}


/* logotipi home */
.brandhome .no_margin.av_one_eighth {
	/*width: 10.0% !important;
	height: auto;*/
}

.brandhome img {
	width: 120px !important;
	height: auto;
}

/* tabella indirizzo footer */

.tabellacontatti tr {
   background: none !important;
}
.footer_color .tabellacontatti  {
   background-color: inherit !important;
   width: 66%;
   margin: 0 auto;
}

.tabellacontatti td {
   border-top: 0px !important;
   border-left: 0px !important;
   border-right: 0px !important;
   border-bottom: 1px solid #7d7d7b !important;
   padding: 10px 10px 5px 0px !important;
}

.tabellacontatti h5 {
   padding: 0px 0px 5px 0px !important;
}

/* bordo superiore giallo footer */

.footer_color {   border: 6px solid #fff !important;
   border-top: 0px !important;
   border-left: 0px !important;
   border-right: 0px !important;
   border-bottom: 0px !important;
}


/* bordo inferiore giallo slider */

.avia-fullwidth-slider {
   border-bottom: 6px solid #fff !important;
   border-left: 0px !important;
   border-right: 0px !important;
   border-top: 0px !important;
}

/* elimino bordini grigi fastidiosi dopo lo slider */

div[id^="after_full_slider"] {
   border: 0px !important;
}

/* widget nella top bar */

#header .widget {
  position: absolute;
  top: -25px;
  left: 85%;
  z-index: 999;
  
  transform: translate(-85%);
  
  
    padding: 0px;
	margin: 0px;
}
#header .widget p {
    padding: 0px;
	margin: 0px;
}

#header_meta {
z-index: 1;
}


/* telefono ed email top bar */
.phone-info /*with_nav*/ {
    padding: 0px;
	margin: 0px;
    font-size: 15px;
	line-height: 30px;
    font-weight: 400;
}

.phone-info .infotop /*with_nav*/ {
    padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #7d7d7b;
}



.phone-info .minicone {
    margin-right: 15px;
	font-size: 17px;
}


/* sfondo modulo sinistro */
.modulosinistro  {
	min-height: 150px !important;
}


/* modifiche stile principale */
h2 {
    text-transform: none !important;
    letter-spacing: 0px !important;
	font-weight: 400 !important;
	line-height: 1.0em !important;
}


/* modifiche stile slider principale */
.slider-principale h2 {
    font-style: italic !important;
	font-weight: 400 !important;
}

.slider-principale .container.caption_container {
	max-width: 100%;
}

.slider-principale .slideshow_caption {
    width: auto;
    bottom: 0;
    top: auto;
    height: 100%;
    padding: 50px;
}



/* 3 blocchi di testo home */
.bloccohome hr {
    border: solid #fbba00;
    border-width: 3px 0 0;
    clear: both;
	width: 25%;
    margin: 22px auto 20px auto;
    height: 0;
}


/* 3 blocchi di testo interni */
.bloccointerno hr {
    border: solid #c00418;
    border-width: 3px 0 0;
    clear: both;
	width: 25%;
    margin: 22px auto 20px auto;
    height: 0;
}



/* gestionale auto */

.gestionaleauto-search-container {
    width: 100%;
    height: auto;
    background: none;
    text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 60px 0px;
	}
	
.gestionaleauto-search-container:after {
	content:"";
	display:block;
	clear:both;
	}

/* contenitori esterni */
#gestionaleauto-search-form > .gestionaleauto-50:nth-of-type(1) {
	width: 66%;
	padding: 0px 10px 0px 0px;
	}
#gestionaleauto-search-form > .gestionaleauto-50:nth-of-type(2) {
	width: 34%;
	padding: 0px 0px 0px 10px;
	}	

/* contenitori interni */
.gestionaleauto-search-boxes > .gestionaleauto-50 {
	float: left;
	}
	
.gestionaleauto-search-boxes {
	width: 100%;
	padding: 10px 0px 10px 10px;
	background: rgba(237,237,237,1);
	background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(53%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );	
	}
	
.gestionaleauto-search-boxes p {
	display: none;
	}
	
.gestionaleauto-search-boxes br {
	display: none;
	}	
	
.gestionaleauto-search-combo, .gestionaleauto-search-combo-full {
	width: 67% !important;
	-webkit-appearance: none;
    border: 1px solid #e1e1e1;
    padding: 0px 0px;
    outline: none;
    font: 1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    width: 100%;
    display: block;
    margin-bottom: 0px !important;
	margin:  0px 0px 8px 0px !important;
    background: #fff;
    border-radius: 0px;
	}
	

.gestionaleauto-order-text, .gestionaleauto-search-text {
	width: 100%;
	font-size: 15px;
    font-weight: 600;
	letter-spacing: -0.5px;
    text-transform: uppercase;
	padding: 0px 0px 3px 0px;
	text-align: left;
	color: #808080;
	border-bottom: 3px solid #fbba00 !important; 
	}

	
/* lista veicoli */

.gestionaleauto-car-container {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 25px 20px 20px 20px;
	border-bottom: 3px solid #fbba00 !important;
	display:block;
	clear:both;	
	}
	
.gestionaleauto-car-container:after {
	content:"";
	display:block;
	clear:both;
	}
	
.gestionaleauto-car-container.gestionaleauto-odd, .gestionaleauto-car-container.gestionaleauto-even  {	
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
	}
	
.gestionaleauto-photo-container {
    width: 33%;
    margin: 0px 0px 0px 0px;
    float: right;
    padding: 0px 0px 0px 20px;
	}
	
.gestionaleauto-photo-container img {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	}

.gestionaleauto-photo-container .image-overlay-inside, .gestionaleauto-photo-container .image-overlay.overlay-type-extern {
	/*display: none !important;*/
}	

.gestionaleauto-photo-container .overlay-type-extern {
	top: 0px !important;
}

	
.gestionaleauto-optionals-container {
    /*float: left;*/
	}	
	
.gestionaleauto-clear {
	clear: left;
	}

.gestionaleauto-car-container .gestionaleauto-header-container {
    width: 67%;
    margin: 0px 0px 0px 0px;
    font-weight: 400;
	font-size: 21px;
	font-family: 'EB Garamond', georgia, serif;
	letter-spacing: -0.5px;
    float: left;
	}

	
.gestionaleauto-header-model {
    padding: 0px 0px 15px 0px;
    text-align: left;
	}	

.gestionaleauto-header-model a:link, .gestionaleauto-header-model a:visited {
    color: #606060;
	}
.gestionaleauto-header-model a:hover {
    color: #c00417;
	text-decoration: none;
	}	
	
.gestionaleauto-details-container {
    float: left;
    margin: 0px 0px 0px 0px;
    width: 66%;
	}	


.gestionaleauto-details-header {
    margin: 0px 20px 0px 20px;
	width: auto;
	}
	
/* scheda interna */	


.page-id-3413 .entry-content-wrapper h1 {
    text-transform: none;
    width: 100%;
    margin: 0px 0px 35px 0px;
    font-weight: 400;
	font-size: 24px;
	letter-spacing: -0.5px;
    float: left;
	border-bottom: 3px solid #fbba00 !important;
}


.gestionaleauto-photo-container-detail {
    width: 50%;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 0px;		
	float: left;
}

.gestionaleauto-photo-container-detail > img {
    width: 100%;
}

.gestionaleauto-details-container-detail {
    width: 50%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;	
	float: right;
}

.gestionaleauto-row.gestionaleauto-even {
    background: #eeeeee;
	}
	
.gestionaleauto-scrollable {
    height: 120px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	}
	
.scrollable {
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    position: relative;
    overflow: hidden;
	width: 82%;
    height: 120px;
	}
	
.gestionaleauto-container-options h2, 
.gestionaleauto-description-container h2, 
.gestionaleauto-request-info-container h2 {
    text-transform: none;
    width: 100%;
    margin: 50px 0px 35px 0px;
    font-weight: 400;
	font-size: 24px;
	letter-spacing: -0.5px;
    float: left;
	border-bottom: 3px solid #fbba00 !important;
}

ul.gestionaleauto-33.optionals li {
    margin-bottom: 0px !important;
	padding: 0px 0px 0px 0px;
}

.gestionaleauto-33 {
    width: 25%;
}


.gestionaleauto-additional-info-form {
    width: 50%;
}


.formduecolonne form {
    margin-top: -10px !important;
}

.formduecolonne .form_element.form_element_half.modified_width {
    width: 25% !important;
	position: absolute;
	font-size: 22px;
	font-weight: bold !important;
	bottom: 28px;
	right: 10px;
}


.puntielenco {
	margin-bottom: 15px;
}

.container_wrap {
    border-top-width: 0px;
}


/* punti elenco cura auto */
.puntografico {
    background-image: url("http://www.nobileauto.it/wp-content/uploads/2016/05/punto_sfondo.png");
	background-repeat: no-repeat;
	background-origin: border-box;
	padding: 10px 0px 0px 150px;
	background-position: left center;
}

.puntograficobis {
	height: 120px !important;
	width: 50px !important;
}


/* link su numero telefonico */
.linktel .image-overlay {
display: none !important;
}

.linktel {
pointer-events: none !important;
cursor: default !important;
}




/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

  
	.puntograficobis {
		display:none !important;
	}
	
/* punti elenco cura auto */
.puntografico {
	padding: 10px 0px 0px 100px;
	background-position: -20px center;
} 	
	.puntografico {
		min-height: 120px !important;
		margin-bottom: 0px !important;
	}	
	
	.puntografico .avia_textblock  {
		margin-top: 20px !important;
	}
	
	
}



@media only screen and (max-width: 480px) {
  /* Add your Mobile Styles here */

.solomobile {
    display: block;
}

.solodesktop {
    display: none;
}
	
	
}





@media (max-width: 767px) {
.gestionaleauto-details-container .gestionaleauto-details-header {
margin-left: 0;
}

.gestionaleauto-photo-container {
float: left;
     width: 100%;
     padding-left: 0;
}
}
