@media only screen and (min-width: 768px) {
    header .top-bar li a {
        color: var(--secondary-colour);
    }
}

img.custom-logo {
    max-width: unset!important; 
}

.footer-bar li a {
    color: #6c757d!important; 
    font-weight: bold;
    color: var(--primary-colour) !important;
}

.footer-bar li {
    border-right: unset!important;
}

.widget_category_highlight_widget .title-box {
background-color: unset!important;
padding: unset!important;
position: unset!important;
top: unset!important;
left: unset!important;

}

.widget_category_highlight_widget ul {
position: unset!important;
 
}