/*****
Increase Logo Size
*****/
.site-branding {
    height: inherit;
    width: 13rem;
}

/*****
Update Mobile Header
*****/
.site-header > .container {
    background: #fff;
}
@media (max-width: 61.9375rem){
.site-header {
    background-color: #fff !important;
}}
i#open-left {
    color: #C69453;
}