/*
Theme Name: ja-toyamashi Child
Theme URI: 
Template: ja-toyamashi
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

/**/

.all-post-meta > dl {
  display: grid;
  grid-template-columns: 1fr 1fr 4fr;
  gap: 1em;
  font-weight: bold;
  border-bottom: 1px dotted #666666;
  padding-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .all-post-meta > dl {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .all-post-meta > dl {
    grid-template-columns: 1fr 2fr 8fr;
  }
}

@media screen and (max-width: 767px) {
  .all-post-meta dl dt {
    width: 30%;
  }
}

.all-post-meta > dl > dd.category {
  background: #1b85fb;
  border-radius: 15px;
  padding: 0 0.5em;
  color: #fff;
  text-align: center;
}

.all-post-meta > dl > dd.cat-finance {
  background: #ff70aa;
}

@media screen and (max-width: 767px) {
  .all-post-meta > dl > dd.category,
  .all-post-meta > dl > dd.cat-finance {
    width: 50%;
  }
}

.all-post-item.post_item:last-child {
  margin-bottom: 0;
}

.my-pagination {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .my-pagination {
    justify-content: space-evenly;
  }
}

.my-pagination > li {
  margin: 1em;
}

@media screen and (max-width: 767px) {
  .my-pagination > li {
    margin: 0.5em;
  }
  .my-pagination > li:first-child {
    margin-right: 0;
    margin-left: 0;
  }
  .my-pagination > li:last-child {
    margin-right: 0;
    margin-left: 0;
  }
}

/**/
.vk_posts.next-prev {
  display: none;
}

.vk_post_imgOuter_singleTermLabel {
  padding: 5px;
}

.entry-meta-item-updated {
  display: none;
}

.entry-meta-item-author {
  display: none;
}
