/**
Theme Name: pulse
Author: NYDS
Author URI: https://nyds.net
Description: Custom theme for Pulse Voices
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pulse
Template: astra
*/

.home .elementor-grid-item:first-child .elementor-post__title a::after {
    content: 'LATEST';
    display: inline;
    font-size: 11px;
	font-family: roboto;
	font-weight:800;
    color: #fff;
    padding: 3px 5px;
    margin: 5px;
    position: relative;
    top: -7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f50000;
}

.home .owl-item:nth-child(1) .epa-post-title a::after {
    content: 'LATEST';
    display: inline;
    font-size: 11px;
    color: 
    #fff;
	font-family: roboto;
	font-weight:800;
    padding: 3px 5px;
    margin: 5px;
    position: relative;
    top: -7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color:
    #f50000;
}

.badge-status {
	font-family: roboto;
    font-weight: 800;
    font-size: 11px;
    color: 
    #fff;
    padding: 3px 5px;
    margin: 5px;
    position: relative;
    top: -7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color:
    #f50000;
}
h2 a [word=LATEST]{ /* space instead of : */
    color:#F00 !important;
}