/*
Theme Name: Author Child
Theme URI: https://www.aliengods.wolfgaard.net
Description: Child theme for Author by Compete Themes
Author: Jeff Stormcrow
Author URI: https://www.aliengods.wolfgaard.net
Template: author
Version: 1.0
*/
css/* Forge of Creation — Story Post Styling */

.entry-content p {
  font-family: 'Garamond', 'EB Garamond', Georgia, serif;
  font-size: 1.125rem;
  line-height: 1.85;
  margin-bottom: 1.2em;
}

#wp-admin-bar-my-account .ab-item span.display-name::before {
  content: none;
}

.archive-header {
  background-color: rgba(255, 252, 245, 0.85) !important;
  color: #2d2d2d;
  padding: 2rem;
  border-radius: 8px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
}

.loop-container article {
  background-color: rgba(255, 252, 245, 0.85) !important;
  color: #2d2d2d;
  padding: 2rem;
  border-radius: 8px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
}

#wp-admin-bar-my-account .ab-item:before,
li#wp-admin-bar-my-account a {
  font-size: 0 !important;
}

li#wp-admin-bar-my-account a span.display-name {
  font-size: 13px !important;
}

body .main {
  background: transparent !important;
}

body .main-sidebar {
  background: transparent !important;
}

body::before {
  display: none !important;
}

body {
  background-color: #100B0B !important;
  background-image: url('https://www.aliengods.wolfgaard.net/aliengawds/wp-content/uploads/2026/01/50921.jpg') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}

.site-footer,
.footer-widgets,
.footer-menu,
.design-credit,
footer,
.footer {
  background: transparent !important;
  background-color: transparent !important;
  color: #ffffff !important;
}

.site-footer a,
.footer-widgets a,
.footer-menu a,
.design-credit a,
footer a {
  color: #ffffff !important;
}
.entry-content em,
.entry-content i {
  font-family: 'Garamond', 'EB Garamond', Georgia, serif;
  font-style: italic;
}

.entry-content strong,
.entry-content b {
  font-family: 'Garamond', 'EB Garamond', Georgia, serif;
  font-weight: bold;
}

.entry-content h1,
.entry-content h2,
.entry-content h3 {
  font-family: 'Garamond', 'EB Garamond', Georgia, serif;
}
cssfont-family: 'EB Garamond', 'Garamond', Georgia, serif;
css/* Forge of Creation — Story Typography */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,700;1,400&display=swap');

.single-post .entry-content p,
.single-post .entry-content em,
.single-post .entry-content i,
.single-post .entry-content strong,
.single-post .entry-content b {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.9;
}

.single-post .entry-content p {
  margin-bottom: 1.3em;
}

.single-post h1.entry-title {
  font-family: 'EB Garamond', Georgia, serif;
}
