/**
 * Loaded after admin "backgroundChange" :root injection so Geo Food blue wins.
 */

:root {
    --base-1: #1d70b8 !important;
    --base-rgb: 29, 112, 184 !important;
    --base-2: rgba(29, 112, 184, 0.78) !important;
    --base-3: rgba(29, 112, 184, 0.45) !important;
    --radial-bg: radial-gradient(
        50% 50% at 50% 50%,
        rgba(29, 112, 184, 0.22) 0%,
        rgba(217, 217, 217, 0) 100%
    ) !important;
}

.footer-bg.geofood-footer-minimal {
    background-color: #0b3558 !important;
    color: #ffffff !important;
}

.footer-bg.geofood-footer-minimal a,
.footer-bg.geofood-footer-minimal p,
.footer-bg.geofood-footer-minimal span,
.footer-bg.geofood-footer-minimal .geofood-footer-text {
    color: #ffffff !important;
}

.header-wrapper .menu li a.active,
.header-wrapper .menu li a:hover {
    color: #1d70b8 !important;
}

.btn.btn-base,
.btn.btn-base:hover,
.btn.btn-base:focus {
    color: #ffffff !important;
}

.btn.btn-base *,
.btn.btn-base:hover * {
    color: #ffffff !important;
}

.explore-map-sidebar .btn-base,
.explore-map-sidebar .btn-base * {
    color: #ffffff !important;
}
