/*
Theme Name: NYSC Blog
Theme URI: https://github.com/thequestlabpodcast-boop/nyscblog
Template: contentberg
Version: 2.0.0
Description: Child theme for NYSC Blog, The Hub of NYSC Excellence. Parent: ContentBerg by ThemeSphere. Brand: maroon #800000, gold #ffb101.
Author: NYSC Blog
Author URI: https://nyscblog.com
Text Domain: nyscblog
*/

/* Brand tokens */
:root {
  --nb-maroon: #800000;
  --nb-maroon-dark: #650000;
  --nb-gold: #ffb101;
  --nb-white: #ffffff;
}

/* ---- Site chrome (carried over from the 2020 Customizer CSS) ---- */
.navigation.simple {
    color: #fff;
}

.navigation.dark {
    background: #800000;
}

.main-head.simple .inner {
    background: #800000;
}

.navigation.simple .menu > li:hover > a, .navigation.simple .menu > .current-menu-item > a, .navigation.simple .menu > .current-menu-parent > a {
    color: #ffb101;
}

.social-share a:hover, .social-icons a:hover {
    color: #ffb101;
}

.main-head.simple .social-icons a:not(:hover) {
    color: #ffffff;
}

.main-head.simple .search-link {
    color: #fff;
}

.main-head.simple .search-link:hover {
    color: #ffb101;
}

.navigation.dark .menu > li ul, .navigation.dark .menu > li .sub-menu {
    background: #650000;
    border-top: 1px solid rgb(128, 0, 0);
}

#menu-footer-links a {
	color: #ffb101;
}

.main-footer.bold-light .copyright {
    color: #ffb101;
}

.main-footer.bold-light .copyright a {
    color: #fff;
}

.main-footer.bold .back-to-top {
    color: #fff;
}

.main-footer.bold .to-top i {
    color: #fff;
}

.main-footer.bold-light .back-to-top:hover {
    color: #ffb101;
}

.mobile-nav {
    color: #ffb101;
}

.navigation.simple .menu > li li:not(:hover) a {
    color: #fff;
}

.navigation.simple .menu ul li:hover > a > span, .navigation.simple .menu ul li.current-menu-item > a > span, .navigation.simple .menu .sub-cats li:hover > a > span {
    box-shadow: 0 -7px 0 #ffb101 inset;
    padding-bottom: 1px;
}

.sidebar .widget {
    list-style: none;
}

.community-icons a img {
	width: 50%;
}

