/*
Theme Name: Sal
Author: Xion
Description: 一个简洁的博客主题。
Version: 1.0.0
*/

.screen-reader-text {
  position: absolute;
  left: -9999px;
}

body {
  font-family: "MiSans", sans-serif !important;
}

/* Pixel-level alignment overrides */
#headers .meun_ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#headers .meun_ul > .meun_li {
  margin-right: 0.937rem;
  font-size: 0.875rem;
  display: inline-block;
  letter-spacing: 1px;
}

#headers .meun_ul > .meun_li:last-child {
  margin-right: 0;
}

.paging .page-navigator {
  list-style: none;
}

.paging .page-navigator > li > span,
.paging .page-navigator > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  font-size: 14px;
  transition: all 0.5s;
}

.paging .page-navigator > li.current > span.current {
  background-color: var(--theme-primary);
  color: #fff;
}

#comments .comment-respond {
  margin-top: 1.2rem;
}

#comments .comment-form {
  margin: 0;
}

#comments .comment-form-author,
#comments .comment-form-email,
#comments .comment-form-url,
#comments .comment-form-comment {
  margin: 0;
}

#comments .comment-form-author,
#comments .comment-form-email,
#comments .comment-form-url {
  display: inline-block;
  width: 100%;
}

#comments .comment-form-url {
  margin-top: 0.5rem;
}

#comments .comment-form-cookies-consent {
  margin: 0.5rem 0 0;
  font-size: 14px;
}

#comments .comment-form-cookies-consent label {
  margin-left: 0.3rem;
}

#comments .form-submit {
  margin: 0;
}

.comments_lie .comment-list,
.comments_lie .children,
.comment-children > ol {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.comments_lie .comment-list > li::marker,
.comments_lie .children > li::marker,
.comment-children > ol > li::marker {
  content: "";
}

.comments_lie .children {
  padding-left: 1rem;
}

.comment-children {
  padding-left: 1rem;
}

.comment-buttons #cancel-comment-reply {
  margin-right: 10px;
}

.comment-buttons #cancel-comment-reply a {
  font-size: 12px;
  color: #7a8b9a;
}

.post_tools {
  border-top: 1px solid #eff2f9;
}

.pagination2 p:empty {
  display: none;
}

@media screen and (max-width: 767px) {
  #headers .meun_ul > .meun_li {
    font-size: 0.875rem;
  }
}
