/*CORREZIONI 2022*/
.wrapper {
    padding: 0px !important;
}
.single-featured-image-header::before {
    background-color: rgba(0, 0, 0, 0.2);
}
.single-featured-image-header {
    height: 700px;
}
.section.section--cta::after {
    background-color: rgba(0, 0, 0, 0.1)
}
.section.section--cta {
    height: 600px;
}
.slide picture:after {
    background-color: rgba(0, 0, 0, 0.0);
  }

/*SHOP*/
.natale-shop h1 {
  margin-top: 20px;
}
.natale-shop p.intro20 {
  padding: 15px 20% 0 20%;
  text-align: center;
}
.natale-shop .section:not(.brush-top) {
  padding-top: 25px;
}
.natale-shop a.button {
  margin-top: 20px;
}
.natale-shop .section-title {
  font-size: 30px;
  text-transform: none;
}
.natale-shop .header-text h1.title {
    display: none;
}
.natale-shop .section-txt {
  max-width: 100%;
}
.natale-shop .single-featured-image-header {
  height: 200px !important;
}
.natale-shop .single-featured-image-header::before {
  background-color: rgba(0, 0, 0, 0.2);
}
.gform_wrapper input[type="submit"] {
  background-color: #a8202a;
  color: #fff;
  font-size: 2.2rem;
}
.gform_body {
  font-size: 1.8rem;
}
/*END SHOP*/
.site-title {
    width: 200px;
    height: 80px;
}
.site-footer p img, .site-footer a img {
    width: 240px;
}
.main-navigation a {
  font-size: 16px;
  padding-left: 2px;
  padding-right: 2px;
}
.page-id-920 .site-title {
  visibility: hidden !important;
}
.page-id-920 #text-4 {
  visibility: hidden !important;
}
.container-pacchi {
  margin-top: 20px;
  min-height: 700px;
    width: 90%;
    margin: auto;
    text-align: center;
}
.container-pacchi h2 {
  font-size: 38px;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 20px;
}
.cont-pacco-singolo {
    width: 33%;
    float: left;
    padding-left: 1%;
    padding-right: 1%;
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
}
.cont-pacco-singolo h2 {
  font-size: 28px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 2;
  font-family: "Dosis", sans-serif;
}
.cont-pacco-singolo p {
    font-size: 20px;
    line-height: 2;
    font-family: "Dosis", sans-serif;
}
.cont-pacco-singolo img {

}

/*MOBILE*/

@media only screen and (max-width: 1024px) {
  .single-featured-image-header {
    height: 550px;
}
.section:not(.brush-bottom) {
    padding-bottom: 2em;
}
.section:not(.brush-top) {
    padding-top: 2em;
}
  .natale-shop p.intro20 {
    padding: 10px 2% 0 2%;
    text-align: center;
  }
.site-title {
  width: 170px;
}
.section-imgs img {
    margin-bottom: 10px;
}
.container-pacchi {
    width: 100%;
    margin: auto;
}
.container-pacchi h2 {
  font-size: 30px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 20px;
}
.cont-pacco-singolo {
    width: 100%;
    margin: auto;
}
.cont-pacco-singolo h2 {
  font-size: 24px;
}
.cont-pacco-singolo p {
  font-size: 18px;
}
.cont-pacco-singolo img {
margin-top: 40px;
}
}
