/* 
 * Custom Styles for Mini Child Theme
 * 
 * Add additional CSS here that you want to keep separate from style.css
 * This file is automatically enqueued if it exists.
 */

/* Your custom styles here */

body.top header#header.top-inv .brand a .logo, body.scrolled header#header.top-inv .brand a .logo {
    filter: none!important;
    background: var(--white);
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 0%;
}