.sidebar {
  color: #fff;
  margin-bottom: 40px;
}
.sidebar .sidebar-block {
  min-height: 700px;
  background-color: #fff9f4;
  height: 100%;
}
.sidebar .active, .sidebar .active-single-page {
  background-color: #f88d2b !important;
}
.sidebar .active {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.sidebar .sidebar-title, .sidebar .single-sidebar-title {
  font-size: 1.3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  background-color: #e6e6e6;
  border: 1px solid #fff;
  color: #808080;
}
.sidebar .single-sidebar-title {
  color: #fff !important;
  background-color: #f88d2b !important;
}
.sidebar .sidebar-items {
  font-size: 1rem;
  text-align: center;
  background-color: #fee8d5;
  border: 1px solid #fff;
}
.sidebar .sidebar-items a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #808080;
  text-decoration: none;
  display: block;
  width: 100%;
}
.sidebar .sidebar-items a:hover {
  color: #fff;
}
.sidebar .sidebar-items:hover {
  background-color: #f88d2b;
}

@media screen and (max-width: 992px) {
  .sidebar .sidebar-block {
    min-height: unset;
  }
}

/*# sourceMappingURL=sidebar.css.map */
