.three-category-navbar-wrapper {
  overflow: visible;
  position: relative;
}
.three-category-navbar-wrapper,
.three-category-navbar-wrapper * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition: all 300ms;
}
.three-category-navbar-wrapper .three-category-navbar-title {
  display: block;
  padding: 24px;
  background: #1f8ceb;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 4px;
}
.three-category-navbar-wrapper > .three-category-navbar-items {
  overflow: visible;
  display: block;
  font-size: 14px;
  letter-spacing: 2px;
}
.three-category-navbar-wrapper > .three-category-navbar-items > .three-category-navbar-item {
  margin-top: 4px;
}
.three-category-navbar-wrapper > .three-category-navbar-items > .three-category-navbar-item > a {
  padding: 12px 24px;
  background: #1f8ceb;
  overflow: hidden;
  display: block;
  color: #fff;
  font-size: 16px;
}
.three-category-navbar-wrapper > .three-category-navbar-items > .three-category-navbar-item.active > .three-category-navbar-items,
.three-category-navbar-wrapper > .three-category-navbar-items > .three-category-navbar-item:hover > .three-category-navbar-items {
  overflow: visible;
  max-height: 720px;
}
.three-category-navbar-wrapper > .three-category-navbar-items > .three-category-navbar-item > .three-category-navbar-items {
  max-height: 0;
  overflow: hidden;
}
.three-category-navbar-wrapper > .three-category-navbar-items > .three-category-navbar-item > .three-category-navbar-items > .three-category-navbar-item {
  margin-top: 2px;
  position: relative;
}
.three-category-navbar-wrapper > .three-category-navbar-items > .three-category-navbar-item > .three-category-navbar-items > .three-category-navbar-item > a {
  display: block;
  padding: 8px 24px 8px 20px;
  background: #f4f4f4;
  color: #1f8ceb;
  letter-spacing: 2px;
}
.three-category-navbar-wrapper > .three-category-navbar-items > .three-category-navbar-item > .three-category-navbar-items > .three-category-navbar-item:hover > a {
  font-weight: bold;
  background: #4dabf7;
  color: #fff;
}
.three-category-navbar-wrapper > .three-category-navbar-items > .three-category-navbar-item > .three-category-navbar-items > .three-category-navbar-item:hover > .three-category-navbar-items {
  display: block;
}
.three-category-navbar-wrapper > .three-category-navbar-items > .three-category-navbar-item > .three-category-navbar-items > .three-category-navbar-item > .three-category-navbar-items {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
  white-space: nowrap;
  display: none;
}
.three-category-navbar-wrapper > .three-category-navbar-items > .three-category-navbar-item > .three-category-navbar-items > .three-category-navbar-item > .three-category-navbar-items > .three-category-navbar-item {
  padding-left: 8px;
}
.three-category-navbar-wrapper > .three-category-navbar-items > .three-category-navbar-item > .three-category-navbar-items > .three-category-navbar-item > .three-category-navbar-items > .three-category-navbar-item > a {
  display: block;
  padding: 8px 24px;
  background: #f4f4f4;
  color: #1f8ceb;
  margin-bottom: 2px;
  position: relative;
}
.three-category-navbar-wrapper > .three-category-navbar-items > .three-category-navbar-item > .three-category-navbar-items > .three-category-navbar-item > .three-category-navbar-items > .three-category-navbar-item > a:hover {
  background: #4dabf7;
  color: #fff;
}
.three-category-navbar-wrapper > .three-category-navbar-items > .three-category-navbar-item > .three-category-navbar-items > .three-category-navbar-item > .three-category-navbar-items > .three-category-navbar-item > a:hover:after {
  display: block;
  max-width: 240px;
}
/*# sourceMappingURL=three-category-navbar.css.map */