/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

/* ===================================================
   首页 Banner：全宽 + 减少上下空隙
   基于真实 HTML 结构精准定位
   =================================================== */

/* ① section 本身已有 full-width 类，确保无额外间距 */
.home .mcb-section.full-width {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* ② section 内层 wrapper 去除 padding 并全宽 */
.home .mcb-section.full-width .section_wrapper,
.home .mcb-section.full-width .mcb-wrap-inner,
.home .mcb-section.full-width .mcb-column-inner,
.home .mcb-section.full-width .column_attr {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

/* ③ Smart Slider 3 内层 n2-padding 清零（这是导致上下空隙的关键！） */
.home .n2-section-smartslider .n2-padding,
.home #n2-ss-2-align,
.home .n2-ss-align {
    padding: 0 !important;
    margin: 0 !important;
}

/* ④ Smart Slider 容器强制 100% 宽 */
.home .n2-section-smartslider,
.home .n2-ss-align,
.home .n2-padding,
.home #n2-ss-2 {
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* ⑤ column 和 wrap 的宽度也确保全宽 */
.home .mcb-section.full-width .wrap.mcb-wrap,
.home .mcb-section.full-width .column.mcb-column {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ===================================================
   隐藏文章底部作者信息框（Author Box）
   =================================================== */
.section-post-about {
    display: none !important;
}



