/*
 Theme Name: Astra Child
 Theme URI: https://tubietutor.com
 Description: My custom Astra child theme
 Author: Bruce Jackson
 Template: astra
 Version: 1.0.0
 Text Domain: astra-child
*/
/* Shared styling */
.site-main,
body.archive .ast-archive-description {
    margin-top: -60px !important;
}

/* Rounded corners for article content */
.ast-article-single,
body.archive .ast-archive-description {
    border-radius: 15px;
    overflow: hidden;
}


/* 
*****************************************************
Hide the author name 
*****************************************************
*/
.author-name {
    display: none;
}

ul.wp-block-list li {
  margin-bottom: 12px !important;
  line-height: 1.6;
}

/**********************************
 * Get rid of By /
 * *******************************/
/* Hide author name and slash */
.entry-meta .posted-by,
.entry-meta .posted-by + text,
.entry-meta .posted-by + span,
.entry-meta a[rel="author"] {
  display: none !important;
}

/* Completely replace the full meta and show only date */
.entry-meta {
  font-size: 14px;
  margin: 0;
  padding: 0;
}

/* Remove all text from entry-meta except the date */
.entry-meta {
  display: inline;
}
.entry-meta span.posted-on {
  display: inline !important;
}
.entry-meta span.published {
  display: inline !important;
}

/* Hide the literal "By" and separator before the date */
.entry-meta {
  visibility: hidden;
}
.entry-meta .posted-on,
.entry-meta .posted-on * {
  visibility: visible;
}


