/*
Theme Name: Author Child
Theme URI: https://library.jbsheets.com/incunabula
Description: Child theme for Author by Compete Themes - Incunabulibrary
Author: Jeff Stormcrow
Author URI: https://library.jbsheets.com/incunabula
Template: author
Version: 1.0
*/

/* === WIDER SIDEBAR === */
#main-sidebar {
  width: 320px !important;
  background-color: #ede0be !important;
}

section#main.main {
  margin-left: 320px !important;
}
/* === YELLOW BOX FIX === */
#main-sidebar {
  background-color: #ede0be !important;
}

/* === FONTS === */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&family=EB+Garamond:ital,wght@0,400;0,500;1,400&display=swap');

/* === BASE === */
body {
  background-color: #f5ead0 !important;
  font-family: 'EB Garamond', Georgia, serif !important;
  font-size: 18px;
  color: #2a1f0e;
}

/* === HEADER === */
.site-header {
  background-color: #2a1f0e !important;
  border-bottom: 3px solid #c9922a;
}

.title-container {
  background-color: #2a1f0e !important;
  text-align: center;
  padding: 1.5rem 1rem;
}

#site-title a {
  font-family: 'Cinzel', serif !important;
  color: #f5ead0 !important;
  font-size: 32px;
  letter-spacing: 3px;
  text-decoration: none;
}

#site-title a:hover {
  color: #c9922a !important;
}

p.tagline {
  font-family: 'EB Garamond', Georgia, serif !important;
  color: #c9922a !important;
  font-style: italic;
  font-size: 16px;
  margin: 0.25rem 0 0;
}

/* === NAVIGATION === */
.menu-primary {
  background-color: #3d2b0e !important;
  border-bottom: 1px solid #c9922a;
}

.menu-primary a {
  font-family: 'Cinzel', serif !important;
  color: #f5ead0 !important;
  font-size: 13px;
  letter-spacing: 1px;
}

.menu-primary a:hover {
  color: #c9922a !important;
}

/* === SIDEBAR === */
.sidebar-primary {
  background-color: #ede0be !important;
  border-right: 1px solid #c9922a;
}

.widget-title {
  font-family: 'Cinzel', serif !important;
  font-size: 12px !important;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #8b5e1a !important;
  border-bottom: 1px solid #c9922a !important;
  padding-bottom: 0.4rem;
}

.sidebar-primary ul li {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 15px;
  color: #2a1f0e;
  border-bottom: 1px dotted rgba(201, 146, 42, 0.35);
  padding: 4px 0;
}

.sidebar-primary ul li a {
  color: #2a1f0e !important;
  text-decoration: none;
}

.sidebar-primary ul li a:hover {
  color: #c9922a !important;
}

/* === MAIN CONTENT === */
.main {
  background-color: #f5ead0 !important;
}

.loop-container article {
  background-color: rgba(245, 234, 208, 0.85) !important;
  color: #2a1f0e;
  padding: 2rem;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
}

/* === POST TITLES === */
.post-title {
  font-family: 'Cinzel', serif !important;
  color: #2a1f0e !important;
  font-size: 26px;
  letter-spacing: 1px;
  border-bottom: 1px solid #c9922a;
  padding-bottom: 0.5rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Cinzel', serif !important;
  color: #2a1f0e !important;
}

/* === BODY TEXT =