@import 'https://aisles.com.au/modules/boonex/timeline/template/css/view.css';
/*--- Item Content Style ---*/
div.bx-tl-item-text div.bx-tl-content.bx-tl-overflow .bx-tl-content-overflow {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}
/*--- Meta and Activity Styles ---*/
div.bx-tl-item-meta-activity {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.bx-media-phone .bx-protean {
  /*--- Meta and Activity Styles ---*/
  /*--- Load More Style ---*/
  /*--- Item Style: Timeline ---*/
}
.bx-media-phone .bx-protean div.bx-tl-item-meta-activity {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bx-media-phone .bx-protean div.bx-tl-view-timeline div.bx-tl-load-more {
  margin-left: 1rem;
}
.bx-media-phone .bx-protean div.bx-tl-view-timeline div.bx-tl-items:before {
  left: 1.875rem;
}
