/* Custom CSS for Impeka Child Theme
 * Add your custom styles below.
 */

/* ============================================================
   Mobile ( max-width: 767px )
   ============================================================ */
@media (max-width: 767px) {

    #grve-feature-section.grve-with-image .grve-background-wrapper{
        display: none;
    }
    #grve-feature-section.grve-fullscreen {
        min-height: auto!important;
        padding-top: 50px;
    }
    #grve-feature-section.grve-fullscreen .grve-wrapper, .grve-title-section.grve-fullscreen .grve-wrapper {
        height: auto!important;
    }
    #grve-feature-section.grve-custom-size {
        height: auto!important;

        min-height: auto!important;
        padding-top: 50px;
    }
    #grve-feature-section.grve-custom-size .grve-wrapper {
        height: auto!important;
        min-height: auto!important;
    }

    #grve-page-title.grve-with-title h1 {
        font-size: 40px;
    }
    #grve-page-title.grve-with-title {
        height: auto!important;

        min-height: auto!important;
        padding-top: 100px;
        margin-bottom: 30px;
    }
    #grve-page-title.grve-with-title .grve-wrapper {
        height: auto!important;
        min-height: auto!important;
    }
    .grve-page-nav.grve-skin-scroll {
        display: none!important;
    }
}
