/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/

/* For account approval warning */
div#message.error {
    margin-bottom: 2.25rem;
    background-color: #ffffdd;
    border: 1px solid goldenrod;
    font-size: 18px;
    border-radius: 0;
}
.single-headers div#message p {
    color: darkgoldenrod;
    border: 0;
    margin-bottom: 0;
}

.buddypanel .side-panel-menu li.brs-section-label a {
    color: var(--bb-primary-color);
    opacity: 1;    
}

.widget h2.widget-title {
    font-weight: 400;
}
#tagline {
    background-color: var(--bb-primary-color);
    padding: .875em 0;  
    margin: 0 0 2px 0;
    color: white;
    text-align: center;
    font-size: 2em;
}
@media screen and (min-width: 800px) {
    .bb-buddypanel .site-header {
        padding: 0;
    }
}

/* Footer */
.footer-copyright-wrap a, .footer-desc a {
    text-decoration: underline;
    color: #FFFFFF
}
.footer-copyright-wrap a:hover, .footer-desc a:hover {
    color: var(--bb-primary-color);
}
#sitename {
    font-size: larger;
    margin-top: .5em;
}
.footer-desc {
    line-height: 22px;
}

