﻿/*
* Copyright 2016 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.footer-1 .newsletter-subscribe {
    display: none !important;
}

.newsletter-subscribe-popup-overlay {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*background: rgba(0,0,0,.7);*/
    background: url('img/newsletter-background.jpg') center no-repeat;
    z-index: 1070;
}

.newsletter-subscribe-popup {
    width: 700px;
    max-width: 80%;
    position: absolute;
    left: 10%;
    top: 20%;
    /*background: #fbfaf5 100% center no-repeat;*/
    background-size: cover;
    padding: 35px;
}

.newsletter-subscribe-popup-title {
    text-align: center;
    color: #454545;
    padding: 0 0 15px;
    border-bottom: 4px double #f1f1f1;
    margin: 0 0 50px;
}

    .newsletter-subscribe-popup-title span {
        font-size: 25px;
        font-weight: bold;
        text-transform: uppercase;
    }

.newsletter-subscribe-popup .close-popup {
    width: 38px;
    height: 38px;
    border: 1px solid #a39f9f;
    position: absolute;
    top: 0;
    right: -43px;
    background: url('img/popup-close.png') center no-repeat;
    background-color: #2e2e2e;
    font-size: 0;
}

.newsletter-subscribe-popup-description {
    font-family: 'Droid Serif', serif;
    font-size: 15px;
    font-style: italic;
    color: #909090;
    line-height: 2em;
    margin: 0 0 15px;
    text-align: center;
}

.newspetter-popup-inputs {
    margin: 10px 0 0;
}

    .newspetter-popup-inputs label {
        font-family: 'Droid Serif', serif;
        font-size: 14px;
        font-style: italic;
        color: #909090;
    }


@media all and (min-width: 769px) {

    .newsletter-subscribe-popup {
        left: 50%;
        margin-left: -350px;
        padding: 70px 265px 80px 50px;
    }

    .newsletter-subscribe-popup {
        padding: 80px 50px;
    }

        .newsletter-subscribe-popup > * {
            max-width: 62%;
        }
}
