/*
Theme Name: SmartMag Child
Theme URI: https://smartmag.theme-sphere.com/
Description: A child theme of SmartMag
Author: ThemeSphere
Author URI: https://theme-sphere.com
Template: smart-mag
Version: 1.1
*/
.grid-overlay .post-meta > :last-child {
    display: none!important;}

.post-meta > :last-child {
    display: none!important;
}
.comments {
    display: none!important;}
    
.post-meta-items{
           display: none!important;
    }
    @media only screen and (max-width: 768px) {
    .post-meta-items {
        display: none !important;
    }
}