/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


@import url('https://fonts.googleapis.com/css?family=Urbanist:wght@400;800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:wght@400;800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Public Sans:wght@400;800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300;400;600;700&display=swap');

@media only screen and (max-width:767px) {
    #sidebar {
        display: none;
    }
}