﻿/**** overrides ****/

.modal-close {
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    color: black;
    font-size: 3em !important;
    font-weight: bold;
}
.input-group {
    width: 100%;
}
#gsEnewsPopModal .perm-affiliate-list {
    text-align: center;
    margin-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
}
#divEnewsPop h1 {
    font-size: 1.3em;
    margin-top: 10px;
}

/*** ****/

.enews-pop-sub-head {
    padding-left: 8px;
    padding-right: 8px;
}
#gsEnewsPopModal {
    z-index: 2000 !important;
    /**** so modal isn't covered by sticky header ****/
}
.modal-content-enews {
    background-color: #fefefe;
    background-repeat: no-repeat;
    background-image: url(//images.goodsam.com/goodsam.com/home/enews_popup_bg2.jpg);
    background-position: left bottom;
    background-size: contain;
    max-width: 480px;
}  
#divEnewsPop {
    padding: 20px 10px 100px 10px;
}
#gsEnewsPopModal .img-logo {
    width: 240px;
    margin-left: 28px;
}
#gsEnewsPopModal .modal-dialog {
    width: 480px;
    z-index: 9999;
}
.line-height-120 {
    line-height: 120%;
}
    
@media only screen and (max-width : 768px) {

    .modal-close {
        margin-right: 0px;
        margin-top: 0px;
        color: #aaa;
    }
    .modal-close:hover,
    .modal-close:focus {
        color: #333;
        text-decoration: none;
        cursor: pointer;
    }
    .input-group {
        width: 100%;
    }
    #gsEnewsPopModal .modal-dialog {
        width: 95%;
    }
    .modal-content-enews {
        padding: 12px;
        margin: 15% auto;
        border: 1px solid #888;
    }      
    #divEnewsPop {
        height: 100%;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    } 
    .enews-pop-sub-head {
        padding-left: 0px;
        padding-right: 0px;
    }
        
}
