/*MAILCHIMP DEFAULT MAIN FORM */

#mc-form {
    display: inline-block;
    clear: both;
    width: 100%;
    /*min-height: 445px;*/
    max-width: 1170px;
    background: url(../images/cta-mask.png) no-repeat left top #fff;
    background-size: contain;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 50px 91px rgba(8, 21, 66, 0.06);
}

#mc-form .span_12 {
    background: url(../images/cta-thumb.png) no-repeat center top;
    width: 100%;
    display: block;
    clear: both;
}

#mc-form .form-wrapper {
    display: block;
    margin: 0 auto;
    max-width: 80%;

}

._form_29 {
    text-align: center;

    max-width: 500px;
    margin: 0 auto;

}

._form_29 ._button-wrapper._inline-style {
    text-align: center;
    margin: 0 auto !important;
    float: none !important
}

._form_29 #_form_29_submit {
    margin: 0 auto;
    float: none !important;
    font-family: "CircularStd-Medium" !important;
    text-transform: lowercase;
}

._form_29 ._html-code p {
    text-align: center;
}

._form_29 form._form_29 {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

._form_29,
#mc4wp-form-1 {
    color: #2a3135;
}


#mc4wp-form-1 h2 {
    font-family: "CircularStd-Bold";
    font-size: 34px;

}

.ac_form  .wpb_wrapper h2 {
    margin-top: 170px;
}

.ac_form h4,
#mc4wp-form-1 h4 {
    font-family: "CircularStd-Medium";
    font-size: 18px;
    color: #637178;
    font-weight: normal;
    max-width: 60%;
    margin: 11px auto;
    line-height: 1.2em;
}

._form_29 input[type="text"] {
    width: 100% !important;
}

#mc4wp-form-1 .mc4wp-form-fields .mailchimp-name input[type="text"] {
    width: 38%;
}

._form_29 input[type="email"] {
    width: 100% !important;
}

#mc4wp-form-1 .mc4wp-form-fields .mailchimp-email input[type="email"] {
    width: 38%;
}

._form_29 input[type="submit"],
#mc4wp-form-1 .mc4wp-form-fields .mailchimp-button input[type="submit"] {
    width: 20%;
}

._form_29 input[type="text"],
#mc4wp-form-1 .mc4wp-form-fields .mailchimp-name input[type="text"] {
    border: 1px solid #d6dcdf !important;
    color: #adb6be !important;
    background-color: #ffffff !important;
    border-radius: 6px !important;
    float: left;
    margin-right: 10px;
    font-size: 16px;
    color: #a9b8c0 !important;
}

._form_29 input[type="email"],
#mc4wp-form-1 .mc4wp-form-fields .mailchimp-email input[type="email"] {
    border: 1px solid #d6dcdf !important;
    color: #adb6be !important;
    background-color: #ffffff !important;
    border-radius: 6px !important;
    font-size: 16px;
    float: left;
    margin-right: 10px;
    color: #a9b8c0 !important;

}

._form_29 input[type="submit"],
#mc4wp-form-1 .mc4wp-form-fields .mailchimp-button input[type="submit"] {
    /*background-color: #0d91ff !important;*/

    color: #FFFFFF;

    background: #1089f9;

    font-size: 18px;
    padding: 19px 20px;
    float: left;
    border-radius: 4px !important;

    transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1);
    font-family: "CircularStd-Medium";
    text-transform: lowercase;
}

.mc4wp-notice {
    clear: both;
}

.mc4wp-notice p {

    font-style: italic;
    font-size: 13px;
    padding: 10px 0;
}

@media screen and (max-width: 640px) {

    #mc-form {

        background-image: linear-gradient(180deg, #ffffff 0%, #f4f7fb 50%, #ffffff 100%) !important;
    }

    ._form_29 h2,
    #mc4wp-form-1 h2 {
        font-size: 20px;
        line-height: 1.2em;
    }

    ._form_29 h4,
    #mc4wp-form-1 h4 {
        font-size: 16px;
        max-width: 90%;
    }

    #mc-form .span_12 {
        background-image: url(../images/bg-mailchimp-mobile.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top center;

    }

    .mailchimp-button,
    #mc4wp-form-1 .mc4wp-form-fields .mailchimp-email input[type="email"],
    #mc4wp-form-1 .mc4wp-form-fields .mailchimp-name input[type="text"] {
        width: 100%;
        margin: 5px 0;
    }

    #mc4wp-form-1 .mc4wp-form-fields .mailchimp-button input[type="submit"] {
        width: 80%;
        border-radius: 4px !important;
        margin: 10px auto;
        float: none;

    }

}

.mc4wp-success p {
    margin-top: 200px;
    font-size: 20px;
}

/*MAILCHIMP DEFAULT MAIN FORM */