/*
Theme Name: generatepress-newchild
Theme URI: https://yourwebsite.com
Description: Child theme for GeneratePress
Author: Your Name
Template: generatepress
Version: 1.0
*/


/*post meta- last update, review-by, written by*/
   .post-meta {
    background: #f8f9fb;
    padding: 12px 15px;
    border-left: 4px solid #2a7de1;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 15px;
    margin-bottom: 20px;
}

.post-meta p {
    margin: 4px 0;
}

.post-meta a {
    color: #2a7de1;
    text-decoration: none;
    font-weight: 500;
}

.post-meta a:hover {
    text-decoration: underline;
}

.review-pending {
    color: #999;
    opacity: 0.7;
    font-style: italic;
}

/*sitemap*/
.sitemap-date {
  display: inline-block;
  margin-top: 4px;
  font-size: 13px;
  color: #C71CA3;
  background: #eaf7ee;
  padding: 2px 6px;
  border-radius: 4px;
}

/**/

