/*
Theme Name: NewsCard Child
Theme URI: https://www.themehorse.com/themes/newscard
Template: newscard
Author: Theme Horse
Author URI: https://www.themehorse.com/
Description: NewsCard is a Multi-Purpose Magazine/News WordPress Theme. NewsCard is specially designed for magazine sites (food, travel, fashion, music, health, sports, photography), news sites, shopping sites, personal/photo blog and many more. There are Front Page Template, Sidebar Page Layout, Top Bar, Header Image/Overlay/Advertisement, Social Profiles and Banner Slider. Also supports popular plugins like WooCommerce, bbPress, Contact Form 7 and many more. It is also translation ready. Get free support at https://www.themehorse.com/support-forum/ and view beautiful demo site at https://www.themehorse.com/demos/newscard
Tags: blog,entertainment,news,two-columns,left-sidebar,right-sidebar,custom-background,custom-header,custom-logo,custom-menu,featured-image-header,featured-images,footer-widgets,post-formats,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready
Version: 1.5.1768068265
Updated: 2026-01-11 00:04:25

*/

/* Nuclear option - override all parent theme constraints */
.navbar.navbar-expand-lg.d-block {
    width: 100vw !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
}

.navbar-head,
.navigation-bar {
    min-width: 100vw !important;
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* But keep inner containers aligned */
.navbar-head > .container,
.navigation-bar .container,
.navbar-main .container {
    max-width: 1140px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* Force full width backgrounds */
.navbar-head.navbar-bg-set {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* Minimal CSS for publisher details */
.publisher-details {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.publisher-line {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.5;
}

@media (max-width: 767.98px) {
    .publisher-line {
        font-size: 12px;
        margin-bottom: 6px;
    }
}/* Publisher Info Styles - Matching Theme */
.publisher-info-row {
    border-top: 1px solid #e0e0e0;
    padding-top: 15px;
    margin-top: 15px;
}

.publisher-info {
    font-size: 13px;
    line-height: 1.6;
    color: #666;
    text-align: center;
}

.publisher-line {
    margin-bottom: 8px;
}

.publisher-text {
    display: inline-block;
    max-width: 100%;
}

.publisher-contact-link {
    color: #007bff;
    text-decoration: none;
    margin: 0 5px;
}

.publisher-contact-link:hover {
    text-decoration: underline;
    color: #0056b3;
}

/* Responsive Styles - Matching NewsCard Theme */
@media (max-width: 767.98px) {
    .publisher-info {
        font-size: 12px;
        line-height: 1.5;
    }
    
    .publisher-line {
        margin-bottom: 6px;
    }
}

@media (max-width: 575.98px) {
    .publisher-info-row {
        padding-top: 10px;
        margin-top: 10px;
    }
    
    .publisher-info {
        font-size: 11px;
    }
}