

.page-id-4 footer{
    display: none;
}

@media only screen and (min-width: 601px) and (max-width: 700px){

    body.page-template-full_screen-php{
        font-size: inherit !important;
        height: auto !important;
    }

    .full_screen_navigation_holder,
    .full_screen_preloader,
    .slimScrollBar{
        display: none !important;
        visibility: hidden !important;
    }

    .full_screen_inner{
        visibility: visible !important;
        top: auto !important;
        -ms-touch-action: inherit !important;
        touch-action: inherit !important;
    }

    .fp-section.fp-table,
    .fp-slide.fp-table,
    .fp-tableCell,
    .slimScrollDiv,
    .fp-scrollable{
        height: auto !important;
    }

    .vc_row.full_screen_section,
    .full_screen_section_slide{
        padding: 30px 0;
    }

    .vc_row.full_screen_section.full_screen_section_slides{
        padding: 0;
    }
}