body{
  font-family: 'Raleway', sans-serif;
}

.fa-facebook-f, .fa-instagram{
color:#000;
}

.form-contatti input{
border: 1px solid rgb(0,0,0,0.1);
    margin-top: 10px;
    border-radius: 8px;
    padding: 4px 0px;
    max-width: 100%;
}

.form-contatti textarea{
border: 1px solid rgb(0,0,0,0.1);
    margin-top: 10px;
    border-radius: 8px;
    padding: 4px 0px;
    max-width: 100%;
}

.form-contatti label{
max-width: 100%;
}

.form-contatti .wpcf7-submit{
    background: #000 !important;
    color: #fff;
    border-radius: 80px;
    border: none;
    padding: 0.5rem 2rem;
}

.title01{
  font-size: 20px;
  font-weight: bold;
}

.title02{
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin: 0;
}

.title03{
  line-height: 1.5rem;
  margin-top: 14px;
}

.title04{
  padding: 5rem 0rem;
}

.text-lover-001{
  width: 50%;
  margin-top: -10rem;
}

.text-lover-002{
  width: 70%;
}

.text-lover-003{
  width: 70%;
}

.mt-10{
  margin-top: 10rem;
}

.mb-10{
  margin-bottom: 10rem;
}

.box-icona i {
  font-size: 3rem;
}

.box-text-width {
  width: 50%;
}

.bg-writeme {
  background-color: #F7F8FB;
}

.wpcf7-spinner{
display:none;
}

@media (min-width: 760px) {
  .mt-desk-m10{
      margin-top: 10rem !important;
  }
  .padding-desk-7{
      padding: 7rem;
  }
  .bg-image001{
      background-image: url(./img/anello_mano_dettaglio.jpg);
      background-size: cover;
  }
  .mt-trovanegozio{
      margin-top: 20rem;
  }

}

@media (max-width: 980px) {
  .navbar-light .navbar-nav .nav-link {
    text-align: center;
    background: #F7F8FB;
    margin: 0.2rem;
    padding: 1rem 1rem;
    font-weight: bold;
    color: #000 !important;
  }
  .social{
    text-align: center;
    background: #F7F8FB;
    margin: 0.2rem;
    padding: 1rem 1rem;
    font-weight: bold;
    color: #000 !important;
    margin-left: 0px !important;
  }
}

@media (max-width: 760px) {
  .mobile-text001{
      width: 70%;
      margin-top: -4rem;
  }
  .mobile-mt001{
      margin-top: 3rem;

  }
  .mobile-mt002{
      margin-top: 5rem;

  }
  .mobile-mb002{
      margin-bottom: 3rem;
  }
  .mobile-text-center{
      text-align: center;
  }
  .mobile-text-w001{
      width: 80%;
  }
  .mobile-bg{
      background-position: center !important;
  }
  .justify-content-mobile{
      justify-content: center;        
  }
  .bg-image-mobile001{
      background-image: url(./img/anello_mano_dettaglio_mobile.jpg);
      background-size: cover;
  }
  .mt-trovanegozio-mobile{
      margin-top: 5rem;
  }
}