.single-news ul {
  list-style-image: url(../images/list-arrow.png);
}

.single-news .header {
  max-height: 425px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.single-news .header img {
  width: 100%;
}

.single-news .header > div {
  top: 20px;
  position: absolute;
  width: 100%;
}

.single-news .share-links a {
  color: #f36d21;
  text-decoration: none;
}

.single-news .entry-title {
  border-bottom: 0;
  margin-bottom: 20px;
}

.single-news .subhead {
  border-bottom: 1px solid #a6a7af;
  color: #555;
  font-style: italic;
  padding-bottom: 30px;
}

.single-news .writer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #a6a7af;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.single-news .writer img {
  border-radius: 50%;
  height: 50px;
  width: 50px;
}

.single-news .writer .name {
  margin-left: 15px;
}

.single-news .writer .date {
  margin-left: 25px;
}

.single-news .writer span,
.single-news .writer a {
  color: #666;
  font-style: italic;
}

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