/*
Theme Name: Real Estate Deals Child - Mike Pastor
Theme URI: https://mikepastor.agentspotlight.ai
Description: Child theme of Real Estate Deals customized for The Mike Pastor Group, Realty One Group Landmark, Pittsburgh PA. Brand: gold #C5A95F / black / white.
Author: AgentSpotlight
Template: real-estate-deals
Version: 1.0.0
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: real-estate-deals-child
*/

/* Header: solid black band instead of absolute overlay — prevents it
   covering the banner's welcome chip (the cut-off text bug). */
@media screen and (min-width:782px){
    .header-box{
        position: static !important;
        background: #000000 !important;
    }
}

/* Brand asset overrides — gold/black only, no orange, no dark blue */
.banner-image:before {
    background-image: url(images/banner-bg.png);
}
.latest-news .wp-block-read-more:before {
    background-image: url(images/arrow.png);
}
.about-li li:before {
    background-image: url(images/tick-circle.png);
}
.logodiv:after {
    background: #000000;
}
.logodiv:before {
    background: #C5A95F;
}

/* One-page anchor navigation */
html {
    scroll-behavior: smooth;
}
.mp-anchor {
    scroll-margin-top: 96px;
}

/* Header logo sizing */
.header-box .logodiv img {
    max-height: 58px;
    width: auto;
    max-width: none;
}
.header-box .logodiv {
    gap: 14px;
}

/* Hero readability */
.banner-image .wp-block-cover__inner-container h1 {
    text-shadow: 0 2px 14px rgba(0,0,0,.45);
}

/* Footer community thumbs */
.property-box-img img {
    border-radius: 10px;
    object-fit: cover;
}

/* Review cards on home */
.mp-review-card {
    background: #ffffff;
    border: 1px solid #dfdfdf;
    border-radius: 13px;
    padding: 28px;
    height: 100%;
}
.mp-review-card p { font-size: 16px; }
.mp-review-name { color: #C5A95F; font-weight: 600; }

/* Service cards */
.mp-service-card {
    background: #ffffff;
    border: 1px solid #dfdfdf;
    border-radius: 13px;
    padding: 30px 26px;
    height: 100%;
}
.mp-service-card h3 { margin-top: 0; font-size: 24px; }

/* Team grid */
.mp-team-li li { margin-bottom: 6px; }

/* AgentSpot contact form width on contact page */
.agentspot-contact-form-wrap { max-width: 720px; }
