#frontpage-sidebar1 .widget-title, #frontpage-sidebar2 .widget-title {
    margin-left:unset!important;
    margin-right:unset!important;
}

#category_post_widget-2 .widget-title:before {
    content: '\f549';
    font-family: "Font Awesome 5 Free";
    margin-right: 0.5em;
}

#category_notice_widget-2 .widget-title:before {
    content: '\f1ea';
    font-family: "Font Awesome 5 Free";
    margin-right: 0.5em;
}

.footer-bar {
    display: unset!important; 
    padding-left: unset!important;
    margin-bottom: unset!important;
}

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


.top-bar, .top-bar ul {
    width: 40%!important;
}


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


@media only screen and (min-width: 768px) {
    header .top-bar li a {
        color: #fff!important;
    }
}


#frontpage-sidebar1 .widget-title:after, #frontpage-sidebar2 .widget-title:after, #frontpage-sidebar3 .widget-title:after {
    content: '';
    background: unset!important;
    height: unset!important;
    position: unset!important;
    left: unset!important;
    bottom: unset!important;
    width: unset!important;
}

.searchbar {
    border: unset!important;
    background: unset!important;
    color: #fff!important;
    border-top-left-radius: unset!important;
    border-bottom-left-radius: unset!important;
    width: 90%!important;
}

form#searchform {
    border-bottom: 2px solid #fff;
}

.searchBtn {
    border: unset!important;
    background: unset!important;
    width: 10%!important;
    height: 40px!important;
    line-height: unset!important;
    border-top-right-radius: unset!important;
    border-bottom-right-radius: unset!important;
    color: #fff!important;
}


.top-bar li a:after {
    top: -3px!important;
    height: 30px!important;
    background: var(--primary-colour)!important;
    z-index: -1;
}

#breadcrumbs {
    font-size: 15px!important;
    text-align: start!important;
}

.widget_category_highlight_widget .title-box {
    background-color: var(--primary-colour)!important;
    position: unset!important;
}

.widget_category_highlight_widget ul {
    position: unset!important;
    border-top: unset!important;
}

.widget_category_highlight_widget .widget-title {
    color: var(--secondary-colour)!important;
}

.post-title {
    color: var(--primary-colour);
}