.posts-grid .collection-description {
  margin-top: 30px;
  font-family: 'Quattrocento', serif;
  font-size: 16px;
  text-align: center;
}

.posts-grid .collection-title, .posts-grid .collection-description {
  text-align: center;
}

.patreon-single-bar-7q81 {
  display: none;
  /* visibility: hidden; */
  padding: 40px 15px;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  text-align: center;
  background-color: #c4014a;
  color: white;
  font-size: 18px;
}

.patreon-single-bar-7q81 .join {
  display: inline-block;
  margin-left: 10px;
  padding: 5px 12px;
  border: 1px solid white;
  font-size: 17px;
  color: white;
}

.patreon-single-bar-7q81 .close {
  font-size: 30px;
  font-weight: lighter;
  color: white;
  line-height: 35px;
  opacity: 0.9;
}

@media only screen and (max-width: 767px) {
  .patreon-single-bar-7q81 {
    bottom: 54px;
    border: solid 3px #fff;
    border-radius: 5px;
  }

  .patreon-single-bar-7q81 .close {
    position: absolute;
    right: 10px;
    top: 2px;
    line-height: 30px;
  }

  .patreon-single-bar-7q81 br {
    display: inline-block;
  }
}

/* Misc.*/
.post_text img {
  max-width: 100% !important;
  height: auto;
}

@media (max-width: 767px) {
  .post_text figure,
  .post_text figure img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto;
  }
}

.grid-post-comic .grid-post-image .post-tags {
  width: auto;
  right: 20px;
}

/* Article header */
.post_meta {
  margin-bottom: 16px;
  font-size: 16px;
}

body.search {
  display: block !important;
  position: relative;
  right: auto;
}

.container-search-results {
  margin-top: 20px;
}
