/* Force navigation menu to align left - overrides theme's row-reverse */
.rd-navbar-static .rd-navbar-nav-wrap,
.rd-navbar-static .rd-navbar-search-wrap,
.rd-navbar-fixed .rd-navbar-nav-wrap,
.rd-navbar-fixed .rd-navbar-search-wrap {
  display: flex !important;
  justify-content: flex-start !important;
  flex-direction: row !important;
}
.rd-navbar-static .rd-navbar-bottom-panel,
.rd-navbar-fixed .rd-navbar-bottom-panel {
  display: flex !important;
  justify-content: flex-start !important;
}
.rd-navbar-static .rd-navbar-nav,
.rd-navbar-fixed .rd-navbar-nav {
  justify-content: flex-start !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.rd-navbar-search_collapsable {
  width: 100% !important;
}
