/*--------------------------------------------------------------
## Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Top Header
--------------------------------------------------------------*/
.top-navigation {
  display: flex;
  align-items: center;
  line-height: 2;
}

.top-navigation .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: center;
  z-index: 999999;
}

.top-navigation .nav-menu .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: -999em;
  right: -999em;
}

.top-navigation .nav-menu .sub-menu li {
  display: inline-block;
  position: relative;
  text-align: right;
  width: 100%;
}

.top-navigation .nav-menu .sub-menu li li {
  display: block;
}

.top-navigation .nav-menu li {
  display: inline-block;
  position: relative;
  text-align: left;
}

.top-navigation .nav-menu li.focus > .sub-menu,
.top-navigation .nav-menu li:hover > .sub-menu {
  top: auto;
  right: auto;
}

.top-navigation .nav-menu li li:focus > .sub-menu,
.top-navigation .nav-menu li li:hover > .sub-menu {
  right: 100%;
  top: 0;
}

.top-navigation .nav-menu a {
  text-decoration: none;
  display: block;
  white-space: nowrap;
  padding: 0 1em;
}

.top-navigation .nav-menu .menu-item-has-children > a::after {
  content: "\e907";
  display: inline-block;
  font-family: Kemet-font;
  font-size: 9px;
  font-size: 1rem;
  font-weight: 700;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  vertical-align: middle;
  line-height: normal;
}

.top-bar-search-icon .kemet-top-header-section .kmt-search-icon {
  display: block;
}

.top-bar-search-icon .kemet-top-header-section .kmt-search-menu-icon {
  z-index: 10;
}

.top-bar-search-icon .kemet-top-header-section .kmt-search-menu-icon .search-submit {
  display: none;
}

.kemet-top-header {
  padding: 10px 0px;
  border-bottom-width: 1px;
}

.top-bar-search-box .kemet-top-header-section .kmt-search-icon {
  display: none;
}

.top-bar-search-box .kemet-top-header-section .kmt-search-menu-icon {
  width: 250px;
  visibility: visible;
  opacity: 1;
  position: static;
  display: block;
  transform: none;
}

.top-bar-search-box .kemet-top-header-section .kmt-search-menu-icon .search-submit {
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 1em;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
}

.top-bar-search-box .kemet-top-header-section .kmt-search-menu-icon .search-field {
  width: 100%;
  margin: 0;
}

.top-bar-search-box .kemet-top-header-section .kmt-search-menu-icon .search-form {
  padding: 0;
  display: block;
  overflow: hidden;
  box-shadow: none;
}

.kemet-top-header-section-1 .kmt-search-menu-icon {
  left: auto;
  right: 30px;
}

.kemet-top-header-section-1 .kmt-dropdown-active {
  right: 0;
}

.kemet-top-header-section > * {
  padding: 0 10px;
}

.kemet-top-header-section > *:first-child {
  padding-right: 0;
}

.kemet-top-header-section > *:last-child {
  padding-left: 0;
}

.kemet-top-header-section .widget {
  margin-bottom: 0;
}

.kemet-top-header-section .widget p {
  margin-bottom: 0;
}

.kemet-top-header-section.kemet-top-header-section-2 .kmt-search-menu-icon {
  left: 30px;
}

.kemet-top-header-section.kemet-top-header-section-2 .kmt-dropdown-active {
  left: 0;
}

.kmt-sticky-header.kmt-sticky-top-bar .kemet-top-header-wrap {
  display: block;
}

/* Top Header Responsive */
@media only screen and (max-width: 480px) {
  .kemet-top-header.hide-mobile {
    display: none;
  }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
  .kemet-top-header.hide-tablet {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .kemet-top-header.hide-tablet-mobile {
    display: none;
  }
  .kmt-header-break-point .kemet-top-header-section {
    flex: auto;
  }
  .kmt-header-break-point .kemet-top-header-section.kemet-top-header-section-2 .kmt-search-menu-icon, .kmt-header-break-point .kemet-top-header-section.kemet-top-header-section-1 .kmt-search-menu-icon {
    right: 30px;
    left: auto;
  }
  .kmt-header-break-point .kemet-top-header-section.kemet-top-header-section-2 .kmt-dropdown-active, .kmt-header-break-point .kemet-top-header-section.kemet-top-header-section-1 .kmt-dropdown-active {
    left: auto;
    right: 0;
  }
  .kmt-header-break-point .kemet-top-header-section .kmt-search-menu-icon {
    right: 0;
    left: auto;
  }
}

.kemet-merged-top-bar-header .kemet-top-header {
  background: transparent;
}
