/*
Theme Name:  Salient Child
Version:     1.0
Description: An Ultra Responsive Multi-Purpose Theme.
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author:      ThemeNectar & Oscar
Author URI:  https://themeforest.net/user/themenectar
License:     Custom license
License URI: http://themeforest.net/licenses/terms/regular
Text Domain: salientchild
Template:    salient
*/

/*-------------------------------------------------------------------------*/
/* Note: The theme CSS files are loaded through the /css/ folder. 
/*-------------------------------------------------------------------------*/


@media only screen and (max-width: 1000px){
    #n2-ss-2{
        display:none;
    }
    
    
    #n2-ss-3 {
        display:grid;
    }
}

@media only screen and (min-width: 1001px){
    #n2-ss-2{
        display:grid;
    }
    
    #n2-ss-3 {
        display:none;
    }
}