/* ==========================================================
   LINKS
   ========================================================== */

a {
    color: #8B0000;
}

a:where(:not(.wp-element-button)) {
    text-decoration: none !important;
}


/* ==========================================================
   SITE TITLE
   ========================================================== */

.site-title,
.site-title a {
    letter-spacing: 1px !important;
}


/* ==========================================================
   HIDE POST DATES
   ========================================================== */

.posted-on,
.entry-date,
time.entry-date,
.entry-meta .posted-on {
    display: none !important;
}


/* ==========================================================
   HEADER
   ========================================================== */

header#masthead,
.site-description span {
    background: transparent;
}

.site-branding,
.custom-logo-link,
.site-header {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.site-header-inner,
.header-inner,
.header-content {
    min-height: auto !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.custom-logo {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    max-height: 120px;
}


/* ==========================================================
   SUBSCRIBE BUTTON
   ========================================================== */

form input[type="submit"],
form button[type="submit"] {
    background-color: #8B0000 !important;
    color: #ffffff !important;
    border: none !important;
}


/* ==========================================================
   RECENT POSTS WIDGET
   ========================================================== */

.widget_recent_entries a:hover {
    color: #8B0000 !important;
}


/* ==========================================================
   ARTICLE TYPOGRAPHY
   ========================================================== */

.entry-content {
    font-size: 1.18rem;
    line-height: 1.9;
    letter-spacing: 0.01em;
}

.entry-content p {
    margin-bottom: 1.8em;
}

.entry-title {
    font-size: clamp(2.4rem, 5vw, 4rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 0.5em;
}


/* ==========================================================
   BLOCKQUOTES
   ========================================================== */

.wp-block-quote,
.wp-block-quote p {
    text-align: left !important;
    font-size: 1em !important;
    line-height: 1.5 !important;
}

blockquote {
    border-left: 4px solid #8B0000;
    padding-left: 1.5rem;
    font-style: normal;      /* Removes italics */
    text-align: left;      /* Centers the quote */
    font-size: 1.25rem;
    line-height: 1.7;
    margin: 2.5rem 0;
}


/* ==========================================================
   LEARNING PATHS MENU ITEM
   ========================================================== */

#menu-item-1645 > a {
    background: #8B0000 !important;
    color: #ffffff !important;
    padding: 8px 16px !important;
    border-radius: 5px;
    font-weight: 700;
    transition: all .2s ease;
}

#menu-item-1645 > a:hover,
#menu-item-1645.current-menu-item > a {
    background: #a30000 !important;
    color: #ffffff !important;
}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 768px) {

    .entry-content {
        font-size: 1.08rem;
        line-height: 1.8;
    }

    .entry-title {
        font-size: 2.2rem;
    }

    .custom-logo {
        max-height: 90px;
    }

    .site-header,
    #masthead {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .site-content,
    #content,
    main {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    article,
    .post,
    .page {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}