/* Make only the top nav search box rounded 
- No success, it applies to input box when clicked as well.
*/
/*
.md-search__form:not(:focus){
    border-radius: 1.5rem !important;
}
*/