/*
 Theme Name:   GeneratePress NewChild
 Theme URI:    https://healthmozo.com/
 Description:  A child theme for the GeneratePress theme
 Author:       Kunwar Bahadur
 Author URI:   https://healthmozo.com/
 Template:     generatepress
 Version:      1.0.0
*/

/* Custom styles go below */

.post-meta {
  margin: 8px 0;
  font-size: 14px;
}

.last-updated-label {
  /*color: #28a745;*/
  
  color: #0F0F0F;
  
  font-weight: 300;
  background: #eaf7ee;
  padding: 3px 8px;
  border-radius: 5px;
  margin-right: 6px;
}

/* last-updated-label*/

.sitemap-date {
  display: inline-block;
  margin-top: 4px;
  font-size: 13px;
  color: #C71CA3;
  background: #eaf7ee;
  padding: 2px 6px;
  border-radius: 4px;
}