/*
Theme Name:   Azure News Child
Theme URI:    https://demo.codevibrant.com/azure-demo/
Description:  Child theme for Azure News. On single posts, the header site title uses an h2 instead of h1 so the post title remains the page heading.
Author:       CodeVibrant
Template:     azure-news
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
Text Domain:  azure-news-child
*/

/* Keep the site title looking like the parent h1 when it is rendered as an h2. */
h2.site-title {
  font-size: 36px;
}

/* Keep comment reply title looking like the parent h3. */
#comments .comment-reply-title {
  clear: both;
  color: #141414;
  display: inline-block;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin: 0 0 10px;
}

.dark-mode #comments .comment-reply-title {
  color: #fff;
}

/* Keep related posts title looking like the parent h2. */
div.related-post-title {
  clear: both;
  color: #3d3d3d;
  font-family: "Nunito", sans-serif;
}

.dark-mode div.related-post-title {
  color: #fff;
}
