/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.era-property-container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.era-property-archive, .era-property-single { color: #252525; background: #F7F7F5; padding-bottom: 72px; }
.era-property-archive__header { padding: 88px 0 42px; background: #EEF5F9; }
.era-property-eyebrow, .era-property-card__type { margin: 0 0 8px; color: #064D79; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.era-property-archive h1, .era-property-single h1 { margin: 0; color: #0C3279; font-size: clamp(2rem, 5vw, 3.75rem); line-height: 1.08; }
.era-property-archive__content { padding-top: 40px; }
.era-property-filters { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)) auto; align-items: end; gap: 16px; margin-bottom: 32px; padding: 22px; background: #EEF5F9; border: 1px solid #DDE3E8; border-radius: 6px; }
.era-property-filter-field { display: grid; gap: 6px; }
.era-property-filter-field label { color: #0C3279; font-size: 0.85rem; font-weight: 700; }
.era-property-filter-field select { width: 100%; min-height: 42px; padding: 8px 34px 8px 11px; color: #252525; background: #F7F7F5; border: 1px solid #82A0BC; border-radius: 4px; }
.era-property-filter-actions { display: flex; align-items: center; gap: 12px; min-height: 42px; white-space: nowrap; }
.era-property-filter-actions button { min-height: 42px; padding: 8px 15px; color: #F7F7F5; background: #0C3279; border: 1px solid #0C3279; border-radius: 4px; font-weight: 700; cursor: pointer; }
.era-property-filter-actions button:hover { background: #DD1A32; border-color: #DD1A32; }
.era-property-filter-actions a { color: #064D79; font-size: 0.9rem; font-weight: 700; text-decoration: none; }
.era-property-results { margin: 0 0 16px; color: #667085; font-size: 0.9rem; }
.era-property-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.era-property-card, .era-property-section, .era-property-contact { background: #F7F7F5; border: 1px solid #DDE3E8; border-radius: 6px; overflow: hidden; }
.era-property-card { display: flex; flex-direction: column; }
.era-property-card__image { display: block; height: 230px; background: #EEF5F9; color: #667085; }
.era-property-card__image img { width: 100%; height: 100%; object-fit: cover; }
.era-property-card__image span { display: grid; height: 100%; place-items: center; }
.era-property-card__body { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.era-property-card h2 { margin: 0; font-size: 1.3rem; line-height: 1.3; }
.era-property-card h2 a, .era-property-link, .era-property-contact a { color: #0C3279; text-decoration: none; }
.era-property-card__excerpt { display: -webkit-box; min-height: 6.2em; overflow: hidden; color: #667085; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.era-property-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 16px; border-top: 1px solid #DDE3E8; }
.era-property-card__footer strong { color: #DD1A32; font-size: 1.1rem; }
.era-property-link { font-weight: 700; }
.era-property-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; border-top: 1px solid #DDE3E8; }
.era-property-facts div { padding: 12px 0; border-bottom: 1px solid #DDE3E8; }
.era-property-facts dt { color: #667085; font-size: 0.82rem; }
.era-property-facts dd { margin: 3px 0 0; font-weight: 700; }
.era-property-facts--compact { gap: 0 16px; margin-top: 18px; }
.era-property-single__header { max-width: 880px; padding: 50px 0 34px; }
.era-property-hero { height: min(56vw, 620px); background: #EEF5F9; }
.era-property-hero img { width: 100%; height: 100%; object-fit: cover; }
.era-property-lead { margin-top: 22px; color: #667085; font-size: 1.12rem; line-height: 1.65; }
.era-property-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; align-items: start; gap: 28px; }
.era-property-main { display: grid; gap: 24px; }
.era-property-section { padding: 30px; }
.era-property-section h2, .era-property-contact h2 { margin: 0 0 24px; color: #0C3279; font-size: 1.45rem; }
.era-property-prose { line-height: 1.7; }
.era-property-prose > :first-child { margin-top: 0; }
.era-property-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.era-property-gallery img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.era-property-lightbox { display: none; position: fixed; z-index: 99999; inset: 0; align-items: center; justify-content: center; padding: 72px 84px; background: rgba(17, 17, 17, 0.94); }
.era-property-lightbox.is-open { display: flex; }
.era-property-lightbox-open { overflow: hidden; }
.era-property-lightbox__image { display: block; max-width: 100%; max-height: calc(100vh - 144px); object-fit: contain; }
.era-property-lightbox button { display: grid; position: absolute; width: 44px; height: 44px; padding: 0; place-items: center; color: #F7F7F5; background: rgba(17, 17, 17, 0.72); border: 1px solid rgba(247, 247, 245, 0.75); border-radius: 4px; cursor: pointer; font-size: 2rem; line-height: 1; }
.era-property-lightbox button:hover, .era-property-lightbox button:focus-visible { color: #F7F7F5; background: #DD1A32; border-color: #DD1A32; }
.era-property-lightbox__close { top: 20px; right: 20px; }
.era-property-lightbox__previous { left: 20px; top: 50%; transform: translateY(-50%); }
.era-property-lightbox__next { right: 20px; top: 50%; transform: translateY(-50%); }
.era-property-lightbox__count { position: absolute; bottom: 22px; left: 50%; margin: 0; padding: 7px 10px; color: #F7F7F5; background: rgba(17, 17, 17, 0.72); border-radius: 3px; font-size: 0.85rem; font-weight: 700; transform: translateX(-50%); }
.era-property-floorplan { display: block; width: 100%; height: auto; }
.era-property-embed, .era-property-map { position: relative; width: 100%; aspect-ratio: 16 / 9; }
.era-property-embed iframe, .era-property-embed > div, .era-property-embed embed, .era-property-map iframe { width: 100%; height: 100%; border: 0; }
.era-property-contact { position: sticky; top: 24px; padding: 26px; }
.era-property-contact img { width: 90px; height: 90px; margin-bottom: 14px; border-radius: 50%; object-fit: cover; }
.era-property-contact h3 { margin: 0; }
.era-property-contact p { margin: 6px 0 14px; color: #667085; }
.era-property-card h2 a:hover, .era-property-link:hover, .era-property-contact a:hover { color: #DD1A32; }
.era-property-contact a { display: block; margin-top: 8px; overflow-wrap: anywhere; }
.era-property-empty { padding: 32px; text-align: center; background: #EEF5F9; border: 1px solid #DDE3E8; border-radius: 6px; }
.navigation.pagination { margin-top: 38px; }
.era-property-broker { padding-top: 0; }
.era-property-gallery-hero { display: grid; grid-template-columns: 2fr 1fr; grid-template-rows: repeat(2, minmax(190px, 280px)); gap: 4px; max-width: none; margin: 0 auto; background: #DDE3E8; position: relative; overflow: hidden; }
.era-property-gallery-hero__image { display: block; min-height: 0; background: #EEF5F9; }
.era-property-gallery-hero__image--1 { grid-row: span 2; }
.era-property-gallery-hero__image:nth-of-type(n + 4) { display: none; }
.era-property-gallery-hero__image img { width: 100%; height: 100%; object-fit: cover; }
.era-property-gallery-hero__count { position: absolute; right: 20px; bottom: 20px; padding: 11px 14px; color: #F7F7F5; background: #0C3279; border: 1px solid #F7F7F5; border-radius: 4px; font-size: 0.9rem; font-weight: 700; text-decoration: none; }
.era-property-broker__header { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 40px; align-items: end; padding: 46px 0 26px; }
.era-property-broker__header h1 { max-width: 800px; font-size: clamp(2rem, 3.35vw, 3.35rem); line-height: 1.08; }
.era-property-broker__header .era-property-lead { max-width: 760px; margin-bottom: 0; }
.era-property-broker__price { display: grid; gap: 5px; min-width: 200px; margin: 0; color: #DD1A32; font-size: clamp(1.6rem, 2.4vw, 2.4rem); font-weight: 700; line-height: 1.05; text-align: right; white-space: nowrap; }
.era-property-broker__price span { color: #667085; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.era-property-highlights { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0 0 28px; background: #EEF5F9; border-top: 1px solid #DDE3E8; border-bottom: 1px solid #DDE3E8; }
.era-property-highlights div { padding: 18px 22px; border-right: 1px solid #DDE3E8; }
.era-property-highlights div:last-child { border-right: 0; }
.era-property-highlights dt { color: #667085; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.era-property-highlights dd { margin: 4px 0 0; color: #0C3279; font-size: 1.2rem; font-weight: 700; }
.era-property-highlights div:first-child dd { color: #DD1A32; }
.era-property-subnav { display: flex; gap: 4px 22px; margin: 0 0 30px; padding-bottom: 15px; overflow-x: auto; border-bottom: 1px solid #DDE3E8; white-space: nowrap; }
.era-property-subnav a { color: #064D79; font-size: 0.87rem; font-weight: 700; text-decoration: none; }
.era-property-subnav a:hover { color: #DD1A32; }
.era-property-broker .era-property-layout { grid-template-columns: minmax(0, 1fr) 320px; }
.era-property-broker .era-property-main { gap: 18px; }
.era-property-broker .era-property-section { padding: 38px; background: transparent; border: 0; border-radius: 0; border-bottom: 1px solid #DDE3E8; }
.era-property-broker .era-property-description { padding-top: 0; }
.era-property-broker .era-property-section h2 { font-size: 1.75rem; }
.era-property-broker .era-property-facts { border-top: 0; }
.era-property-broker .era-property-section:has(.era-property-accordion) { padding: 0; }
.era-property-accordion { border-top: 1px solid #DDE3E8; }
.era-property-accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 0; color: #0C3279; cursor: pointer; font-size: 1.5rem; font-weight: 700; list-style: none; }
.era-property-accordion summary::-webkit-details-marker { display: none; }
.era-property-accordion summary::after { content: '+'; flex: 0 0 auto; color: #0C3279; font-size: 2rem; font-weight: 400; line-height: 1; }
.era-property-accordion[open] summary::after { content: '−'; color: #DD1A32; }
.era-property-accordion__content { padding: 0 0 34px; }
.era-property-accordion__content > :first-child { margin-top: 0; }
.era-property-accordion__content .era-property-facts { margin-top: 0; }
.era-property-broker .era-property-contact { padding: 28px; background: #EEF5F9; border-color: #82A0BC; border-radius: 6px; }
.era-property-contact__action { margin: 22px 0 13px !important; padding: 12px 14px; color: #F7F7F5 !important; background: #0C3279; border: 1px solid #0C3279; border-radius: 4px; font-weight: 700; text-align: center; }
.era-property-contact__action:hover { background: #DD1A32; border-color: #DD1A32; }
@media (min-width: 901px) { .era-property-gallery-hero { display: block; height: min(70vh, 720px); } .era-property-gallery-hero__image { display: none; height: 100%; } .era-property-gallery-hero__image--1 { display: block; } .era-property-gallery-hero__image--1::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12, 50, 121, 0.42), rgba(12, 50, 121, 0.06) 66%, rgba(12, 50, 121, 0.12)); pointer-events: none; } .era-property-gallery-hero__image img { display: block; } .era-property-gallery-hero__count { background: #111111; border-color: #111111; } .era-property-broker__header { position: relative; z-index: 1; min-height: 235px; margin-top: -235px; padding: 32px 0; align-content: end; } .era-property-broker__header h1, .era-property-broker__header .era-property-eyebrow { color: #F7F7F5; } .era-property-broker__header .era-property-lead { display: none; } .era-property-broker__price { color: #F7F7F5; } .era-property-broker__price span { color: #F7F7F5; } .era-property-highlights { position: relative; z-index: 1; margin-bottom: 0; background: #F7F7F5; } .era-property-subnav { padding-top: 18px; } }
@media (max-width: 900px) { .era-property-broker__header { grid-template-columns: 1fr; gap: 22px; } .era-property-broker__price { text-align: left; } .era-property-highlights { grid-template-columns: repeat(2, minmax(0, 1fr)); } .era-property-highlights div:nth-child(2n) { border-right: 0; } .era-property-broker .era-property-layout { grid-template-columns: 1fr; } }
@media (max-width: 900px) { .era-property-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); } .era-property-filter-actions { grid-column: 1 / -1; } .era-property-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .era-property-layout { grid-template-columns: 1fr; } .era-property-contact { position: static; } }
@media (max-width: 600px) { .era-property-container { width: min(100% - 28px, 1180px); } .era-property-archive__header { padding: 56px 0 32px; } .era-property-filters, .era-property-grid, .era-property-gallery { grid-template-columns: 1fr; } .era-property-filter-actions { grid-column: auto; align-items: stretch; flex-direction: column; } .era-property-filter-actions button { width: 100%; } .era-property-filter-actions a { text-align: center; } .era-property-section { padding: 22px; } .era-property-facts { grid-template-columns: 1fr; } .era-property-gallery-hero { display: block; height: 420px; } .era-property-gallery-hero__image { display: none; height: 100%; } .era-property-gallery-hero__image--1 { display: block; } .era-property-gallery-hero__count { top: 14px; right: 14px; bottom: auto; } .era-property-broker__header { position: relative; z-index: 1; min-height: 230px; margin-top: -230px; padding: 24px 0; align-content: end; } .era-property-broker__header h1, .era-property-broker__header .era-property-eyebrow { color: #F7F7F5; } .era-property-broker__header .era-property-lead { display: none; } .era-property-broker__price { color: #DD1A32; } .era-property-broker__price span { color: #667085; } .era-property-highlights { margin-bottom: 22px; } .era-property-highlights div { padding: 14px; border-bottom: 1px solid #DDE3E8; } .era-property-subnav { flex-wrap: wrap; gap: 12px 20px; margin-bottom: 22px; overflow: visible; white-space: normal; } .era-property-broker .era-property-section { padding: 28px 0; } .era-property-broker .era-property-section:has(.era-property-accordion) { padding: 0; } .era-property-broker .era-property-section h2 { font-size: 1.4rem; } .era-property-accordion summary { padding: 21px 0; font-size: 1.25rem; } .era-property-accordion__content { padding-bottom: 26px; } .era-property-broker .era-property-contact { padding: 22px; } }
