/* Enter Your Custom CSS Here */
/*BARRA INIZIALE OPACA SOLO LARGE E SUPERIORI CON LINK SHADOW
@media screen and (min-width: 992px) {
	.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)}
}
.site-header.has-header:not(.header-scrolled) .menu-item > a { text-shadow: 0 0 3px #000000; }
.site-header.has-header:not(.header-scrolled) .menu-item > a:hover { text-shadow: 0 0 0 #000000; }
*/

.site-header.has-header:not(.header-scrolled) #primary-menu > .menu-item > a { color: #000000 !important; }

.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;
}
