.paragraph--type--paragraphs-simple-form .field--name-field-paragraph-title {
  font-size: 2.6rem;
  line-height: 3rem;
  margin: 1rem 0 1rem;
  font-weight: bold;
  text-align: center; }

.paragraph--type--paragraphs-simple-form .form-text,
.paragraph--type--paragraphs-simple-form .form-tel,
.paragraph--type--paragraphs-simple-form .form-email,
.paragraph--type--paragraphs-simple-form textarea {
  padding: 19px 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 2, 0.2);
  box-sizing: border-box;
  color: #7b7b7b;
  font-family: Open Sans,sans-serif;
  font-size: 16px;
  font-weight: 300;
  transition: .2s ease-out;
  max-width: 100%; }

.paragraph--type--paragraphs-simple-form #edit-actions {
  text-align: center; }

.paragraph--type--paragraphs-simple-form .form-submit {
  border: none;
  background-color: #ff5859;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 2, 0.2);
  border-radius: 3px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 2, 0.2);
  letter-spacing: .75px;
  font-family: Open Sans,sans-serif;
  font-size: 1em;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  margin: 0;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: .2s ease-out;
  display: inline-block;
  vertical-align: top;
  line-height: normal; }

.paragraph--type--paragraphs-simple-form .form-submit:hover {
  background-color: #ff4c4c; }

/*# sourceMappingURL=maps/simple_form.css.map */
