/*
Theme Name:   Education Hub Child
Description:  Child theme for Education Hub Lite
Template:     education-hub
Version:      1.0.0
Author:       Paul Williams, Foreclosurepedia | IAFST
*/

/* COUNTER ORANGE CIRCLE ONLY - NO LAYOUT CHANGES */
.visitor-counter {
    color: #ffab1f;
    font-weight: 500;
    background: rgba(255, 171, 31, 0.1);
    padding: 2px 8px;
    border-radius: 12px;
    border: 1px solid #ffab1f;
    margin-left: 20px;
    display: inline-block;
}

.visitor-counter strong {
    color: #ffffff;
    font-weight: 600;
}

/* KILL QUICK LINKS THAT MY CODE ACTIVATED */
.quick-links,
.top-bar,
.header-bar,
.notice-bar,
#quicklinks {
    display: none !important;
}

/* MOBILE */
@media (max-width: 768px) {
    .visitor-counter {
        margin-left: 0;
        margin-top: 8px;
        display: block;
    }
}