|
|
|
@ -243,7 +243,7 @@ html[data-theme="light"] .otb-dot{ |
|
|
|
|
|
|
|
|
|
|
|
/* ===== OTB hamburger nav ===== */ |
|
|
|
/* ===== OTB hamburger nav ===== */ |
|
|
|
.otb-menu-toggle{ |
|
|
|
.otb-menu-toggle{ |
|
|
|
display:none; |
|
|
|
display:none !important; |
|
|
|
margin-left:auto; |
|
|
|
margin-left:auto; |
|
|
|
width:46px; |
|
|
|
width:46px; |
|
|
|
height:42px; |
|
|
|
height:42px; |
|
|
|
@ -275,7 +275,7 @@ html[data-theme="light"] .otb-dot{ |
|
|
|
|
|
|
|
|
|
|
|
@media (max-width: 1100px){ |
|
|
|
@media (max-width: 1100px){ |
|
|
|
.otb-menu-toggle{ |
|
|
|
.otb-menu-toggle{ |
|
|
|
display:flex; |
|
|
|
display:flex !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.site-nav{ |
|
|
|
.site-nav{ |
|
|
|
@ -391,3 +391,28 @@ html[data-theme="light"] .otb-dot{ |
|
|
|
margin-top:8px !important; |
|
|
|
margin-top:8px !important; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* ===== desktop nav force ===== */ |
|
|
|
|
|
|
|
@media (min-width: 1101px){ |
|
|
|
|
|
|
|
.otb-menu-toggle{ |
|
|
|
|
|
|
|
display:none !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.site-nav-right{ |
|
|
|
|
|
|
|
display:flex !important; |
|
|
|
|
|
|
|
width:auto !important; |
|
|
|
|
|
|
|
flex-direction:row !important; |
|
|
|
|
|
|
|
align-items:center !important; |
|
|
|
|
|
|
|
gap:16px !important; |
|
|
|
|
|
|
|
padding-top:0 !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.site-navlinks{ |
|
|
|
|
|
|
|
display:flex !important; |
|
|
|
|
|
|
|
flex-direction:row !important; |
|
|
|
|
|
|
|
align-items:center !important; |
|
|
|
|
|
|
|
width:auto !important; |
|
|
|
|
|
|
|
gap:16px !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|