.blog-section.layout-3 .blog-post-more{
    background-color: #ddebf8 !important;
}
.mob-dot-toggle, button.menu-toggle:before, button.menu-toggle.activated:before {
    color: #fff !important;
}
header.site-header .section-closed {
    color: #000 !important;
}
/* Mobile menu social icons -> white (client request 2026-08-18) */
.mob-item.site-social-media .social-media a.sprite span,
.mobile-dots-items .site-social-media .social-media a.sprite span {
    filter: brightness(0) invert(1) !important;
}
.page-id-24 .contact-media .social-media a.sprite span {
    filter: brightness(0) invert(1) !important;
}
.about-section .ab-content ul li:before {
    color: #fff !important;
}
/* Email addresses on one line (client request 2026-08-18) */
@media only screen and (min-width: 1024px) {
    .site-container {
        position: relative;
    }
    .site-container:before {
        content: '';
        background: url(http://www-phillipsroofingindiana-com.staging.sfs.io/wp-content/uploads/2026/08/horse-theme.jpg);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        opacity: .15;
    }
    
    /* Footer "Company Information" email -> 1 line */
    footer .footer-col-item.site-email a {
        white-space: nowrap !important;
        font-size: 12px !important;
    }
    footer .column-element .column-label {
        font-size: 21px !important;
    }
    /* Contact page "Email Us" block email -> 1 line */
    .contact-info.contact-email a {
        white-space: nowrap !important;
        font-size: 13px !important;
    }
}
