/* Colors */
/* Responsive */
section .contact .contact-wrapper {
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section .contact .contact-wrapper {
    padding: 1rem;
  }
}
section .contact .contact-wrapper .inner {
  text-align: center;
  max-width: 50vw;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  section .contact .contact-wrapper .inner {
    max-width: 60vw;
  }
}
@media screen and (max-width: 768px) {
  section .contact .contact-wrapper .inner {
    max-width: 90vw;
  }
}
section .contact .contact-wrapper .inner .box {
  border: 1px solid #282728;
  padding: 1rem 1.2rem;
  max-width: 350px;
  margin: 0 auto;
}
section .contact .contact-wrapper .inner .box .z-red-logo {
  max-width: 40px;
  margin: 10px auto;
}
section .contact .contact-wrapper .inner .box .copy {
  text-transform: uppercase;
}
section .contact .contact-wrapper .inner .box .line {
  width: 35px;
  height: 2px;
  margin: 5px auto;
  background: #282728;
}
section .contact .contact-wrapper .inner .blurb {
  width: 70%;
  margin: 1rem auto;
  line-height: 2rem;
  font-size: 1.5rem;
  color: #666666;
}
@media screen and (max-width: 768px) {
  section .contact .contact-wrapper .inner .blurb {
    width: 100%;
  }
}
section .contact .contact-wrapper .inner .blurb p a {
  color: #282728;
  text-decoration: none;
}
section .contact .contact-wrapper .inner .blurb p a:hover {
  text-decoration: underline;
}
section .contact .contact-wrapper .inner .form-wrapper {
  /* Works for Chrome, Safari, Edge, Opera */
  /* Works for Firefox */
}
section .contact .contact-wrapper .inner .form-wrapper input::-webkit-outer-spin-button,
section .contact .contact-wrapper .inner .form-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
section .contact .contact-wrapper .inner .form-wrapper input[type="number"] {
  -moz-appearance: textfield;
}
section .contact .contact-wrapper .inner .form-wrapper .wpcf7 form .form-elements {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  section .contact .contact-wrapper .inner .form-wrapper .wpcf7 form .form-elements {
    display: block;
  }
}
section .contact .contact-wrapper .inner .form-wrapper .wpcf7 form .form-elements input,
section .contact .contact-wrapper .inner .form-wrapper .wpcf7 form .form-elements textarea {
  padding: 1.2rem;
  font-size: 1.2rem;
  font-family: 'Cormorant Garamond', serif;
  background: white;
  color: #282728;
  width: 100%;
  border: 1px solid #b6b6b6;
}
@media screen and (max-width: 768px) {
  section .contact .contact-wrapper .inner .form-wrapper .wpcf7 form .form-elements input,
  section .contact .contact-wrapper .inner .form-wrapper .wpcf7 form .form-elements textarea {
    width: 100%;
    margin: 12px auto;
    padding: 0.8rem;
  }
}
section .contact .contact-wrapper .inner .form-wrapper .wpcf7 form .form-elements .button .wpcf7-submit {
  padding: 12px 35px;
  font-weight: 600;
  font-size: 0.875vw;
  background: #cc0000;
  color: white;
  text-transform: uppercase;
  width: 138px;
  height: 48px;
  border: none;
  margin: 10px auto;
  letter-spacing: 2px;
  cursor: pointer;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 768px) {
  section .contact .contact-wrapper .inner .form-wrapper .wpcf7 form .form-elements .button .wpcf7-submit {
    font-size: 0.8rem;
    width: 100%;
  }
}
section .contact .contact-wrapper .inner .form-wrapper .wpcf7 form .form-elements .span-2 {
  grid-column: 1 / span 2;
}
