.hamburger-fade__line {
  background-color: #fff;
}

.site-header {
  background-color: #e6521f !important;
}

.page-header {
  height: 300px;
  background-color: #e6521f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}
@media (max-width: 748px) {
  .page-header {
    height: 180px;
  }
}
.page-header h1 {
  font-size: 40px;
  color: #fff;
  text-align: center;
}
@media (max-width: 748px) {
  .page-header h1 {
    font-size: 24px;
  }
}

.post-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
  padding: 0 0 40px 0;
}
@media (max-width: 748px) {
  .post-container {
    gap: 2%;
  }
}
.post-container .post-wrap {
  width: 24%;
  padding: 10px;
  height: 100%;
  display: block;
}
@media (max-width: 748px) {
  .post-container .post-wrap {
    width: 49%;
  }
}
.post-container .post-link {
  display: block;
  height: 100%;
}
.post-container .post-thumbnail {
  height: 190px;
  margin-bottom: 8px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 748px) {
  .post-container .post-thumbnail {
    height: 120px;
  }
}
.post-container .post-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.post-container .post-category {
  display: block;
  background: #e6521f;
  color: #fff;
  display: inline-block;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 0 4px;
  font-size: 13px;
}
.post-container .post-category a {
  text-decoration: none;
  color: #fff;
}
.post-container .post-date {
  text-align: right;
  font-size: 13px;
  margin-bottom: 8px;
}
.post-container .post-title {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 8px;
}

.nav-below {
  padding: 60px 0;
  margin: 0 auto;
  width: 100%;
  display: block;
}
@media (max-width: 748px) {
  .nav-below {
    padding: 30px 0 0;
  }
}
.nav-below .pagination {
  gap: 8px;
  justify-content: center;
}
.nav-below a.page-numbers {
  display: flex;
  padding: 4px;
  border: 1px solid #e6521f;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  /* margin: 0 2%; */
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #e6521f;
}
.nav-below a.prev.page-numbers,
.nav-below a.next.page-numbers {
  border: none;
}
.nav-below .page-numbers.current {
  display: flex;
  padding: 4px;
  border: 1px solid #e6521f;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  /* margin: 0 2%; */
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  background-color: #e6521f;
}
@media (max-width: 748px) {
  .nav-below .post-excerpt {
    line-height: 1.5;
  }
}/*# sourceMappingURL=page-news.css.map */