/*
Theme Name:LoliMeow
Theme URI:https://www.boxmoe.com
Description:LoliMeow（洛丽喵）是盒子萌的一款主题.
Author:专收爆米花
Author URI:https://www.boxmoe.com
Version:13.12
*/
body{
        font-family: Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
        background-color: #f4f8fb;
    }
    .boxmoe_header .navbar .navbar-nav .nav-item .nav-link:hover, .boxmoe_header .navbar .navbar-nav .nav-item .nav-link.active{
        box-shadow: 2px 2px 0px 0px #333;
    }
    .boxmoe_header .navbar{
        background: #fff; 
        box-shadow: 0 3px 12px -1px #4ab1ff1c, 0 22px 27px -30px rgba(7, 10, 25, 0.1);
    }
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        color: #4a5966;
    }
    .mt-7 {
        background: #fff;
    }
    .list-one .category .tags a {
        padding: 7px 10px;
        font-size: 12px;
    }
    .active>.page-link, .page-link.active{
        z-index: 0;
    }
    .warning.post-title{
        color: #e75769;
    }
    .post-list-content .mt-2.mb-2{
        display: flex;
        flex-wrap: wrap;
    }
    .mb-tag {
        margin-left: auto;
    }
    .mb-tag a {
        color: var(--bs-dark);
        display: inline-block;
        padding: 2px 6px;
        line-height: 1.2;
        background: var(--bs-white);
        border: 1px solid var(--bs-hui);
        border-radius: 8px;
        font-size: 0.75rem;
        }
        .mb-tag a:hover{
            box-shadow: 1px 1px 0px 0px #333;
        }
        .pagenav .page-item .page-link{
    box-shadow: none;
}
    .pagenav .page-item.active .page-link{
        background-color: transparent;
        color: initial;
        box-shadow: 2px 2px 0 0 var(--bs-dark);
    }
    .blog-post{
        background: #fff;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 3px 12px -1px #4ab1ff1c, 0 22px 27px -30px rgba(7, 10, 25, 0.1);
    }
    .blog-sidebar .widget{
        box-shadow: 0 3px 12px -1px #4ab1ff1c, 0 22px 27px -30px rgba(7, 10, 25, 0.1);
    }
    .list-one.post-list{
        border-radius: 0!important;
        background-image:none;
        margin-bottom: 0;
        padding: 0;
        box-shadow:none;
    }
    .post-list-content{
        margin: 5px 20px;
        border-bottom: 1px solid #d8ddeb;
    }
    .breadcrumb-head span{
        padding-left:0;
    }
    .breadcrumb-head span:before{
        content:none;
    }
    .list-one .category .tags a{
        border-radius: 6px;
    }
    .text-inverse {
        font-size: 27px;
        font-weight: bold;
        filter: brightness(1) invert(0);
        color: #5a5f65;
    }
    *::-webkit-scrollbar-thumb:hover {
    background-color: #777885;
    }
    *::-webkit-scrollbar-thumb {
         border: none; 
    }
    .boxmoe_header .user-login, .boxmoe_header .user-reg {
    padding: 8px 10px;
    font-size: 16px;
}
.single-content, .single-content p {
    font-size: 16px;
    color: #2f3e4c;
}
.single-title {
    font-size: 28px;
}
.single-author-info .data{
    font-size: 14px;
    color: #717d8f;
}
.downloads {
    border: 3px dashed #3b5c89;
    border-radius: 8px;
    padding: 20px;
    line-height: 2.5;
}
.downloads a , .downloads-add a,.single-content a{
    color: #21a1ff;
}
.blog-sidebar .blog-shadow .widget-title{
    border:none;
    box-shadow: none;
    background: none;
    left: 0;
    top: 0;
    font-size: 17px;
}
.blog-sidebar .widget-search .search-input{
    border: 1px solid #7692a57a;
}
@media (min-width: 992px) {
    .blog-sidebar .offcanvas-lg .offcanvas-body {
         padding: 0; 
    }
    .col-lg-4{
        width: 26%;
    }
    .col-lg-8{
        width: 74%;
    }

}
    @media (max-width: 768px) {
    .list-one.post-list, .list-two.post-list {
        flex-direction: initial;
    }
    .blog-post{
        padding:20px 0;
    }
    }
    @media (max-width: 991px) {
    .boxmoe_header .offcanvas {
        background-image: none;
    }
        .col-lg-8{
    padding: 0;
}
}