/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 10 2021 | 23:36:52 */
.header-wrapper .site-title{
  max-width: 170px;
  width: 170px;
  display: inline-block;
  position: relative;
  display: none;
}
.header-wrapper .site-title a .fa-caret-down{
  margin-left: 8px;
  font-size: 20px;
}
.header-wrapper .site-title a{
  position: absolute;
  top: -34px;
  outline: none !important;
  width: 100%;
  font-weight: 500 !important;
  font-size: 25px;
  left: 18px;
}
body.home
.header-wrapper .site-title a{
  top: -27px;
  font-weight: 500 !important;
}
@media screen and (max-width: 767px){
  .header-wrapper .site-title,
  .header-wrapper .site-title a{
    max-width: none;
    width: 100%;
    left: 0;
    margin-top: 14px;
    font-size: 18px;
	  margin-left: 10px;
  }
}

.redazioni {
  display: block;
    margin-left: 173px !important;
    position: absolute;
    z-index: 100000;
    background: white;
    box-shadow: 8px 8px 10px rgba(0,0,0,0.5);
    width: 170px;
}
@media screen and (max-width: 767px){
  .redazioni {
    margin-left: -74px !important;
    left: 50%;
  }
}

.header-wrapper .redazioni li a{
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 1.4;
    color: #333;
    white-space: nowrap;
    text-align: left;
}
.header-wrapper .redazioni li a:hover{
  background: #EEE;
  color: #333 !important;
}
.header-wrapper .redazioni li a:focus{
  outline: none !important;
}


#menu-redazioni a{
  font-weight: normal !important;
}
#menu-redazioni a.altrecitta{
  font-weight: normal !important;
  padding-left: 43px;
}
#menu-redazioni a .fa{
    padding-right: 4px;
    color: #999;
}