/**
 * SapientPro
 *
 * @category    SapientPro
 * @package     SapientPro_NewsletterPopup
 * @author      SapientPro Team <info@sapient.pro >
 * @copyright   Copyright © 2009-2019 SapientPro (https://sapient.pro)
 */
#action-sp-newsletter-popup {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    height: 45px;
    position: fixed;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    line-height: 45px;
    color: #878787;
    background-color: #fff;
    z-index: 100;
    cursor: pointer;
    right: 100px;
    bottom: 45px;
    border-radius: 4px;
    padding: 0 10px;
    display: none;
    transition: all .3s ease;
}

@media (max-width: 991px) {
    #action-sp-newsletter-popup .newsletter-popup-text {
        display: none;
    }
    #action-sp-newsletter-popup{
        width: 45px;
    }
}

#sp-newsletter-popup {
    padding: 40px 50px;
}

.sp-newsletter-popup h5 {
    margin-bottom: 20px;
}

.sp-newsletter-popup .modal-inner-wrap {
    position: fixed;
    top: unset !important;
    left: unset !important;
    bottom: 0;
    right: 10px;
    width: 40%;
    background-color: #FFFFFF;
}

.sp-newsletter-popup .modal-header {
    background: #fff !important;
    border: none;
}

.sp-newsletter-popup .modal-header .action-close:before {
    border: none;
}

.sp-newsletter-popup .modal-header .action-close:before {
    color: #f45b33;
    background: none;
    font-size: 25px;
    position: absolute;
    right: 0;
    top: 10px;
}

.sp-newsletter-popup .action-close {
    right: 10px;
    top: 0;
}

.sp-newsletter-popup .modal-content {
    border: none;
    box-shadow: none !important;
}

.sp-newsletter-popup .modal-content .actions {
    text-align: center;
}

.sp-newsletter-popup .modal-content .subscribe input {
    border: none;
    border-bottom: 1px solid #0a0a0a;
}

.sp-newsletter-popup .modal-content .btn-primary {
    border: 1px solid #0a0a0a;
    border-radius: 0;
    background: none;
    color: #0a0a0a;
}

.sp-newsletter-popup .modal-content .btn-primary:hover {
    background: none;
}

@media only screen and (max-width: 1350px) {
    .sp-newsletter-popup .modal-inner-wrap {
        margin: 0 auto !important;
        right: inherit!important;
        width: 70%;
        padding: 0 10px;

    }
}

/* Mobile */
@media only screen and (max-width: 640px) {
    .sp-newsletter-popup .modal-inner-wrap {
        padding: 0 10px;
        width: 100%;
        margin: 0 auto !important;
        right: unset;
    }
}
