
.ce-subscribe-form-wrapper {
    display: inline-block;

    vertical-align: middle;

    margin-bottom: 0;
    margin-top: 0;
    max-width: 658px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 780px) {
    .ce-subscribe-form-wrapper {
        width: 45%;
    }
}

.ce-subscribe-form {

    position: relative;

}

@media (min-width: 780px) {
    .ce-subscribe-form {
        padding-right: 199px;
        padding-left: 20px;
    }
}

.ce-subscribe-form button {

    height: 44px;
    width: 100%;
    margin-top: 10px;

}

@media (min-width: 780px) {
    .ce-subscribe-form button {
        width: 239px;
        margin-top: 0;
    }
}

@media (min-width: 780px) {

    .ce-subscribe-form button {
        position: absolute;
        top: 0;
        right: 0;
    }

}

.ce-subscribe-form .ce-email-input {
    background-image: url(../images/ico-mail@x2.png) !important;
    background-position: 15px 12px;
    background-repeat: no-repeat;
    background-size: 24px 16px;
    opacity: .6;
    width: 100%;
    padding: 5px 52px;
    height: 44px;
    text-align: left;
    border-color: #e6edf3;
    text-indent: 0;
    color: #222;
    outline: none !important;
}

.ce-subscribe-form input.ce-email-input:focus {
    background-image: url(../images/ico-mail-active@x2.png) !important;
    border-color: #e6edf3;
}

.ce-subscribe-form input.ce-email-input.ce-error-input {

    background-image: url(../images/ico-mail-error@x2.png) !important;
    border: 1px solid #fc4161 !important;

}

/*
Large Form
*/
.ce-subscribe-form-large {
    width: 401px;
    margin: 5px auto;
}

/*
CTA fix
*/
.widget-keep-informed.blue-bg .gform_body .gfield.field_description_below.gfield-medium {
    margin-top: 0;
    padding-right: 0
}

.ce-subscribe-form-large input {
    border-width: 1px;
    border-color: #e6edf3;
    text-align: left;
    padding: 11px 51px !important;
    width: 100%;
    display: block;
    opacity: .6;
    background-position: 15px 7px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    margin-bottom: 15px;

}

.ce-subscribe-form-large input:focus {
    border-color: #bfe1f8;
}

.ce-subscribe-form-large .ce-name-input {

    background-image: url(../images/ico-person@x2.png);

}

.ce-subscribe-form-large .ce-email-input {

    background-image: url(../images/ico-mail@x2.png);
    background-size: 24px 16px;
    background-position: 15px 12px;

}

.ce-subscribe-form-large .ce-name-input:focus {
    background-image: url(../images/ico-person-active@x2.png);
}

.ce-subscribe-form-large .ce-email-input:focus {
    background-image: url(../images/ico-mail-active@x2.png);
}

.ce-subscribe-form-large.ce-error-form .ce-name-input {
    background-image: url(../images/ico-person-error@x2.png);
}

.ce-subscribe-form-large .ce-email-input.ce-error-input {
    background-image: url(../images/ico-mail-error@x2.png);
    border: 1px solid #fc4161 !important;
}

.ce-subscribe-form-large button {
    height: 37px;
    width: 145px;
    background-color: #fff;
    color: #65bbf2 !important;
    border: 1px solid #daecf8;
    padding: 1px 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 10px;
}

.ce-subscribe-form-large button:hover {
    color: #fff !important;
}

.ce-subscribe-form-large.ce-error-form input {
    border-color: #fc4161;
}

@media (min-width: 780px) {
    .ce-single-post-subscribe .ce-subscribe-form-wrapper {

        width: 90%;

    }
}