/*
Theme Name:   NewHome Child
Theme URI:    https://www.caribeconnection.com
Description:  Caribe Connection Real Estate — Child theme of NewHome. Adds a branded 3-page PDF print flyer for property listings.
Author:       Caribe Connection
Author URI:   https://www.caribeconnection.com
Template:     newhome
Version:      1.2.7
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  newhome-child
*/

/* ─────────────────────────────────────────────
   Site-wide child theme overrides go below.
   The parent theme's style.css is enqueued
   programmatically in functions.php.
   ───────────────────────────────────────────── */

/* Listing CTAs: Interested + GET BROCHURE side by side */
.cc-listing-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.cc-listing-cta .maxbutton {
    margin: 0 !important;
}

.cc-print-actions {
    margin: 0;
}

.cc-print-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e0157a;
    color: #fff !important;
    padding: 12px 24px;
    min-height: 50px;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-decoration: none !important;
    transition: background 0.2s ease;
    cursor: pointer;
    border: none;
    font-family: inherit;
}

.cc-print-btn:hover,
.cc-print-btn:focus {
    background: #c01065;
    color: #fff !important;
    text-decoration: none !important;
}



/* Hide For Rent / For Sale on the property search form (primary tabs and Advanced Type field). */
.qodef-property-search .qodef-m-form-item.qodef--type {
    display: none !important;
}


/* Stretch listing photos to the card width. Custom 450x300 crops were rendering at a fixed 450px. */
.qodef-property-list .qodef-e-media-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}


/* Site-wide brand identity — footer strip */
.cc-brand-identity {
    background: #1a1a1a;
    color: #d4d4d4;
    padding: 10px 20px;
    text-align: center;
}

.cc-brand-identity__line {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
}

.cc-brand-identity__brand {
    color: #fff;
    font-weight: 600;
}

.cc-brand-identity__sep {
    margin: 0 0.35em;
    color: #888;
}

.cc-brand-identity a {
    color: #fff;
    text-decoration: underline;
}

.cc-brand-identity a:hover,
.cc-brand-identity a:focus {
    color: #e0157a;
}


/* Property Form submit matches listing CTA pink, with a visible hover/press. */
#wpforms-form-20385.wpforms-form button.wpforms-submit {
    background: #e0157a !important;
    background-image: none !important;
    border-color: #e0157a !important;
    color: #fff !important;
    transition: background-color 0.2s ease;
}

#wpforms-form-20385.wpforms-form button.wpforms-submit:hover,
#wpforms-form-20385.wpforms-form button.wpforms-submit:focus {
    background: #e9499b !important;
    background-image: none !important;
    border-color: #e9499b !important;
    color: #fff !important;
}

#wpforms-form-20385.wpforms-form button.wpforms-submit:active {
    background: #c01065 !important;
    background-image: none !important;
    border-color: #c01065 !important;
    color: #fff !important;
}
