
    @media (min-width: 1000px) {
        body .ly_header_12 .themes_global_header > .wide {display: grid;grid-template-columns: repeat(3, 1fr);}
        body .ly_header_12 .logo {grid-column: 2 / 3;margin: auto;}
        body .ly_header_12 .tool {grid-column: 3 / 3;justify-content: flex-end;}   
    }
