﻿.popup-newsletter {
    /*    height: 100%;*/
    left: 0;
    position: fixed;
    top: 0;
    /*    width: 100%;*/
    z-index: 9999;
}

.PolicyAndTermsOnNewsletterPopup {
    font-size: 10pt;
    margin-bottom: 30px;
}

    .PolicyAndTermsOnNewsletterPopup a {
        font-size: 10pt;
    }

.popup-overlay {
    background: rgba(45,45,50,0.6);
    height: 100vh;
    position: fixed;
    width: 100vw;
    z-index: 999;
}

.popup-newsletter .popupnewsletter {
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 660px;
    padding: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.popup-newsletter .newsletter-popup {
    text-align: center;
}

.popup-newsletter .newsletter-content {
    background-size: 50% auto;
    background-repeat: no-repeat;
    margin: 0;
    padding: 45px 0;
    background-color: #fff;
}

.popup-newsletter .newsletter-popup .newsletter-content .btn.close {
    width: 30px;
    height: 30px;
    top: -15px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    color: #ffffff;
    z-index: 99999;
    background: #000;
    right: -15px;
    font-size: 14px;
    opacity: 1;
    padding: 0;
    border: 0;
}

.popup-newsletter .content-newsletter {
    margin-left: auto;
}

    .popup-newsletter .content-newsletter .wr-content-newsletter {
        padding: 0 30px;
        text-align: center;
    }

.popup-newsletter .newsletter-popup .newsletter-content .title {
    position: relative;
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 15px;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
}

.popup-newsletter .newsletter-popup .newsletter-content .sub-title {
    line-height: 24px;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    color: black;
    padding-top: 14px;
    font-size: 14pt;
}



#email-subscibe {
    overflow: hidden;
    padding: 30px 0;
}

#mc_embed_signup {
    clear: left;
    overflow: hidden;
}

    #mc_embed_signup form {
        display: inline !important;
        padding: 0 !important;
        text-align: center !important;
    }

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-left: 15px;
}

div.input-group.newsletter_form_content {
    width: 50%;
}

.popupnewsletter #mc_embed_signup input.input-group-field {
    display: inline-block;
    height: 36px;
    border: 1px solid #666;
    font-size: 14px;
    line-height: 51px;
    color: #000000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: left;
    font-weight: 400;
    padding: 0 10px;
    width: 100%;
    background: #fff;
}

#Subscribe {
    margin-top: 10px;
    width: 100%;
}

.checkbox_terms {
    display: inline-flex;
    margin-top: 15px;
    text-align: left;
}

#checkbox_text {
    font-weight: 300;
}

input#newsletterTerms {
    margin-right: 5px;
}
