@media only screen and (max-width: 690px) {
    #header-outer #top #logo {
        margin-top: 0px;
    }

    .top-nav {
        display: none;
    }

    div#slide-out-widget-area-bg {
        background: #343333 !important;
    }
}