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

form.mc4wp-form .mc4wp-form-fields input[type=email] {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border-radius: 4px;
  height: 60px;
  line-height: 60px;
  padding: 1em 15em 1em 1.7em;
}

form.mc4wp-form .mc4wp-form-fields button,
form.mc4wp-form .mc4wp-form-fields input[type=submit] {
  display: inline-block;
  vertical-align: top;
  max-width: 10.8em;
  padding: 0 2em;
  border-radius: 0 4px 4px 0;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 0;
  right: 0;
}

form.mc4wp-form .mc4wp-alert {
  margin: 20px 0 0;
  padding: 1em;
  line-height: 1.3em;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

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

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

.mc4wp-form label:has(> input[type=checkbox]),
form.mc4wp-form label {
  display: table;
  margin: 20px auto 0;
  text-align: center;
}

.subscribe-label-left form.mc4wp-form label,
.post_content_single form.mc4wp-form label {
  margin: 20px 0 0;
}

.widget form.mc4wp-form .mc4wp-form-fields input[type=email] {
  padding: 1em 1.7em;
  padding-right: 65px !important;
}
.widget form.mc4wp-form .mc4wp-form-fields input[type=submit] {
  position: relative;
  margin-top: 10px;
  border-radius: 4px;
}
.widget form.mc4wp-form .mc4wp-form-fields button {
  width: 60px;
  color: transparent !important;
  overflow: hidden;
  padding: 0 !important;
}
.widget form.mc4wp-form .mc4wp-form-fields button:before {
  font-size: 1.2em;
  content: "\e9b5";
  font-family: "fontello";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-weight: 400;
}
.widget form.mc4wp-form label {
  margin: 10px 0 0;
}
/*# sourceMappingURL=mailchimp-for-wp.css.map */