/* .sfondo-provvisorio{
  height:100px;
  background-color:black;
  width:100%;
} */
#top-menu li a {
  color:black ;
}
#main-header{
  background-color:white;
}
.intestazione-pagina{
  padding-top:0px;
}
.prima-sezione{
  width:100%;
  display:flex;
  justify-content:center;
  align-items: center;
  flex-direction:column
}
.immagine-famiglia{
  height:600px;
  width:100%;
  /* background-image: url('/wp-content/uploads/2019/06/disegno-legno.jpg'); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position:center;
  /* background-attachment: fixed; */
}
@media screen and (max-width: 1024px){
  .immagine-famiglia {
    height: 500px;
  }
}
@media screen and (max-width: 768px){
  .immagine-famiglia {
      height: 400px;
  }
}
.nome-famiglia{
  width: 100%;
  background-color: white;
  display: flex;
  justify-content: center;
  color: black;
  font-size: 28px;
  padding-top: 40px;
  padding-bottom: 24px;
  font-weight: bold;
}

.descrizioni{
  text-align: center;
}
.dati-pagina{
  padding-top:50px;
  padding-bottom:50px;
}

.lista-categorie{
  padding-bottom:150px;
}
.box-categoria{
  padding-bottom:20px;
}
.titolo-nostri-prodotti{
  text-align:center;
  font-size:36px;
  padding-top:60px;
  color:black;
  font-weight:bold;
}
.singola-categoria{
  padding-top:30px;
}
.immagine-categoria {
    min-height: 142px;
}
.immagine-categoria{
  transition:transform 300ms ease 0ms,transform 300ms ease 0ms,transform 300ms ease 0ms,transform 300ms ease 0ms,transform 300ms ease 0ms,box-shadow 300ms ease 0ms,box-shadow 300ms ease 0ms
}
.immagine-categoria:hover{
  transform: scaleX(1.04) scaleY(1.04);
}
@media only screen and (max-width: 767px) {
  .immagine-categoria {
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .nome-categoria{
    text-align:center;
  }
}
.singola-categoria a:hover{
  text-decoration:none;
}
.nome-categoria{
  color:black;
  font-size:18px;
  padding-top:8px;
}
#top-menu li.current-menu-ancestor>a {
  color:black;
}
