﻿.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
    }

#pqt {
    font-family: poppins;
}

    #pqt .popup {
        margin: 0px auto;
        padding: 50px 20px;
        background: #fff;
        border-radius: 0px;
        height: auto;
        width: 890px;
        position: relative;
        text-align: center;
        top: 50% !important;
        position: fixed !important;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0px;
        left: 0;
    }

        #pqt .popup h2 {
            margin-top: 0;
            color: #333;
        }

        #pqt .popup .close {
            position: absolute;
            top: 0px;
            right: 0px;
            transition: all 200ms;
            font-size: 30px;
            font-weight: normal;
            text-decoration: none;
            text-align: center;
            background: #333;
            border-radius: 0;
            cursor: pointer;
            float: right;
            padding: 0;
            color: #fff;
            margin-top: 0;
            margin-right: 0;
            height: 40px;
            width: 40px;
            line-height: 45px;
        }

            #pqt .popup .close:hover {
                color: white;
            }

        #pqt .popup .content {
            max-height: 30%;
            overflow: auto;
        }

    #pqt .newletter-title h2 {
        font-size: 24px;
        text-transform: uppercase;
        color: #000;
        font-weight: 700;
        letter-spacing: 3px;
        margin: 0 0 15px;
    }

    #pqt .box-content label {
        font-weight: 400;
        max-width: 560px;
        display: inline-block;
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 26px;
    }

.newletter-popup {
    background: #fff;
    top: 50% !important;
    position: fixed !important;
    padding: 0;
    text-align: center;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#pqt #frm_subscribe #subscribe_pemail {
    background: #EBEBEB none repeat scroll 0% 0%;
    border: medium none;
    height: 40px;
    width: 65%;
    margin: 20px 0;
    padding-left: 15px;
}

#pqt #frm_subscribe a {
    cursor: pointer;
    border: none;
    background: #333;
    padding: 3px 25px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    line-height: 34px;
    display: inline-block;
    border-radius: 0;
    letter-spacing: 2px;
}

#pqt .box-content .subscribe-bottom {
    margin-top: 20px;
}

    #pqt .box-content .subscribe-bottom #newsletter_popup_dont_show_again {
        display: inline-block;
        margin: 0;
        vertical-align: middle;
        margin-top: -1px;
    }

    #pqt .box-content .subscribe-bottom label {
        margin: 0;
        font-weight: 400;
        max-width: 650px;
        display: inline-block;
        margin-bottom: 5px;
        font-size: 12px;
    }
