/* ======================================
   rihobeer.com 統合CSS v3.0 (2026-03-20)
   41KB/483!important/35@media → 統合版
   第13条準拠: Cocoon標準テーマ準拠
   ====================================== */

/* --- 1. Base --- */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* --- 2. Header & Logo --- */
.header .header-in { padding: 8px 0 !important; }
.header-container .site-logo-image,
.header-container-in .header-in img {
    max-height: 200px !important;
    object-fit: cover !important;
    object-position: center !important;
    width: 100% !important;
}

/* --- 3. Navigation --- */
#navi {
    background: #fff !important;
    border-bottom: 2px solid #d4a017 !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 999 !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1) !important;
    margin-bottom: 0 !important;
}
#navi .navi-in ul { justify-content: center !important; }
#navi .navi-in ul li a {
    color: #333 !important;
    padding: 10px 16px !important;
    font-size: 0.9em !important;
    white-space: nowrap !important;
}
#navi .navi-in ul li a:hover {
    color: #d4a017 !important;
    background: #f8f4e8 !important;
}
#navi .navi-in a { position: relative !important; }
#navi .navi-in a::after {
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    width: 0 !important;
    height: 3px !important;
    background: #d4a017 !important;
    transition: width 0.3s ease, left 0.3s ease !important;
}
#navi .navi-in a:hover::after { width: 80% !important; left: 10% !important; }
#navi li.lang-item,
#navi li[class*="lang-item"] { display: none !important; }

/* --- 4. Content Area --- */
.content-in { padding-top: 8px !important; }
body.home .content-in { padding-top: 0 !important; }
body.home .main { padding: 12px 16px !important; }
.content-in .wrap { gap: 16px !important; }

/* --- 5. Breadcrumb / Title / TOC --- */
.article h1.entry-title {
    font-size: 1.6em;
    line-height: 1.4;
    margin-bottom: 0.5em;
    padding-bottom: 0.3em;
    border-bottom: 2px solid #e0e0e0;
}
.breadcrumb { padding: 8px 0 !important; margin-bottom: 8px !important; font-size: 0.85em !important; }
.entry-date { font-size: 0.85em; color: #666; }
.toc { border: 1px solid #e0e0e0; border-radius: 6px; padding: 1em; margin: 1.5em 0; }

/* --- 6. Sidebar --- */
.content-top .widget_polylang { display: none !important; }
.sidebar .widget { margin-bottom: 1.5em; }
.sidebar .widget-title { font-size: 1em; padding: 0.5em 0.8em; border-radius: 4px; }
.popular-entry-card { transition: transform 0.2s ease; }
.popular-entry-card:hover { transform: translateY(-2px); }
.sidebar .tagcloud { max-height: 280px !important; overflow: hidden !important; }
.sidebar .tagcloud a {
    display: inline-block !important;
    padding: 4px 12px !important;
    margin: 3px !important;
    border: 1px solid #ddd !important;
    border-radius: 20px !important;
    font-size: 0.8em !important;
    text-decoration: none !important;
    color: #555 !important;
    background: #fafafa !important;
    transition: all 0.2s !important;
}
.sidebar .tagcloud a:hover {
    background: #f0e6c8 !important;
    border-color: #d4a017 !important;
    color: #333 !important;
}
.sidebar .sidebar-tools-nav { display: none !important; }
body.page-parent .sidebar .sidebar-tools-nav,
body.page-child .sidebar .sidebar-tools-nav,
body.page-id-7504 .sidebar .sidebar-tools-nav { display: flex !important; }
body.page-parent .sidebar .popular-entry-cards,
body.page-child .sidebar .popular-entry-cards { max-height: 300px !important; overflow: hidden !important; }

/* --- 7. Author Box (E-E-A-T) --- */
.author-box {
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    padding: 1.2em !important;
    margin: 1em 0 !important;
    background: #fafafa !important;
}
.author-box .author-name { font-size: 1.1em !important; font-weight: bold !important; }

/* --- 8. Display Controls --- */
.recommendations { display: none !important; }
.riho-share-container { display: none !important; }
.sns-share.ss-top,
.sns-share-message { display: none !important; }
.tagcloud a[href*="/tag/aff-"] { display: none !important; }
.grecaptcha-badge { visibility: hidden !important; }

/* --- 9. Front Page --- */
body.home .article-header,
body.home .sns-share,
body.home .date-tags,
body.home .entry-title { display: none !important; }
body.home .entry-content { padding: 0 !important; margin: 0 !important; }
body.home .entry-content p:first-child:empty { display: none !important; margin: 0 !important; padding: 0 !important; }
body.home .dn_sbm_fukidashi { margin-top: 0 !important; }
.front-sections .google-auto-placed,
.front-sections ins.adsbygoogle { display: none !important; }

.front-sections { max-width: 100%; margin-bottom: 30px; }
.front-section { margin-bottom: 16px !important; padding: 16px !important; background: #fff; border-radius: 8px; }
.front-section-title {
    border-left: 4px solid #d4a017 !important;
    padding-left: 16px !important;
    font-size: 1.35em !important;
    font-weight: 700 !important;
    margin: 0 0 15px;
    color: #333;
}

/* Front cards */
.front-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.front-cards-3 { grid-template-columns: repeat(3, 1fr); }
.front-card {
    display: block;
    text-decoration: none;
    color: #333;
    border-radius: 6px;
    overflow: hidden;
    background: #fafafa;
    transition: transform 0.2s, box-shadow 0.2s;
    border: 1px solid #eee;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.front-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.12); }
.front-card img { width: 100%; height: 160px; object-fit: cover; display: block; }
.front-card-cat {
    display: inline-block;
    font-size: 0.7em;
    background: #d4a017;
    color: #fff;
    padding: 2px 8px;
    border-radius: 3px;
    margin: 8px 8px 4px;
}
.front-card-title { display: block; font-size: 0.85em; font-weight: bold; padding: 0 8px 10px; line-height: 1.4; }
.entry-content .front-cards { display: grid !important; grid-template-columns: repeat(4, 1fr) !important; gap: 15px !important; }
.entry-content .front-cards-3 { grid-template-columns: repeat(3, 1fr) !important; }
.entry-content .front-tools-grid { display: grid !important; grid-template-columns: repeat(4, 1fr) !important; gap: 8px !important; }

/* Front tools grid */
.front-tools-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.front-tools-grid br { display: none !important; }
.front-tool-link {
    display: block;
    text-align: center;
    padding: 10px;
    background: #fef3c7;
    color: #92400e;
    text-decoration: none;
    border-radius: 6px;
    font-size: 0.85em;
    font-weight: bold;
    transition: background 0.2s;
    border: 1px solid #f59e0b;
}
.front-tool-link:hover { background: #fde68a; }

/* Front about / E-E-A-T */
.front-about-inner { display: flex; align-items: center; gap: 20px; }
.front-about-avatar { width: 100px; height: 100px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.front-about-text h3 { margin: 0 0 8px; font-size: 1.1em; }
.front-about-text p { font-size: 0.9em; color: #555; margin: 0 0 8px; }
.front-about-links a { display: inline-block; margin-right: 12px; font-size: 0.85em; color: #d4a017; text-decoration: none; }

/* Front list & brewery tabs */
body.home .list { max-height: 1200px !important; overflow: hidden !important; position: relative !important; }
body.home .list::after {
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 120px !important;
    background: linear-gradient(transparent, #fff) !important;
    pointer-events: none !important;
}
body.home .brewery-tabs { margin-top: 8px !important; }
.entry-card-wrap { margin-bottom: 12px !important; }

/* --- 10. Search Box --- */
.search-box { margin: 8px 0 12px !important; }
.search-edit {
    border-radius: 24px !important;
    padding: 8px 16px !important;
    border: 1px solid #ddd !important;
    transition: border-color 0.2s !important;
}
.search-edit:focus {
    border-color: #d4a017 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(212,160,23,0.15) !important;
}
.search-submit {
    border-radius: 0 24px 24px 0 !important;
    background: #d4a017 !important;
    border: none !important;
    color: #fff !important;
}

/* --- 11. Footer --- */
#footer { background-color: #1a1a2e !important; color: #ccc !important; padding: 2em 0 !important; }
#footer a { color: #d4a017 !important; transition: color 0.2s !important; }
#footer a:hover { color: #f0c040 !important; }
#footer .footer-bottom { border-top: 1px solid rgba(255,255,255,0.1) !important; padding-top: 1em !important; }
#footer .site-name-text { color: #fff !important; }
#footer .copyright { color: #999 !important; }

/* --- 12. Tab Panels --- */
.brewery-tab-panel { display: none !important; }
.brewery-tab-panel.active { display: block !important; }
.brewery-tab-navigation { position: relative !important; }
.brewery-tab-navigation::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 40px !important;
    height: 100% !important;
    background: linear-gradient(to right, transparent, #fff) !important;
    pointer-events: none !important;
    z-index: 5 !important;
}

/* --- 13. CTA Buttons --- */
.brewery-more-link a,
a.brewery-button {
    display: inline-block !important;
    padding: 10px 24px !important;
    background: #d4a017 !important;
    color: #fff !important;
    border-radius: 24px !important;
    text-decoration: none !important;
    font-size: 0.9em !important;
    font-weight: bold !important;
    min-height: 44px !important;
    line-height: 24px !important;
    transition: background 0.2s !important;
    text-align: center !important;
}
.brewery-more-link a:hover,
a.brewery-button:hover { background: #b38500 !important; color: #fff !important; }
.brewery-more-link { text-align: center !important; margin: 12px 0 !important; }

/* --- 14. Pagination --- */
.pagination .page-numbers {
    min-width: 40px !important;
    min-height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 6px !important;
    margin: 2px !important;
}
.pagination .current { background: #d4a017 !important; color: #fff !important; }

/* --- 15. Fukidashi (PC base) --- */
.dn_sbm_fukidashi { margin: 6px 0 !important; }
.dn_sbm_fukidashicontent { padding: 8px 12px !important; font-size: 0.9em !important; }

/* --- 16. Hoplink --- */
.hoplink-product-image img { min-height: 100px !important; background: #f5f5f5 !important; }
.hoplink-product-image img[src=""],
.hoplink-product-image img:not([src]) { display: none !important; }

/* ======================================
   Tablet (481px - 768px)
   ====================================== */
@media (min-width: 481px) and (max-width: 768px) {
    .header-container .site-logo-image,
    .header-container-in .header-in img { max-height: 100px !important; }
    .front-card img { height: 120px !important; }
    body.home .main { padding: 12px 14px !important; }
    .entry-content .front-cards,
    .entry-content .front-cards-3 { grid-template-columns: repeat(2, 1fr) !important; }
    .entry-content .front-tools-grid { grid-template-columns: repeat(2, 1fr) !important; }
    .front-about-inner { flex-direction: column; text-align: center; }
    .article h1.entry-title { font-size: 1.3em; }
    .navi-in ul li { font-size: 0.85em; }
    .popular-entry-card-thumb { min-height: 120px !important; }
    .tagcloud a { font-size: 0.8em !important; padding: 3px 8px !important; }
    #navi .menu-pc { display: none !important; }
}

/* ======================================
   Mobile (max-width: 480px)
   ====================================== */
@media (max-width: 480px) {

    /* Header */
    .header .header-in { padding: 2px 0 !important; }
    .header-container .site-logo-image,
    .header-container-in .header-in img { max-height: 80px !important; }
    .header-container {
        margin-bottom: -60px !important;
        padding-bottom: 0 !important;
        position: relative !important;
        z-index: 1 !important;
    }
    #header-container .header-top,
    .skin-innocence .header-container-in .appeal-in,
    #header .appeal { display: none !important; }
    .header-container-in .header-in { margin-bottom: 0 !important; }

    /* Search hide */
    .search-box,
    #search-2,
    .content-top .search-box { display: none !important; }

    /* Nav horizontal scroll */
    #navi {
        border-bottom: 1px solid #d4a017 !important;
        margin-top: 0 !important;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1) !important;
    }
    #navi .navi-in {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }
    #navi .navi-in ul {
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        padding: 0 8px !important;
    }
    #navi .navi-in a {
        padding: 8px 12px !important;
        font-size: 0.82em !important;
        min-height: 44px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    #navi .menu-pc { display: none !important; }

    /* Content */
    .content {
        margin-top: 0 !important;
        padding-top: 0 !important;
        position: relative !important;
        z-index: 2 !important;
        background: #fff !important;
    }
    .content-in { padding-top: 0 !important; }
    body.home .content { margin-top: -1px !important; }
    body.home .main { padding: 8px 8px 4px !important; margin-top: 0 !important; }

    /* Front sections */
    .front-section {
        margin-bottom: 6px !important;
        padding: 6px 8px !important;
        border-radius: 6px !important;
    }
    .front-section-title {
        font-size: 1.05em !important;
        margin-bottom: 8px !important;
        padding-left: 10px !important;
        border-left-width: 3px !important;
    }

    /* Cards: 1-col horizontal */
    .entry-content .front-cards,
    .entry-content .front-cards-3 {
        grid-template-columns: 1fr !important;
        gap: 4px !important;
    }
    .front-card {
        display: flex !important;
        flex-direction: row !important;
        align-items: stretch !important;
        position: relative !important;
        min-height: 70px !important;
        margin: 0 !important;
    }
    .front-card img {
        width: 120px !important;
        min-width: 120px !important;
        height: auto !important;
        min-height: 80px !important;
        border-radius: 6px 0 0 6px !important;
    }
    .front-card-cat {
        position: absolute !important;
        top: 4px !important;
        left: 4px !important;
        z-index: 2 !important;
        margin: 0 !important;
        padding: 2px 6px !important;
        font-size: 0.6em !important;
        border-radius: 3px !important;
        opacity: 0.9 !important;
    }
    .front-card-title {
        font-size: 0.82em !important;
        padding: 8px 10px !important;
        line-height: 1.35 !important;
        margin-top: 0 !important;
    }
    .entry-content .front-cards .google-auto-placed,
    .entry-content .front-cards ins.adsbygoogle,
    .entry-content .front-cards br,
    .entry-content .front-cards p:empty {
        display: none !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Tools grid: 2-col */
    .entry-content .front-tools-grid,
    .front-tools-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 6px !important;
    }
    .front-tool-link,
    .front-tools-grid .front-tool-link {
        padding: 8px 4px !important;
        font-size: 0.78em !important;
        min-height: 44px !important;
        line-height: 44px !important;
        text-align: center !important;
        display: block !important;
        width: auto !important;
        justify-self: stretch !important;
    }

    /* Emoji tool links grid */
    .entry-content div[style*="flex-wrap"] {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 6px !important;
    }
    .entry-content div[style*="flex-wrap"] br { display: none !important; }
    .entry-content div[style*="flex-wrap"] a {
        min-width: unset !important;
        flex: unset !important;
        width: 100% !important;
        padding: 8px 4px !important;
        font-size: 0.8em !important;
    }

    /* E-E-A-T author card */
    .front-about-inner { gap: 12px !important; }
    .front-about-avatar { width: 70px !important; height: 70px !important; }
    .front-about-text h3 { font-size: 0.95em !important; }
    .front-about-text p { font-size: 0.82em !important; line-height: 1.5 !important; }

    /* Brewery tabs horizontal scroll */
    .brewery-tabs .tab-buttons,
    .tab-buttons,
    .brewery-tab-navigation {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        gap: 6px !important;
        padding-bottom: 8px !important;
        scrollbar-width: none !important;
    }
    .brewery-tabs .tab-buttons::-webkit-scrollbar,
    .tab-buttons::-webkit-scrollbar,
    .brewery-tab-navigation::-webkit-scrollbar { display: none !important; }
    .brewery-tab-navigation br { display: none !important; }
    .tab-buttons button,
    .brewery-tabs .tab-buttons button,
    .brewery-tab-navigation button,
    .brewery-tab-button {
        flex-shrink: 0 !important;
        white-space: nowrap !important;
        padding: 8px 14px !important;
        font-size: 0.78em !important;
        border-radius: 20px !important;
        border: 1px solid #d4a017 !important;
        background: #fff !important;
        color: #333 !important;
        cursor: pointer !important;
        min-height: 44px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .brewery-tab-button.active { background: #d4a017 !important; color: #fff !important; }

    /* Tab content */
    .tab-content h3 { font-size: 0.85em !important; line-height: 1.3 !important; }
    .tab-content .entry-card-snippet {
        font-size: 0.78em !important;
        line-height: 1.4 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }
    .tab-content .entry-card-wrap { margin-bottom: 8px !important; }

    /* Speech / Fukidashi */
    .speech-wrap { margin: 4px 0 !important; }
    .speech-balloon { padding: 6px 10px !important; font-size: 0.82em !important; line-height: 1.4 !important; }
    .speech-person { width: 40px !important; min-width: 40px !important; }
    .speech-person .speech-icon-image { width: 40px !important; height: 40px !important; }
    .speech-name { font-size: 0.65em !important; }
    .dn_sbm_fukidashi { margin: 2px 0 !important; }
    .dn_sbm_fukidashicontent {
        padding: 5px 8px !important;
        font-size: 0.8em !important;
        line-height: 1.35 !important;
        margin: 0 !important;
    }
    .dn_sbm_fukidashiiconbox { width: 32px !important; min-width: 32px !important; }
    .dn_sbm_fukidashiimg { width: 30px !important; height: 30px !important; background-size: cover !important; }
    .dn_sbm_fukidashiname { font-size: 0.55em !important; display: none !important; }

    /* Ads control */
    body.home .content-top .google-auto-placed,
    body.home .content-top ins.adsbygoogle { display: none !important; }
    .google-auto-placed { margin: 4px 0 !important; min-height: 0 !important; }
    ins.adsbygoogle[data-ad-status="unfilled"] { display: none !important; }
    body.home .grecaptcha-badge { visibility: hidden !important; }

    /* Tool/article page: calc at top */
    body.single .entry-content,
    body.page .entry-content {
        display: flex !important;
        flex-direction: column !important;
    }
    body.single .entry-content .bt-nav,
    body.page .entry-content .bt-nav { order: -10 !important; }
    body.single .entry-content .bt-calc,
    body.page .entry-content .bt-calc { order: -9 !important; }
    body.single .entry-content script[type="application/ld+json"] { order: -8 !important; }
    body.single .entry-content .hoplink-container,
    body.page .entry-content .hoplink-container { order: 100 !important; }
    body.single .entry-content .riho-share-container { order: 99 !important; }
    body.home .entry-content { display: block !important; }

    /* Article page ads hide */
    .single .content-top .widget_custom_html,
    .single .content-top .ad-area,
    .page .content-top .widget_custom_html,
    .page .content-top .ad-area { display: none !important; }
    .article-header .hoplink-container,
    .article-header .hoplink-auto-title,
    .article-header .hoplink-products-grid,
    .article-header .widget_custom_html,
    .article-header .ad-area,
    .article-header .sns-share { display: none !important; }
    body.page .article-header { padding: 8px 0 !important; }
    .entry-content .hoplink-auto-title:first-of-type,
    .entry-content .hoplink-products-grid:first-of-type { display: none !important; }

    /* Article page typography */
    .article h1.entry-title {
        font-size: 1.15em !important;
        line-height: 1.35 !important;
        margin-bottom: 0.3em !important;
        padding-bottom: 0.2em !important;
    }
    .article { padding: 12px !important; }
    .entry-content { font-size: 15px !important; line-height: 1.7 !important; }
    .entry-content h2 { font-size: 1.2em !important; margin: 1.2em 0 0.6em !important; }
    .entry-content h3 { font-size: 1.05em !important; margin: 1em 0 0.5em !important; }

    /* Mobile bottom bar */
    .mobile-menu-buttons { box-shadow: 0 -2px 8px rgba(0,0,0,0.1) !important; border-top: 1px solid #eee !important; }
    .mobile-menu-buttons .menu-button { font-size: 0.7em !important; }

    /* Table horizontal scroll */
    .entry-content table { display: block !important; overflow-x: auto !important; -webkit-overflow-scrolling: touch !important; }

    /* Image border radius */
    .entry-content img { border-radius: 6px !important; }

    /* Category/tag hero image */
    .archive .eye-catch img,
    .category .eye-catch img { max-height: 180px !important; object-fit: cover !important; }

    /* Hero banner control */
    #header-container .header-top { max-height: 20px !important; overflow: hidden !important; }

    /* Archive/Tag/Category page cards */
    .archive .entry-card-wrap,
    .tag .entry-card-wrap,
    .category .entry-card-wrap { margin-bottom: 8px !important; }
    .archive .entry-card,
    .tag .entry-card,
    .category .entry-card { padding: 8px !important; }
    .archive .entry-card-content,
    .tag .entry-card-content,
    .category .entry-card-content { padding: 4px !important; }
    .archive .entry-card-title,
    .tag .entry-card-title,
    .category .entry-card-title { font-size: 0.85em !important; line-height: 1.3 !important; }
    .archive .entry-card-snippet,
    .tag .entry-card-snippet,
    .category .entry-card-snippet {
        font-size: 0.78em !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }
    .archive-title,
    .tag .list-title,
    .category .list-title { font-size: 1.2em !important; margin: 8px 0 !important; }
    .archive .content-top,
    .tag .content-top,
    .category .content-top { padding: 0 !important; margin: 0 !important; }

    /* Vertical card mobile */
    .ect-vertical-card .entry-card-wrap { width: 100% !important; }
    .ect-2-columns .entry-card-wrap { width: 48% !important; }

    /* Home empty elements cleanup */
    body.home .entry-content p:empty {
        display: none !important;
        margin: 0 !important;
        padding: 0 !important;
        height: 0 !important;
        line-height: 0 !important;
    }
    body.home .entry-content br { display: none !important; }
    .front-section + p,
    .front-section + br { display: none !important; }
}

/* ======================================
   Desktop (min-width: 769px)
   ====================================== */
@media (min-width: 769px) {
    .entry-content .front-cards {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 12px !important;
    }
    .entry-content .front-cards .front-card:last-child:nth-child(3n+1) { grid-column: 1 !important; }
    .front-card { min-height: 220px !important; overflow: hidden !important; }
    .front-card img {
        aspect-ratio: 3/2 !important;
        height: auto !important;
        max-height: 160px !important;
        object-fit: cover !important;
        object-position: center top !important;
    }
    body.page .article-header .hoplink-container,
    body.page .article-header .hoplink-auto-title,
    body.page .article-header .hoplink-products-grid { display: none !important; }
    #navi .menu-mobile { display: none !important; }
    .content { background: #fff !important; position: relative !important; z-index: 2 !important; }
    .sidebar { background: #fff !important; }
    .content-in { background: #fff !important; }
}
