.sidebar {
  padding-left: 50px;
}

.chapters-buttom {
  background: #F05A27;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 30px;
}
.chapters-buttom p {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.chapters-buttom .dropdown-toggle {
  background: #fff;
  width: 100%;
  text-align: left;
  position: relative;
}
.chapters-buttom .dropdown-toggle:after {
  position: absolute;
  right: 10px;
  top: calc(50% - 2px);
}
.chapters-buttom .btn-light:active,
.chapters-buttom .btn-light.active,
.chapters-buttom .btn-light.show,
.chapters-buttom .btn-light:hover {
  background: #fff;
  border-color: #fff;
}
.chapters-buttom .dropdown-menu {
  width: 100%;
}
.chapters-buttom .dropdown-item {
  padding: 8px 16px;
}

.chapter-menu {
  font-family: 'Merriweather', serif;
}
.chapter-menu .chapter-menu-title {
  font-size: 16px;
  font-weight: 700;
  color: #42494A;
}
.chapter-menu ol {
  padding-left: 0px;
  counter-reset: item;
}
.chapter-menu ol a {
  display: block;
  padding: 10px;
  text-decoration: none;
  border-radius: 4px;
}
.chapter-menu ol a:hover {
  background: #f3f3f3;
}
.chapter-menu ol a li {
  color: #AFAFAF;
  display: block;
  margin-left: 1.7em;
}
.chapter-menu ol a li:before {
  content: counter(item) ". ";
  counter-increment: item;
  position: absolute;
  margin-left: -1.7em;
}
.chapter-menu ol a li p {
  margin-bottom: 0;
  color: #AFAFAF;
  margin-left: 5px;
}
.chapter-menu ol a li.active {
  color: #676767;
}
.chapter-menu ol a li.active p {
  color: #676767;
}
