﻿
#newsletter-popup-conatiner {
    background-color: rgba(12, 18, 21,0.80);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
}

#newsletter-pop-up {
    background: #ffffff repeat scroll 0 0;
    height: auto;
    left: 50%;
    min-width: 200px;
    max-width: 980px;
    max-height: 724px;
    position: absolute;
    text-align: left;
    padding: 0px;
    top: 45%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 0;
}

    #newsletter-pop-up img {
        max-width: 980px;
        width: 100%;
        height: 100%;
    }

    #newsletter-pop-up text {
        max-width: 800px;
        width: 100%;
        height: 100%;
    }

    #newsletter-pop-up .hide-popup {
        background: #ffffff;
        cursor: pointer;
        font-size: 14px;
        line-height: 30px;
        min-width: 100px;
        position: absolute;
        right: 0;
        text-align: center;
        top: -30px;
        color: #d10d0d;
        font-weight: bold;
        border-radius: 5px 5px 0 0;
    }

        #newsletter-pop-up .hide-popup:hover {
            background: #f5f1f1;
            color: #004A6A;
        }

.blog-classic .blog-classic-title {
    font-size: 18px;
    margin-bottom: 5px;
    height: 50px;
    overflow:hidden;
}

.news-v8-content h4{
    height: 52px;
    overflow: hidden;
}
@media only screen and (max-width:767px) {
    #newsletter-popup-conatiner {
        width: 100%;
    }

    #newsletter-pop-up {
        background: #ffffff repeat scroll 0 0;
        height: auto;
        left: 50%;
        min-width: 200px;
        max-width: 980px;
        max-height: 724px;
        width: 90%;
        position: absolute;
        text-align: left;
        padding: 10px;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        border-radius: 5px 0 5px 5px;
    }
}


@media only screen and (max-width:992px) {

    #newsletter-popup-conatiner {
        width: 100%;
    }
}
h5 > a {
    color: #a49ddf !important;
}

    h5 > a:hover {
        color: #6d7cb3 !important;
    }