/*
Theme Name: Asri
Theme URI: http://asri.casethemes.net/landing
Author: Case-Themes
Author URI: https://casethemes.net/
Description: Asri is the best Elementor multipurpose theme that you have ever seen. It has more than 20 Compelete Elementor demos that can simply import and edit on Elementor.
Version: 1.1.4
License: ThemeForest
License URI: https://themeforest.net/licenses
Text Domain: asri
Tags:  	agency, blog, business, edd, elementor, gutenberg, magazine, modern gallery, creative, personal, photography, portfolio, shop, woocommerce 
*/
/* Hide only featured image on single post */
.single-post .post-thumbnail,
.single-post img.wp-post-image,
.single-post .entry-media img:first-child {
  display: none !important;
}
/* Remove dark overlay completely */
selector .team-item::before,
selector .team-item::after,
selector .team-img::before,
selector .team-img::after,
selector .overlay,
selector .team-overlay {
    display: none !important;
    opacity: 0 !important;
    background: transparent !important;
}

/* Force image to stay normal on hover */
selector .team-item img,
selector .team-item:hover img {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
}
selector * {
    background: none !important;
}

selector .team-item,
selector .team-img {
    background: transparent !important;
}