.sidr {
  /* Default Settings */
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  /* Theme Settings */
  font-family: "Noto Sans", Helvetica, sans-serif;
  font-size: 15px;
  background: transparent;
  color: white;
}
.sidr.right {
  left: auto;
  right: -260px;
}
.sidr.left {
  left: -260px;
  right: auto;
}
.sidr-leaf {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  border-top: 1px solid #fff;
}
.leaf-link {
  display: block;
  padding: 13px 0 13px 15px;
}
.sidr span {
  flex: 0 0 50px;
  cursor: pointer;
}
.sidr .angle-down.grey {
  background: url("/sites/all/themes/finemusic/images/angle-down-grey.png");
  height: 50px;
  padding: 0;
}
.sidr .angle-up.grey {
  background: url("/sites/all/themes/finemusic/images/angle-up-grey.png");
  height: 50px;
  padding: 0;
}
.sidr .angle-down.white {
  background: url("/sites/all/themes/finemusic/images/angle-down-white.png");
  height: 50px;
  padding: 0;
}
.sidr .angle-up.white {
  background: url("/sites/all/themes/finemusic/images/angle-up-white.png");
  height: 50px;
  padding: 0;
}

.sidr a {
  flex: 1;
}
.tier1 {
  background: #fff;
}
.tier1 a, .tier1 span {
  color: #707070;
}
.tier2 {
  background: #eb6e1f;
}
.tier2 a, .tier3 a, .tier4 a {
  color: #fff;
}
.tier3 {
  background: #242424;
}
.tier4 {
  background: #464646;
}

#close-sidr-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  background: transparent;
  height: 50px;
}
.sidr .close-button {
  background: url("/sites/all/themes/finemusic/images/close-button.png");
  height: 50px;
  padding: 0;
}