/* MailChimp for WP styles
----------------------------------------------------------------- */
.mc4wp-form-fields {
  position: relative;
}
.mc4wp-form-fields:after {
  content: "\e9c6";
  font-family: "fontello";
  font-size: 22px;
  display: block;
  position: absolute;
  z-index: 0;
  top: 4px;
  right: 4px;
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  border-radius: var(--theme-var-rad);
  pointer-events: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--theme-color-text_dark);
  color: var(--theme-color-content_bg);
}
.mc4wp-form-fields:hover:after {
  background-color: var(--theme-color-accent_link);
  color: var(--theme-color-accent_text);
}
.mc4wp-form-fields input[type=email] {
  width: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 11px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 5.45em;
  border-radius: var(--theme-var-rad);
  -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0 3px 16px rgba(0, 0, 0, 0.0509803922);
}
.mc4wp-form-fields input[type=email]::-webkit-input-placeholder {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.mc4wp-form-fields input[type=email]::-moz-placeholder {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.mc4wp-form-fields input[type=email]:-ms-input-placeholder {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.mc4wp-form-fields input[type=email]::-ms-input-placeholder {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.mc4wp-form-fields input[type=email]::placeholder {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.mc4wp-form-fields input[type=submit] {
  display: block;
  text-indent: -1000px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 4em;
  height: 100%;
  padding: 0;
  border: none !important;
  background: none !important;
  cursor: pointer;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  overflow: hidden;
}

/* Messages */
.mc4wp-form-fields ~ .mc4wp-response:not(:empty) {
  margin-top: 20px;
}

.mc4wp-response > div {
  font-size: 13px;
  line-height: 23px;
  padding: var(--theme-var-msg_padding) !important;
  border-radius: 5px;
  color: var(--theme-color-text) !important;
  background-color: var(--theme-color-content_bg) !important;
  border: 1px solid var(--theme-color-bd_color) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  overflow: hidden;
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  margin: 0 !important;
}
.mc4wp-response > div:empty {
  display: none;
}
.mc4wp-response > div:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--theme-color-menu_bg);
  display: block !important;
  -webkit-transform: translateZ(-1px);
          transform: translateZ(-1px);
}
.mc4wp-response > div:after {
  display: none;
}
.mc4wp-response > div * {
  background-color: transparent !important;
  color: inherit !important;
  border: none !important;
  padding: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
}
.mc4wp-response > div *:before {
  display: none !important;
}
.mc4wp-response > div img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: none;
  margin-right: 7px;
}
.mc4wp-response > div.mc4wp-error {
  border-color: var(--theme-color-accent_link2_05) !important;
}
.mc4wp-response > div.mc4wp-error:before {
  background-color: var(--theme-color-accent_link2_005);
}
.mc4wp-response > div.mc4wp-updated {
  border-color: var(--theme-color-accent_link5_05) !important;
}
.mc4wp-response > div.mc4wp-updated:before {
  background-color: var(--theme-color-accent_link5_005);
}
.mc4wp-response > div.mc4wp-info {
  border-color: var(--theme-color-accent_link_05) !important;
}
.mc4wp-response > div.mc4wp-info:before {
  background-color: var(--theme-color-accent_link_005);
}
.mc4wp-response > div.mc4wp-warning {
  border-color: var(--theme-color-accent_link3_05) !important;
}
.mc4wp-response > div.mc4wp-warning:before {
  background-color: var(--theme-color-accent_link3_005);
}
.mc4wp-response > div p {
  margin: 0;
}

/* Style 5 */
#style-5.mc4wp-form .mc4wp-form-fields {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#style-5.mc4wp-form .mc4wp-form-fields:before {
  color: var(--theme-color-text_link);
  content: "\ea08";
  font-family: "fontello";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  width: auto;
  line-height: inherit;
  text-align: right;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#style-5.mc4wp-form .mc4wp-form-fields:after {
  display: none;
}
#style-5.mc4wp-form .mc4wp-form-fields input[type=email] {
  border: none;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 28px;
  font-weight: 600;
  padding: 0;
  height: 1.5em;
  line-height: normal;
  margin-right: 20px;
  position: relative;
  z-index: 2;
  margin-left: -10px;
  text-indent: 7px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
#style-5.mc4wp-form .mc4wp-form-fields input[type=email]::-webkit-input-placeholder {
  text-transform: none;
  letter-spacing: -0.01em;
}
#style-5.mc4wp-form .mc4wp-form-fields input[type=email]::-moz-placeholder {
  text-transform: none;
  letter-spacing: -0.01em;
}
#style-5.mc4wp-form .mc4wp-form-fields input[type=email]:-ms-input-placeholder {
  text-transform: none;
  letter-spacing: -0.01em;
}
#style-5.mc4wp-form .mc4wp-form-fields input[type=email]::-ms-input-placeholder {
  text-transform: none;
  letter-spacing: -0.01em;
}
#style-5.mc4wp-form .mc4wp-form-fields input[type=email]::placeholder {
  text-transform: none;
  letter-spacing: -0.01em;
}
#style-5.mc4wp-form .mc4wp-form-fields input[type=email]::-webkit-input-placeholder {
  color: var(--theme-color-text_dark);
  opacity: 1;
}
#style-5.mc4wp-form .mc4wp-form-fields input[type=email]::-moz-placeholder {
  color: var(--theme-color-text_dark);
  opacity: 1;
}
#style-5.mc4wp-form .mc4wp-form-fields input[type=email]:-moz-placeholder {
  color: var(--theme-color-text_dark);
  opacity: 1;
}
#style-5.mc4wp-form .mc4wp-form-fields input[type=email]:-ms-input-placeholder {
  color: var(--theme-color-text_dark);
  opacity: 1;
}
#style-5.mc4wp-form .mc4wp-form-fields input[type=email]:hover, #style-5.mc4wp-form .mc4wp-form-fields input[type=email]:active, #style-5.mc4wp-form .mc4wp-form-fields input[type=email]:focus {
  color: var(--theme-color-text_dark);
  opacity: 1;
}
#style-5.mc4wp-form .mc4wp-form-fields button,
#style-5.mc4wp-form .mc4wp-form-fields input[type=submit] {
  color: transparent !important;
  background: none !important;
  overflow: hidden;
  padding: 0 !important;
  font-size: 16px;
  display: inline-block;
  font-weight: 400;
  width: 100px;
  height: 2.2em;
  line-height: 2.2em;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  position: relative;
}
#style-5.mc4wp-form .mc4wp-form-fields button:hover:before,
#style-5.mc4wp-form .mc4wp-form-fields input[type=submit]:hover:before {
  color: var(--theme-color-text_hover);
}
#style-5.mc4wp-form .mc4wp-form-fields button[disabled]:before, #style-5.mc4wp-form .mc4wp-form-fields button[disabled]:hover:before,
#style-5.mc4wp-form .mc4wp-form-fields input[type=submit][disabled]:before,
#style-5.mc4wp-form .mc4wp-form-fields input[type=submit][disabled]:hover:before {
  color: var(--theme-color-text_dark);
}
#style-5.mc4wp-form input[type=checkbox] {
  display: none;
}
#style-5.mc4wp-form label {
  padding: 0 0 0 73px;
  font-size: 16px;
  display: inline-block;
  width: 55%;
  line-height: 18px;
  margin: 0;
  color: var(--theme-color-text_dark);
  border-color: var(--theme-color-text_dark);
}
#style-5.mc4wp-form label a:hover {
  color: var(--theme-color-text);
  border-color: var(--theme-color-text);
}
#style-5.mc4wp-form input[type=checkbox]:checked + label:before {
  content: "\e814";
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-width: 1px;
}
#style-5.mc4wp-form input[type=checkbox] + label:before {
  border-color: var(--theme-color-bd_color) !important;
  width: 53px;
  height: 53px;
  line-height: 51px;
  font-size: 13px;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Style 10 */
#style-10.mc4wp-form:before {
  content: "\e908";
  font-family: "fontello";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
  border-radius: 50%;
  color: var(--theme-color-accent_text) !important;
  border-color: var(--theme-color-accent_link) !important;
  background-color: var(--theme-color-accent_link) !important;
  -webkit-box-shadow: var(--theme-var-btn_shadow) var(--theme-color-accent_link_02) !important;
          box-shadow: var(--theme-var-btn_shadow) var(--theme-color-accent_link_02) !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
  text-align: center;
  color: var(--theme-color-inverse_link) !important;
}
#style-10.mc4wp-form .mc4wp-form-fields {
  position: relative;
}
#style-10.mc4wp-form .mc4wp-form-fields:before {
  display: block;
  color: var(--theme-color-text);
  content: "\e818";
  font-family: "fontello";
  width: 1.5em;
  height: 2em;
  line-height: 2em;
  font-size: 14px;
  position: absolute;
  top: 11px;
  left: 18px;
}
#style-10.mc4wp-form .mc4wp-form-fields:after {
  display: none;
}
#style-10.mc4wp-form .mc4wp-form-fields input[type=email] {
  padding: 0.7em 0.7em 0.7em 3.4em;
  font-size: 14px;
  line-height: 18px;
  width: calc(100% - 54px);
  margin: 0;
  height: 50px;
  border: none;
  background-color: var(--theme-color-alter_bg_color) !important;
  border-radius: 30px;
  -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-10.mc4wp-form .mc4wp-form-fields input[type=email]::-webkit-input-placeholder {
  color: var(--theme-color-text);
  opacity: 1;
}
#style-10.mc4wp-form .mc4wp-form-fields input[type=email]::-moz-placeholder {
  color: var(--theme-color-text);
  opacity: 1;
}
#style-10.mc4wp-form .mc4wp-form-fields input[type=email]:-moz-placeholder {
  color: var(--theme-color-text);
  opacity: 1;
}
#style-10.mc4wp-form .mc4wp-form-fields input[type=email]:-ms-input-placeholder {
  color: var(--theme-color-text);
  opacity: 1;
}
#style-10.mc4wp-form .mc4wp-form-fields input[type=email]:hover, #style-10.mc4wp-form .mc4wp-form-fields input[type=email]:active, #style-10.mc4wp-form .mc4wp-form-fields input[type=email]:focus {
  color: var(--theme-color-text_dark);
  opacity: 1;
}
#style-10.mc4wp-form .mc4wp-form-fields input[type=email]::-webkit-input-placeholder {
  text-transform: none;
  letter-spacing: -0.01em;
}
#style-10.mc4wp-form .mc4wp-form-fields input[type=email]::-moz-placeholder {
  text-transform: none;
  letter-spacing: -0.01em;
}
#style-10.mc4wp-form .mc4wp-form-fields input[type=email]:-ms-input-placeholder {
  text-transform: none;
  letter-spacing: -0.01em;
}
#style-10.mc4wp-form .mc4wp-form-fields input[type=email]::-ms-input-placeholder {
  text-transform: none;
  letter-spacing: -0.01em;
}
#style-10.mc4wp-form .mc4wp-form-fields input[type=email]::placeholder {
  text-transform: none;
  letter-spacing: -0.01em;
}
#style-10.mc4wp-form .mc4wp-form-fields button,
#style-10.mc4wp-form .mc4wp-form-fields input[type=submit] {
  width: 50px;
  overflow: hidden;
  opacity: 0;
  z-index: 3;
  height: 50px;
  line-height: 50px;
  position: absolute;
  margin: 0;
  top: 0;
  right: 0;
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  white-space: normal;
  border-radius: 50%;
  color: var(--theme-color-accent_text) !important;
  border-color: var(--theme-color-accent_link) !important;
  background-color: var(--theme-color-accent_link) !important;
  -webkit-box-shadow: var(--theme-var-btn_shadow) var(--theme-color-accent_link_02) !important;
          box-shadow: var(--theme-var-btn_shadow) var(--theme-color-accent_link_02) !important;
  color: transparent !important;
  padding: 0 !important;
}
#style-10.mc4wp-form .mc4wp-form-fields button:hover, #style-10.mc4wp-form .mc4wp-form-fields button:active, #style-10.mc4wp-form .mc4wp-form-fields button:focus,
#style-10.mc4wp-form .mc4wp-form-fields input[type=submit]:hover,
#style-10.mc4wp-form .mc4wp-form-fields input[type=submit]:active,
#style-10.mc4wp-form .mc4wp-form-fields input[type=submit]:focus {
  color: var(--theme-color-accent_text) !important;
  border-color: var(--theme-color-accent_hover) !important;
  background-color: var(--theme-color-accent_hover) !important;
  -webkit-box-shadow: var(--theme-var-btn_shadow) var(--theme-color-accent_hover_02) !important;
          box-shadow: var(--theme-var-btn_shadow) var(--theme-color-accent_hover_02) !important;
  color: transparent !important;
}
#style-10.mc4wp-form .mc4wp-form-fields button:hover:before, #style-10.mc4wp-form .mc4wp-form-fields button:active:before, #style-10.mc4wp-form .mc4wp-form-fields button:focus:before,
#style-10.mc4wp-form .mc4wp-form-fields input[type=submit]:hover:before,
#style-10.mc4wp-form .mc4wp-form-fields input[type=submit]:active:before,
#style-10.mc4wp-form .mc4wp-form-fields input[type=submit]:focus:before {
  color: var(--theme-color-inverse_link) !important;
}
#style-10.mc4wp-form .mc4wp-form-fields button[disabled]:hover,
#style-10.mc4wp-form .mc4wp-form-fields input[type=submit][disabled]:hover {
  color: var(--theme-color-accent_text) !important;
  border-color: var(--theme-color-accent_link) !important;
  background-color: var(--theme-color-accent_link) !important;
  -webkit-box-shadow: var(--theme-var-btn_shadow) var(--theme-color-accent_link_02) !important;
          box-shadow: var(--theme-var-btn_shadow) var(--theme-color-accent_link_02) !important;
  color: transparent !important;
}
#style-10.mc4wp-form .mc4wp-form-fields button[disabled]:hover:before,
#style-10.mc4wp-form .mc4wp-form-fields input[type=submit][disabled]:hover:before {
  color: var(--theme-color-inverse_link) !important;
}
#style-10.mc4wp-form label {
  display: table;
  margin: 18px 0 0;
  color: var(--theme-color-text_light);
}
#style-10.mc4wp-form input[type=checkbox] + label:before {
  text-indent: -1px;
  border-color: var(--theme-color-text_light) !important;
  background-color: var(--theme-color-alter_bg_color) !important;
}
