/*-------------------------------------------------------------------------------------------------------------------------------*/
/* MOBILE REPONSIVE
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* IPAD 3/4 (1024x768) */
@media only screen and ( max-width: 1024px ) {

    /*** page layout structure ***/
    #elife-body .elife-sidebar-left { display: none; }
    #elife-body .elife-content { width: 100%; margin-left: 0; }
    #elife-body .elife-sidebar-right { display: none; }


    /*** mainmenu mobilesidebarnav ***/
    #elife-navigation { display: none; }
    #elife-mobile-navigation { display: block; }
    #sb-site { margin-top: 56px; }
    #elife-header-content { display: none; }


    .elife-page-wrapper {
        width: 100%;
    }

    /*** disable lazy-size ***/
    .lazy-size {
        height: auto;
    }


    #layout_home #elife-splash-section {
        padding-top: 0;
    }

    #elife-splash-section {
        padding-top: 0;
    }
}
