@charset "UTF-8";

.contact-inner {
  max-width: 600px;
  transform: translateY(10%);
}

.contact-inner.visible {
  transform: translateY(0);
}


#wpcf7-f32-o1 {
  margin-top: 6%;
}

#wpcf7-f32-o1 label:not(span) {
  font-weight: 500;
}

.wpcf7-form-control {
  padding: 1.5%;
  letter-spacing: .05rem;
  border: solid 1px #73c4dc74;
  border-radius: 3px;
  width: 100%;
  margin: .5% 0 3%;
}

textarea {
  width: 100%;
  max-width: 600px;
  height: 200px;
  font-size: .9rem;
  white-space: pre-wrap;
  line-height: 1.4rem;
}

.wpcf7-submit {
  width: 170px;
  height: 45px;
  border-radius: 25px;
  margin: 3% auto 0;
  display: block;
  color: #FCFCFC;
  font-size: 1.1rem;
  background: linear-gradient(to bottom right, #50D5FF, #51C0E3);
  text-align: center;
  transition: scale .1s ease-in, transform .3s ease;
  box-shadow: 0px 0px 8px #00000010;
}

.wpcf7-submit:hover {
  border: solid 1px;
  background: linear-gradient(to bottom right, #FCFCFC, #FCFCFC);
  border: solid 1px #51c0e5;
  scale: 1.01;
  color: #51c0e5;
}


.wpcf7-not-valid-tip {
  transform: translateY(-50%);
  font-size: .85rem;
  color: #49c2ea;
}

.wpcf7-response-output {
  display: none;
}

.wpcf7-spinner {
  display: none !important;
}