
/*
I. Screen Width between 650px and 699px---------------- */
@media only screen and (min-width: 650px) and (max-width: 699px) {

    .notes-desktop-center-right-column {
        display: ;
    }
    .notes-tablet-center-right-column {
        display: ;
    }

    /* Sidebars -------------------- */
	.mobile-sidebar{
        display: none !important;
    }

    /* NEW -------------------- */
    .latest-articles-grid {
        display: none;
    }
    .news-widget { /* This contains tabbed widgets */
        display: block;
    }

    body.home.blog div.wrap main.home-posts-area section.home-center div.news-widget div.wp-tabbed-tabs ul.wp-tabbed-nav {
        font-weight: bold; /* make bold tabbed wiedget label texts */
    }

    .top-center-box { /* reduce gap between logo & tabbed box */
        margin-top: -30px !important;
        display: none;
    }
    .home-center .news-widget .wp-tabbed-tabs { /* edited by G (reduce gap between Login/out link & tabs) */
        margin-top: -14px !important;
    }
    .home-center .search-box { /* To hide Search box) */
         display: none;
         padding-bottom: 8px;
         padding-right: 15px;
    }
    .home-center { /* this removes horizontal line */
        border-bottom: 0px;
    }
    /* End NEW -------------------- */

    .post-single .featured-photo {
        text-align: center !important;
        margin-bottom: -100px !important;
    }

    /* Notes - logged in/out colored notification - tablet */

    body.home.blog div.wrap main.home-posts-area section.home-center div.news-widget div.wp-tabbed-tabs div.wp-tabbed-contents div.wp-tabbed-cont.tab-0.tab-active div.news-widget div.textwidget h3:after {
         content: " . . . Not logged in";
         font-size: 16px !important;
         color: #d4bee0;
         font-weight: bold;
    }
    body.home.blog.logged-in div.wrap main.home-posts-area section.home-center div.news-widget div.wp-tabbed-tabs div.wp-tabbed-contents div.wp-tabbed-cont.tab-0.tab-active div.news-widget div.textwidget h3:after {
         content: " . . . You're logged in";
         font-size: 16px !important;
         color: #10e55e;
         font-weight: bold;
    }
}

/*
II. Screen Width between 700px and 979px---------------- */
@media only screen and (min-width: 700px) and (max-width: 979px) {

    .notes-desktop-center-right-column {
        display: ;
    }
    .notes-tablet-center-right-column {
        display: ;
    }

    /* Sidebars -------------------- */
	.mobile-sidebar{
        display: none !important;
    }

    /* NEW -------------------- */
    .latest-articles-grid {
        display: none;
    }
    .news-widget { /* This contains tabbed widgets */
        display: block;
    }

    body.home.blog div.wrap main.home-posts-area section.home-center div.news-widget div.wp-tabbed-tabs ul.wp-tabbed-nav {
        font-weight: bold; /* make bold tabbed wiedget label texts */
    }

    .top-center-box { /* reduce gap between logo & tabbed box */
        margin-top: -30px !important;
        display: none;
    }
    .home-center .news-widget .wp-tabbed-tabs { /* edited by G (reduce gap between Login/out link & tabs) */
        margin-top: -14px !important;
    }
    .home-center .search-box { /* To hide Search box) */
         display: none;
         padding-bottom: 8px;
         padding-right: 15px;
    }
    .home-center { /* this removes horizontal line */
        border-bottom: 0px;
    }
    /* End NEW -------------------- */

    .post-single .featured-photo {
        text-align: center !important;
        margin-bottom: -100px !important;
    }

    /* Notes - logged in/out colored notification - tablet */

    body.home.blog div.wrap main.home-posts-area section.home-center div.news-widget div.wp-tabbed-tabs div.wp-tabbed-contents div.wp-tabbed-cont.tab-0.tab-active div.news-widget div.textwidget h3:after {
         content: " . . . Not logged in";
         font-size: 16px !important;
         color: #d4bee0;
         font-weight: bold;
    }
    body.home.blog.logged-in div.wrap main.home-posts-area section.home-center div.news-widget div.wp-tabbed-tabs div.wp-tabbed-contents div.wp-tabbed-cont.tab-0.tab-active div.news-widget div.textwidget h3:after {
         content: " . . . You're logged in";
         font-size: 16px !important;
         color: #10e55e;
         font-weight: bold;
    }
}



