/* Always applys when in Widget mode */
footer,
.section-box-cover-photo,
.community-cover-nav-menu,
.community-cover-photo-overlay > a {
    display: none;
}

.header-top-me {
    min-width: 225px;
}

.load-more-button {
    display: inline-block;
}

/* Widget Mode and screen is wide enough to show community */

@media (min-width: 1079px) {
    .on-the-go {
        display: none;
    }
}

/* Widget Mode and screen is NOT wide enough to show community */

@media (max-width: 1079px) {
    body {
        min-width: 100%;
    }

    .wrapper,
    .tutorial-popup,
    .inbox-page-wrapper,
    .edit-profile-wrapper,
    .user-settings-wrapper,
    header {
        display: none;
    }

    .on-the-go {
        position: static;
        width: 100%;
        max-width: 600px;
        margin: 10px auto;
        top: 0;
        left: 0;
        right: 0;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .on-the-go a {
        color: #3cafe4;
    }

    .on-the-go-tablet {
        display: block;
    }

    .mobile-navigation {
        top: -275px;
    }

    .mobile-navigation.move {
        top: 0;
    }
}

/* Widget Mode and screen is smaller than a tablet */

@media (max-width:600px) {
    .on-the-go-tablet {
        display: none;
    }
}
