#page-header {
  background: transparent !important;
}
#page-header.post-bg,
#page-header.not-home-page {
  height: 280px !important;
}
#page-header #post-info {
  bottom: 40px !important;
  font-weight: bolder !important;
}
#page-header #page-site-info {
  top: 140px !important;
}
@media screen and (max-width: 768px) {
  #page-header.not-home-page {
    height: 200px !important;
  }
  #page-header #post-info {
    bottom: 10px !important;
  }
  #page-header #page-site-info {
    top: 100px !important;
  }
}
.top-img {
  height: 250px;
  margin: -50px -40px 50px;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .top-img {
    height: 230px;
    margin: -36px -14px 36px;
  }
}
[data-theme='dark'] .top-img {
  filter: brightness(0.8);
}
#footer:before {
  background-color: rgba(255,255,255,0.5);
}
[data-theme='dark'] #footer:before {
  background-color: rgba(0,0,0,0.5);
}
#footer-wrap,
#footer-wrap a {
  color: #111;
  -webkit-transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  -ms-transition: unset;
  transition: unset;
}
[data-theme='dark'] #footer-wrap,
[data-theme='dark'] #footer-wrap a {
  color: var(--light-grey);
}
.post-title {
  font-weight: bolder !important;
}
#nav.show {
  font-weight: bolder !important;
  font-size: 23px !important;
}
.article-title {
  font-weight: 700 !important;
}
.author-info__name {
  font-weight: 700 !important;
}
.article-meta-wrap {
  font-size: 0.9em !important;
  font-weight: 600 !important;
}

/* Keep sidebar cards in normal document flow.
   The newest comments card is populated asynchronously; sticky positioning
   can leave archive/category cards visually overlapping it after load. */
.page #aside-content .sticky_layout {
  position: static !important;
  top: auto !important;
}

.layout.hide-aside > .aside-content,
html.hide-aside .layout > .aside-content {
  display: none !important;
}

.layout.hide-aside {
  max-width: 1000px;
  justify-content: center;
}

.layout.hide-aside > div:first-child {
  width: 100% !important;
}
