.page-archive .navbar {
  padding: 0; }

.page-archive .category-list li {
  padding: 12px 19px;
  margin-right: 5px;
  margin-bottom: 15px;
  border: 1px solid #c3c3c3;
  -webkit-border-radius: 4px;
          border-radius: 4px; }
  .page-archive .category-list li a {
    font-size: 15px; }

.article-post .section-title {
  font-size: 28px;
  line-height: 32px; }

.article-post .page-content p {
  line-height: 26px;
  margin-bottom: 20px; }

.article-post .page-content h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  margin: 30px 0 20px 0; }

.article-post .page-content h3 {
  font-size: 22px;
  font-weight: 500; }

.recommended-area .section-subtitle:after {
  bottom: -5px; }

.recommended-area .news-item .meta {
  padding: 7px;
  bottom: 30px;
  background: #e95c25; }
  .recommended-area .news-item .meta:hover {
    background: #f7c645; }

.recommended-area .news-item header:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease; }

.recommended-area .news-item header a {
  color: #fff; }

.recommended-area .news-item header a.position-absolute {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.recommended-area .news-item:hover header:before {
  background: rgba(59, 66, 72, 0.7); }
