.ce-subscribe-form {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
}

.elementor-field-type-subscribe {
  align-items: center;
}

.elementor-field-type-subscribe input[type=email] {
  color: #777;
  background: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  transition: 0.5s;
}
.elementor-field-type-subscribe input[type=email]::placeholder {
  font-style: italic;
  color: #777;
  font-weight: 400;
  opacity: 1;
}
@media (max-width: 767px) {
  .elementor-field-type-subscribe input[type=email] {
    font-size: 16px;
  }
}

.elementor-field-type-subscribe button[type=submit] {
  position: absolute;
  right: 0;
}

.elementor-form-spinner ~ span[class*=icon] {
  display: none;
}

/*# sourceMappingURL=widget-email-subscription.min.css.map */
