/*
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
*/

body .masonry.meta_overlaid .masonry-blog-item .post-featured-img img {
    transition: opacity 300ms cubic-bezier(0.42,0,0.58,1) 0s;
    opacity: 0.6;
}

body .masonry.meta_overlaid .masonry-blog-item:hover .post-featured-img:hover img {
    opacity: .4;
}

.auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img:after {
    content: '';
    background: linear-gradient(to bottom,rgba(35,35,35,0),rgba(35,35,35,.85) 100%);
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder {
display:none;
}