@media (max-width: 768px) {
  .jp-relatedposts, .cont-tag {
    display: none !important;
  }
  .single-in nav {
    display: none !important;
  }
  .sing-spacer {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-nav > li.social > a {
    display: inline;
    padding-right: 5px;
  }
  .wp-caption {
    padding: 0;
    float: none;
    margin: 0;
    max-width: 100%;
  }
  .meta .avatar {
    border-radius: 100%;
    margin-right: 10px;
  }
}
.single-in a {
  text-decoration: underline;
}
#patreon-section {
  position: fixed;
  width: 100%;
  height: 113px;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  z-index: 20;
  background-image: url('/images/patreon/night.png');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
#patreon-section img {
  position: absolute;
}
#patreon-section a {
  color: white;
}
#patreon-section .txt-cnt {
  width: 100%;
  display: table;
}
#patreon-section .txt-cnt .txt {
  height: 113px;
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: bottom;
}
#patreon-section .txt-cnt .txt b {
  display: block;
  font-size: 15px;
}
#patreon-section .txt-cnt .txt #patreon-close {
  float: right;
}
.widget.widget_links li, #menu-solar-system li {
  margin: 0;
  background: #f2f1ec;
}
.widget.widget_links li a, #menu-solar-system li a {
  border: 1px solid #9a9a9a;
  border-bottom: 0;
  padding: 7px 0 7px 15px;
  position: relative;
  background-image: url(/images/icons/spacerocket.png);
  background-repeat: no-repeat;
  background-size: auto 90%;
  background-position: right 40px;
}
.widget.widget_links li a:hover, #menu-solar-system li a:hover {
  text-decoration: none;
  background-color: #dac586;
  color: #322615;
  background-position: right center;
}
.widget.widget_links li:first-child a, #menu-solar-system li:first-child a {
  border-radius: 4px 4px 0 0;
}
.widget.widget_links li:last-child a, #menu-solar-system li:last-child a {
  border-radius: 0 0 4px 4px;
  border-bottom: 1px solid #9a9a9a;
}
.commentlist [data-comment-member] {
  border-color: #f96854 !important;
}
.commentlist li.comment {
  position: relative;
}
.commentlist li.comment .patreon-badge {
  top: 9px;
  right: 0;
  width: auto;
  white-space: nowrap;
  position: absolute;
  background: #f96854;
  color: white;
  padding: 2px 7px;
  font-size: 12px;
}
.meta {
  clear: both;
}
.meta .avatar {
  float: left;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .sing-cont .adsbygoogle {
    margin: 0 -20% 0 -20%;
  }
}
body[data-member="true"] .adsbygoogle {
  display: none !important;
}
@media (max-width: 760px) {
  body > .spacer {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  body > .spacer {
    height: 88px;
  }
}
@media (max-width: 760px) {
  body.admin-bar .navbar-fixed-top {
    top: 0 !important;
    z-index: 100000;
  }
}
.slide .item {
  background-size: cover !important;
}
