/**
 * ============================================================================
 * GudStories Website Application
 * ============================================================================
 *
 * File
 * ----
 * gs-search-mobile.css
 *
 * Version
 * -------
 * 2.0.0
 *
 * Status
 * ------
 * WEBSITE APPLICATION
 *
 * Purpose
 * -------
 * Search Mobile Integration.
 *
 * NOTE
 * ----
 * Responsive behaviour now belongs to:
 *
 * gs-framework-responsive.css
 *
 * This file contains ONLY Search-specific
 * mobile adjustments.
 *
 * ============================================================================
 */


/* ==========================================================================
   Mobile Search Grid
   ========================================================================== */

@media (max-width:768px){

    .gs-search-grid{

        grid-template-columns:1fr;

    }

}


/* ==========================================================================
   Mobile Search Description
   ========================================================================== */

@media (max-width:480px){

    .gs-search-description{

        display:none;

    }

}