/* MailChimp for WP styles
----------------------------------------------------------------- */
form.mc4wp-form .form_wrap {
  position: relative;
}

form.mc4wp-form .mc4wp-form-fields input[type=email] {
  padding: 0 12em 0 2.6em;
  height: 70px;
  line-height: normal;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

form.mc4wp-form .mc4wp-form-fields input[type=email]:not(output):-moz-ui-invalid {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

form.mc4wp-form .mc4wp-form-fields input[type=submit] {
  padding: 0 2.6em;
  height: 70px;
  line-height: normal;
  position: absolute;
  z-index: 1;
  top: 0;
  right: -1px;
  display: inline-block;
  vertical-align: top;
  max-width: 12em;
  border: 1px solid !important;
}

form.mc4wp-form input[type=checkbox] + label {
  margin-top: 10px;
}

form.mc4wp-form .mc4wp-alert a,
form.mc4wp-form input[type=checkbox] + label a {
  text-decoration: underline;
  white-space: nowrap;
}

form.mc4wp-form .mc4wp-alert a:hover,
form.mc4wp-form input[type=checkbox] + label a:hover {
  text-decoration: none;
}

form.mc4wp-form .mc4wp-alert {
  border: 1px solid #ddd;
  margin: 1em 0;
  padding: 0.6em 1.2em;
  line-height: 1.5em;
  -webkit-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
}

form.mc4wp-form p {
  margin: 0;
}

form.mc4wp-form p + p,
form.mc4wp-form input + p {
  margin-top: 1em;
}

/*# sourceMappingURL=mailchimp-for-wp.css.map */
