section {
  overflow-x: hidden;
}

section.one {
  height: 85vh;
  min-height: 500px;
  overflow: hidden;
}
section.one .row {
  margin-bottom: 130px;
  min-height: 500px;
  border-top: 1px solid white;
}
section.one .img-wrap.bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
section.one .logo {
  width: 200px;
}

section.two .row {
  padding: 50px 20px;
}
@media (min-width: 576px) {
  section.two .row {
    padding: 45px;
  }
}
@media (min-width: 1400px) {
  section.two .row {
    padding: 110px;
  }
}
section.two .form-col {
  background-color: #1C1C1C;
  border-radius: 20px;
  padding: 45px 20px 45px 20px;
}
@media (min-width: 576px) {
  section.two .form-col {
    padding: 45px;
  }
}
@media (min-width: 992px) {
  section.two .form-col {
    padding: 70px;
  }
}
section.two .title {
  font-size: 30px;
}
@media (min-width: 992px) {
  section.two .title {
    font-size: 45px;
  }
}
section.two .text, section.two .text p {
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 200;
  line-height: 2em;
}
@media (min-width: 992px) {
  section.two .text, section.two .text p {
    font-size: 20px;
  }
}
section.two .contact-row {
  display: flex;
  flex-direction: row;
  margin-bottom: 35px;
}
section.two .contact-row .titoletto {
  font-size: 16px;
  font-weight: 700;
  min-width: 110px;
}
@media (min-width: 992px) {
  section.two .contact-row .titoletto {
    font-size: 22px;
    min-width: 160px;
  }
}
section.two .contact-row .value {
  font-size: 16px;
  font-weight: 200;
  color: white;
  text-decoration: none;
}
@media (min-width: 992px) {
  section.two .contact-row .value {
    font-size: 22px;
  }
}
section.two .contact-row .dashicons {
  font-size: 1.3em;
}

section.two #contact-form input, section.two #contact-form textarea, section.two #contact-form select {
  background-color: #1C1C1C;
  border: 1px solid white;
  border-top: none;
  max-width: 100%;
  color: white !important;
  transition: color 300ms ease;
}
section.two #contact-form input::-moz-placeholder, section.two #contact-form textarea::-moz-placeholder, section.two #contact-form select::-moz-placeholder {
  color: rgb(197, 197, 197);
}
section.two #contact-form input::placeholder, section.two #contact-form textarea::placeholder, section.two #contact-form select::placeholder {
  color: rgb(197, 197, 197);
}
section.two #contact-form input:focus, section.two #contact-form textarea:focus, section.two #contact-form select:focus {
  box-shadow: none;
}
section.two #contact-form .wpforms-field {
  position: relative;
}
section.two #contact-form .wpforms-field:before, section.two #contact-form .wpforms-field:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 40%;
  top: 15px;
  background: #1C1C1C;
}
section.two #contact-form .wpforms-field:before {
  left: 0;
}
section.two #contact-form .wpforms-field:after {
  right: 0;
}
section.two #contact-form .wpforms-field-textarea:before, section.two #contact-form .wpforms-field-textarea:after {
  height: 60%;
}
section.two #contact-form .wpforms-field-textarea textarea {
  height: 100px;
}
section.two #contact-form .wpforms-field-limit-text {
  color: #b9b9b9;
}
section.two #contact-form select {
  background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%);
  background-position: calc(100% - 17px) 50%, calc(100% - 12px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  color: rgb(133, 130, 130) !important;
  transition: color 300ms ease;
}
section.two #contact-form select.wpforms-valid {
  color: white !important;
}
section.two #contact-form select:after {
  background-color: white;
}
section.two #contact-form .privacy label {
  font-size: 16px;
  font-weight: 200;
  color: #b9b9b9;
}
section.two #contact-form .privacy label a {
  font-weight: 300;
  color: white;
  text-decoration: none;
}
section.two #contact-form .privacy input[type=checkbox]:before {
  background-color: #1C1C1C;
  border: 2px solid white;
}
section.two #contact-form .privacy input[type=checkbox]:after {
  border-color: white;
}
section.two #contact-form .wpforms-submit-container button {
  font-size: 20px;
  font-weight: 700;
  padding: 20px 10px;
  border: 2px solid white;
  padding: 22px 31px 43px 31px;
  color: white;
  background-color: #1C1C1C;
  transition: background-color 300ms ease, color 300ms ease;
}
section.two #contact-form .wpforms-submit-container button:hover {
  background-color: white;
  color: black;
}
section.two #contact-form .wpforms-confirmation-container-full p {
  color: black;
}

section.google-map #map {
  height: 500px;
}
@media (min-width: 1400px) {
  section.google-map #map {
    height: 600px;
  }
}