
  body {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    overflow-x: hidden;
  }
  p {
    font-size: 14px;
	  font-style: normal;
	  font-weight: 400;
    letter-spacing: 0.5px;
  }
  p.small {
    font-size: 10px;
  }
  a,
  a:hover,
  a:focus,
  a:active,
  a.active {
    color: #F0F0F0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    text-transform: none;
    font-weight: 400;}


/* --------------------------------------- copertina e testo home -------------------------------*/
header {
  background: white;
}
/* Container holding the image and the text */
header .container {
  position: relative;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 0px;
}

header img {
  display: block;
  margin-top: 50px;
}
header .intro-text{
  position:relative;
  bottom: 170px;
  color: #333333;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 100;
  letter-spacing: 2px;
  display:inline;
  background-color:white;
}

/* --------------------------------------- menù -------------------------------*/
/* barra menù */
.navbar-custom {
  background-color: white;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  border: none;
}
/* menù sinistra */
.navbar-custom .navbar-brand {
  color: #333333;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 6px;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #333333;
}

/* menù destra */
.navbar-custom .navbar-nav {
  letter-spacing: 3px;
  font-size: 12px;
  font-weight: 600;
}
.navbar-custom .navbar-nav li a {
  color: #333333;
}
.navbar-custom .navbar-nav li a:hover {
  color: #F0F0F0;
}
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: #F0F0F0;
}
.navbar-custom .navbar-nav li.active a {
  color: #F0F0F0;
  background: white;
}
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
  color: #F0F0F0;
  background: white;
}
/* hamburger menù */
.navbar-custom .navbar-toggle {
  color: #333333;
  border-style: none;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #F0F0F0;
  color: white;
  border-color: #F0F0F0;
}


/* --------------------------------------- section -------------------------------*/
/* section sono varie sezioni di mio sito */
/* gli do spazio bianco tra una e l'altra */
section {
  padding: 40px 0;
}

/* titoli di sezioni */
section h3{
  margin-bottom: 60px;
  margin-top: -40px;
  color:#333333;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 500px;
}

/* --------------------------------------- portfolio -------------------------------*/
/* spazio tra cubetti lavoro di una riga e quella sotto */
#portfolio .portfolio-item {
  margin: 0 0 40px;
}

#portfolio .portfolio-item .portfolio-link {
  max-width: 500px;
}
/* colore quando passo su cubetti lavoro */
#portfolio .portfolio-item .portfolio-link .caption {
  background: rgba(240, 240, 240, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
/* altezza di cubetti lavori */
section#portfolio .portfolio-link {
  height: 180px;
  overflow: hidden;
  cursor: pointer;
}

section.type-section {
  background-size: contain;
}

#portfolio .grid-item {
  width: 45%;
}


/* --------------------------------------- modale -------------------------------*/
/* testi ad interno di modale del lavoro */
.portfolio-modal .modal-content {
  padding: 50px 0;
  text-align: left;
  color: #333333;
  font-weight: 100;
  font-size: 13px;
}
/* testo category */
.item-category {
  color:#333333;
  text-transform: uppercase;
}
/* x in alto per chiudere modale del lavoro */
.portfolio-modal .close-modal .lr {
  height: 30px;
  width: 2px;
  margin-left: 10px;
  background-color: #333333;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 30px;
  width: 2px;
  background-color: #333333;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}



/* --------------------------------------- servizi -------------------------------*/
/* gestione spazio con sezione scessiva */
section#servizi {
  padding-bottom: 160px;
}
/* testo servizi introduzione */
.servizi-intro h2 {
  margin-top: 10px;
  letter-spacing: 0.25px;
  line-height: 25px;
  color:#333333;
  font-size: 16px;
  font-weight: 100;
  text-transform: none;
}
.servizi-intro h3 {
  padding-top: 200px;
}

/* spazio tra testo titolo e parte contenuto servizi */
.servizi-item{
  padding-top: 20px;
}
/* colore testo servizi */
.servizi-item h4 {
  color:#333333;
  font-size: 18px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 2px;
  }
.servizi-item p {
  font-weight: 100;
  font-size: 13px;
  }
.servizi-item i {
  color:#333333;
  margin-top: 30px;
  margin-bottom: 10px;
  }



/* --------------------------------------- contatti -------------------------------*/
/* colore sfondo sezione contatti*/
section#contact {
  background-color: #F0F0F0;
}
/* sezione contatti colore testo invito contatto*/
.faq-text {
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 100;
  letter-spacing: 2px;
  display:inline;
  background-color:#333333;
}
/* sezione contatti colore testo riga email*/
.contact-text h2{
    padding-top: 40px;
    letter-spacing: 0.25px;
    line-height: 25px;
    color:#333333;
    font-size: 16px;
    font-weight: 100;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    color:#333333;
    font-size: 14px;
}


/* --------------------------------------- section mappa -------------------------------*/
section.success {
    background: none;
    color: #95989A;
}
/* gestione spazio con sezione scessiva */
section#mappa {
  padding-top: 20px;
}
/* spazio tra testo titolo e parte contenuto chi sono */
.mappa{
  padding-top: 30px;
  }

.text-indirizzo h4{
  padding-top: 30px;
  color:#333333;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 500px;
}


/* --------------------------------------- footer -------------------------------*/
  /* colore testo footer */
  footer {
    color: #333333;
    }
  footer .footer-above {
      background-color: white;
    }
  footer .footer-below {
      padding-bottom: 20px;
      background-color: white;
    }
