/* Contact Form To Email - Pommett Photography Styling */

.cp_cff_13,
.cp_cff_13 *,
.cp_cff_13 input,
.cp_cff_13 textarea,
.cp_cff_13 select {
  font-family: "Montserrat", sans-serif !important;
  box-sizing: border-box;
}

/* Form labels */
.cp_cff_13 label {
  font-size: 12px !important;
  line-height: 1.2em !important;
  letter-spacing: 0.6px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  color: #1F2A35 !important;
  margin-bottom: 7px !important;
  display: block !important;
}

/* Inputs, dropdowns, textarea */
.cp_cff_13 input[type="text"],
.cp_cff_13 input[type="email"],
.cp_cff_13 input[type="tel"],
.cp_cff_13 input[type="date"],
.cp_cff_13 textarea,
.cp_cff_13 select {
  width: 100% !important;
  min-height: 54px !important;
  padding: 14px 16px !important;
  font-size: 15px !important;
  line-height: 1.3em !important;
  font-weight: 400 !important;
  color: #1F2A35 !important;
  background: #ffffff !important;
  border: 1px solid rgba(31,42,53,0.18) !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Textarea */
.cp_cff_13 textarea {
  min-height: 135px !important;
  resize: vertical !important;
}

/* Placeholder */
.cp_cff_13 input::placeholder,
.cp_cff_13 textarea::placeholder {
  color: rgba(31,42,53,0.45) !important;
}

/* Focus state */
.cp_cff_13 input:focus,
.cp_cff_13 textarea:focus,
.cp_cff_13 select:focus {
  border-color: #B08A4A !important;
  box-shadow: 0 0 0 3px rgba(176,138,74,0.12) !important;
}

/* Spacing between fields */
.cp_cff_13 .fields,
.cp_cff_13 .field,
.cp_cff_13 .form-field,
.cp_cff_13 p {
  margin-bottom: 18px !important;
}

/* Submit button */
.cp_cff_13 input[type="submit"],
.cp_cff_13 button,
.cp_cff_13 .pbSubmit {
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px !important;
  line-height: 1em !important;
  letter-spacing: 0.9px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  background: #B08A4A !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 15px 28px !important;
  box-shadow: 0 4px 14px rgba(0,0,0,0.10) !important;
  cursor: pointer !important;
  transition: all 220ms ease !important;
}

/* Submit hover */
.cp_cff_13 input[type="submit"]:hover,
.cp_cff_13 button:hover,
.cp_cff_13 .pbSubmit:hover {
  background: #9C783E !important;
  transform: translateY(-1px);
}

/* Mobile */
@media (max-width: 767px) {
  .cp_cff_13 input[type="text"],
  .cp_cff_13 input[type="email"],
  .cp_cff_13 input[type="tel"],
  .cp_cff_13 input[type="date"],
  .cp_cff_13 textarea,
  .cp_cff_13 select {
    min-height: 50px !important;
    font-size: 14px !important;
    padding: 13px 14px !important;
  }

  .cp_cff_13 textarea {
    min-height: 120px !important;
  }

  .cp_cff_13 input[type="submit"],
  .cp_cff_13 button,
  .cp_cff_13 .pbSubmit {
    width: 100% !important;
    font-size: 13px !important;
    letter-spacing: 0.7px !important;
    padding: 14px 22px !important;
  }
}