/* Hide published dates in post listings, single posts, and recent-post widgets. */
.listing_meta > span:first-child {
  display: none !important;
}