.red-bold {
    color: #e53935;
    font-weight: bold;
}
img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

#wrapper {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    box-shadow: 0 2px 8px #eee;
    border-radius: 8px;
}

#header {
    background: #fff;
}

#access {
    background: #111;
    color: #fff;
    border-radius: 0;
    margin-top: 0;
}

#branding {
    position: relative;
    text-align: center;
    padding: 0;
    height: 300px;
    background-image: url(/images/header.png);
    background-size: 100% 100%;
}

#branding img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 0 auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#site-title {
    font-size: 2.5em;
    font-weight: bold;
    padding-left: 0.5em;
    text-align: left;
}

#site-description {
    position: absolute;
    right: 1em;
    bottom: 0.5em;
    font-weight: bold;
    font-size: 16px;
    --webkit-text-size-adjust: none;
    margin: 0;
    text-align: right;
}

#access {
    background: #111;
    color: #fff;
    border-radius: 0 0;
}

#access .menu ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 1em;
    display: flex;
}

#access .menu li {
    margin: 0 0.5em;
}

#access .menu a {
    color: #fff;
    text-decoration: none;
    font-size: 1em;
    display: block;
    line-height: 1.5em;
}

#access .menu a:hover {
    color: #ffd700;
}

#main {
    padding: 0;
}

#container {
    display: flex;
    width: 100%;
}

#content {
    flex: 3;
    padding: 0.5em 2em;
    background: #f2f7fc;
}

#primary.widget-area {
    flex: 1;
    background: #fafafa;
    border-left: 1px solid #eee;
    padding: 2em 1em;
    min-width: 220px;
}

@media (max-width: 900px) {
    #container {
        flex-direction: column;
    }

    #primary.widget-area {
        border-left: none;
        border-top: 1px solid #eee;
    }
}

#footer {
    background: #fff;
    border-radius: 0 0 8px 8px;
    text-align: center;
    padding: 1em 0;
    color: #888;
    font-size: 0.95em;
    margin-top: 2em;
}