/*
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
*/

em.animated {
    padding: 18px 70px 13px 70px;
    font-weight: bold;
    letter-spacing: 2px;
}



@media only screen and (max-width: 1200px) and (min-width: 1000px){
em.animated {
    padding: 18px 40px 13px 40px;
    font-weight: bold;
    letter-spacing: 2px;
}
}




@media only screen and (max-width: 480px) {
em.animated {
    padding: 18px 36px 13px 36px;
    font-weight: bold;
    letter-spacing: 2px;
}
}





.ds-hide{
   display: none !important;
}