#newsletter_cta_excerpt {
    position: relative;
}
#newsletter_cta_excerpt::after {
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background-image: url('../img/newsletter_cta_fade.png');
    background-size: 100% 100%;
}
#newsletter_cta #wp-worthy-pixel {
    display: none;
}

/*

#newsletter_cta {
    padding: 0 20px 40px;
    margin-top: 40px;
    background-color: #e0dace;
    border-top: 5px solid #A03638;
    border-bottom: 5px solid #A03638;
}
#newsletter_cta p {
    background-color: transparent !important;
}

#newsletter_cta_form .btn,
.newsletter.btn.submit {
    padding: 8px 1em 7px;
    background-color: #A03638;
    color: white;
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
}
#newsletter_cta_form input[type="text"] {
    border-color: white !important;
    font-size: 18px;
    margin-right: 1em;
}

@media screen and (max-width:580px)
{
    #newsletter_cta_form input[type="text"] {
        width: 100%;
        margin: 0 0 1em 0;
    }
    #newsletter_cta_form .btn {
        width: 100%;
        display: inline-block;
        box-sizing: border-box;
        padding: 0 6px;
        text-align: center;
    }
}
*/

#newsletter_cta p {
    margin: 28px 0 16px;
}
#newsletter_cta_form .btn.submit {
    border-radius: 0;
}
#newsletter_cta .btn {
    width: 35%;
}
#newsletter_cta .newsletter_input {
    width: 62%;
}
#newsletter_cta .newsletter_box_article {
    padding-bottom: 32px;
}
#content .paywall {
    display: none;
}