
/* ONFIX HEADER CONTROLS CLEANUP */
.onfix-site-language-global,
.onfix-global-controls,
.onfix-site-theme-fallback{
    display:none !important;
}

.onfix-header-theme{
    width:34px;
    height:34px;
    flex:0 0 34px;
    display:grid;
    place-items:center;
    padding:0;
    margin-left:6px;
    border:1px solid rgba(255,255,255,.10);
    border-radius:50%;
    background:rgba(255,255,255,.04);
    color:#fff;
    cursor:pointer;
    font-size:16px;
    line-height:1;
    transition:.2s ease;
}
.onfix-header-theme:hover{
    transform:translateY(-1px);
    border-color:rgba(185,160,90,.45);
}
html[data-theme="light"] .onfix-header-theme{
    background:#fffaf2 !important;
    color:#2a241e !important;
    border-color:rgba(76,60,40,.16) !important;
}
.site-header .header-language-switcher--menu-side{
    margin-left:auto !important;
}
@media(max-width:820px){
    .site-header .header-language-switcher--menu-side{order:2 !important}
    .site-header .onfix-header-theme{order:3 !important}
    .site-header .menu-toggle{order:4 !important}
}
@media(max-width:560px){
    .onfix-header-theme{
        width:30px;
        height:30px;
        flex-basis:30px;
        font-size:14px;
        margin-left:2px;
    }
}
