/* 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 4 */
#style-4.mc4wp-form .mc4wp-form-fields {
  position: relative; }
  #style-4.mc4wp-form .mc4wp-form-fields label {
    color: var(--theme-color-extra_dark); }
    #style-4.mc4wp-form .mc4wp-form-fields label a {
      border-bottom-color: var(--theme-color-extra_dark); }
      #style-4.mc4wp-form .mc4wp-form-fields label a:hover {
        color: var(--theme-color-text_dark); }
#style-4.mc4wp-form .mc4wp-form-fields input[type="email"] {
  padding: 0.7em 1.3em;
  font-size: 16px;
  line-height: 22px;
  width: calc(100% - 200px);
  margin: 0;
  height: 55px;
  border: none;
  background-color: var(--theme-color-alter_bg_color) !important;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.05) !important;
  -ms-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.05) !important; }
  #style-4.mc4wp-form .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder {
    color: var(--theme-color-text);
    opacity: 1; }
  #style-4.mc4wp-form .mc4wp-form-fields input[type="email"]::-moz-placeholder {
    color: var(--theme-color-text);
    opacity: 1; }
  #style-4.mc4wp-form .mc4wp-form-fields input[type="email"]:-moz-placeholder {
    color: var(--theme-color-text);
    opacity: 1; }
  #style-4.mc4wp-form .mc4wp-form-fields input[type="email"]:-ms-input-placeholder {
    color: var(--theme-color-text);
    opacity: 1; }
  #style-4.mc4wp-form .mc4wp-form-fields input[type="email"]:hover, #style-4.mc4wp-form .mc4wp-form-fields input[type="email"]:active, #style-4.mc4wp-form .mc4wp-form-fields input[type="email"]:focus {
    color: var(--theme-color-text_dark);
    opacity: 1; }
#style-4.mc4wp-form .mc4wp-form-fields button,
#style-4.mc4wp-form .mc4wp-form-fields input[type="submit"] {
  width: 190px;
  background: none !important;
  overflow: hidden;
  height: 55px;
  line-height: 50px;
  position: absolute;
  margin: 0;
  top: 0;
  right: 0;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  white-space: normal;
  letter-spacing: 0.5px;
  border-radius: 0px;
  -webkit-box-shadow: 0 7px 25px var(--theme-color-text_dark_02) !important;
  -ms-box-shadow: 0 7px 25px var(--theme-color-text_dark_02) !important;
  box-shadow: 0 7px 25px var(--theme-color-text_dark_02) !important;
  color: var(--theme-color-extra_dark) !important;
  border-color: var(--theme-color-text_dark) !important;
  background-color: var(--theme-color-text_dark) !important;
  padding: 0 5px !important; }
  #style-4.mc4wp-form .mc4wp-form-fields button:hover, #style-4.mc4wp-form .mc4wp-form-fields button:active, #style-4.mc4wp-form .mc4wp-form-fields button:focus,
  #style-4.mc4wp-form .mc4wp-form-fields input[type="submit"]:hover,
  #style-4.mc4wp-form .mc4wp-form-fields input[type="submit"]:active,
  #style-4.mc4wp-form .mc4wp-form-fields input[type="submit"]:focus {
    color: var(--theme-color-text_dark) !important;
    border-color: var(--theme-color-text_dark) !important;
    background-color: transparent !important; }
  #style-4.mc4wp-form .mc4wp-form-fields button:before,
  #style-4.mc4wp-form .mc4wp-form-fields input[type="submit"]:before {
    content: '\e9a5';
    font-family: "fontello";
    position: relative;
    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;
    transition: all 0.3s ease;
    margin: 0 12px 0 0;
    font-size: 17px; }
  #style-4.mc4wp-form .mc4wp-form-fields button[disabled]:hover,
  #style-4.mc4wp-form .mc4wp-form-fields input[type="submit"][disabled]:hover {
    color: var(--theme-color-extra_dark) !important;
    border-color: var(--theme-color-text_dark) !important;
    background-color: var(--theme-color-text_dark) !important; }
#style-4.mc4wp-form label {
  display: table;
  margin: 16px 0 0; }
#style-4.mc4wp-form input[type="checkbox"] + label:before {
  border-color: var(--theme-color-bd_color) !important;
  background-color: var(--theme-color-alter_bg_color) !important; }

.footer_wrap #style-4.mc4wp-form .mc4wp-form-fields label a {
  color: var(--theme-inverse_link); }
  .footer_wrap #style-4.mc4wp-form .mc4wp-form-fields label a:hover {
    color: var(--theme-color-text_dark); }

/* Style 11 */
.ua_safari #style-11.mc4wp-form .mc4wp-form-fields:before {
  top: 12px; }

#style-11.mc4wp-form .mc4wp-form-fields {
  position: relative;
  padding-bottom: 80px; }
  #style-11.mc4wp-form .mc4wp-form-fields:before {
    display: block;
    color: var(--theme-color-text);
    content: '\e9a3';
    font-family: "fontello";
    width: 1.5em;
    height: 2em;
    line-height: 2em;
    font-size: 14px;
    position: absolute;
    top: 11px;
    left: 0; }
#style-11.mc4wp-form .mc4wp-form-fields input[type="email"] {
  padding: 10px 35px 10px 27px;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid var(--theme-color-text_dark); }
  #style-11.mc4wp-form .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder {
    color: var(--theme-color-text);
    opacity: 1; }
  #style-11.mc4wp-form .mc4wp-form-fields input[type="email"]::-moz-placeholder {
    color: var(--theme-color-text);
    opacity: 1; }
  #style-11.mc4wp-form .mc4wp-form-fields input[type="email"]:-moz-placeholder {
    color: var(--theme-color-text);
    opacity: 1; }
  #style-11.mc4wp-form .mc4wp-form-fields input[type="email"]:-ms-input-placeholder {
    color: var(--theme-color-text);
    opacity: 1; }
  #style-11.mc4wp-form .mc4wp-form-fields input[type="email"]:hover, #style-11.mc4wp-form .mc4wp-form-fields input[type="email"]:active, #style-11.mc4wp-form .mc4wp-form-fields input[type="email"]:focus {
    color: var(--theme-color-text_dark);
    opacity: 1; }
#style-11.mc4wp-form .mc4wp-form-fields button,
#style-11.mc4wp-form .mc4wp-form-fields input[type="submit"] {
  width: 100%;
  overflow: hidden;
  padding: 0 20px !important;
  height: 55px;
  line-height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  text-align: center; }
#style-11.mc4wp-form label {
  display: table;
  margin: 22px 0 0; }
#style-11.mc4wp-form input[type="checkbox"] + label:before {
  border-color: var(--theme-color-bd_color) !important;
  background-color: var(--theme-color-alter_bg_color) !important; }
