/* sfondo top bar */

.top-navbar {
  font-size: 14px;
  font-weight: bold;
  
}

/* colore menu */

.main-navbar {
  border-top: 1px solid #00573f;
  border-bottom: 1px solid #00573f;
  background-color: #00573f;
  margin-bottom: 25px !important;
}


.main-navbar a {
  font-size: 21px;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff !important;
}

.navbar-wpz ul {
  background: #00573f;
  width: 220px;
  border: 1px solid #00573f;
  background: #00573f;
}


.slicknav_nav ul {
  background: #00573f !important;
 }
 
/* nascondi menu tasto ricerca */ 
.sb-search {
  
  display: none !important;
}


/* COLORE LINK  a */ 
.entry-content a {
  color: #00573f;
  font-weight: bold;
}