/* Start custom CSS */.site-header:not(.header-stacked) .header-inner .site-branding {

    max-width: 90%;

    margin: 0 auto;

}

.site-logo.show {

    display: grid;

    place-items: center;

}



.site-header .site-branding .site-logo img {

    width: 100% !important;

    max-width: 90vw;

}

.site-branding.show-logo {

    display: grid;

    place-items: center;

}/* End custom CSS */