/* ADZ Ceramics — Contact Form 7 Styles */

.wpcf7 form {
  font-family: 'Josefin Sans', 'Century Gothic', sans-serif;
  font-weight: 300;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1.5px solid #E4DDD6;
  border-radius: 0;
  padding: 12px 0;
  font-size: 15px;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  color: #2C2420;
  outline: none;
  transition: border-color 0.2s;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  border-bottom-color: #2C2420;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #B8ADA8;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 13px;
}

.wpcf7 textarea {
  min-height: 100px;
  resize: none;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.wpcf7 select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 7L11 1' stroke='%237A6E68' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0 center;
  padding-right: 20px;
}

.wpcf7 input[type="submit"] {
  background: #2C2420;
  color: #FAF7F2;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 14px 32px;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 28px;
}

.wpcf7 input[type="submit"]:hover {
  background: #4A3C38;
}

.wpcf7 .wpcf7-response-output {
  border: none;
  padding: 12px 0;
  font-size: 13px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  margin: 0;
}

.wpcf7 .wpcf7-mail-sent-ok {
  color: #5E8C6A;
}

.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-acceptance-missing {
  color: #B87878;
}

.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 11px;
  color: #B87878;
  font-family: 'Josefin Sans', sans-serif;
}