.stream {
  padding: 0;
  list-style: none;
  position: relative;
  margin-left: -15px;
}

.stream:before {
  top: 21px;
  bottom: 0;
  left: 7px;
  width: 2px;
  content: '';
  background: #b3b3b3;
  position: absolute;
}

.stream-item {
  position: relative;
}

.stream-icon {
  top: 19px;
  left: 4px;
  width: 8px;
  height: 8px;
  position: absolute;
  background: #777777;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 50%;
  border: 1px solid white;
}

.stream-icon-new {
  background: #998E54;
}

.stream-card {
  margin: 0 0 20px 20px;
  font-size: 0.875rem;
}

.stream-card:before, .stream-card:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.stream-card:before {
  border-right-color: rgba(0, 0, 0, 0.12);
  border-width: 7px;
  top: 16px;
}

.stream-card:after {
  border-right-color: white;
  border-width: 6px;
  top: 17px;
}

.stream-card > .card-body {
  padding: 15px;
}

.stream-card > .card-body > .card-nested-section,
.stream-card > .card-body > .media-wrapper > .card-nested-section {
  margin: 10px -15px -15px;
  padding: 15px;
}

.stream-card .mediawrapper {
  margin-top: 15px;
}

.stream-card .mediawrapper:first-child {
  margin-top: 0;
}

.stream-card .comment__reply-btn {
  display: none;
}

.card--teaser.card--teaser-stream {
  margin: 10px -15px 10px;
  background: #e6e6e6;
}

.card--teaser.card--teaser-stream:last-child {
  margin-bottom: -15px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.card--teaser.card--teaser-stream:last-child .card-image {
  border-bottom-left-radius: 2px;
}

@media screen and (min-width: 768px) {

  .stream {
    margin-left: 0;
  }

  .stream:before {
    left: 14px;
    top: 42px;
  }

  .stream-icon {
    left: 7px;
    top: 36px;
    width: 16px;
    height: 16px;
    border-width: 2px;
  }

  .stream-card {
    margin-left: 40px;
  }

  .stream-card:before {
    border-width: 9px;
    top: 35px;
  }

  .stream-card:after {
    border-width: 8px;
    top: 36px;
  }

  .card--teaser.card--teaser-stream {
    height: 200px;
  }

  .card--teaser.card--teaser-stream .card-image {
    height: 200px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    border-radius: 0;
  }
}

/*# sourceMappingURL=stream.css.map */
