#sitetoastpopup {
    font-size: 1.5em;
    font-family: "Open Sans", sans-serif;
    position: fixed;
    bottom: -100px;
    z-index: 999;
    text-align: center;
    color: #ffffff;
    width: 100%;
    left: 0;
    right: 0;
    padding: 10px 0;
    background: #ea7125;

}

#sitetoastpopup .closer {
    position: absolute;
    right: -3px;
    top: -4px;
    font-family: "Open Sans", sans-serif;
    font-size: 19px;
    color: #fff;
    cursor: pointer;
    padding: 2px 10px;
}

#sitetoastpopup a {
    color: #fff;
    text-decoration: underline !important;
}

@media screen and (max-width:1023px){
    #sitetoastpopup {
        display:none;
    }
}