/*
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
*/

.smaller {
  font-size: 0.8em !important;
  line-height: 1.4;
}

.hide--mobile {
    display: block;
}

@media (max-width: 769px) {
    .hide--mobile {
        display: none !important;
    }
}
