/*
 * Theme Name: Timber Child
 * Description: Starter Theme to use with Timber
 * Author: Upstatement and YOU!
*/
.ninja-forms-field {
  border-radius: 0.25rem;
  border: 1px solid rgb(182, 196, 210);
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.submit-wrap .ninja-forms-field {
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
  width: 100% !important;
  background-color: rgb(241, 219, 196);
  color: rgb(50, 78, 110);
  border-style: 1px solid #f1dbc4;
}
