/*
Theme Name: OTWNews GeneratePress Child
Template: generatepress
Version: 1.0
*/
/*
Theme Name: OTWNews GeneratePress Child
Template: generatepress
Version: 1.0
*/

/* OTW News newspaper-style navigation */
.main-navigation,
.main-navigation ul ul {
    background-color: #F6F5F2;
}

.main-navigation .main-nav ul li a {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #111;
}

.main-navigation .main-nav ul li a:hover {
    background-color: #F6F5F2;
    color: #555;
}

.main-navigation {
    border-top: 2px double #111;
    border-bottom: 4px double #111;
}

/* Add pipes between menu items */
.main-navigation .main-nav > ul > li:not(:last-child) > a::after {
    content: "|";
    padding-left: 5px;
    color: #111;
}

.main-navigation .main-nav > ul > li > a {
    padding-left: 5px;
    padding-right: 5px;
}

/* Header masthead */
.site-header {
    width: 100%;
    background-color: #F6F5F2;
    border-top: 6px double #111;
    border-bottom: 4px double #111;
}

.inside-header {
    max-width: none !important;
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: center;
}

.site-logo {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.site-logo img,
.header-image {
    width: 1200px;
    max-width: 100%;
    height: auto;
    display: block;
}

/* Date line under masthead */
.otw-date-line {
    background-color: #F6F5F2;
    color: #111;
    text-align: center;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    font-style: italic;
    padding: 6px 10px;
    border-bottom: 1px solid #111;
}