/* Enter Your Custom CSS Here */
/*BARRA INIZIALE OPACA 22112019 NON VA SU CELL*/
/*
.site-header.has-header:not(.header-scrolled) { background-color:rgba(32,37,41,0.2)}

.site-header.has-video:not(.header-scrolled) { background-color:rgba(32,37,41,0.2)}*/

/* SOLO SU ANCHOR
.site-header.has-header:not(.header-scrolled) .menu-item > a { background-color:rgba(32,37,41,0.3)} */

.header-image::after {
    /*background-color: rgba(37,46,53,0.6) !important;*/
    background-color: rgba(37,46,53,0.1) !important;
}
.site-copyright{
  display:none;
  visibility:hidden;
}
/* a non serve. E' gestito dai colori del tema */
/*a{
  color:#dd0c2b;
}*/
a:hover{
  color:#daa520;
}

.widget-area .widget a,
.entry-meta a,
.entry-footer a,
.entry-title a{
	color:#dd0c2b;
	text-decoration: none;
}
.widget-area .widget a:hover,
.entry-meta a:hover,
.entry-footer a:hover,
.entry-title a:hover {
	color:#daa520;
	text-decoration: underline;
}

.custom-logo-link img.custom-logo {
  	height:114px;
    width:300px;
    max-height: unset;
}
