@media (min-width: 1024px) {
  .raven-ibars {
    display: flex;
    flex-direction: row;
  }
}
.raven-ibars .--iconbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-grow: 1;
  background-color: #f2f2f2;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 0 0.5rem;
}
@media (min-width: 960px) {
  .raven-ibars .--iconbar {
    padding: 0 2rem;
  }
}
@media (min-width: 1024px) {
  .raven-ibars .--iconbar {
    border-bottom: none !important;
    border-right: 1px solid #ddd;
    width: calc(70% - 4rem);
  }
}
.raven-ibars .--iconbar svg {
  width: 100%;
  height: 100%;
  max-height: 36px;
}
.raven-ibars .--iconbar .owl-nav {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  height: 100%;
}
@media (min-width: 960px) {
  .raven-ibars .--iconbar .owl-nav {
    display: flex;
  }
}
.raven-ibars .--iconbar .owl-nav button {
  display: flex;
  flex-direction: row;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 0.4rem !important;
  margin: 0;
  border: none;
  height: 100%;
  border-radius: 0;
  outline: none !important;
  color: #666;
}
.raven-ibars .--iconbar .owl-nav button:hover {
  border: none;
  background: #e0e0e0;
  color: #444;
}
.raven-ibars .--iconbar .owl-item > .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.1rem;
}
.raven-ibars .--iconbar .owl-stage-outer {
  padding: 0.2rem 0;
  z-index: 1;
}
.raven-ibars .--textbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-grow: 1;
  background-color: #f2f2f2;
  width: 100%;
  padding: 0 0.5rem;
}
@media (min-width: 960px) {
  .raven-ibars .--textbar {
    padding: 0 2rem;
  }
}
@media (min-width: 1024px) {
  .raven-ibars .--textbar {
    width: calc(30% - 4rem);
  }
}
.raven-ibars .--textbar svg {
  width: 100%;
  height: 100%;
  max-height: 48px;
}
.raven-ibars .--textbar .owl-nav {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 0;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
}
@media (min-width: 960px) {
  .raven-ibars .--textbar .owl-nav {
    display: flex;
  }
}
.raven-ibars .--textbar .owl-nav button {
  display: flex;
  flex-direction: row;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 0.4rem !important;
  margin: 0;
  border: none;
  height: 100%;
  border-radius: 0;
  outline: none !important;
  color: #666;
}
.raven-ibars .--textbar .owl-nav button:hover {
  border: none;
  background: #e0e0e0;
  color: #444;
}
.raven-ibars .--textbar .owl-item > .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.1rem;
}
.raven-ibars .--textbar .owl-stage-outer {
  padding: 0.2rem 0;
  z-index: 1;
}

/*# sourceMappingURL=raven-ibar.css.map */
