/*
Author: Francesco Basile
Author URI: https://francescobasile.info/
Version: 1.0.0
*/
/* landing page*/
body.landingpage {
  margin: 0 !important;
  padding: 0 !important;
}
body.landingpage .x-container.max {
  max-width: none !important;
}
body.landingpage .x-container.width {
  width: 100% !important;
}
body.landingpage div.entry-wrap {
  margin: 0 !important;
  padding: 0 !important;
}

.pw-max {
  max-width: 1200px !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.test {
  vertical-align: bottom;
}

/* FORM */
.wpcf7-list-item-label {
  padding-left: 5px;
}

.form-gap {
  margin-bottom: 20px;
}
.form-gap-extra {
  margin-top: 40px;
}
.form-gap-top {
  margin-top: 20px;
}
.form-gap-top-extra {
  margin-top: 40px;
}

.form-title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  margin-top: 1.75em;
  margin-bottom: 0.5em;
  line-height: 1.4;
  text-rendering: optimizelegibility;
}

.radio-orizzontale .wpcf7-list-item label {
  display: inline;
  margin-right: 10px;
}

/* CF7 CART TABLE */
.cf7-cart.row {
  display: table !important;
  width: 100%;
  border-bottom: 1px solid #e4e4e1;
}
.cf7-cart .cf7-column {
  float: none;
  display: table-cell !important;
  padding: 1em 0 0.5em 0;
  vertical-align: bottom;
  text-align: left;
  border: 0px solid #a5a59c;
}
.cf7-cart .cf7-column.price {
  font-weight: 600;
  text-align: right;
  border-left-width: 0px;
  font-size: 0.9em;
}
.cf7-cart.row.totale {
  border: none;
  display: block;
}
.cf7-cart.row.totale .cf7-column {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 115%;
  text-align: right;
  margin-top: 20px;
  padding-top: 10px;
  padding-right: 0;
}
.cf7-cart.row.totale .cf7-column span {
  color: #1c8c20;
}

.container-pacchetti h5 {
  color: #3d67af;
}
.container-pacchetti div.wpcf7cf_group, .container-pacchetti div[data-class=wpcf7cf_group] {
  width: 100%;
  box-sizing: border-box;
  background-color: #f3f3f3;
  padding: 1.5em;
  padding-top: 0;
  border: 1px solid #e4e4e1;
}
.container-pacchetti div.wpcf7cf_group > div.wpcf7cf_group, .container-pacchetti div[data-class=wpcf7cf_group] > div[data-class=wpcf7cf_group] {
  border: none;
  padding: 0em;
}
.container-pacchetti div[data-orig_id=prodotto_0] {
  background-color: transparent;
  padding: 0;
  border: none;
}

.cf7-boxed:after {
  clear: both;
  display: table;
  content: " ";
}

.cf7-container {
  display: block;
}
.cf7-container:after {
  clear: both;
  display: table;
  content: " ";
}

.cf7-column {
  position: relative;
  z-index: 1;
  float: left;
  margin-right: 4%;
}
.cf7-column div[data-class=wpcf7cf_group]:after {
  clear: both;
  display: table;
  content: " ";
}
.cf7-column hr.x-gap {
  display: none;
}
.cf7-column .wpcf7cf_group:after {
  clear: both;
  display: table;
  content: " ";
}
.cf7-column.x-1-1 {
  width: 100%;
}
.cf7-column.x-1-2 {
  width: 48%;
}
.cf7-column.x-1-3 {
  width: 30.66666%;
}
.cf7-column.x-2-3 {
  width: 65.33332%;
}
.cf7-column.x-1-4 {
  width: 22%;
}
.cf7-column.x-3-4 {
  width: 74%;
}
.cf7-column.x-1-5 {
  width: 16.8%;
}
.cf7-column.x-2-5 {
  width: 37.6%;
}
.cf7-column.x-3-5 {
  width: 58.4%;
}
.cf7-column.x-4-5 {
  width: 79.2%;
}
.cf7-column.x-1-6 {
  width: 13.33332%;
}
.cf7-column.x-5-6 {
  width: 82.66666%;
}
.cf7-column.last, .cf7-column:last-of-type {
  margin-right: 0;
}

@media (max-width: 480px) {
  .cf7-column.x-xs {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cf7-column.x-sm {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 979px) {
  .cf7-column.x-md {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

/*# sourceMappingURL=base.css.map */
