.article-title{
    display:none;
}

.breadcrumb{
    display:none;
}


.parallax {
  fill: var(--body-bg-color);
}
.parallax > use {
  animation: move-forever 30s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
  opacity: 0.5;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
  opacity: 0.6;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
  opacity: 0.7;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
  opacity: 1;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}

.abs-right.vip-tag.badg.jb-yellow {
  top: -10px;
}

.avatar-img-diy {
    position: relative;
    display: inline-block;
    flex-shrink: 0;
    --this-size: 30px;
    width: var(--this-size);
    height: var(--this-size);
  letf:5px;
}


.card:hover .item-thumbnail a img {-webkit-animation: jumps-data-v-6bdef187 1.2s ease 1;animation: jumps-data-v-6bdef187 1.2s ease 1;}@keyframes jumps-data-v-6bdef187 {0% { transform: translate(0)}10% {transform: translateY(5px) scaleX(1.2) scaleY(.8); }30% {transform: translateY(-13px) scaleX(1) scaleY(1) rotate(5deg)}50% {transform: translateY(0) scale(1) rotate(0)}55% {transform: translateY(0) scaleX(1.1) scaleY(.9) rotate(0)}70% {transform: translateY(-4px) scaleX(1) scaleY(1) rotate(-2deg)}80% {transform: translateY(0) scaleX(1) scaleY(1) rotate(0)}85% {transform: translateY(0) scaleX(1.05) scaleY(.95) rotate(0)}to {transform: translateY(0) scaleX(1) scaleY(1)}}

@media screen and (min-width: 980px){.tab-content .posts-item:not(article){transition: all 0.3s;}.tab-content .posts-item:not(article):hover{transform: translateY(-10px); box-shadow: 0 8px 10px rgba(255, 112, 173, 0.35);}}


.dropdown-menu {
    margin-bottom: 10px;
    border: none;
    box-sizing: border-box;
    padding: 25px 12px 50px;
    border-radius: 8px;
    background: url(/wp-content/themes/moon-child/css/img/bg-cat-main.png) no-repeat 50%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}
.float-btn.qrcode-btn .hover-show-con {
    width: 150px;
    top: -60px;
    padding: 30px 5px 12px;
    text-align: center;
}