body:before {
  content: "";
  position: fixed;
  top: 0px;
  left: 40px;
  bottom: 0px;
  transform: translateX(-50%);
  width: 0px !important;
  background-color: #A4A4A4;
}
body .entries .entry .title:before {
  content: "";
  position: absolute;
  width: 0px !important;
  height: 0px !important;
  border: 0px solid #484848;
  background-color: #FFFFFF;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: -73px;
  z-index: 1000;
  left: -63px;
}
body .entries .entry {
    /*padding: unset !important;*/
    padding: 0px 0px 70px 0px !important;
}
body .entries .entry:last-child {
    padding: unset !important;
}
