/* MailChimp for WP styles
----------------------------------------------------------------- */
.mc4wp-form {
    position:relative;
    padding-right: 0;
}
.mc4wp-form .mc4wp-form-fields input[type="email"] {
    padding: 1em;
    width: 100%;
    vertical-align:top;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.mc4wp-form .mc4wp-form-fields input[type="submit"] {
    position: absolute;
    z-index:1;
    right: 0;
    top: 0;
    max-width:9.5em;
    vertical-align:top;
    padding: 1.4em 2.1em;
}

.mc4wp-form .mc4wp-alert {
    margin: 2em 0;
    padding: 1em;
}


.mailchimp_form .mailchimp_inputs{
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}
.mailchimp_form input[type="email"],
.mailchimp_form button{
    height: 3.125rem;
}
body .mailchimp_form input[type="email"] {
    width: 30.571rem;
    min-width: 3rem;
    margin-right: 0;
    line-height: inherit;
    border: none !important;
    padding: 1em 2.6em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.mailchimp_form input[type="email"] + button{
    margin-left: 0;
}
.mailchimp_form button{
    padding: 0;
    white-space: nowrap;
    width: 2.6em;
    line-height: 2.6em;
    height: 2.6em;
    font-size: 1em;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: auto;
}
.mailchimp_form button:before {
    content: '\E93F';
    font-family: 'fontello';
}

.mc4wp-form .terms_agree_checkbox_wrap {
    margin-top: 0.65em;
}
.mc4wp-form .terms_agree_checkbox input[type="checkbox"] {
    display: inline-block;
    position: relative;
    top: 1px;
    margin-right: 8px;
}

