/*********************
STICKY BTN STYLES
*********************/
#aside_sticky_btn {
  position: fixed;
  z-index: 9;
  right: 0;
  bottom: 5.5rem;
}

#aside_sticky_btn .sticky_btn {
  position: relative;
  background-color: #700B5C;
  border-radius: 0.5rem 0 0 0.5rem;
  margin-top: 0.5rem;
  text-align: right;
  line-height: 1;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 10px;
  cursor: pointer;
  overflow: hidden;
  transition: 0.15s background-color ease-in-out;

}

#aside_sticky_btn .sticky_btn a {
  color: #fff;
}

#aside_sticky_btn .sticky_btn a:hover {
  background-color: lighten(#700B5C, 20%);
  transition: 0.15s background-color;
}