a.anu-wf-header-title:hover {
    text-decoration: unset !important;
}
a.anu-wf-header-title {
    text-transform: unset;
    font-weight:300;
}
.anu-wf-header-logo.pe-4.my-4.anu-header-logo {
    border-right: 0px;
}




/*---------------*/
/*filter section*/
/*change the margin of search filter to mb-3 mt-3*/
.ac-exposed-forms-general {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

/*make search & filter button extra 10px padding on left and right*/
.ac-input-submit-wrapper {
    padding-left: 10px;
    padding-right: 10px;
}

/*let bottom line align with submit and let text centre align with search*/
.js-form-item-field-campaign-blog-title {
    padding-top: 10px;
}
input#edit-field-campaign-blog-title {
    padding-bottom: 10px;
}

/*Change font size of ‘everywhere’ ‘everything ‘’anyone’ to 16px*/
span.text {
    font-size: 16px !important;
}