/* Complete Event Theme Topbar */
.header-top.agency_topbar.event {
    background-color: #306388 !important;
    color: #ffffff !important;
}

/* All links and text white */
.header-top.agency_topbar.event a,
.header-top.agency_topbar.event .listItem,
.header-top.agency_topbar.event .icon {
    color: #ffffff !important;
    transition: color 0.3s ease;
}

/* Hover effects */
.header-top.agency_topbar.event a:hover,
.header-top.agency_topbar.event .social:hover {
    color: #FFD700 !important;
}

/* Separators (/) */
.header-top.agency_topbar.event span {
    color: rgba(255, 255, 255, 0.7) !important;
}