.post-category {
  display: inline-block;
  padding: 0px 1.2rem;
  font-size: .875rem;
  color: white;
  font-weight: 600;
  line-height: 1.8;
  background-color: #8e7c13
}
a.post-category {
  text-decoration: none;
  will-change: background-color;
  -webkit-transition: background-color .3s linear;
  transition: background-color .3s linear
}
a.post-category:hover {
  color: white;
  background-color: #8e7c13
}
.post-date {
  color: #170900
}
.column-categories {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: .5rem;
  margin: 0px;
  margin-bottom: 3rem;
  padding: 0px
}
.column-categories .post-category {
  min-width: 0px;
  color: #8e7c13;
  background-color: transparent;
  border: 1px solid #8e7c13;
  will-change: color, background-color;
  -webkit-transition: color .3s linear, background-color .3s linear;
  transition: color .3s linear, background-color .3s linear
}
.column-categories .post-category:hover, .column-categories .post-category.on {
  color: white;
  background-color: #8e7c13
}
.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  padding: 1.8rem 1rem;
  border-top: 1px solid #231815
}
.news-item:last-child {
  border-bottom: 1px solid #231815;
}
.news-item__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.3rem;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.news-item__title {
  width: 100%;
  margin-top: .2rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4
}
.news-item__title a {
  color: #170900;
}
.column-archive {
  margin-bottom: 4rem;
  background-color: white;
  -webkit-box-shadow: 0px 6px 6px rgba(50, 71, 74, 0.16);
  box-shadow: 0px 6px 6px rgba(50, 71, 74, 0.16)
}
.column-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5rem
}
.column-item {
  overflow: hidden;
  position: relative;
  width: calc((100% / 3) - ((2rem * (3 - 1)) / 3));
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.12);
  line-height: 0;
  border-radius: 8px;
}
.column-item__link {
  display: block;
  text-decoration: none;
  color: #111;
}
.column-item__link:hover .column-item__figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}
.column-item__figure {
  overflow: hidden
}
.column-item__figure img {
  will-change: transform;
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear
}
.column-item__category {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10
}
.column-item__contents {
  padding: .875em 1em;
  background-color: white
}
.column-item__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7
}
.column-item__date {
  font-size: 13px;
  line-height: 2
}
.mainimage-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.8rem;
  margin-bottom: .5rem
}
.single-content h2, .single-content h3, .single-content h4 {
  line-height: 1;
  margin-top: 1em;
  margin-bottom: 1em
}
.single-content h2 {
  padding-top: 1em;
  font-size: 32px;
  font-size: 2rem;
  color: #e73650;
  border-top: 1px solid #e73650
}
.single-content h3 {
  font-size: 24px;
  font-size: 1.5rem
}
.single-content .wp-block-image {
  margin-bottom: 2rem
}
.pagenation__number {
  font-weight: bold
}
.pagenation-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media screen and (max-width: 767px) {
  .column-archive .inner {
    padding-left: 4rem;
    padding-right: 4rem
  }
  .column-items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .column-item {
    /*width: calc(50% - 2rem)*/
  }
  .news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem
  }
  .pagenation-top .btn__main {
    width: calc((100% / 2) - ((1rem * (2 - 1)) / 2));
    min-width: 0px
  }
}
@media screen and (max-width: 500px) {
  .column-archive .inner {
    padding-left: 3rem;
    padding-right: 3rem
  }
  .column-items {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto
  }
  .column-item {
    width: auto
  }
  .archive .column-archive .column-item {
    -webkit-box-shadow: none;
    box-shadow: none
  }
  .archive .column-archive .column-item .column-item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem
  }
  .archive .column-archive .column-item .column-item__figure {
    width: 45%;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
  .archive .column-archive .column-item .column-item__contents {
    padding: 0px
  }
  .archive .column-archive .column-item .post-category {
    padding-left: 1rem;
    padding-right: 1rem;
    min-width: 0px;
    font-size: 12px;
    font-size: .75rem
  }
  .news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem .5rem
  }
  .mainimage-meta {
    gap: 1rem
  }
  .single-content h2 {
    font-size: 26px;
    font-size: 1.625rem
  }
  .single-content h3 {
    font-size: 22px;
    font-size: 1.375rem
  }
}