/*
Theme Name: Carieri
Author: Francesco Benigno
Author email: ben.francesco@gmail.com
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: carieri
Domain Path: /languages/
Carieri is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
*/

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
html {
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover, a:active {
  outline: 0;
}
a img {
  border: 0;
}
body {
  font-family: 'Montserrat', sans-serif;
  color: #333;
}
.anim {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.boxrnd {
  border-radius: 4px;
  -ms-border-radius: 4px;
}

/*STRUTTURA*/

#page {
  width: 100%;
  min-width: 320px;
}
.contain {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
  max-width: 1920px;
}

#content .contain {
  max-width: 1280px;
}

/*HEADER*/

#page> #header {
  width: 100%;
  height: 100px;
  position: fixed;
  -webkit-backface-visibility: hidden;
  z-index: 1000;
  background-color: rgba(249, 37, 0, 0.85);
  border-bottom: 3px solid #fff;
}
#page> #header .contain {
  overflow: hidden;
}
#logo {
  float: left;
  width: 238px;
  height: auto;
  margin: 0;
}
#logo h1 span {
  display: none;
}
#logo img {
  max-width: 100%;
  outline: none;
  margin-top: 8px;
}

/*MENU*/

#nav {
  width: 510px;
  float: right;
  margin-top: 42px;
}
#toggle {
  width: 70px;
  height: 100px;
  float: right;
  cursor: pointer;
  display: none;
  text-align: right;
}
#toggle p {
  color: #fff;
  margin-top: 8px;
  text-align: right;
}
#page> #header .fa {
  font-size: 4.5em;
  color: #fff;
}
#nav ul li, #footnav ul li {
  display: inline-block;
}
#footnav ul li {
  margin: 0 1%;
}
#nav ul li a, #footnav ul li a {
  color: #fff;
}
#nav ul li a {
  font-size: 1.2em;
  padding: 6px;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
#nav ul li a:hover {
  background-color: #fff;
  color: #F92500;
}

/*FOOTER*/

#page> #footer {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #F92500;
}

#info {
  width: 100%;
  margin: 20px 0;
  text-align: left;
  overflow: hidden;
}
#info p {
  color: #fff;
  font-size: 0.8em;
}
#info p a {
  color: #fff;
}
#info p a:hover {
  text-decoration: underline;
}

/*HOMEPAGE*/

#backphoto {
  width: 100%;
  height: 670px;
  overflow: auto;
  z-index: 500;
  background: url(/wp-content/themes/carieri/images/home.jpg) fixed 50% 0 no-repeat;
  background-size: ;
}
#content {
  width: 100%;
  min-width: 320px;
  position: relative;
  z-index: 700;
}
.section {
  height: auto;
}
.side {
  width: 48%;
  float: left;
  margin-bottom: 96px;
}
.section> h2, #social_title {
  font-family: "Libre Baskerville";
  font-style: italic;
  padding: 91px 0 86px;
  font-size: 2.3em;
  font-weight: 400;
  text-align: center;
}
.section> h2> a, #social_title {
  color: #F92500;
}
.section .fa {
  font-size: 6em;
  color: #F92500;
}
#intro {
  width: 610px;
  height: auto;
  margin: 250px auto 0;
  text-align: center;
  overflow: hidden;
}
#intro h1, #intro h1 a {
  text-transform: uppercase;
  color: #F92500;
}
#intro h1 span {
  background-color: #fff;
  /*IE fix*/
  background-color: rgba(255, 255, 255, 0.85);
  display: block;
  text-align: center;
  margin: 5px auto;
  padding: 6px 0;
}
#intro h1 span:first-child {
  width: 608px;
  font-size: 1.4em;
  font-weight: 700;
  height: 58px;
}
#intro h1 span:nth-child(2), #intro h1 span:nth-child(3), #intro h1 span:nth-child(4) {
  font-size: 1.1em;
  font-weight: 400;
  width: 242px;
  height: 44px;
  float: left;
}
#intro h1 span:nth-child(2), #intro h1 span:nth-child(3) {
  margin: 10px 31.5px;
}
#intro h1 span:nth-child(4) {
  margin: 10px 184px;
}
#intro .fa {
  font-size: 6em;
  color: #F92500;
  cursor: pointer;
}
#servizi {
  width: 100%;
  float: left;
}
.servizio {
  width: 25%;
  height: auto;
  float: left;
  text-align: center;
  position: relative;
}
.servizio h2 {
  margin-top: 5px;
  color: #F92500;
  font-size: 1.8em;
  font-weight: 400;
}
.sez {
  width: 90%;
  margin: 20px auto;
  color: #333;
  z-index: 20000;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.intro_text {
  width: 100%;
  height: auto;
  padding: 7px 0;
  font-size: 1em;
}
#lastwork {
  margin: 0 2% 96px 0;
}
#social {
  margin: 0 0 0 2%;
}
#social> iframe, #___plus_0 {
  width: 56%!important;
  margin: 0 22% 10px!important;
  border: none;
}

/*#___plus_0{display:block!important;margin:0 0 20px 1%!important;}*/

.owl-carousel .owl-item {
  padding: 0 4px;
  box-sizing: border-box;
}

.owl-carousel .owl-item img {
  border: 2px solid #F92500;
  border-radius: 5px;
}

.owl-theme .owl-controls .owl-pagination .owl-page span {
  background: #F92500;
}

.owl-buttons {
  display: none;
}

/*FOTO SFONDO PAGINE*/

.background {
  width: 100%;
  overflow: hidden;
  position: relative;
  max-height: 488px;
  min-height: 67px;
}
.background img {
  width: 100%;
  display: block;
}
.sfum {
  width: 45%;
  max-width: 413px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  background: url(/wp-content/themes/carieri/images/sfumatura.png) 0 0 no-repeat;
  background-size: cover;
}
.pagetitle {
  height: auto;
  position: absolute;
  top: 50%;
  left: 4%;
  z-index: 600;
  overflow: auto;
}
.pagetitle h2 {
  font-family: "Libre Baskerville";
  font-style: italic;
  color: #F92500;
  font-size: 2.3em;
  font-weight: 400;
  margin-top: 1.4em;
}

/*TESTO PAGINA CHI SIAMO E INTRO ALTRE PAGINE*/

.text {
  text-align: justify;
  font-size: 1.3em;
  margin: 96px 0;
}

/*CONTATTI*/

#map {
  width: 100%;
  height: 100%;
  position: absolute!important;
  top: 0;
}
.twin {
  width: 48%;
  height: auto;
  float: left;
}
#recapiti, #modulo {
  margin: 96px 2% 96px 0;
}
.twin h3 {
  font-family: "Libre Baskerville";
  font-style: italic;
  color: #F92500;
  padding: 0 0 86px;
  font-size: 2.3em;
  font-weight: 400;
  text-align: center;
}
.line {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 45px 0;
}
#first {
  margin-top: 0;
}
.line .fa {
  font-size: 5em;
  color: #F92500;
  float: left;
}
.line p {
  font-size: 1.3em;
  margin-top: 5%;
}
.line p a {
  color: #333;
}
.line p a:hover {
  color: #F92500;
}

/* modulo di contatto */

.contact_form form {
  width: 100%;
  padding: 0 10%;
  box-sizing: border-box;
  position: relative;
}
.contact_form .wpcf7-form-control-wrap {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  font-family: 'Montserrat';
}
.contact_form input, .contact_form textarea:focus {
  outline: none;
}
.contact_form input {
  width: 100%;
  height: 40px;
  padding: 0 1%;
  box-sizing: border-box;
  margin: 2% 0;
  border: 2px solid #F92500;
  font-family: inherit;
  font-size: 1.3em;
  border-radius: 4px;
  -ms-border-radius: 4px;
}
.contact_form input:focus, .contact_form textarea:focus {
  box-shadow: 0 0 4px #F92500;
}
.contact_form textarea {
  width: 100%;
  height: 200px;
  padding: 0 1%;
  box-sizing: border-box;
  resize: vertical;
  margin: 2% 0;
  border: 2px solid #F92500;
  font-family: inherit;
  font-size: 1.3em;
  border-radius: 4px;
  -ms-border-radius: 4px;
}
.contact_form input[type="submit"] {
  width: 100px;
  padding: 8px 13px;
  margin: 3% 3% 3% 0;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  position: relative;
  font-family: inherit;
  background: none;
  cursor: pointer;
  letter-spacing: 0.5px;
  outline: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 3px solid #F92500;
  color: #F92500;
  font-size: 1.1em;
  border-radius: 4px;
  -ms-border-radius: 4px;
}
.tasto {
  width: 100px;
  padding: 8px 13px;
  margin: 3% 3% 3% 0;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  font-family: inherit;
  background: none;
  cursor: pointer;
  letter-spacing: 0.5px;
  outline: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 3px solid #F92500;
  color: #F92500;
  overflow: hidden;
  font-size: 1.1em;
  border-radius: 4px;
  -ms-border-radius: 4px;
}
.tasto:hover, .contact_form input[type="submit"]:hover {
  color: #fff;
  background-color: #F92500;
}

/*PAGE 404*/

.error-404 {
  padding-top: 180px;
  text-align: center;
}
.error-404 img, .error-404 h1 {
  margin-bottom: 30px;
}
.back, .back:visited {
  display: inline-block;
  position: relative;
  top: 50%;
  padding: 8px 13px;
  margin-bottom: 50px;
  background: none;
  color: #F92500;
  font-size: 1.1em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 20px;
  text-decoration: none;
  border: 3px solid #F92500;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.back:hover {
  color: #fff;
  background-color: #F92500;
}

/*NEWS*/

.no-mrg {
  margin: 96px 0 30px;
}
.bar {
  margin: 91px 0 86px;
}
.bar .fix, .bar .fix:visited {
  display: inline-block;
  position: relative;
  padding: 8px 13px;
  margin: 0;
  background: none;
  color: #F92500;
  font-size: 1.1em;
  letter-spacing: .5px;
  line-height: 20px;
  text-decoration: none;
  border: 3px solid #F92500;
  -webkit-transform: translateZ(0);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.bar .fix:hover {
  color: #fff;
  background-color: #F92500;
}
.entry-title {
  font-family: "Libre Baskerville";
  font-size: 2em;
  font-style: italic;
  font-weight: 400;
  padding: 30px 0 30px;
  color: #f92500;
}
.featured-thumbnail img, .wp-post-image {
  max-width: 100%;
  height: auto !important;
  border-radius: 5px;
}
.entry-title a {
  color: #f92500;
}
.continua, .continua:visited {
  display: inline-block;
  position: relative;
  padding: 0 5px;
  margin: 0;
  background: none;
  color: #F92500;
  font-size: 0.9em;
  letter-spacing: .3px;
  text-transform: uppercase;
  line-height: 20px;
  text-decoration: none;
}
.continua:hover {
  color: #FF836D;
}
.updated {
  display: none;
}
.single .entry-content {
  margin: 30px 0;
}
.entry-content {
  font-size: 1.3em;
}
.all .post {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-bottom: 2px solid #F92500;
  margin: 60px 0 0;
  -webkit-transform: translateZ(0);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.all:last-child {
  margin-bottom: 96px;
}
.all .entry-header {
  width: 35%;
  height: auto;
  min-height: 10px;
  max-height: 350px;
  float: left;
  overflow: hidden;
}
.all .entry-header img {
  width: 100%;
  height: auto;
}
.all .entry-content {
  width: 60%;
  height: auto;
  float: left;
  padding-left: 5%;
}
.all .entry-content .entry-title {
  font-size: 1.56em;
  padding: 20px 0;
}
.all .entry-footer {
  width: 100%;
  height: auto;
  float: left;
}
.all .entry-footer .discover-more {
  float: right;
  display: block;
  padding: 8px 13px;
  color: #F92500;
  letter-spacing: .5px;
  border-top: 2px solid #F92500;
  border-left: 2px solid #F92500;
  border-right: 2px solid #F92500;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  border-radius: 4px 4px 0 0;
}
.all .entry-footer .discover-more:hover {
  color: #fff;
  background-color: #F92500;
}
.all .entry-meta {
  font-size: 0.7em;
  margin: 20px 0 10px;
}
.entry-meta {
  font-size: 0.9em;
  margin: 20px 0 10px;
}
.entry-meta a {
  color: #F92500;
}
.paging-navigation {
  width: 100%;
  margin: 30px auto 96px;
  overflow: auto;
}
.nav-previous, .nav-next {
  float: left;
}
.nav-links div:first-child {
  margin-right: 10px;
}
.nav-links a, .nav-links a:visited {
  display: inline-block;
  position: relative;
  padding: 8px 13px;
  margin: 0;
  background: none;
  color: #F92500;
  font-size: 1.1em;
  letter-spacing: .5px;
  border-radius: 4px;
  -ms-border-radius: 4px;
  line-height: 20px;
  text-decoration: none;
  border: 3px solid #F92500;
  -webkit-transform: translateZ(0);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.nav-links a:hover {
  color: #fff;
  background-color: #F92500;
}
.titolo_lav {
  position: absolute;
  border-radius: 4px;
  bottom: 10px;
  left: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #F92500;
}
.titolo_lav h4 {
  margin: 3px 5px;
  color: #F92500;
}
.no-results, .not-found {
  margin: 96px 0 96px;
}
.work_img {
  width: 70%;
  margin: 0 auto;
  position: relative;
  z-index: 50;
  overflow: auto;
}
.coll {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 100;
  text-align: center;
}
.coll .tasto {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}
.coll .tasto:hover {
  color: #fff;
  background-color: #F92500;
}
.work_img img {
  width: 50%;
  float: left;
  border-radius: 0;
}

/*Privacy*/

.info-page h1 {
  font-family: "Libre Baskerville";
  font-style: italic;
  color: #F92500;
  padding: 86px 0 0;
  font-size: 2em;
  font-weight: 400;
}
.info-page h2 {
  font-family: "Libre Baskerville";
  font-style: italic;
  color: #F92500;
  padding: 50px 0 25px;
  font-size: 1.5em;
  font-weight: 400;
}
.info-page h3 {
  font-family: "Libre Baskerville";
  font-style: italic;
  color: #F92500;
  padding: 20px 0 10px;
  font-size: 1.3em;
  font-weight: 400;
}
.info-page p {
  text-align: justify;
  margin: 0 0 20px;
}

/* LAVORI */

#conten {
  position: relative;
  padding-bottom: 70px;
  z-index: 100;
}
.ellipse {
  float: left;
}
.container {
  width: 260px;
  float: left;
  margin: 50px 10px 10px;
  padding: 20px;
  background-color: white;
}
.page_navigation, .alt_page_navigation {
  position: absolute;
  bottom: 20px;
  left: 0;
}
.page_navigation a {
  padding: 2px 15px;
  line-height: 20px;
  margin: 2px;
  color: #f92500;
  text-decoration: none;
  float: left;
  font-size: 1em;
  border: 2px solid #F92500;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  border-radius: 4px;
}
.page_navigation a:hover {
  color: #fff;
  background-color: #F92500;
}
.active_page {
  color: #fff!important;
  background-color: #F92500;
}
.content, .alt_content {
  color: black;
}
.content li, .alt_content li, .content> p {
  padding: 5px
}

/* SERVIZI */


/* Flexible Slide-to-top Accordion Style*/

.st-accordion {
  width: 100%;
  min-width: 270px;
  margin-bottom: 96px;
}
.st-accordion ul li {
  height: 130px;
  border-bottom: 2px solid #F92500;
  margin-bottom: 20px;
  overflow: hidden;
}
.st-accordion ul li:first-child {
  border-top: none;
}
.st-accordion ul li> a {
  display: block;
  position: relative;
  line-height: 130px;
  outline: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.st-accordion ul li> a h3 {
  font-family: "Libre Baskerville";
  font-style: italic;
  color: #F92500;
  font-size: 2em;
  font-weight: 400;
}
.st-accordion ul li> a img {
  width: 100px;
  margin: 5px;
  float: left;
}
.st-accordion ul li> a span {
  background: transparent url('/wp-content/themes/carieri/images/down.png') no-repeat center center;
  text-indent: -9000px;
  width: 26px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 270px;
  margin-top: -7px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.st-accordion ul li> a:hover {
  color: #1693eb;
}
.st-accordion ul li> a:hover span {
  opacity: 1;
  right: 10px;
}
.st-accordion ul li.st-open> a {
  color: #1693eb;
}
.st-accordion ul li.st-open> a span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 10px;
  opacity: 1;
}
.st-content {
  padding: 5px 0 30px 0;
}
.st-content p {
  font-size: 1.3em;
  line-height: 28px;
  padding: 0 4px 15px 4px;
}
.st-content img {
  width: 160px;
  margin: 5px;
}

/* Responsive styles */

@media only screen and (max-width: 480px) {
  .contain {
    width: 96%;
  }
  #nav {
    width: 98%!important;
    right: 1%!important;
  }
  #page > #header {
    height: 90px;
  }
  #logo {
    margin: 4px 0 0!important;
    width: 194px;
  }
  #toggle p {
    margin-top: 6px;
  }
  #nav {
    top: 93px!important;
  }
  #page> #header .fa {
    font-size: 4em;
  }
  #social> iframe, #___plus_0 {
    width: 80%!important;
    margin: 0 0 10px!important;
  }
  #footnav ul {
    text-align: center;
  }
  #footnav ul li a {
    font-size: 0.75em!important;
  }
  #info p {
    font-size: 0.6em;
  }
  #backphoto {
    height: 570px;
  }
  #intro {
    margin-top: 140px!important;
  }
  #intro h1 span:first-child {
    font-size: 1em!important;
  }
  #intro h1 span:nth-child(2), #intro h1 span:nth-child(3), #intro h1 span:nth-child(4) {
    font-size: 0.8em!important;
  }
  #intro .fa {
    font-size: 5em;
  }
  .section> h2, #social_title {
    padding: 46px 0 40px;
  }
  .section .fa {
    font-size: 5em;
  }
  .servizio {
    margin: 4% 0 96px!important;
  }
  .servizio h2 {
    font-size: 1.5em;
  }
  #info {
    text-align: center;
  }
  .sez {
    opacity: 1;
  }
  .intro_text {
    font-size: 1em;
  }
  #social {
    margin: 0 0 35px 0!important;
  }
  #negozio {
    padding: 25px 0 0;
  }
  .background {
    padding-top: 93px!important;
  }
  .pagetitle {
    left: 1%;
  }
  .pagetitle h2 {
    font-size: 2em;
  }
  .sfum {
    width: 58%;
  }
  .text {
    margin: 35px 0;
    font-size: 1em;
  }
  .twin {
    margin: 35px 0!important;
  }
  .twin h3 {
    padding: 0 0 25px;
    font-size: 1.8em;
  }
  .line p {
    font-size: 1em;
  }
  #modulo input, #modulo textarea {
    width: 98%;
  }
  .tasto {
    width: 140px;
  }
  .st-content p {
    font-size: 1em!important;
  }
  .controlsBg, ._zinorm, ._zonorm, #_zi_icon, #_zo_icon, #_zonorm, #_zinorm {
    display: none!important;
  }
}
@media only screen and (max-width: 610px) {
  #footnav {
    width: 100%;
    margin-top: 20px;
  }
  #footnav ul li {
    margin: 0;
  }
  #footnav ul li a {
    font-size: 1em;
  }
  .servizio {
    width: 100%!important;
    float: none;
  }
  #intro h1 span:first-child {
    width: 90%!important;
  }
  #intro h1 span:nth-child(2), #intro h1 span:nth-child(3), #intro h1 span:nth-child(4) {
    width: 70%!important;
    margin: 10px 15%!important;
  }
  #social iframe {
    width: 100%;
    margin: 0;
  }
  .st-content img {
    width: 90px!important;
  }
  .nav-links a {
    font-size: 0.7em;
    padding: 8px 5px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 768px) {
  .all .entry-header {
    width: 100%;
    max-height: 200px;
  }
  .all .entry-content {
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  #intro {
    width: 100%;
    margin-top: 170px;
  }
  #intro h1 span:first-child {
    width: 50%;
    font-size: 1.2em;
    font-weight: 700;
    height: auto;
    margin-bottom: 20px;
  }
  #intro h1 span:nth-child(2), #intro h1 span:nth-child(3), #intro h1 span:nth-child(4) {
    width: 36%;
    height: auto;
    float: none;
    margin: 10px 32%;
    font-size: 1em;
  }
}
@media only screen and (max-width: 930px) {
  #nav {
    width: 320px;
    height: auto;
    position: absolute;
    top: 103px;
    right: 4%;
    margin: 0;
    display: none;
    background-color: rgba(249, 37, 0, 0.88);
  }
  #toggle {
    display: block;
  }
  #nav ul li {
    display: block;
    text-align: center;
    margin: 3% 0;
  }
  .background {
    padding-top: 123px;
  }
  .twin {
    float: none;
    width: 100%;
    margin: 96px 0;
  }
}
@media only screen and (min-width: 931px) {
  #nav {
    display: block!important;
  }
}
@media only screen and (max-width: 1000px) {
  #lastwork, #social {
    margin: 0 0 96px 0;
    width: 100%;
  }
  #lastwork {
    margin: 0;
  }
}
@media only screen and (max-width: 1180px) {
  #creiamo {
    clear: both;
  }
  #creiamo, #confezioniamo {
    margin-top: 2%;
  }
  .servizio {
    width: 50%;
    margin: 4% 0;
  }
}
