/**** OPT IN MESSAGE ****/
#opt-in-btn:hover {
    background-color: #c01f11 !important;
    text-decoration: none;
    cursor: pointer !important;
    transition: all .2s ease-out;
}
#optInMessage {
    display: none;
    background-color: #efefef;
    margin: auto;
    position: fixed;
    bottom: 0;
    right: 0;     
    left: 0;     
    width: 100%;     
    height: 80px;     
    z-index: 666;     
    padding: 15px;     
    text-align: center;     
    -webkit-box-shadow: 0px -2px 3px -1px rgba(117,117,117,1);
    -moz-box-shadow: 0px -2px 3px -1px rgba(117,117,117,1);
    box-shadow: 0px -2px 3px -1px rgba(117,117,117,1);     
}
#opt-in-btn {  
    height: 0px;     
    padding: 15px 0 20px 0;
    position: absolute;     
    width: 80px;     
    cursor: pointer;     
    margin-left: 15px;
    top: 25px;
}
#opt-in-btn span {     
    font-size: 12px;     
    position: relative;     
    bottom: 10.5px;     
}
#optInMessage p {  
    position: relative;     
    top: 15px;     
    display: inline;
}

@media (max-width: 1207px) {

    #optInMessage {
        height: 120px;
    }

    #opt-in-btn {
        margin-left: 0;
        top: initial;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 586px) {
    #optInMessage {height: 180px;}

}
