/*
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.2
*/

body.blog span.meta-category {
    display: none;
}
/* Hide blog type on individual News page */
#page-header-bg > div.container > div > div > div > a.actualites {
	display:none;
}
.masonry.classic_enhanced .masonry-blog-item .inner-wrap {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
.single-post h1 {
    color: #1647ac;
}
.single-post .page-header-bg-image {
    position: relative;
}