/**** 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;
    border: 1px solid #000;
    background-color: #404041;
    margin: auto;
    position: fixed;
    bottom: 0;
    left: 10px;
    max-width: 300px;
    height: 80px;
    z-index: 666;
    padding: 3px;
    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 {
    background-color: #ec3525;
    color: #ffffff;
    border: none;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1em;
    font-weight: 100;
    padding: 5px 7px;
    position: absolute;
    cursor: pointer;
}
#opt-in-btn span {
    font-size: 9px;
    position: relative;
    font-family: 'karlabold', Helvetica, Arial, sans-serif !important;
    letter-spacing: 1px;    
}
#optInMessage p {
    font-family: 'karlabold', Helvetica, Arial, sans-serif !important;
    position: relative;
    top: 0px;
    display: inline;
    font-size: 10px;
    color: #999;
}
#optInMessage p a {
    color: #999;
}

@media (max-width: 1207px) {

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

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

}
