/*
Theme Name:     B2子主题
Theme URI:      http: //7b2.com/
Description:    Child theme for the seven
Author:         子主题模版
Author URI:     http: //7b2.com/
Template:       b2
Version:        0.1.5
*/

/*下面是您自己DIY的css样式代码*/

/*LOGO*/
.logo img{
    display: block;
    height:45px
}

/*导航图标间隔*/
.be {position: relative;
    right: 6px;
}

/*顶部导航高度*/
.header-banner-content{
    height:40px;
}

/*顶部导航宽度度*/
.page-template .header-banner .header-banner-content{width:88%}

.header-banner .header-banner-content{width:88%}

/*固定顶部导航（常规菜单）*/
.site.up .site-header-in {
    transform: translate(0,0);
}
.header-banner-left.hidden {
    opacity: 1;
}

/*主导航高斯模糊*/
.logo-center .top-style, .logo-left .top-style, .menu-center .top-style, .social-top .top-style-bottom, .logo-top {
 border-top: 1px solid #f5f6f752;
 background: rgb(255 255 255 / 70%);
-webkit-backdrop-filter: blur(20px);
 backdrop-filter: blur(20px);
}
.header {
 background-color: unset !important;
 color: #121212;
}

/*幻灯片间隔*/
.home_row_bg, .home_row_bg_img {
    padding: 16px 0;
}

/*内容边框*/
.box, .side-fixed {
    background-color: #fff;
    box-shadow: 0px 0px 1px #ffffff;
    position: relative;
}

/*顶部导航图标与logo的间距*/
.header-banner-left ul {padding-left: 7px;}

/*去掉或隐藏PC端发布按钮*/
.change-theme .mobile-hidden{display:none}

/*俱乐部发布框美化*/
.po-topic-textarea {
    border: 1px solid #bcdbef;
}

/*俱乐部模块间隔10像素*/
.circle-topic-item {
    position: relative;
    border-top: 10px solid #ffffff;
}
/*隐藏网站右侧栏工具购物车等*/
div.bar-normal > div:nth-child(2),div.bar-normal > div:nth-child(1){display:none}

/*隐藏分享和评论按钮*/
.content-footer-poster > button.poster-span,
.content-footer-poster > button.comment-span {
    display: none !important;
}

/*隐藏举报按钮*/
.post-content-footer .content-footer-poster button:nth-child(4){
    display: none !important;
}

/*小工具B2-连接组小工具图标透明*/
.links-widget .links-icon{
    background-color: #fff0;
}

/*手机端底样式在此操作*/

/*手机端底部导航固定*/
@media screen and (max-width: 768px) {
.mobile-footer-menu.footer-down {
    transform: translate(0,0); /*第一个0为横轴，第二个0为纵轴*/
}
}

/*隐藏手机端小工具*/
@media screen and (max-width: 768px) {
.sidebar-innter section {
    display: none;
}
}

/*隐藏手机端页脚小工具*/
@media screen and (max-width: 768px) {
.site-footer {
    display: none;
}
}

/*去掉或隐藏手机端发布按钮*/
.mobile-footer-center{display:none}

/*解决手机端详情页显示大小问题*/
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){width:100%!important}

/*优化手机端顶部导航*/
@media screen and (max-width: 768px) {
.page-template .header-banner .header-banner-content{
width:100%
}
    .ym-menu ul {
        white-space: nowrap;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        width: calc(100% - 40px);
        overflow-y: hidden;
    }
}