.row.logo {
    text-align: center;
    padding-top: 25px;
}

.row.product {
    margin-top: 80px;
}

/* font */
@font-face {
    font-family: 'Waving-at-Christmas';
    src:url('/Waving-at-Christmas.ttf.woff') format('woff'),
        url('/Waving-at-Christmas.ttf.svg#Waving-at-Christmas') format('svg'),
        url('/Waving-at-Christmas.ttf.eot'),
        url('/Waving-at-Christmas.ttf.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

h1 {
   font-family: 'Waving-at-Christmas';
   color: #fff;
   text-align: center;
   font-size: 73px;
   margin-bottom: 50px;
}

input {
    background: transparent;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    border-radius: 0px !important;
    margin-bottom: 20px;
    color: #fff !important;
    box-shadow: none !important;
}

span.wpcf7-not-valid-tip {
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}

.screen-reader-response {
    display: none !important;
}

.wpcf7-response-output.wpcf7-validation-errors {
    display: none !important;
}

input::placeholder {
  color: #fff !important;
  text-transform: uppercase;
}

.privacy span.text-accept {
  float: left;
  margin-left: 20px !important;
  color: #fff;
  position: relative;
  bottom: 20px;
}

.col-md-12.container-catalog {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  top: 15px;
}

a.sfoglia_catalogo {
  color: #ff0101;
  background: #fff;
  padding: 20px;
  font-weight: bold;
  font-size: 21px;
  font-family: 'Lato', sans-serif;
}

.btn-primary {
  color: #ff0101 !important;
  background-color: #fff;
  border-color: #ff0101;
  font-weight: bold !important;
}

.btn-primary:hover {
  background: #fff !important;
}

.title_preventivo h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 30px;
  font-style: italic;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .privacy span.text-accept {
    float: none;
    bottom: 0px;
  }
  .wpcf7-form .privacy {
    text-align: center;
    position: relative;
    bottom: 8px;
  }
}

@media only screen and (max-width: 440px) {
  h1 {
    font-size: 40px;
  }
  .privacy span.text-accept {
    float: none;
    bottom: 0px;
  }
  .wpcf7-form .privacy {
    text-align: center;
    position: relative;
    bottom: 8px;
  }
  .col-md-12.container-catalog {
    top: 25px;
  }
  .product h1 {
    display: block;
    position: relative;
    top: 25px;
  }
}
