/*
Theme Name: Arpad Child
Template: alternate
Version: 1.0
Description: Child theme for arpad.magyarmuzeum.org
*/

/* ── Logo / site title ── */
#logo img {
    width: 220px;
    height: auto;
}

#logo h1,
#logo h1 a {
    font-family: "Helvetica Neue", Arial, sans-serif;
}

/* ── Readable content ── */
.post,
.page,
#content {
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.7;
}

#content img {
    max-width: 100%;
    height: auto;
}

/* Keep long Hungarian titles from overflowing */
.entry-title,
.post-title {
    word-wrap: break-word;
    overflow-wrap: break-word;
}


/* Logo sizing within the theme's native #logo area */
#logo .custom-logo {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 10px;
}

/* hide sidebar text title (banner serves as the title) */
#leftside .site-title,
#leftside .site-description { display: none; }

/* Header banner is rendered dynamically in functions.php (wp_head),
   driven by the native Customize > Header Image control. */
#rightside > *:first-child {
    margin-top: 0;
}

/* ── Content headings (style shared with AHEA) ── */
#rightside h1 {
    font-family: "Helvetica Neue", Arial, sans-serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #1a3a6b !important;
    border-bottom: 2px solid #c9a84c !important;
    padding-bottom: 8px !important;
    margin-bottom: 20px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
}

#rightside h2 {
    font-family: "Helvetica Neue", Arial, sans-serif !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #1a3a6b !important;
    margin-bottom: 14px !important;
    margin-top: 30px !important;
}

#rightside h3 {
    font-family: "Helvetica Neue", Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #c9a84c !important;
    margin-bottom: 10px !important;
    margin-top: 24px !important;
}

#rightside h4 {
    font-family: "Helvetica Neue", Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #555555 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-bottom: 8px !important;
}

/* ── Links (style shared with AHEA) ── */
#rightside a {
    color: #1a3a6b !important;
    text-decoration: none !important;
    border-bottom: 1px solid #c9a84c !important;
}

#rightside a:hover {
    color: #c9a84c !important;
    border-bottom-color: #1a3a6b !important;
}

/* ── Hide post listing dates ── */
.postdate {
    display: none;
}
