/*
Theme Name: Mercury Child
Theme URI: https://mercurytheme.com/
Description: Child theme for Mercury theme
Author: Space-Themes.com
Author URI: https://space-themes.com/
Template: mercury
Version: 3.8
*/
@import url("../mercury/style.css");
/* Apply black background and white text to H1 and spans until first H2 on all pages */
body:not(.home) h1,
body:not(.home) h1 ~ span,
body:not(.home) h1 ~ p,
body:not(.home) h1 ~ div {
    background-color: black;
    color: white;
    width: 100%;
    box-sizing: border-box; /* Ensure padding doesn't affect width */
    text-align: center; /* Align content to center */
}
/* Reset styling after the first H2 */
body:not(.home) h2 ~ *,
body:not(.home) h2 ~ span,
body:not(.home) h2 ~ p,
body:not(.home) h2 ~ div {
    background-color: initial;
    color: initial;

    text-align: initial; /* Reset text alignment */
}

space-footer-ins .box-50 {
    width: 100%;
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 12px;
}
.space-footer-area.widget_text {
    max-width: 35%;
}
.space-footer-area.widget_text.widget_custom_html {
    max-width: 20%;
}

.space-footer-area.widget_nav_menu {
    max-width: 22%;
}
.space-footer-area.space-widget ul li {
     border-bottom: none; 
}

.space-footer-area .space-widget-title {
    color:#fff;
}

ol.breadcrumb {
    max-width: 1170px;
    margin: 10px auto;
    color: #000;
}