/*
Theme Name: West End Sentinel
Theme URI: https://wesmc.org
Description: Divi child theme for West End Sentinel Media Cooperative
Author: Sentinel Team
Author URI: https://wesmc.org
Template: Divi
Version: 1.0.0
*/

/* Newspaper styling */
body {
    font-family: Georgia, "Times New Roman", Times, serif;
    background: #f5f5f5;
}

#main-content {
    background: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.entry-title {
    font-size: 2.2em;
    line-height: 1.2;
    margin-bottom: 0.3em;
}

.post-meta {
    font-size: 0.85em;
    color: #666;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.single-post .entry-content {
    font-size: 1.1em;
    line-height: 1.7;
}

/* Masthead / header newspaper feel */
#main-header {
    background: #1a1a1a !important;
}

#top-menu-nav .et-menu a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
}

/* Category labels */
.et_pb_post .post-meta a {
    color: #c00;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75em;
    letter-spacing: 0.5px;
}

/* Footer */
#main-footer {
    background: #1a1a1a;
}

/* Newspaper masthead */
#logo {
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#et-info-phone,
#et-info-email {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Blog grid newspaper feel */
.et_pb_post {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.et_pb_post h2 a {
    color: #111;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

.et_pb_post h2 a:hover {
    color: #c00;
}

.et_pb_post .post-meta {
    font-size: 0.8em;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Byline styling */
.author.vcard a {
    color: #c00;
    font-weight: 600;
}

/* Sidebar widgets */
#sidebar h4.widgettitle {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    border-bottom: 3px solid #c00;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

/* Footer newspaper style */
#footer-bottom {
    background: #111;
    color: #999;
    font-size: 12px;
}
