.entry-cat {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  background: #ffe100;
  font-size: 0.857em;
  text-align: center;
  width: 100px;
  height: 30px;
  line-height: 30px;
  margin-right: 20px;
}

.entry-cat.bg-column {
  background: #85ddbd;
}

.no-post {
  padding: 40px 0;
}

/* blog - archive */
.news-article-wrap {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 20px 6.36%;
}

.news-article {
  border-bottom: solid 1px #ccc;
}

.news-article:last-child {
  border-bottom: none;
}

.news-article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
}

.news-article .entry-date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #aaa;
  width: 7.5em;
  padding-top: .25em;
}

.news-article .entry-title {
  display: inline-block;
  vertical-align: top;
  font-size: 1em;
  font-weight: 400;
  padding-top: .25em;
  margin: 0;
}

.news-article .entry-excerpt {
  margin-top: 15px;
}

/* blog - single */
.news-post .entry-header {
  position: relative;
  border-bottom: solid 1px #000;
  padding-bottom: 13px;
  margin-bottom: 70px;
}

.news-post .entry-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
}

.news-post .entry-date {
  position: absolute;
  top: 100%;
  left: 0;
  color: #aaa;
  line-height: 1;
  margin-top: 15px;
}

.news-post .entry-content {
  line-height: 1.93;
  max-width: 960px;
  margin: 0 auto;
}

.news-post .entry-content p, .news-post .entry-content ul, .news-post .entry-content ol, .news-post .entry-content dl, .news-post .entry-content table, .news-post .entry-content figure {
  margin: 40px 0;
}

.news-post .entry-content p:first-child, .news-post .entry-content ul:first-child, .news-post .entry-content ol:first-child, .news-post .entry-content dl:first-child, .news-post .entry-content table:first-child, .news-post .entry-content figure:first-child {
  margin-top: 0;
}

.news-post .entry-content p:last-child, .news-post .entry-content ul:last-child, .news-post .entry-content ol:last-child, .news-post .entry-content dl:last-child, .news-post .entry-content table:last-child, .news-post .entry-content figure:last-child {
  margin-bottom: 0;
}

.news-post .entry-content ul {
  padding-left: 0.5em;
  list-style: disc inside;
}

.news-post .entry-content ul li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin: 12px 0;
}

.news-post .entry-content ol {
  padding-left: 0.3em;
  list-style: decimal inside;
}

.news-post .entry-content ol li {
  margin: 12px 0;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.news-post .entry-content table th,
.news-post .entry-content table td {
  vertical-align: middle;
  border: solid 1px #000;
  padding: 12px 20px;
}

.news-post .entry-content h2, .news-post .entry-content h3, .news-post .entry-content h4, .news-post .entry-content h5, .news-post .entry-content h6 {
  margin-bottom: 10px;
}

.news-post .entry-content h2 + *, .news-post .entry-content h3 + *, .news-post .entry-content h4 + *, .news-post .entry-content h5 + *, .news-post .entry-content h6 + * {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .entry-cat {
    width: 68px;
    height: 26px;
    line-height: 26px;
    margin-right: 12px;
  }
  /* blog - archive */
  .news-article-wrap {
    padding: 10px 0 7px;
  }
  .news-article a {
    padding: 18px 0;
  }
  .news-article .entry-date {
    width: 6.6em;
  }
  .news-article .entry-excerpt {
    margin-top: 10px;
  }
  /* blog - single */
  .news-post .entry-header {
    padding-bottom: 10px;
    margin-bottom: 55px;
  }
  .news-post .entry-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .news-post .entry-date {
    margin-top: 10px;
  }
  .news-post .entry-content p, .news-post .entry-content ul, .news-post .entry-content ol, .news-post .entry-content table, .news-post .entry-content figure {
    margin: 30px 0;
  }
  .news-post .entry-content table th, .news-post .entry-content table td {
    padding: 5px 10px;
  }
}
