/* ==========================================================
   Contact
========================================================== */

.contact-form{

  max-width:720px;
  margin:0 auto;

}

.wpcf7{

  margin-top:2rem;

}

.wpcf7 p{

  margin-bottom:1.5rem;

}

.wpcf7 label{

  display:block;

  color:var(--ew-heading);

  font-weight:500;

  line-height:1.8;

}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select{

  width:100%;

  margin-top:.5rem;
  padding:.9rem 1rem;

  border:1px solid var(--ew-line);
  border-radius:8px;

  background:#fff;

  font-size:1rem;

  transition:border-color .25s ease;

}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus{

  outline:none;
  border-color:#82ae46;

}

.wpcf7 textarea{

  min-height:220px;
  resize:vertical;

}

.wpcf7-acceptance{

  display:block;
  margin:2rem 0;

}

.wpcf7-submit{

  display:block;

  min-width:220px;

  margin:0 auto;

  padding:.9rem 2rem;

  border:none;
  border-radius:999px;

  background:#82ae46;
  color:#fff;

  cursor:pointer;

  transition:.3s ease;

}

.wpcf7-submit:hover{

  background:#6f9640;

}

.wpcf7-spinner{

  display:none;

}

.wpcf7-response-output{

  margin-top:2rem;

  border-radius:8px;

}

/* ==========================================================
   SP
========================================================== */

@media(max-width:768px){

  .contact-form{

    max-width:100%;

  }

  .wpcf7 input,
  .wpcf7 textarea,
  .wpcf7 select{

    font-size:16px;

  }

  .wpcf7-submit{

    width:100%;

  }

}