/*
Theme Name: zibllchild
Template: zibll
Version: 1.0
/* 隐藏导航栏选中项/悬停时的下划线效果，但保留文字高亮 */
.navbar-top li.current-menu-item:before,
.navbar-top li.current-menu-item > a:before,
.navbar-top li:hover:before,
.navbar-top li:hover > a:before {
    opacity: 0 !important;
}

/* 给底部footer第三个及以后的list-inline项增加右边距 */
.footer .list-inline > li + li + li {
    float: right;
    margin-right: 50px;
}

/* 网格列表卡片，电脑端一行4改5 */
@media (min-width: 992px) {
  .fluid-widget-wrap .card,
  .site-layout-1 .card {
    width: calc(20% - 16px) !important;
  }
}

/* 隐藏虚线边框效果 */
.hidden-box {
    border: none !important;
    border-bottom: none !important;
    border-right: none !important;
}

/* 分类标签：深色模式白色文字，浅色模式黑色文字，圆角改为半圆，背景透明，边框和文字图标都带透明度 */
.but.c-blue, .but.c-blue-2, .but.c-cyan, .but.c-gray, .but.c-green, .but.c-green-2,
.but.c-purple, .but.c-purple-2, .but.c-red, .but.c-red-2, .but.c-theme, .but.c-white,
.but.c-yellow, .but.c-yellow-2 {
    color: rgba(0, 0, 0, 0.6) !important;
    border-color: rgba(0, 0, 0, 0.6) !important;
    border-radius: 999px !important;
    background: transparent !important;
}

.but.c-blue i, .but.c-blue-2 i, .but.c-cyan i, .but.c-gray i, .but.c-green i, .but.c-green-2 i,
.but.c-purple i, .but.c-purple-2 i, .but.c-red i, .but.c-red-2 i, .but.c-theme i, .but.c-white i,
.but.c-yellow i, .but.c-yellow-2 i {
    color: rgba(0, 0, 0, 0.6) !important;
}

body.dark-theme .but.c-blue, body.dark-theme .but.c-blue-2, body.dark-theme .but.c-cyan,
body.dark-theme .but.c-gray, body.dark-theme .but.c-green, body.dark-theme .but.c-green-2,
body.dark-theme .but.c-purple, body.dark-theme .but.c-purple-2, body.dark-theme .but.c-red,
body.dark-theme .but.c-red-2, body.dark-theme .but.c-theme, body.dark-theme .but.c-white,
body.dark-theme .but.c-yellow, body.dark-theme .but.c-yellow-2 {
    color: rgba(255, 255, 255, 0.6) !important;
    border-color: rgba(255, 255, 255, 0.6) !important;
    background: transparent !important;
}

body.dark-theme .but.c-blue i, body.dark-theme .but.c-blue-2 i, body.dark-theme .but.c-cyan i,
body.dark-theme .but.c-gray i, body.dark-theme .but.c-green i, body.dark-theme .but.c-green-2 i,
body.dark-theme .but.c-purple i, body.dark-theme .but.c-purple-2 i, body.dark-theme .but.c-red i,
body.dark-theme .but.c-red-2 i, body.dark-theme .but.c-theme i, body.dark-theme .but.c-white i,
body.dark-theme .but.c-yellow i, body.dark-theme .but.c-yellow-2 i {
    color: rgba(255, 255, 255, 0.6) !important;
}