/**********************  GLOBALI  *************************/
/*#top-header .et-social-icons {
    line-height: inherit;
}*/
  
.widget_transposh > * {
    display: block;
}

@media only screen and ( min-width: 991px ) { 
	.widget_transposh > * {
	    float: left;
	}

	.trf {
		width: 32px !important;
		height: 24px;
	}

}

@media only screen and ( max-width: 991px ) { 
	.widget_transposh {
		text-align: center;
		float: initial;
	}

	.trf {
		width: 40px !important;
		height: 30px;
	}
}

.trf {
	margin: 0 4px 0 4px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	border-radius: 4px;
}

.widget_transposh #tr_credit {
    display: none;
}

/* Correzione logo centrato in linea Firefox  */
.et_header_style_split .centered-inline-logo-wrap {
    width: auto !important;
}


/**********************  SEZIONI  *************************/

/* Allineamento parallasse */
.au-bg-parallax-bottom .et_parallax_bg {
    background-position: bottom;
}
.au-bg-parallax-bottom-important .et_parallax_bg {
    background-position: bottom !important;
}

