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

#page-header-bg #single-below-header a{
    color: #fc5a10;
}
#page-header-bg #single-below-header a:hover,
#page-header-bg #single-below-header a:focus {
    color: #000;
}

#page-header-bg h1, .nectar-box-roll .overlaid-content h1{
    color:#000
}

.single-post .page-header-bg-image:before {
    background: linear-gradient(to right, #ffffff 5%, rgba(255, 255, 255, 0) 100%);
    content: '';
    position: absolute;
    width: 66%;
    height: 100%;
}


