/*
Theme Name: Silverage 
Description: Tema responsive per enfold child
Version: 1.0
Author: Stefano Morreale
Author URI: Ydeare
Template: enfold
*/



/*Add your own styles here:*/

/*GENERALI*/

/*FINE GENERALI*/


/* HEADER TESTATA */
.phone-info {
	line-height: 18px;
	font-size: 12px;
	padding: 5px 0;
}
#top #wrap_all .header_color .av-menu-button-colored:hover > a .avia-menu-text {
	color: #fff;
	opacity:0.8;
}
#top #wrap_all .header_color .av-menu-button-colored.current-menu-item > a .avia-menu-text {
	color: #fff;
	opacity:0.8;
	background-color:#00b4ea;
	border-color:#00b4ea;
}

/* FINE HEADER TESTATA */


/* PAGINA HOME */

/* FINE PAGINA HOME */


/*ICONE */
.av_icon_caption {
	font-size: 20px;
	text-transform: uppercase;
	line-height: 1.3em;
	margin-top: 10px;
	font-weight: 600;
}
.av_font_icon.av-icon-style-border .av-icon-char {
	border-width: 2px;
	padding: 25px;
}
/*FINE ICONE */

/* PAGINA STRUTTURA */
#form-struttura .button {
	/*background-color: #ec755c;*/
	font-family:'static', Helvetica, Arial, sans-serif;
	font-size:18px;
}
#form-struttura .button:hover {
	background-color: #00a5d7;
}
/* FINE PAGINA STRUTTURA */

/* FORM DI CONTATTO */
#top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area {
	padding: 8px 6px;
	border-radius: 0px;
}
.codedropz-upload-handler {
	border-color:#000!important;
}
/* FINE FORM DI CONTATTO */

/* FOOTER */
.avia-cookie-consent-button{
	font-size:12px!important;
}
/* FINE FOOTER */

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



/*
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: 989px) {
  /* Add your Mobile Styles here 989 */
}

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

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