/* MailChimp for WP styles
----------------------------------------------------------------- */
/* Global */
form.mc4wp-form input[type="checkbox"] + label:before {
  letter-spacing: 0;
}

form.mc4wp-form .mc4wp-alert {
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1.5em;
  font-size: 14px;
}

form.mc4wp-form .mc4wp-alert a {
  color: var(--theme-color-text_link) !important;
}

form.mc4wp-form .mc4wp-alert a:hover {
  color: var(--theme-color-text_hover) !important;
}

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

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

.mc4wp-form .mc4wp-form-fields input[type="email"] {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.mc4wp_error_field {
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
}

.mc4wp-form label {
  cursor: pointer;
}

/* Style 1 */
#style-1.mc4wp-form .mc4wp-form-fields {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 46%;
  margin: 0 auto;
}
#style-1.mc4wp-form .mc4wp-form-fields input[type="email"] {
  padding: 0 1.2em 0 0;
  font-size: 35px;
  line-height: 43px;
  width: 100%;
  letter-spacing: -.7px;
  border: none;
}
#style-1.mc4wp-form .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder {
  color: var(--theme-color-text_dark);
  opacity: 0.8;
}
#style-1.mc4wp-form .mc4wp-form-fields input[type="email"]::-moz-placeholder {
  color: var(--theme-color-text_dark);
  opacity: 0.8;
}
#style-1.mc4wp-form .mc4wp-form-fields input[type="email"]:-moz-placeholder {
  color: var(--theme-color-text_dark);
  opacity: 0.8;
}
#style-1.mc4wp-form .mc4wp-form-fields input[type="email"]:-ms-input-placeholder {
  color: var(--theme-color-text_dark);
  opacity: 0.8;
}
#style-1.mc4wp-form .mc4wp-form-fields input[type="email"]:hover, #style-1.mc4wp-form .mc4wp-form-fields input[type="email"]:active, #style-1.mc4wp-form .mc4wp-form-fields input[type="email"]:focus {
  color: var(--theme-color-text_dark);
  opacity: 1;
}
#style-1.mc4wp-form .mc4wp-form-fields button,
#style-1.mc4wp-form .mc4wp-form-fields input[type="submit"] {
  width: 30px;
  color: transparent !important;
  background: none !important;
  overflow: hidden;
  padding: 0 !important;
  line-height: 46px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 22px;
  display: inline-block;
}
#style-1.mc4wp-form .mc4wp-form-fields button:before,
#style-1.mc4wp-form .mc4wp-form-fields input[type="submit"]:before {
  color: var(--theme-color-text_dark);
  content: '\ea2c';
  font-family: "fontello";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  line-height: inherit;
  text-align: right;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#style-1.mc4wp-form .mc4wp-form-fields button:hover:before,
#style-1.mc4wp-form .mc4wp-form-fields input[type="submit"]:hover:before {
  color: var(--theme-color-text_link);
}
#style-1.mc4wp-form .mc4wp-form-fields button[disabled]:hover:before,
#style-1.mc4wp-form .mc4wp-form-fields input[type="submit"][disabled]:hover:before {
  color: var(--theme-color-text_dark);
}
#style-1.mc4wp-form p {
  font-size: 35px;
  line-height: 43px;
  font-weight: 500;
  margin: 0;
  color: var(--theme-color-text_dark);
  text-align: center;
  cursor: default;
  padding-right: 0;
  letter-spacing: -.7px;
}
#style-1.mc4wp-form p.error_item {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
#style-1.mc4wp-form div:not(.trx_addons_message_box) {
  position: relative;
}
#style-1.mc4wp-form div label input {
  margin-right: 10px !important;
}
#style-1.mc4wp-form div label {
  margin-top: 9px;
  display: block;
}
#style-1.mc4wp-form input[type="checkbox"] + label:before {
  border-color: var(--theme-color-text_light) !important;
}
#style-1.mc4wp-form .mc4wp-response p {
  font-size: 18px;
  line-height: 24px;
}

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