/*
 * Theme Name:   wolmart-child
 * Template:     wolmart
 * 
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.bypostauthor {
  display: block;
}

.gallery-caption,
.wp-caption-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 10px;
}

.aligncenter.wp-caption .wp-caption-text {
  padding-bottom: 20px;
}

.alignleft.wp-caption .wp-caption-text {
  padding-bottom: 10px;
}

.blog.home.wolmart-archive-post-layout main {
  padding-top: 0;
}

.wp-block-group.has-background+.btn-readmore {
  display: block;
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .blog.home.wolmart-archive-post-layout .post-archive .post-wrap:first-child .post-details {
    padding-top: 10px;
  }
}
