#forza_newsletter_popup {
    display: none;
    z-index: 999;
}

#forza_newsletter_popup .title {
    font-size: 28px;
    font-family: "Futura Bold";
    font-weight: 300;
    line-height: 28px;
    margin-bottom:15px;
}

#forza_newsletter_popup .left {
    width:100%;
}
#forza_newsletter_popup .right {
    display: none;
    padding-left: 30px;
}

@media only screen and (min-width: 768px) {
    #forza_newsletter_popup .left {
        width:40%;
        float:left;
    }

    #forza_newsletter_popup .right {
        width:60%;
        float:right;
        display: block;
    }
}

#forza_newsletter_popup .content {
    color: #fbe400;
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom:20px;
}

#forza_newsletter_popup input {
    margin-bottom:5px;
}

#forza_newsletter_popup #newsletter-error {
    color: red;
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom:5px;
}

#forza_newsletter_popup button {
    margin-bottom:15px;
    padding: 7px 14px;
}

#forza_newsletter_popup button:hover {
    background-color: #414141;
}

#forza_newsletter_popup .footer {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-bottom:30px;
}

#forza_newsletter_popup .footer a {
    font-weight: bold;
    color: white;
    text-decoration: underline;
}

.modal-popup.forza-newsletter-modal {
    transition: opacity 0.6s ease-in;
}

.modal-popup.forza-newsletter-modal .modal-inner-wrap {
    max-width: 600px;
    background-color: black;
    color: white;
    transition: transform 0.4s ease
}

.modal-popup.forza-newsletter-modal .action-close {
    right: -18px;
    top: -18px;
    background-color: #fbe400;
    border-radius: 19px;
    padding: 3px;
}

.modal-popup.forza-newsletter-modal .action-close:before {
    font-weight: bold;
}

.forza-newsletter-modals-overlay {
    display: none;
}

#forza_newsletter_banner {
    width: 100%;
    background-color: #fbe400;
    padding-left: 20px;
    padding-right: 20px;
}

#forza_newsletter_banner .main-content {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1408px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#forza_newsletter_banner .left {
    width: 100%;
    flex: none;
    margin-top: 40px;
    margin-bottom: 30px;
}

#forza_newsletter_banner .title {
    font-size: 24px;
    font-family: "Futura Bold";
    font-weight: 300;
    line-height: 1;
    margin-bottom: 8px;
}

#forza_newsletter_banner .content {
    font-size: 16px;
    line-height: 1.5;
}

#forza_newsletter_banner .form.subscribe {
    margin-top: 20px;
}

#forza_newsletter_banner .input-left {
    float: left;
    width: 60%;
    @include max-screen($screen__m) {
        width: 50%;
    }
}

#forza_newsletter_banner .input-left input {
    height: 52px;
    border-color: #fff;
    padding: 0 16px;
}

#forza_newsletter_banner .mage-error {
    color: red;
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom:5px;
}

#forza_newsletter_banner .button-right {
    width: 38%;
    float: right;
}

#forza_newsletter_banner button {
    background-color: black;
    padding: 14px 21px;
    span {
        color: white;

        &:after {
             -webkit-font-smoothing: antialiased;
             -moz-osx-font-smoothing: grayscale;
             font-size: 2.4rem;
             line-height: inherit;
             color: inherit;
             content: "";
             font-family: "dwd-icons";
             margin: 0 0 0 16px;
             vertical-align: text-top;
             display: inline-block;
             font-weight: normal;
             overflow: hidden;
             speak: none;
             text-align: center;
        }
    }
}

#forza_newsletter_banner button:hover {
    background-color: #414141;
}

#forza_newsletter_banner .right {
    width: 100%;
    display: none;
    align-items: center;
    text-align: center;
}

@media only screen and (min-width: 992px) {
    #forza_newsletter_banner .left {
        width: 65%;
    }

    #forza_newsletter_banner .right {
        width: 35%;
        display: flex;
    }

    #forza_newsletter_banner .title {
        font-size: 32px;
    }

    #forza_newsletter_banner .content {
        font-size: 24px;
    }
}
#forza_newsletter_banner button span::after {
    display:none;
}
@media only screen and (min-width: 992px) {
    #forza_newsletter_banner button span::after {
        display:inline-block;
    }
}
