#fbuilder .pbSubmit {
  background-color: #C99A3A !important;
  color: #FFFFFF !important;
  border: 2px solid #C99A3A !important;
  border-radius: 6px !important;
  padding: 14px 28px !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  width: 100% !important;
  transition: all 0.25s ease !important;
}

/* Make phone number field one-line */
#fbuilder input[type="tel"],
#fbuilder input[name*="phone"],
#fbuilder input[id*="phone"],
#fbuilder input[name*="Phone"],
#fbuilder input[id*="Phone"] {
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
  padding: 14px 16px !important;
  line-height: 1.3em !important;
  resize: none !important;
}