:root {
--bg: #f7f4ef;
--bg-elev: #fffdf9;
--ink: #071e33;
--ink-2: #1b1b1b;
--ink-3: #68707a;
--line: rgba(7, 30, 51, .14);
--line-2: rgba(7, 30, 51, .28);
--cyan: #1ca9c9;
--cyan-soft: #e1f5fa;
--cyan-soft-2: #c7edf5;
--gold: #d8c7ad;
--soft: #efe7dc;
--charcoal: #1b1b1b;
--source-max: 1360px;
--source-pad: 40px;
--radius: 6px;
--shadow: 0 18px 45px rgba(18, 35, 63, .09);
--font-body: "Barlow", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
--font-display: "Barlow Condensed", var(--font-body);
--font-mono: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
} .pa-source-hero {
min-height: 680px;
place-items: end start;
padding-bottom: 150px;
background:
linear-gradient(90deg, rgba(7, 30, 51, .94), rgba(7, 30, 51, .72) 48%, rgba(7, 30, 51, .30)),
linear-gradient(180deg, rgba(7, 30, 51, .30), rgba(7, 30, 51, .66)),
url(//pacificagency.mc/wp-content/themes/pacific-agency/assets/images/imc-hero-bg.jpg) center center / cover no-repeat;
}
.pa-source-hero-copy {
max-width: 850px;
padding: 0;
}
.pa-source-hero-title {
max-width: 860px;
margin: 12px 0 22px;
font-size: clamp(58px, 8vw, 104px);
color: #f7f4ef;
text-wrap: balance;
}
.pa-source-hero-sub {
max-width: 720px;
margin: 0 0 28px;
color: rgba(247, 244, 239, .90);
font-size: clamp(20px, 2.3vw, 28px);
font-weight: 500;
line-height: 1.3;
text-shadow: 0 2px 24px rgba(0, 0, 0, .38);
}
.pa-source-hero .pa-source-pill {
min-height: 48px;
padding: 13px 18px;
border-color: rgba(247, 244, 239, .72);
color: #f7f4ef;
background: rgba(7, 30, 51, .18);
backdrop-filter: blur(12px);
}
.pa-source-hero .pa-source-pill.is-active,
.pa-source-hero .pa-source-pill:hover {
border-color: var(--cyan);
background: var(--cyan);
color: #071e33;
}
.pa-home-search-shell {
background: rgba(255, 253, 249, .96);
border-color: rgba(216, 199, 173, .72);
box-shadow: 0 26px 70px rgba(7, 30, 51, .22);
}
.pa-source-feature-property {
padding-top: 84px;
}
.pa-new-listings-shell .itb_properties,
.pa-new-listings-shell > :is(ul, ol, .itb_carousel, .itb-carousel, .properties, [class*="carousel"]) {
gap: 30px !important;
}
.pa-new-listings-shell .itb_properties_property,
.pa-new-listings-shell :is(article, li, .property, .itb-property, .itb_property, [class*="property-card"], [class*="property_item"], [class*="property-item"], [class*="listing-item"]),
.pa-itb-listing-shell .itb_properties_property,
.pa-itb-selection-page .itb_properties_property,
.pa-itb-results-page .itb_properties_property {
padding: 16px !important;
border: 1px solid rgba(216, 199, 173, .72) !important;
border-radius: 0 !important;
background: #fffdf9 !important;
box-shadow: 0 22px 48px rgba(7, 30, 51, .10) !important;
}
.pa-new-listings-shell .itb_properties_property_img img,
.pa-itb-listing-shell .itb_properties_property_img img,
.pa-itb-selection-page .itb_properties_property_img img,
.pa-itb-results-page .itb_properties_property_img img {
aspect-ratio: 1.42 / 1 !important;
border-radius: 0 !important;
}
.pa-new-listings-shell .itb_properties_property > h3 > a:not(.btn-switchselection),
.pa-itb-listing-shell .itb_properties_property > h3 > a:not(.btn-switchselection),
.pa-itb-selection-page .itb_properties_property > h3 > a:not(.btn-switchselection),
.pa-itb-results-page .itb_properties_property > h3 > a:not(.btn-switchselection) {
font-size: 25px !important;
line-height: 1.02 !important;
color: #071e33 !important;
}
.pa-new-listings-shell .itb_properties_property_content,
.pa-itb-listing-shell .itb_properties_property_content,
.pa-itb-selection-page .itb_properties_property_content,
.pa-itb-results-page .itb_properties_property_content {
gap: 11px !important;
color: #1b1b1b !important;
}
.pa-new-listings-shell .itb_properties_property_content p:first-child,
.pa-itb-listing-shell .itb_properties_property_content p:first-child,
.pa-itb-selection-page .itb_properties_property_content p:first-child,
.pa-itb-results-page .itb_properties_property_content p:first-child {
padding-top: 10px !important;
border-top: 1px solid rgba(216, 199, 173, .58) !important;
color: #1b1b1b !important;
}
.pa-new-listings-shell .itb_properties_property_readmore a,
.pa-itb-listing-shell .itb_properties_property_readmore a,
.pa-itb-selection-page .itb_properties_property_readmore a,
.pa-itb-results-page .itb_properties_property_readmore a,
.pa-new-listings-shell a[href*="property"]:not(.btn-switchselection) {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
width: fit-content !important;
min-height: 38px !important;
margin-top: 4px !important;
padding: 9px 13px !important;
border: 1px solid #071e33 !important;
background: #071e33 !important;
color: #f7f4ef !important;
font-family: var(--font-mono) !important;
font-size: 10px !important;
font-weight: 800 !important;
line-height: 1 !important;
text-decoration: none !important;
text-transform: uppercase !important;
}
.pa-single-itb-carousel .itb_properties_property.is-pa-active,
.pa-single-itb-carousel :is(article, li, .property, .itb-property, .itb_property, [class*="property-card"], [class*="property_item"], [class*="property-item"], [class*="listing-item"]).is-pa-active {
grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr) !important;
gap: 34px !important;
padding: 20px !important;
border-color: rgba(216, 199, 173, .72) !important;
border-radius: 0 !important;
box-shadow: 0 26px 70px rgba(7, 30, 51, .12) !important;
}
.pa-single-itb-carousel .itb_properties_property.is-pa-active .itb_properties_property_img img {
aspect-ratio: 1.45 / 1 !important;
border-radius: 0 !important;
}
.pa-single-itb-carousel .itb_properties_property.is-pa-active > h3 > a:not(.btn-switchselection) {
font-size: clamp(36px, 4vw, 56px) !important;
color: #071e33 !important;
}
.pa-neighborhood-map-section {
background: #fffdf9;
border-top: 1px solid rgba(216, 199, 173, .58);
border-bottom: 1px solid rgba(216, 199, 173, .58);
}
.pa-map-canvas {
border-color: rgba(216, 199, 173, .72);
background: #fffdf9;
box-shadow: 0 22px 52px rgba(7, 30, 51, .10);
}
.pa-map-zone {
background: #071e33;
color: #f7f4ef;
}
.pa-map-zone span {
border-color: rgba(216, 199, 173, .72);
background: #fffdf9;
color: #071e33;
}
.pa-neighborhood-list {
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-auto-rows: 162px;
}
.pa-neighborhood-list a,
.pa-neighborhood-list [data-pa-map-zone="monte-carlo"],
.pa-neighborhood-list [data-pa-map-zone="fontvieille"] {
grid-column: span 1;
grid-row: span 1;
align-items: flex-end;
border-color: rgba(216, 199, 173, .54);
border-radius: 0;
background:
linear-gradient(180deg, rgba(7, 30, 51, .04), rgba(7, 30, 51, .82)),
var(--pa-neighborhood-image) center / cover;
}
.pa-neighborhood-list a {
flex-direction: column;
justify-content: flex-end;
align-items: flex-start;
}
.pa-neighborhood-list a > span:first-child {
font-family: var(--font-display);
font-size: 28px;
line-height: .95;
}
.pa-neighborhood-list small {
position: relative;
z-index: 1;
color: rgba(247, 244, 239, .82);
font-family: var(--font-mono);
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
text-shadow: 0 2px 14px rgba(0, 0, 0, .42);
}
.pa-proof-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 1px;
background: rgba(216, 199, 173, .72);
border: 1px solid rgba(216, 199, 173, .72);
}
.pa-proof-grid article {
display: grid;
gap: 12px;
min-height: 180px;
padding: 28px;
background: #fffdf9;
}
.pa-proof-grid strong {
font-family: var(--font-display);
font-size: 58px;
line-height: .9;
color: #071e33;
}
.pa-proof-grid span {
color: #1b1b1b;
font-weight: 700;
}
.pa-source-team .pa-source-agent-card {
border-color: rgba(216, 199, 173, .72);
border-radius: 0;
background: #fffdf9;
}
.pa-detail-editorial-shell {
max-width: none;
margin: 0;
padding-top: 0;
}
.pa-detail-brochure-layout {
display: grid;
grid-template-columns: minmax(0, 1fr) 330px;
gap: 42px;
max-width: var(--source-max);
margin: 0 auto;
padding: 54px var(--source-pad) 0;
align-items: start;
}
.pa-detail-editorial-shell .pa-page-content {
display: block;
min-width: 0;
}
.pa-detail-editorial-shell :is(.itb_property_photos, .itb_property_images, .itb_property_pictures, .property-gallery, .property-images, [class*="gallery"], [class*="photos"], [class*="pictures"]) {
margin-bottom: 34px;
}
.pa-detail-editorial-shell :is(h1, .h1, [class*="title"]) {
font-size: clamp(56px, 7vw, 92px);
color: #071e33;
}
.pa-detail-editorial-shell :is([class*="price"], .price) {
color: #071e33;
font-size: clamp(28px, 4vw, 48px);
}
.pa-detail-editorial-shell :is(dl, table, .itb_property_infos, .itb_property_features, [class*="information"], [class*="feature"], [class*="detail"]) {
border-color: rgba(216, 199, 173, .72);
background: #fffdf9;
}
.pa-detail-contact-panel {
position: sticky;
top: 78px;
display: grid;
gap: 10px;
padding: 24px;
border: 1px solid rgba(216, 199, 173, .72);
background: #071e33;
color: #f7f4ef;
box-shadow: 0 24px 60px rgba(7, 30, 51, .16);
}
.pa-detail-contact-panel h2 {
margin: 0 0 8px;
font-family: var(--font-display);
font-size: 36px;
line-height: .95;
text-transform: uppercase;
color: #f7f4ef;
}
.pa-detail-contact-panel a {
display: flex;
align-items: center;
justify-content: center;
min-height: 42px;
padding: 10px 12px;
border: 1px solid rgba(247, 244, 239, .42);
color: #f7f4ef;
font-family: var(--font-mono);
font-size: 10px;
font-weight: 800;
text-decoration: none;
text-transform: uppercase;
}
.pa-detail-contact-panel a:hover {
border-color: var(--cyan);
background: var(--cyan);
color: #071e33;
}
.pa-detail-similar {
max-width: var(--source-max);
margin: 64px auto 0;
padding: 0 var(--source-pad) 60px;
}
@media (max-width: 1023px) {
.pa-source-hero {
min-height: 600px;
padding-bottom: 118px;
}
.pa-detail-brochure-layout {
grid-template-columns: 1fr;
}
.pa-detail-contact-panel {
position: static;
}
.pa-proof-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 700px) {
.pa-source-hero {
min-height: 560px;
padding-bottom: 110px;
}
.pa-source-hero-title {
font-size: 50px;
}
.pa-source-hero-sub {
font-size: 19px;
}
.pa-single-itb-carousel .itb_properties_property.is-pa-active,
.pa-single-itb-carousel :is(article, li, .property, .itb-property, .itb_property, [class*="property-card"], [class*="property_item"], [class*="property-item"], [class*="listing-item"]).is-pa-active {
grid-template-columns: 1fr !important;
grid-template-areas: "image" "title" "content" !important;
}
.pa-neighborhood-list,
.pa-proof-grid {
grid-template-columns: 1fr;
}
.pa-detail-brochure-layout,
.pa-detail-similar {
padding-left: var(--source-pad);
padding-right: var(--source-pad);
}
} :root {
--bg: #f7f4ef;
--bg-alt: #efe6d8;
--surface: #fffdf9;
--surface-soft: rgba(255, 253, 249, .82);
--ink: #071e33;
--ink-2: #1b1b1b;
--muted: #6f7580;
--sand: #d8c7ad;
--cyan: #1ca9c9;
--cyan-soft: rgba(28, 169, 201, .12);
--line: rgba(7, 30, 51, .13);
--line-warm: rgba(216, 199, 173, .62);
--shadow-soft: 0 24px 70px rgba(7, 30, 51, .12);
--shadow-card: 0 18px 44px rgba(7, 30, 51, .09);
--font-display: "Cormorant Garamond", Georgia, serif;
--font-body: "Manrope", "Barlow", system-ui, sans-serif;
--font-mono: "JetBrains Mono", ui-monospace, monospace;
--source-max: 1280px;
--source-pad: clamp(20px, 5vw, 72px);
}
html,
body {
max-width: 100%;
overflow-x: clip;
background:
linear-gradient(180deg, rgba(247, 244, 239, .96), rgba(239, 230, 216, .82) 52%, rgba(247, 244, 239, .96)),
var(--bg) !important;
color: var(--ink-2);
font-family: var(--font-body);
}
body::before {
content: "";
position: fixed;
inset: 0;
z-index: -1;
pointer-events: none;
background-image:
linear-gradient(rgba(7, 30, 51, .026) 1px, transparent 1px),
linear-gradient(90deg, rgba(7, 30, 51, .026) 1px, transparent 1px);
background-size: 44px 44px;
mask-image: linear-gradient(180deg, transparent, #000 20%, #000 80%, transparent);
}
.pa-nav {
position: fixed !important;
top: 14px !important;
right: 14px !important;
left: 14px !important;
width: auto !important;
transform: none !important;
border: 1px solid rgba(255, 255, 255, .48) !important;
border-radius: 12px !important;
background: rgba(255, 253, 249, .76) !important;
box-shadow: 0 14px 46px rgba(7, 30, 51, .11) !important;
backdrop-filter: blur(24px) saturate(1.2);
-webkit-backdrop-filter: blur(24px) saturate(1.2);
}
body.admin-bar .pa-nav {
top: 46px !important;
}
.pa-nav-inner {
min-height: 54px !important;
max-width: var(--source-max) !important;
padding: 6px clamp(16px, 4vw, 34px) !important;
}
.pa-brand img {
max-height: 44px !important;
}
.pa-vivalda-logo img {
max-height: 38px !important;
}
.pa-menu a,
.pa-nav-utils a,
.pa-language-select,
.pa-theme-toggle {
color: var(--ink) !important;
font-family: var(--font-body) !important;
font-size: 11px !important;
font-weight: 700 !important;
letter-spacing: .08em !important;
text-transform: uppercase !important;
}
.pa-menu a:hover,
.pa-menu .current-menu-item > a,
.pa-nav-utils a:hover {
color: var(--cyan) !important;
}
.pa-source-hero {
position: relative !important;
min-height: min(820px, calc(100vh - 28px)) !important;
margin: 0 !important;
padding: 104px var(--source-pad) 148px !important;
display: grid !important;
align-items: center !important;
overflow: hidden !important;
border-radius: 0 0 18px 18px !important;
background:
linear-gradient(90deg, rgba(7, 30, 51, .86), rgba(7, 30, 51, .58) 46%, rgba(7, 30, 51, .20)),
linear-gradient(180deg, rgba(7, 30, 51, .44), rgba(7, 30, 51, .25) 44%, rgba(7, 30, 51, .80)),
var(--hero-image) center / cover no-repeat !important;
color: #fff;
}
.pa-source-hero::after {
content: "";
position: absolute;
inset: 0;
z-index: 0;
pointer-events: none;
background:
radial-gradient(circle at 18% 28%, rgba(28, 169, 201, .16), transparent 28%),
linear-gradient(120deg, rgba(255, 255, 255, .06) 0 1px, transparent 1px 100%);
background-size: auto, 22px 22px;
opacity: .72;
}
.pa-source-hero-inner {
position: relative;
z-index: 1;
width: min(100%, var(--source-max));
margin: 0 auto;
padding: 0 !important;
}
.pa-source-hero-copy {
max-width: 790px !important;
}
.pa-source-kicker,
.mono {
font-family: var(--font-mono) !important;
font-size: 11px !important;
font-weight: 700 !important;
letter-spacing: .16em !important;
text-transform: uppercase !important;
color: var(--cyan) !important;
}
.pa-source-hero-title {
max-width: 840px !important;
margin: 16px 0 22px !important;
color: #fff !important;
font-family: var(--font-display) !important;
font-size: clamp(58px, 7vw, 92px) !important;
font-weight: 600 !important;
line-height: .92 !important;
letter-spacing: 0 !important;
text-transform: none !important;
text-wrap: balance;
}
.pa-source-hero-sub,
.pa-hero-sub {
max-width: 720px;
color: rgba(255, 255, 255, .86);
font-family: var(--font-body);
font-size: clamp(18px, 1.8vw, 24px);
font-weight: 500;
line-height: 1.5;
letter-spacing: 0;
text-wrap: pretty;
}
.pa-source-hero-actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 34px;
}
.pa-source-pill,
.pa-source-link-arrow,
.pa-card-cta,
.pa-new-listings-shell .pa-card-cta,
.pa-single-itb-carousel .pa-card-cta {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
width: fit-content !important;
min-height: 42px !important;
padding: 11px 18px !important;
border: 1px solid rgba(7, 30, 51, .18) !important;
border-radius: 999px !important;
background: var(--surface) !important;
color: var(--ink) !important;
font-family: var(--font-body) !important;
font-size: 12px !important;
font-weight: 800 !important;
letter-spacing: .06em !important;
text-decoration: none !important;
text-transform: uppercase !important;
transition: transform .22s ease, border-color .22s ease, background .22s ease, color .22s ease, box-shadow .22s ease;
}
.pa-source-pill.is-active,
.pa-source-pill:hover,
.pa-source-link-arrow:hover,
.pa-card-cta:hover {
border-color: var(--cyan) !important;
background: var(--ink) !important;
color: #fff !important;
transform: translateY(-2px);
box-shadow: 0 14px 34px rgba(7, 30, 51, .18);
}
.pa-hero-meta-rail,
.pa-hero-scroll-cue,
.pa-source-hero-logo {
display: none !important;
}
.pa-home-search-bar {
position: relative;
z-index: 20;
margin: -76px auto 0 !important;
padding: 0 var(--source-pad) !important;
}
.pa-home-search-panel {
width: min(100%, 1180px) !important;
margin: 0 auto !important;
}
.pa-home-search-shell {
padding: clamp(16px, 2vw, 22px) !important;
border: 1px solid rgba(255, 255, 255, .56) !important;
border-radius: 24px !important;
background: rgba(255, 253, 249, .82) !important;
box-shadow: 0 24px 74px rgba(7, 30, 51, .20) !important;
backdrop-filter: blur(24px) saturate(1.16);
-webkit-backdrop-filter: blur(24px) saturate(1.16);
}
.pa-home-search-shell :is(form, .itb_search, .itb-search, [class*="search"]) {
display: grid !important;
grid-template-columns: repeat(6, minmax(104px, 1fr)) minmax(112px, .72fr) !important;
gap: 12px !important;
align-items: end !important;
}
.pa-home-search-shell :is(label, legend),
.pa-itb-search-section :is(label, legend) {
margin: 0 0 6px !important;
color: var(--ink) !important;
font-family: var(--font-body) !important;
font-size: 12px !important;
font-weight: 800 !important;
letter-spacing: .01em !important;
text-transform: none !important;
}
.pa-home-search-shell :is(input, select, textarea),
.pa-itb-search-section :is(input, select, textarea) {
width: 100% !important;
min-height: 48px !important;
padding: 10px 12px !important;
border: 1px solid rgba(7, 30, 51, .18) !important;
border-radius: 0 !important;
background-color: rgba(255, 253, 249, .72) !important;
color: var(--ink) !important;
font-family: var(--font-body) !important;
font-size: 14px !important;
box-shadow: none !important;
}
.pa-home-search-shell :is(button, input[type="submit"]),
.pa-itb-search-section :is(button, input[type="submit"]) {
width: 100% !important;
min-height: 48px !important;
padding: 11px 18px !important;
border: 1px solid var(--ink) !important;
border-radius: 12px !important;
background: var(--ink) !important;
color: #fff !important;
font-family: var(--font-body) !important;
font-size: 13px !important;
font-weight: 800 !important;
letter-spacing: .02em !important;
text-transform: none !important;
}
.pa-source-strip,
.pa-neighborhood-map-section,
.pa-source-team,
.pa-home-contact-section {
padding: clamp(76px, 8vw, 124px) var(--source-pad) !important;
background: transparent !important;
}
.pa-source-section-head {
width: min(100%, var(--source-max));
margin: 0 auto 36px !important;
display: flex;
align-items: end;
justify-content: space-between;
gap: 24px;
}
.pa-source-section-head.is-compact {
margin-bottom: 26px !important;
}
.pa-source-section-head h2,
.pa-page-hero .pa-hero-title,
.pa-detail-editorial-shell .pa-page-content :is(h1, .h1) {
margin: 0 !important;
color: var(--ink) !important;
font-family: var(--font-display) !important;
font-size: clamp(42px, 5.4vw, 68px) !important;
font-weight: 600 !important;
line-height: .95 !important;
letter-spacing: 0 !important;
text-transform: none !important;
text-wrap: balance;
}
.pa-source-section-head .pa-hero-sub {
max-width: 640px;
color: var(--muted) !important;
font-size: 16px;
}
.pa-feature-property-shell,
.pa-new-listings-shell,
.pa-itb-listing-shell,
.pa-sale-carousel-shell {
width: min(100%, var(--source-max)) !important;
max-width: var(--source-max) !important;
margin-inline: auto !important;
background: transparent !important;
}
.pa-feature-property-shell .owl-carousel,
.pa-new-listings-shell .owl-carousel,
.pa-feature-property-shell .owl-stage-outer,
.pa-new-listings-shell .owl-stage-outer {
display: block !important;
width: 100% !important;
max-width: 100% !important;
overflow: hidden !important;
}
.pa-feature-property-shell .owl-stage,
.pa-new-listings-shell .owl-stage {
width: 100% !important;
max-width: 100% !important;
transform: none !important;
}
.pa-single-itb-carousel .owl-stage {
display: block !important;
}
.pa-single-itb-carousel .owl-item {
display: none !important;
float: none !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 !important;
}
.pa-single-itb-carousel .owl-item.is-pa-active,
.pa-single-itb-carousel .owl-item:has(> .item.is-pa-active):not(.cloned) {
display: block !important;
}
.pa-single-itb-carousel .owl-item.cloned,
.pa-new-listings-shell .owl-item.cloned {
display: none !important;
}
.pa-single-itb-carousel .owl-item.is-pa-active .item,
.pa-single-itb-carousel .owl-item.is-pa-active .item > a {
width: 100% !important;
max-width: 100% !important;
}
.pa-single-itb-carousel .owl-item.is-pa-active .item > a {
display: grid !important;
grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr) !important;
min-height: clamp(520px, 48vw, 640px) !important;
overflow: hidden !important;
border: 1px solid var(--line-warm) !important;
border-radius: 18px !important;
background: var(--surface) !important;
color: var(--ink) !important;
box-shadow: var(--shadow-soft) !important;
text-decoration: none !important;
}
.pa-single-itb-carousel .owl-item.is-pa-active img {
width: 100% !important;
height: 100% !important;
min-height: clamp(520px, 48vw, 640px) !important;
object-fit: cover !important;
transition: transform .7s ease;
}
.pa-single-itb-carousel .owl-item.is-pa-active .item > a:hover img,
.pa-new-listings-shell .item > a:hover img,
.pa-itb-listing-shell .itb_properties_property:hover img {
transform: scale(1.035);
}
.pa-single-itb-carousel .owl-item.is-pa-active .legend {
position: static !important;
display: grid !important;
align-content: end !important;
gap: 16px !important;
min-height: 100% !important;
padding: clamp(28px, 4vw, 56px) !important;
background:
linear-gradient(180deg, rgba(255, 253, 249, .98), rgba(247, 244, 239, .92)),
var(--surface) !important;
color: var(--ink) !important;
text-align: left !important;
text-shadow: none !important;
}
.pa-card-district {
color: var(--cyan) !important;
font-family: var(--font-mono) !important;
font-size: 11px !important;
font-weight: 800 !important;
letter-spacing: .16em !important;
text-transform: uppercase !important;
}
.pa-card-title {
color: var(--ink) !important;
font-family: var(--font-display) !important;
font-size: clamp(26px, 3.4vw, 54px) !important;
font-weight: 600 !important;
line-height: .98 !important;
letter-spacing: 0 !important;
text-transform: none !important;
text-wrap: balance;
}
.pa-card-specs {
color: var(--muted) !important;
font-family: var(--font-body) !important;
font-size: 15px !important;
font-weight: 500 !important;
line-height: 1.55 !important;
}
.pa-card-price {
color: var(--ink) !important;
font-family: var(--font-body) !important;
font-size: clamp(18px, 2vw, 28px) !important;
font-weight: 800 !important;
line-height: 1.1 !important;
}
.pa-single-itb-carousel .legend::after,
.pa-new-listings-shell .legend::after,
.pa-single-itb-carousel .legend strong,
.pa-new-listings-shell .legend strong {
content: none !important;
display: none !important;
}
.pa-new-listings-shell .owl-stage {
display: grid !important;
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
gap: clamp(18px, 2.6vw, 32px) !important;
}
.pa-new-listings-shell .owl-item {
display: block !important;
float: none !important;
width: auto !important;
min-width: 0 !important;
margin: 0 !important;
}
.pa-new-listings-shell .item,
.pa-new-listings-shell .item > a {
height: 100% !important;
min-width: 0 !important;
}
.pa-new-listings-shell .item > a {
display: grid !important;
grid-template-rows: auto 1fr !important;
overflow: hidden !important;
border: 1px solid rgba(7, 30, 51, .12) !important;
border-radius: 16px !important;
background: var(--surface) !important;
color: var(--ink) !important;
box-shadow: 0 10px 30px rgba(7, 30, 51, .07) !important;
text-decoration: none !important;
transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.pa-new-listings-shell .item > a:hover {
transform: translateY(-6px) !important;
border-color: rgba(28, 169, 201, .45) !important;
box-shadow: 0 24px 54px rgba(7, 30, 51, .14) !important;
}
.pa-new-listings-shell .item img {
width: 100% !important;
aspect-ratio: 1.28 / 1 !important;
height: auto !important;
min-height: 0 !important;
object-fit: cover !important;
border-radius: 12px 12px 0 0 !important;
transition: transform .55s ease;
}
.pa-new-listings-shell .legend {
position: static !important;
display: grid !important;
gap: 10px !important;
align-content: start !important;
padding: 22px !important;
min-height: 250px !important;
background: var(--surface) !important;
color: var(--ink) !important;
text-align: left !important;
text-shadow: none !important;
}
.pa-new-listings-shell .pa-card-title {
font-size: clamp(22px, 2vw, 30px) !important;
line-height: 1.04 !important;
}
.pa-new-listings-shell .pa-card-specs {
min-height: 46px;
}
.pa-itb-listing-shell .itb_properties,
.pa-itb-selection-page .itb_properties,
.pa-itb-results-page .itb_properties {
display: grid !important;
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
gap: clamp(18px, 2.6vw, 32px) !important;
align-items: stretch !important;
background: transparent !important;
}
.pa-itb-listing-shell .itb_properties_property,
.pa-itb-selection-page .itb_properties_property,
.pa-itb-results-page .itb_properties_property {
display: grid !important;
grid-template-rows: auto auto 1fr auto !important;
gap: 12px !important;
min-width: 0 !important;
padding: 0 0 22px !important;
overflow: hidden !important;
border: 1px solid rgba(7, 30, 51, .12) !important;
border-radius: 16px !important;
background: var(--surface) !important;
box-shadow: 0 10px 30px rgba(7, 30, 51, .07) !important;
}
.pa-itb-listing-shell .itb_properties_property_img,
.pa-itb-selection-page .itb_properties_property_img,
.pa-itb-results-page .itb_properties_property_img {
overflow: hidden !important;
}
.pa-itb-listing-shell .itb_properties_property_img img,
.pa-itb-selection-page .itb_properties_property_img img,
.pa-itb-results-page .itb_properties_property_img img {
width: 100% !important;
aspect-ratio: 1.28 / 1 !important;
height: auto !important;
object-fit: cover !important;
}
.pa-itb-listing-shell .itb_properties_property > h3,
.pa-itb-selection-page .itb_properties_property > h3,
.pa-itb-results-page .itb_properties_property > h3,
.pa-itb-listing-shell .itb_properties_property_content,
.pa-itb-selection-page .itb_properties_property_content,
.pa-itb-results-page .itb_properties_property_content,
.pa-itb-listing-shell .itb_properties_property_readmore,
.pa-itb-selection-page .itb_properties_property_readmore,
.pa-itb-results-page .itb_properties_property_readmore {
padding-inline: 22px !important;
}
.pa-itb-listing-shell .itb_properties_property > h3 > a:not(.btn-switchselection),
.pa-itb-selection-page .itb_properties_property > h3 > a:not(.btn-switchselection),
.pa-itb-results-page .itb_properties_property > h3 > a:not(.btn-switchselection) {
color: var(--ink) !important;
font-family: var(--font-display) !important;
font-size: clamp(22px, 2.2vw, 30px) !important;
font-weight: 600 !important;
line-height: 1.03 !important;
letter-spacing: 0 !important;
text-transform: none !important;
}
.pa-itb-listing-shell .itb_properties_property_content,
.pa-itb-selection-page .itb_properties_property_content,
.pa-itb-results-page .itb_properties_property_content {
color: var(--muted) !important;
font-size: 14px !important;
line-height: 1.55 !important;
}
.pa-itb-listing-shell .itb_properties_property_readmore a,
.pa-itb-selection-page .itb_properties_property_readmore a,
.pa-itb-results-page .itb_properties_property_readmore a {
display: inline-flex !important;
min-height: 38px !important;
padding: 9px 15px !important;
border: 1px solid rgba(7, 30, 51, .16) !important;
border-radius: 999px !important;
background: var(--surface) !important;
color: var(--ink) !important;
font-family: var(--font-body) !important;
font-size: 12px !important;
font-weight: 800 !important;
letter-spacing: .06em !important;
text-decoration: none !important;
text-transform: uppercase !important;
}
.pa-itb-listing-shell .btn-group,
.pa-new-listings-shell .btn-group,
.pa-itb-selection-page .btn-group,
.pa-itb-results-page .btn-group {
grid-column: 1 / -1 !important;
display: flex !important;
flex-flow: row wrap !important;
align-items: center !important;
gap: 8px !important;
width: 100% !important;
margin: 0 0 20px !important;
padding: 10px !important;
border: 1px solid rgba(7, 30, 51, .10) !important;
border-radius: 999px !important;
background: rgba(255, 253, 249, .68) !important;
box-shadow: none !important;
}
.pa-itb-listing-shell .btn-group :is(a, button, .btn),
.pa-new-listings-shell .btn-group :is(a, button, .btn),
.pa-itb-selection-page .btn-group :is(a, button, .btn),
.pa-itb-results-page .btn-group :is(a, button, .btn) {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
width: auto !important;
min-width: 0 !important;
min-height: 30px !important;
margin: 0 !important;
padding: 6px 11px !important;
border: 1px solid rgba(7, 30, 51, .16) !important;
border-radius: 999px !important;
background: var(--surface) !important;
color: var(--ink) !important;
font-family: var(--font-body) !important;
font-size: 11px !important;
font-weight: 800 !important;
line-height: 1 !important;
letter-spacing: .04em !important;
text-transform: uppercase !important;
box-shadow: none !important;
}
.pa-itb-listing-shell .btn-group .is-pa-sort-active,
.pa-new-listings-shell .btn-group .is-pa-sort-active,
.pa-itb-selection-page .btn-group .is-pa-sort-active,
.pa-itb-results-page .btn-group .is-pa-sort-active {
border-color: var(--cyan) !important;
background: var(--cyan-soft) !important;
color: var(--ink) !important;
}
.pa-neighborhood-map-section {
background:
linear-gradient(180deg, rgba(255, 253, 249, .74), rgba(239, 230, 216, .58)) !important;
border-top: 1px solid var(--line-warm);
border-bottom: 1px solid var(--line-warm);
}
.pa-neighborhood-map-grid {
width: min(100%, var(--source-max));
margin: 0 auto;
display: grid;
grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
gap: clamp(24px, 4vw, 48px);
align-items: start;
}
.pa-map-canvas {
position: sticky;
top: 92px;
overflow: hidden;
max-height: 640px;
margin: 0;
padding: clamp(18px, 3vw, 34px);
border: 1px solid rgba(7, 30, 51, .14);
border-radius: 16px;
background: var(--surface);
box-shadow: var(--shadow-card);
}
.pa-map-canvas img {
display: block;
width: 100%;
max-height: 560px;
object-fit: contain;
filter: saturate(.96) contrast(1.04);
}
.pa-map-pin {
width: 12px !important;
height: 12px !important;
border: 2px solid #fff !important;
background: var(--cyan) !important;
box-shadow: 0 0 0 6px rgba(28, 169, 201, .16), 0 8px 18px rgba(7, 30, 51, .24) !important;
}
.pa-neighborhood-list {
display: grid !important;
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
grid-auto-rows: 172px !important;
gap: 14px !important;
}
.pa-neighborhood-list a {
position: relative;
display: flex !important;
flex-direction: column !important;
justify-content: end !important;
align-items: flex-start !important;
min-width: 0;
overflow: hidden;
padding: 18px !important;
border: 1px solid rgba(255, 255, 255, .42) !important;
border-radius: 16px !important;
background:
linear-gradient(180deg, rgba(7, 30, 51, .08), rgba(7, 30, 51, .78)),
var(--pa-neighborhood-image) center / cover no-repeat !important;
box-shadow: 0 12px 32px rgba(7, 30, 51, .11);
color: #fff !important;
text-decoration: none !important;
transition: transform .28s ease, box-shadow .28s ease, min-height .28s ease, border-color .28s ease;
}
.pa-neighborhood-list a::before {
content: "";
position: absolute;
inset: 0;
z-index: 0;
background: rgba(28, 169, 201, .12);
opacity: 0;
transition: opacity .28s ease;
}
.pa-neighborhood-list a:hover,
.pa-neighborhood-list a.is-active {
transform: translateY(-5px) scale(1.015);
border-color: rgba(28, 169, 201, .72) !important;
box-shadow: 0 24px 54px rgba(7, 30, 51, .18);
}
.pa-neighborhood-list a:hover::before,
.pa-neighborhood-list a.is-active::before {
opacity: 1;
}
.pa-neighborhood-list a > span,
.pa-neighborhood-list a > small {
position: relative;
z-index: 1;
}
.pa-neighborhood-list a > span:first-child {
color: #fff !important;
font-family: var(--font-display) !important;
font-size: clamp(25px, 2.3vw, 34px) !important;
font-weight: 600 !important;
line-height: .96 !important;
text-shadow: 0 3px 16px rgba(0, 0, 0, .32);
}
.pa-neighborhood-list small {
margin-top: 8px;
color: rgba(255, 255, 255, .84) !important;
font-family: var(--font-mono) !important;
font-size: 10px !important;
font-weight: 800 !important;
letter-spacing: .12em !important;
text-transform: uppercase !important;
}
.pa-proof-grid {
width: min(100%, var(--source-max));
margin: 0 auto;
display: grid !important;
grid-template-columns: 1.05fr .95fr .95fr 1.05fr !important;
gap: 14px !important;
background: transparent !important;
border: 0 !important;
}
.pa-proof-grid article {
min-height: 206px;
padding: clamp(24px, 3vw, 34px) !important;
display: grid;
align-content: space-between;
gap: 20px;
border: 1px solid var(--line-warm);
border-radius: 16px;
background:
linear-gradient(145deg, rgba(255, 253, 249, .98), rgba(247, 244, 239, .88)),
var(--surface);
box-shadow: 0 12px 34px rgba(7, 30, 51, .07);
}
.pa-proof-grid article:nth-child(2) {
background:
linear-gradient(145deg, rgba(7, 30, 51, .96), rgba(7, 30, 51, .82)),
var(--ink);
}
.pa-proof-grid strong {
color: var(--ink);
font-family: var(--font-display);
font-size: clamp(44px, 4.8vw, 72px);
font-weight: 600;
line-height: .88;
}
.pa-proof-grid article:nth-child(2) strong,
.pa-proof-grid article:nth-child(2) span {
color: #fff;
}
.pa-proof-grid span {
color: var(--ink-2);
font-family: var(--font-body);
font-size: 15px;
font-weight: 700;
line-height: 1.45;
}
.pa-source-agent-grid {
width: min(100%, var(--source-max));
margin: 0 auto;
display: grid !important;
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
gap: 18px !important;
}
.pa-source-agent-card {
display: grid !important;
gap: 16px !important;
padding: 22px !important;
border: 1px solid rgba(7, 30, 51, .12) !important;
border-radius: 16px !important;
background: rgba(255, 253, 249, .82) !important;
box-shadow: 0 12px 34px rgba(7, 30, 51, .07) !important;
}
.pa-source-agent-card img,
.pa-agent-avatar {
width: 82px !important;
height: 82px !important;
border-radius: 50% !important;
object-fit: cover !important;
border: 1px solid rgba(28, 169, 201, .34) !important;
background: var(--cyan-soft) !important;
}
.pa-source-agent-card h3,
.pa-agent-card h3 {
color: var(--ink) !important;
font-family: var(--font-display) !important;
font-size: 30px !important;
font-weight: 600 !important;
line-height: .98 !important;
letter-spacing: 0 !important;
text-transform: none !important;
}
.pa-source-agent-card :is(p, span, small) {
color: var(--muted) !important;
font-family: var(--font-body) !important;
}
.pa-source-agent-card a {
color: var(--ink) !important;
}
.pa-home-contact-section {
width: min(calc(100% - (var(--source-pad) * 2)), var(--source-max));
margin: clamp(30px, 6vw, 72px) auto clamp(56px, 8vw, 96px) !important;
padding: clamp(40px, 6vw, 72px) !important;
border-radius: 22px !important;
background:
linear-gradient(135deg, rgba(28, 169, 201, .16), transparent 38%),
linear-gradient(180deg, #08233c, var(--ink)) !important;
color: #fff !important;
box-shadow: 0 28px 74px rgba(7, 30, 51, .24);
}
.pa-home-contact-section .pa-source-section-head {
width: 100%;
margin-bottom: 28px !important;
}
.pa-home-contact-section .pa-source-section-head h2,
.pa-home-contact-section .pa-hero-sub {
color: #fff !important;
}
.pa-contact-form-card {
border: 1px solid rgba(255, 255, 255, .20) !important;
border-radius: 18px !important;
background: rgba(255, 255, 255, .08) !important;
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
}
.pa-contact-form-card :is(input, select, textarea) {
border-color: rgba(255, 255, 255, .22) !important;
background: rgba(255, 255, 255, .92) !important;
color: var(--ink) !important;
}
[data-theme="dark"] {
--bg: #071e33;
--bg-alt: #0b2a44;
--surface: #0e2a43;
--surface-soft: rgba(14, 42, 67, .86);
--ink: #f7f4ef;
--ink-2: #f7f4ef;
--muted: rgba(247, 244, 239, .72);
--line: rgba(247, 244, 239, .16);
--line-warm: rgba(216, 199, 173, .32);
}
[data-theme="dark"] .pa-nav,
[data-theme="dark"] .pa-home-search-shell {
background: rgba(7, 30, 51, .78) !important;
border-color: rgba(247, 244, 239, .16) !important;
}
[data-theme="dark"] .pa-menu a,
[data-theme="dark"] .pa-nav-utils a,
[data-theme="dark"] .pa-language-select,
[data-theme="dark"] .pa-theme-toggle,
[data-theme="dark"] .pa-home-search-shell :is(label, legend) {
color: #f7f4ef !important;
}
[data-theme="dark"] .pa-new-listings-shell .item > a,
[data-theme="dark"] .pa-single-itb-carousel .owl-item.is-pa-active .item > a,
[data-theme="dark"] .pa-single-itb-carousel .owl-item.is-pa-active .legend,
[data-theme="dark"] .pa-itb-listing-shell .itb_properties_property,
[data-theme="dark"] .pa-itb-selection-page .itb_properties_property,
[data-theme="dark"] .pa-itb-results-page .itb_properties_property,
[data-theme="dark"] .pa-proof-grid article:not(:nth-child(2)),
[data-theme="dark"] .pa-source-agent-card {
background: #0e2a43 !important;
color: #f7f4ef !important;
}
[data-theme="dark"] .pa-card-title,
[data-theme="dark"] .pa-card-price,
[data-theme="dark"] .pa-itb-listing-shell .itb_properties_property > h3 > a:not(.btn-switchselection),
[data-theme="dark"] .pa-itb-selection-page .itb_properties_property > h3 > a:not(.btn-switchselection),
[data-theme="dark"] .pa-itb-results-page .itb_properties_property > h3 > a:not(.btn-switchselection),
[data-theme="dark"] .pa-source-section-head h2,
[data-theme="dark"] .pa-proof-grid strong,
[data-theme="dark"] .pa-proof-grid span,
[data-theme="dark"] .pa-source-agent-card h3 {
color: #f7f4ef !important;
}
@media (max-width: 1180px) {
.pa-home-search-shell :is(form, .itb_search, .itb-search, [class*="search"]) {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.pa-new-listings-shell .owl-stage,
.pa-itb-listing-shell .itb_properties,
.pa-itb-selection-page .itb_properties,
.pa-itb-results-page .itb_properties {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.pa-source-agent-grid,
.pa-proof-grid {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
}
@media (max-width: 900px) {
.pa-source-hero {
padding-top: 142px !important;
min-height: 720px !important;
}
.pa-single-itb-carousel .owl-item.is-pa-active .item > a,
.pa-neighborhood-map-grid {
grid-template-columns: 1fr !important;
}
.pa-single-itb-carousel .owl-item.is-pa-active img {
min-height: 360px !important;
aspect-ratio: 1.2 / 1 !important;
}
.pa-map-canvas {
position: relative;
top: auto;
max-height: none;
}
.pa-neighborhood-list {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
}
@media (max-width: 700px) {
body.admin-bar .pa-nav,
.pa-nav {
top: 8px !important;
right: 8px !important;
left: 8px !important;
border-radius: 18px !important;
}
.pa-nav-inner {
min-height: 88px !important;
padding: 10px 12px !important;
}
.pa-brand img {
max-height: 48px !important;
}
.pa-vivalda-logo img {
max-height: 34px !important;
}
.pa-source-hero {
min-height: 760px !important;
padding: 156px 22px 132px !important;
}
.pa-source-hero-title {
font-size: clamp(44px, 13vw, 58px) !important;
line-height: .94 !important;
}
.pa-source-hero-sub {
font-size: 18px !important;
}
.pa-source-hero-actions {
gap: 10px;
}
.pa-source-pill {
width: 100% !important;
}
.pa-home-search-bar {
margin-top: -92px !important;
padding-inline: 20px !important;
}
.pa-home-search-shell {
border-radius: 22px !important;
}
.pa-home-search-shell :is(form, .itb_search, .itb-search, [class*="search"]) {
grid-template-columns: 1fr !important;
}
.pa-source-section-head {
display: grid;
align-items: start;
}
.pa-source-section-head h2 {
font-size: clamp(38px, 12vw, 52px) !important;
}
.pa-source-strip,
.pa-neighborhood-map-section,
.pa-source-team,
.pa-home-contact-section {
padding-top: 72px !important;
padding-bottom: 72px !important;
}
.pa-new-listings-shell .owl-stage,
.pa-itb-listing-shell .itb_properties,
.pa-itb-selection-page .itb_properties,
.pa-itb-results-page .itb_properties,
.pa-neighborhood-list,
.pa-source-agent-grid,
.pa-proof-grid {
grid-template-columns: 1fr !important;
}
.pa-single-itb-carousel .owl-item.is-pa-active .legend,
.pa-new-listings-shell .legend {
padding: 22px !important;
}
.pa-new-listings-shell .legend {
min-height: 220px !important;
}
.pa-neighborhood-list {
grid-auto-rows: 156px !important;
}
.pa-home-contact-section {
width: calc(100% - 28px);
padding: 28px !important;
}
} html,
body {
max-width: 100%;
overflow-x: clip;
}
.pa-nav {
position: fixed !important;
top: 14px !important;
left: 14px !important;
right: 14px !important;
width: auto !important;
max-width: none !important;
margin: 0 !important;
transform: none !important;
border-radius: 8px !important;
background: rgba(255, 253, 249, .68) !important;
box-shadow: 0 18px 56px rgba(7, 30, 51, .10) !important;
backdrop-filter: blur(22px) saturate(142%) !important;
-webkit-backdrop-filter: blur(22px) saturate(142%) !important;
}
body.admin-bar .pa-nav,
.admin-bar .pa-nav {
top: 46px !important;
}
.pa-nav-inner {
max-width: var(--source-max) !important;
min-height: 54px !important;
margin: 0 auto !important;
padding-top: 4px !important;
padding-bottom: 4px !important;
}
.pa-has-scrolled .pa-nav {
background: rgba(255, 253, 249, .84) !important;
box-shadow: 0 22px 62px rgba(7, 30, 51, .16) !important;
}
.pa-feature-property-shell,
.pa-new-listings-shell,
.pa-sale-carousel-shell,
.pa-featured-editorial-shell {
max-width: 100% !important;
overflow: hidden !important;
}
.pa-feature-property-shell .owl-carousel,
.pa-feature-property-shell .owl-stage-outer,
.pa-feature-property-shell .owl-stage,
.pa-new-listings-shell .owl-carousel,
.pa-new-listings-shell .owl-stage-outer,
.pa-new-listings-shell .owl-stage {
max-width: 100% !important;
}
.pa-feature-property-shell .owl-stage-outer,
.pa-new-listings-shell .owl-stage-outer {
overflow: hidden !important;
}
.pa-feature-property-shell .owl-stage,
.pa-new-listings-shell .owl-stage {
width: 100% !important;
transform: none !important;
transition: none !important;
}
.pa-feature-property-shell .owl-item,
.pa-new-listings-shell .owl-item {
float: none !important;
margin-right: 0 !important;
transform: none !important;
}
.pa-feature-property-shell .owl-item.cloned,
.pa-new-listings-shell .owl-item.cloned,
.pa-feature-property-shell .owl-item[hidden],
.pa-new-listings-shell .owl-item[hidden] {
display: none !important;
}
.pa-single-itb-carousel .owl-stage {
display: block !important;
}
.pa-single-itb-carousel .owl-item {
width: 100% !important;
}
.pa-single-itb-carousel .owl-item:not(.is-pa-active) {
display: none !important;
}
.pa-single-itb-carousel .owl-item.is-pa-active .item > a {
position: relative !important;
display: grid !important;
grid-template-columns: minmax(0, 1.18fr) minmax(330px, .82fr) !important;
min-height: 540px !important;
overflow: hidden !important;
border: 1px solid rgba(216, 199, 173, .62) !important;
border-radius: 8px !important;
background:
linear-gradient(135deg, rgba(255, 253, 249, .96), rgba(225, 245, 250, .55)),
#fffdf9 !important;
color: var(--ink) !important;
text-decoration: none !important;
box-shadow: 0 28px 78px rgba(7, 30, 51, .14) !important;
}
.pa-single-itb-carousel .owl-item.is-pa-active img {
width: 100% !important;
height: 100% !important;
min-height: 540px !important;
aspect-ratio: auto !important;
object-fit: cover !important;
border-radius: 8px 0 0 8px !important;
filter: saturate(1.03) contrast(1.03) !important;
}
.pa-single-itb-carousel .owl-item.is-pa-active .legend {
position: static !important;
display: grid !important;
align-content: end !important;
min-height: 540px !important;
padding: 46px !important;
background:
linear-gradient(180deg, rgba(255, 253, 249, .26), rgba(255, 253, 249, .90)),
rgba(255, 253, 249, .72) !important;
color: var(--ink) !important;
font-family: var(--font-display) !important;
font-size: clamp(34px, 4.6vw, 58px) !important;
font-weight: 800 !important;
line-height: .92 !important;
text-align: left !important;
text-transform: uppercase !important;
backdrop-filter: blur(18px) !important;
-webkit-backdrop-filter: blur(18px) !important;
}
.pa-single-itb-carousel .owl-item.is-pa-active .legend strong {
display: inline-block !important;
margin-top: 24px !important;
color: var(--cyan) !important;
font-size: clamp(24px, 3vw, 36px) !important;
line-height: 1 !important;
}
.pa-single-itb-carousel .owl-nav,
.pa-single-itb-carousel .owl-dots {
display: none !important;
}
.pa-new-listings-shell .owl-carousel {
display: block !important;
overflow: visible !important;
}
.pa-new-listings-shell .owl-stage {
display: grid !important;
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
gap: 28px !important;
}
.pa-new-listings-shell .owl-item {
width: auto !important;
min-width: 0 !important;
display: block !important;
}
.pa-new-listings-shell .item,
.pa-new-listings-shell .item > a {
height: 100% !important;
min-width: 0 !important;
}
.pa-new-listings-shell .item > a {
position: relative !important;
display: grid !important;
grid-template-rows: auto 1fr !important;
overflow: hidden !important;
border: 1px solid rgba(216, 199, 173, .60) !important;
border-radius: 8px !important;
background: rgba(255, 253, 249, .90) !important;
color: var(--ink) !important;
text-decoration: none !important;
box-shadow: 0 18px 48px rgba(7, 30, 51, .10) !important;
transition: transform .45s ease, box-shadow .45s ease, border-color .45s ease !important;
}
.pa-new-listings-shell .item > a:hover {
transform: translateY(-6px) !important;
border-color: rgba(28, 169, 201, .78) !important;
box-shadow: 0 28px 70px rgba(7, 30, 51, .16) !important;
}
.pa-new-listings-shell .item img {
width: 100% !important;
height: auto !important;
aspect-ratio: 1.38 / 1 !important;
object-fit: cover !important;
border-radius: 8px 8px 0 0 !important;
transition: transform .7s ease, filter .7s ease !important;
}
.pa-new-listings-shell .item > a:hover img {
transform: scale(1.035) !important;
filter: saturate(1.07) contrast(1.04) !important;
}
.pa-new-listings-shell .legend {
position: static !important;
display: grid !important;
gap: 12px !important;
align-content: start !important;
min-height: 192px !important;
padding: 20px 20px 22px !important;
background: transparent !important;
color: var(--ink) !important;
font-family: var(--font-body) !important;
font-size: 16px !important;
font-weight: 600 !important;
line-height: 1.35 !important;
text-align: left !important;
}
.pa-new-listings-shell .legend::after {
content: "Voir le bien";
display: inline-flex;
align-items: center;
justify-content: center;
width: fit-content;
min-height: 38px;
margin-top: 6px;
padding: 10px 14px;
border-radius: 999px;
background: var(--ink);
color: #f7f4ef;
font-family: var(--font-mono);
font-size: 10px;
font-weight: 800;
line-height: 1;
text-transform: uppercase;
}
.pa-new-listings-shell .legend strong {
color: var(--ink) !important;
font-size: 20px !important;
line-height: 1.1 !important;
}
.pa-new-listings-shell .owl-nav,
.pa-new-listings-shell .owl-dots {
display: none !important;
}
@media (max-width: 1023px) {
.pa-nav {
top: 8px !important;
left: 8px !important;
right: 8px !important;
}
body.admin-bar .pa-nav,
.admin-bar .pa-nav {
top: 54px !important;
}
.pa-nav-inner {
min-height: 78px !important;
}
.pa-single-itb-carousel .owl-item.is-pa-active .item > a {
grid-template-columns: 1fr !important;
min-height: 0 !important;
}
.pa-single-itb-carousel .owl-item.is-pa-active img {
min-height: 0 !important;
aspect-ratio: 16 / 10 !important;
border-radius: 8px 8px 0 0 !important;
}
.pa-single-itb-carousel .owl-item.is-pa-active .legend {
min-height: 0 !important;
padding: 28px !important;
}
.pa-new-listings-shell .owl-stage {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
}
@media (max-width: 700px) {
html,
body {
overflow-x: hidden;
}
.pa-nav-inner {
min-height: 0 !important;
}
.pa-new-listings-shell .owl-stage {
grid-template-columns: 1fr !important;
gap: 20px !important;
}
.pa-new-listings-shell .legend {
min-height: 0 !important;
}
} html {
scroll-behavior: smooth;
}
body {
background:
repeating-linear-gradient(90deg, rgba(7, 30, 51, .022) 0 1px, transparent 1px 72px),
repeating-linear-gradient(0deg, rgba(7, 30, 51, .018) 0 1px, transparent 1px 72px),
linear-gradient(180deg, #fffdf9 0, var(--bg) 48%, #f3efe8 100%);
}
body::before {
content: "";
position: fixed;
inset: 0;
z-index: 9999;
pointer-events: none;
opacity: .22;
mix-blend-mode: multiply;
background-image:
repeating-radial-gradient(circle at 0 0, rgba(7, 30, 51, .11) 0 1px, transparent 1px 4px);
}
.pa-nav {
position: fixed;
top: 14px;
left: 50%;
z-index: 1000;
width: min(1380px, calc(100% - 28px));
transform: translateX(-50%);
border: 1px solid rgba(247, 244, 239, .34);
border-radius: 8px;
background: rgba(255, 253, 249, .18);
box-shadow: 0 20px 70px rgba(7, 30, 51, .10);
backdrop-filter: blur(22px) saturate(1.18);
transition: background .28s ease, border-color .28s ease, box-shadow .28s ease, transform .28s ease;
}
.admin-bar .pa-nav {
top: 46px;
}
.pa-has-scrolled .pa-nav {
border-color: rgba(216, 199, 173, .48);
background: rgba(255, 253, 249, .82);
box-shadow: 0 18px 58px rgba(7, 30, 51, .16);
}
.pa-nav-inner {
min-height: 78px;
padding: 10px 18px;
}
.pa-brand img {
max-height: 54px;
width: auto;
transition: transform .24s ease;
}
.pa-brand:hover img,
.pa-cabinet-brand:hover img {
transform: scale(.965);
}
.pa-menu-fixed a {
position: relative;
font-weight: 800;
letter-spacing: 0;
}
.pa-menu-fixed a::after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: -7px;
height: 1px;
transform: scaleX(0);
transform-origin: left;
background: currentColor;
transition: transform .24s ease;
}
.pa-menu-fixed a:hover::after,
.pa-menu-fixed a:focus::after {
transform: scaleX(1);
}
.pa-source-hero {
min-height: calc(100svh - 28px);
margin: 14px;
border-radius: 8px;
overflow: hidden;
isolation: isolate;
background:
linear-gradient(90deg, rgba(7, 30, 51, .92), rgba(7, 30, 51, .58) 44%, rgba(7, 30, 51, .18)),
linear-gradient(180deg, rgba(7, 30, 51, .34), rgba(7, 30, 51, .72)),
url(//pacificagency.mc/wp-content/themes/pacific-agency/assets/images/imc-hero-bg.jpg) center center / 112% auto no-repeat;
animation: paHeroDrift 22s ease-in-out infinite alternate;
}
.pa-source-hero::before {
content: "";
position: absolute;
inset: 0;
z-index: -1;
background:
linear-gradient(90deg, rgba(247, 244, 239, .18) 0 1px, transparent 1px 100%),
linear-gradient(0deg, rgba(247, 244, 239, .12) 0 1px, transparent 1px 100%);
background-size: 74px 74px;
opacity: .18;
}
.pa-source-hero-inner {
min-height: inherit;
display: grid;
align-items: end;
position: relative;
max-width: none;
padding: 190px max(42px, calc((100vw - var(--source-max)) / 2)) 92px;
}
.pa-source-hero-copy {
width: min(920px, 100%);
animation: paHeroCopyIn .8s cubic-bezier(.16, 1, .3, 1) both;
}
.pa-source-hero-title {
max-width: 900px;
margin: 0 0 20px;
color: #fffdf9;
font-size: 6.2rem;
line-height: .88;
letter-spacing: 0;
text-transform: uppercase;
text-shadow: 0 28px 80px rgba(0, 0, 0, .34);
}
.pa-source-hero-sub {
max-width: 680px;
color: rgba(255, 253, 249, .90);
font-size: 1.55rem;
font-weight: 500;
line-height: 1.32;
}
.pa-source-hero .pa-source-kicker,
.pa-source-section-head .pa-source-kicker {
color: var(--cyan);
font-weight: 800;
letter-spacing: .08em;
}
.pa-source-hero-actions {
gap: 12px;
}
.pa-source-pill,
.pa-source-link-arrow,
.pa-book-cta,
.pa-email-button,
.pa-detail-contact-panel a,
.pa-contact-action-row .pa-source-link-arrow {
position: relative;
overflow: hidden;
border-radius: 8px !important;
transition: transform .22s ease, background .22s ease, border-color .22s ease, color .22s ease, box-shadow .22s ease;
}
.pa-source-pill::before,
.pa-source-link-arrow::before,
.pa-book-cta::before,
.pa-email-button::before,
.pa-detail-contact-panel a::before {
content: "";
position: absolute;
inset: 0;
transform: translateX(-105%);
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .36), transparent);
transition: transform .52s ease;
}
.pa-source-pill:hover,
.pa-source-link-arrow:hover,
.pa-book-cta:hover,
.pa-email-button:hover,
.pa-detail-contact-panel a:hover {
transform: translateY(-2px);
}
.pa-source-pill:hover::before,
.pa-source-link-arrow:hover::before,
.pa-book-cta:hover::before,
.pa-email-button:hover::before,
.pa-detail-contact-panel a:hover::before {
transform: translateX(105%);
}
.pa-hero-meta-rail {
position: absolute;
left: max(42px, calc((100vw - var(--source-max)) / 2));
right: max(42px, calc((100vw - var(--source-max)) / 2));
top: 44%;
display: flex;
justify-content: space-between;
color: rgba(255, 253, 249, .62);
font-family: var(--font-mono);
font-size: 11px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: .08em;
}
.pa-hero-scroll-cue {
position: absolute;
right: max(42px, calc((100vw - var(--source-max)) / 2));
bottom: 34px;
display: inline-flex;
align-items: center;
gap: 14px;
color: rgba(255, 253, 249, .82);
font-family: var(--font-mono);
font-size: 11px;
font-weight: 800;
text-decoration: none;
text-transform: uppercase;
}
.pa-hero-scroll-cue::before {
content: "";
width: 34px;
height: 1px;
background: currentColor;
animation: paCuePulse 1.5s ease-in-out infinite;
}
.pa-home-search-bar {
position: relative;
z-index: 20;
}
.pa-home-search-panel {
width: min(1180px, calc(100% - 42px));
margin: -58px auto 0;
}
.pa-home-search-shell {
padding: 18px;
border: 1px solid rgba(255, 253, 249, .58);
border-radius: 8px;
background: rgba(255, 253, 249, .74);
box-shadow: 0 28px 90px rgba(7, 30, 51, .20);
backdrop-filter: blur(28px) saturate(1.16);
}
.pa-home-search-shell :is(form, .itb_search, .itb-search, [class*="search"]) {
display: grid !important;
grid-template-columns: repeat(6, minmax(110px, 1fr)) minmax(130px, .8fr) !important;
gap: 12px !important;
align-items: end !important;
}
.pa-home-search-shell :is(input, select, button, input[type="submit"]) {
min-height: 48px !important;
}
.pa-source-strip,
.pa-neighborhood-map-section,
.pa-home-contact-section,
.pa-detail-similar {
padding-top: 104px;
padding-bottom: 104px;
}
.pa-source-section-head {
margin-bottom: 34px;
align-items: end;
}
.pa-source-section-head h2 {
max-width: 780px;
color: var(--ink);
font-size: 4.7rem;
line-height: .9;
letter-spacing: 0;
text-transform: uppercase;
}
.pa-source-feature-property {
padding-top: 118px;
}
.pa-single-itb-carousel {
position: relative;
overflow: hidden;
border: 1px solid rgba(216, 199, 173, .50);
border-radius: 8px;
background:
linear-gradient(135deg, rgba(255, 253, 249, .92), rgba(225, 245, 250, .44)),
#fffdf9;
box-shadow: 0 34px 95px rgba(7, 30, 51, .10);
}
.pa-single-itb-carousel .itb_properties_property.is-pa-active,
.pa-single-itb-carousel :is(article, li, .property, .itb-property, .itb_property, [class*="property-card"], [class*="property_item"], [class*="property-item"], [class*="listing-item"]).is-pa-active {
display: grid !important;
grid-template-columns: minmax(0, 1.35fr) minmax(320px, .75fr) !important;
gap: 0 !important;
min-height: 560px;
padding: 0 !important;
border: 0 !important;
border-radius: 8px !important;
background: transparent !important;
box-shadow: none !important;
animation: paSlideIn .58s cubic-bezier(.16, 1, .3, 1) both;
}
.pa-single-itb-carousel .itb_properties_property.is-pa-active .itb_properties_property_img {
grid-row: 1 / span 3;
height: 100%;
}
.pa-single-itb-carousel .itb_properties_property.is-pa-active .itb_properties_property_img img {
width: 100% !important;
height: 100% !important;
min-height: 560px;
aspect-ratio: auto !important;
object-fit: cover !important;
border-radius: 8px 0 0 8px !important;
}
.pa-single-itb-carousel .itb_properties_property.is-pa-active > h3,
.pa-single-itb-carousel .itb_properties_property.is-pa-active .itb_properties_property_content {
padding: 42px 42px 0 !important;
}
.pa-single-itb-carousel .itb_properties_property.is-pa-active > h3 > a:not(.btn-switchselection) {
font-size: 4rem !important;
line-height: .9 !important;
text-transform: uppercase !important;
}
.pa-single-itb-carousel .itb_properties_property.is-pa-active .itb_properties_property_content {
align-content: end !important;
padding-bottom: 42px !important;
}
.pa-new-listings-shell .itb_properties,
.pa-itb-listing-shell .itb_properties,
.pa-itb-selection-page .itb_properties,
.pa-itb-results-page .itb_properties {
display: grid !important;
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
gap: 38px 28px !important;
background: transparent !important;
}
.pa-new-listings-shell .itb_properties_property,
.pa-itb-listing-shell .itb_properties_property,
.pa-itb-selection-page .itb_properties_property,
.pa-itb-results-page .itb_properties_property {
position: relative;
display: grid !important;
gap: 13px !important;
padding: 0 !important;
border: 0 !important;
border-radius: 8px !important;
background: transparent !important;
box-shadow: none !important;
transition: transform .32s cubic-bezier(.16, 1, .3, 1);
}
.pa-new-listings-shell .itb_properties_property:hover,
.pa-itb-listing-shell .itb_properties_property:hover,
.pa-itb-selection-page .itb_properties_property:hover,
.pa-itb-results-page .itb_properties_property:hover {
transform: translateY(-8px);
box-shadow: none !important;
}
.pa-new-listings-shell .itb_properties_property_img,
.pa-itb-listing-shell .itb_properties_property_img,
.pa-itb-selection-page .itb_properties_property_img,
.pa-itb-results-page .itb_properties_property_img {
overflow: hidden;
border-radius: 8px;
background: var(--cyan-soft);
box-shadow: 0 18px 48px rgba(7, 30, 51, .10);
}
.pa-new-listings-shell .itb_properties_property_img img,
.pa-itb-listing-shell .itb_properties_property_img img,
.pa-itb-selection-page .itb_properties_property_img img,
.pa-itb-results-page .itb_properties_property_img img {
display: block !important;
width: 100% !important;
aspect-ratio: 1.32 / 1 !important;
object-fit: cover !important;
border-radius: 8px !important;
transition: transform .7s cubic-bezier(.16, 1, .3, 1), filter .7s ease;
}
.pa-new-listings-shell .itb_properties_property:hover img,
.pa-itb-listing-shell .itb_properties_property:hover img,
.pa-itb-selection-page .itb_properties_property:hover img,
.pa-itb-results-page .itb_properties_property:hover img {
transform: scale(1.045);
filter: saturate(1.05) contrast(1.03);
}
.pa-new-listings-shell .itb_properties_property > h3,
.pa-itb-listing-shell .itb_properties_property > h3,
.pa-itb-selection-page .itb_properties_property > h3,
.pa-itb-results-page .itb_properties_property > h3,
.pa-new-listings-shell .itb_properties_property_content,
.pa-itb-listing-shell .itb_properties_property_content,
.pa-itb-selection-page .itb_properties_property_content,
.pa-itb-results-page .itb_properties_property_content {
padding-inline: 2px !important;
}
.pa-new-listings-shell .itb_properties_property > h3 > a:not(.btn-switchselection),
.pa-itb-listing-shell .itb_properties_property > h3 > a:not(.btn-switchselection),
.pa-itb-selection-page .itb_properties_property > h3 > a:not(.btn-switchselection),
.pa-itb-results-page .itb_properties_property > h3 > a:not(.btn-switchselection) {
font-size: 1.8rem !important;
line-height: .98 !important;
}
.pa-card-fact-row {
margin-top: 2px;
border: 1px solid rgba(216, 199, 173, .40);
background: rgba(255, 253, 249, .72);
backdrop-filter: blur(12px);
}
.pa-new-listings-shell .itb_properties_property_readmore a,
.pa-itb-listing-shell .itb_properties_property_readmore a,
.pa-itb-selection-page .itb_properties_property_readmore a,
.pa-itb-results-page .itb_properties_property_readmore a {
display: inline-flex !important;
gap: 10px !important;
min-height: 40px !important;
border-color: transparent !important;
background: transparent !important;
color: var(--ink) !important;
padding: 0 !important;
box-shadow: inset 0 -1px 0 currentColor !important;
}
.pa-new-listings-shell .itb_properties_property_readmore a::before,
.pa-itb-listing-shell .itb_properties_property_readmore a::before,
.pa-itb-selection-page .itb_properties_property_readmore a::before,
.pa-itb-results-page .itb_properties_property_readmore a::before {
content: "";
width: 7px;
height: 7px;
border-radius: 999px;
background: var(--cyan);
}
.pa-neighborhood-map-section {
background:
linear-gradient(180deg, rgba(255, 253, 249, .72), rgba(225, 245, 250, .32)),
transparent;
border: 0;
}
.pa-neighborhood-map-grid {
display: grid;
grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
gap: 36px;
align-items: start;
}
.pa-map-canvas {
position: sticky;
top: 118px;
padding: 20px;
border-radius: 8px;
background: rgba(255, 253, 249, .78);
box-shadow: 0 26px 76px rgba(7, 30, 51, .10);
backdrop-filter: blur(18px);
}
.pa-neighborhood-list {
display: grid;
grid-template-columns: repeat(6, minmax(0, 1fr));
grid-auto-rows: 138px;
gap: 12px;
}
.pa-neighborhood-list a {
grid-column: span 2;
position: relative;
overflow: hidden;
min-height: 138px;
border: 1px solid rgba(255, 253, 249, .40);
border-radius: 8px;
padding: 18px;
background:
linear-gradient(180deg, rgba(7, 30, 51, .08), rgba(7, 30, 51, .82)),
var(--pa-neighborhood-image) center / cover;
box-shadow: 0 18px 48px rgba(7, 30, 51, .10);
transform-origin: center;
transition: transform .32s cubic-bezier(.16, 1, .3, 1), box-shadow .32s ease, filter .32s ease;
}
.pa-neighborhood-list a:hover,
.pa-neighborhood-list a:focus,
.pa-neighborhood-list a.is-active {
z-index: 2;
transform: scale(1.035);
box-shadow: 0 28px 78px rgba(7, 30, 51, .18);
filter: saturate(1.06);
}
.pa-neighborhood-list a > span:first-child {
position: relative;
z-index: 1;
margin-top: auto;
color: #fffdf9;
font-size: 2rem;
text-shadow: 0 12px 38px rgba(0, 0, 0, .38);
}
.pa-neighborhood-list small {
position: relative;
z-index: 1;
color: rgba(255, 253, 249, .78);
}
.pa-neighborhood-list [data-pa-map-zone="monte-carlo"],
.pa-neighborhood-list [data-pa-map-zone="fontvieille"] {
grid-column: span 3;
grid-row: span 2;
}
.pa-proof-grid {
grid-template-columns: 1.2fr 1fr 1fr;
gap: 12px;
border: 0;
background: transparent;
}
.pa-proof-grid article {
min-height: 210px;
border: 1px solid rgba(216, 199, 173, .42);
border-radius: 8px;
background: rgba(255, 253, 249, .78);
box-shadow: 0 20px 60px rgba(7, 30, 51, .08);
backdrop-filter: blur(14px);
}
.pa-proof-grid article:first-child {
grid-row: span 2;
min-height: 432px;
background:
linear-gradient(180deg, rgba(7, 30, 51, .84), rgba(7, 30, 51, .66)),
url(//pacificagency.mc/wp-content/themes/pacific-agency/assets/images/imc-hero-bg.jpg) center / cover;
}
.pa-proof-grid article:first-child strong,
.pa-proof-grid article:first-child span {
color: #fffdf9;
}
.pa-source-agent-grid {
gap: 14px;
}
.pa-source-agent-card,
.pa-contact-form-card,
.pa-source-team-profile,
.pa-guide-item {
border: 1px solid rgba(216, 199, 173, .44);
border-radius: 8px;
background: rgba(255, 253, 249, .74);
box-shadow: 0 22px 64px rgba(7, 30, 51, .08);
backdrop-filter: blur(16px);
transition: transform .28s ease, box-shadow .28s ease;
}
.pa-source-agent-card:hover,
.pa-source-team-profile:hover,
.pa-guide-item:hover {
transform: translateY(-5px);
box-shadow: 0 30px 84px rgba(7, 30, 51, .12);
}
.pa-detail-brochure-layout {
padding-top: 116px;
}
.pa-detail-editorial-shell .pa-page-content {
display: grid;
gap: 30px;
}
.pa-detail-editorial-shell .pa-page-content :is(h1, .h1) {
font-size: 5.4rem !important;
line-height: .9 !important;
}
.pa-detail-editorial-shell .pa-page-content :is(.itb_property_images, .itb_property_gallery, .gallery, [class*="gallery"], [class*="photos"], [class*="images"]) {
overflow: hidden;
border-radius: 8px;
box-shadow: 0 24px 78px rgba(7, 30, 51, .12);
}
.pa-detail-contact-panel {
border-radius: 8px;
background:
linear-gradient(180deg, rgba(28, 169, 201, .16), rgba(7, 30, 51, 0)),
var(--ink);
box-shadow: 0 28px 90px rgba(7, 30, 51, .20);
}
.pa-reveal {
opacity: 0;
transform: translateY(34px);
filter: blur(7px);
transition:
opacity .72s cubic-bezier(.16, 1, .3, 1) var(--pa-reveal-delay, 0ms),
transform .72s cubic-bezier(.16, 1, .3, 1) var(--pa-reveal-delay, 0ms),
filter .72s ease var(--pa-reveal-delay, 0ms);
}
.pa-reveal.is-pa-visible {
opacity: 1;
transform: none;
filter: none;
}
@keyframes paHeroDrift {
from { background-position: center center, center center, 48% 50%; }
to { background-position: center center, center center, 55% 48%; }
}
@keyframes paHeroCopyIn {
from {
opacity: 0;
transform: translateY(28px);
filter: blur(8px);
}
to {
opacity: 1;
transform: none;
filter: none;
}
}
@keyframes paCuePulse {
0%, 100% { transform: scaleX(.55); opacity: .55; }
50% { transform: scaleX(1); opacity: 1; }
}
@keyframes paSlideIn {
from {
opacity: 0;
transform: translateX(26px);
}
to {
opacity: 1;
transform: none;
}
}
@media (prefers-reduced-motion: reduce) {
*,
*::before,
*::after {
animation-duration: .01ms !important;
animation-iteration-count: 1 !important;
scroll-behavior: auto !important;
transition-duration: .01ms !important;
}
.pa-reveal {
opacity: 1;
transform: none;
filter: none;
}
}
@media (max-width: 1180px) {
.pa-source-hero-title,
.pa-detail-editorial-shell .pa-page-content :is(h1, .h1) {
font-size: 4.7rem !important;
}
.pa-home-search-shell :is(form, .itb_search, .itb-search, [class*="search"]) {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.pa-neighborhood-map-grid {
grid-template-columns: 1fr;
}
.pa-map-canvas {
position: relative;
top: auto;
}
}
@media (max-width: 900px) {
.pa-nav {
top: 8px;
width: calc(100% - 16px);
}
.admin-bar .pa-nav {
top: 54px;
}
.pa-nav-inner {
min-height: 92px;
}
.pa-source-hero {
min-height: 760px;
margin: 8px;
}
.pa-source-hero-inner {
padding: 178px 24px 76px;
}
.pa-source-hero-title,
.pa-detail-editorial-shell .pa-page-content :is(h1, .h1) {
font-size: 4rem !important;
}
.pa-source-hero-sub {
font-size: 1.25rem;
}
.pa-hero-meta-rail {
left: 24px;
right: 24px;
top: 39%;
}
.pa-hero-scroll-cue {
right: 24px;
}
.pa-home-search-panel {
width: calc(100% - 28px);
}
.pa-source-section-head h2 {
font-size: 3.45rem;
}
.pa-single-itb-carousel .itb_properties_property.is-pa-active,
.pa-single-itb-carousel :is(article, li, .property, .itb-property, .itb_property, [class*="property-card"], [class*="property_item"], [class*="property-item"], [class*="listing-item"]).is-pa-active {
grid-template-columns: 1fr !important;
min-height: 0;
}
.pa-single-itb-carousel .itb_properties_property.is-pa-active .itb_properties_property_img img {
min-height: 320px;
border-radius: 8px 8px 0 0 !important;
}
.pa-new-listings-shell .itb_properties,
.pa-itb-listing-shell .itb_properties,
.pa-itb-selection-page .itb_properties,
.pa-itb-results-page .itb_properties {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.pa-proof-grid {
grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 640px) {
.pa-source-hero-title,
.pa-detail-editorial-shell .pa-page-content :is(h1, .h1) {
font-size: 3.15rem !important;
}
.pa-source-section-head h2 {
font-size: 2.75rem;
}
.pa-hero-meta-rail {
display: none;
}
.pa-home-search-shell :is(form, .itb_search, .itb-search, [class*="search"]) {
grid-template-columns: 1fr !important;
}
.pa-new-listings-shell .itb_properties,
.pa-itb-listing-shell .itb_properties,
.pa-itb-selection-page .itb_properties,
.pa-itb-results-page .itb_properties,
.pa-proof-grid {
grid-template-columns: 1fr !important;
}
.pa-neighborhood-list {
grid-template-columns: 1fr;
grid-auto-rows: 180px;
}
.pa-neighborhood-list a,
.pa-neighborhood-list [data-pa-map-zone="monte-carlo"],
.pa-neighborhood-list [data-pa-map-zone="fontvieille"] {
grid-column: auto;
grid-row: auto;
}
} body {
color: var(--charcoal);
background:
linear-gradient(180deg, rgba(28, 169, 201, .08), rgba(247, 244, 239, 0) 420px),
var(--bg);
}
.pa-source-hero {
min-height: min(760px, calc(100vh - 72px));
padding-bottom: 132px;
align-items: end;
}
.pa-source-hero::after {
content: "";
position: absolute;
inset: auto 0 0;
height: 34%;
pointer-events: none;
background: linear-gradient(180deg, rgba(7, 30, 51, 0), var(--bg));
}
.pa-source-hero-inner,
.pa-source-strip,
.pa-neighborhood-map-section,
.pa-home-contact-section,
.pa-detail-brochure-layout,
.pa-detail-similar {
position: relative;
z-index: 1;
}
.pa-source-kicker,
.pa-hero-eyebrow,
.pa-footer-h4 {
letter-spacing: .08em;
}
.pa-source-hero-title,
.pa-page-hero .pa-hero-title,
.pa-source-section-head h2,
.pa-h2 {
letter-spacing: 0;
text-wrap: balance;
}
.pa-source-hero-title {
max-width: 780px;
font-size: clamp(50px, 7vw, 94px);
line-height: .88;
}
.pa-source-hero-sub {
max-width: 700px;
font-size: clamp(19px, 2vw, 27px);
font-weight: 600;
}
.pa-home-search-panel {
margin-top: -88px;
}
.pa-home-search-shell,
.pa-contact-form-card,
.pa-detail-contact-panel {
border-radius: 8px;
background: color-mix(in srgb, #fffdf9 86%, rgba(28, 169, 201, .14));
border: 1px solid rgba(216, 199, 173, .58);
box-shadow: 0 24px 80px rgba(7, 30, 51, .14);
backdrop-filter: blur(18px) saturate(1.12);
}
.pa-home-search-shell :is(form, .itb_search, .itb-search, [class*="search"]) {
align-items: end !important;
gap: 14px !important;
}
.pa-home-search-shell :is(label, legend),
.pa-itb-search-section :is(label, legend) {
color: var(--ink);
font-size: 13px !important;
font-weight: 800 !important;
line-height: 1.1 !important;
}
.pa-home-search-shell :is(input, select, button),
.pa-itb-search-section :is(input, select, button) {
min-height: 46px !important;
border-radius: 4px !important;
border: 1px solid rgba(7, 30, 51, .22) !important;
background: rgba(255, 255, 255, .72) !important;
color: var(--ink) !important;
font-weight: 600 !important;
box-shadow: none !important;
}
.pa-home-search-shell :is(button, input[type="submit"]),
.pa-itb-search-section :is(button, input[type="submit"]) {
border-color: var(--ink) !important;
background: var(--ink) !important;
color: #fffdf9 !important;
text-transform: none !important;
}
.pa-itb-listing-shell,
.pa-new-listings-shell,
.pa-sale-carousel-shell {
background: transparent !important;
border: 0 !important;
box-shadow: none !important;
}
.pa-new-listings-shell .itb_properties,
.pa-itb-listing-shell .itb_properties,
.pa-itb-selection-page .itb_properties,
.pa-itb-results-page .itb_properties {
display: grid !important;
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
gap: 28px !important;
align-items: stretch !important;
background: transparent !important;
}
.pa-new-listings-shell .itb_properties_property,
.pa-itb-listing-shell .itb_properties_property,
.pa-itb-selection-page .itb_properties_property,
.pa-itb-results-page .itb_properties_property {
display: grid !important;
grid-template-rows: auto auto 1fr !important;
gap: 13px !important;
min-width: 0 !important;
padding: 14px !important;
overflow: hidden !important;
border: 1px solid rgba(7, 30, 51, .10) !important;
border-radius: 8px !important;
background: rgba(255, 253, 249, .84) !important;
box-shadow: 0 18px 52px rgba(7, 30, 51, .08) !important;
backdrop-filter: blur(14px);
transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.pa-new-listings-shell .itb_properties_property:hover,
.pa-itb-listing-shell .itb_properties_property:hover,
.pa-itb-selection-page .itb_properties_property:hover,
.pa-itb-results-page .itb_properties_property:hover {
transform: translateY(-3px);
border-color: rgba(28, 169, 201, .42) !important;
box-shadow: 0 24px 70px rgba(7, 30, 51, .12) !important;
}
.pa-new-listings-shell .itb_properties_property_img,
.pa-itb-listing-shell .itb_properties_property_img,
.pa-itb-selection-page .itb_properties_property_img,
.pa-itb-results-page .itb_properties_property_img {
margin: 0 !important;
width: 100% !important;
}
.pa-new-listings-shell .itb_properties_property_img img,
.pa-itb-listing-shell .itb_properties_property_img img,
.pa-itb-selection-page .itb_properties_property_img img,
.pa-itb-results-page .itb_properties_property_img img {
display: block !important;
width: 100% !important;
height: auto !important;
aspect-ratio: 1.48 / 1 !important;
object-fit: cover !important;
border-radius: 6px !important;
background: var(--cyan-soft) !important;
}
.pa-new-listings-shell .itb_properties_property > h3,
.pa-itb-listing-shell .itb_properties_property > h3,
.pa-itb-selection-page .itb_properties_property > h3,
.pa-itb-results-page .itb_properties_property > h3 {
margin: 0 !important;
min-width: 0 !important;
}
.pa-new-listings-shell .itb_properties_property > h3 > a:not(.btn-switchselection),
.pa-itb-listing-shell .itb_properties_property > h3 > a:not(.btn-switchselection),
.pa-itb-selection-page .itb_properties_property > h3 > a:not(.btn-switchselection),
.pa-itb-results-page .itb_properties_property > h3 > a:not(.btn-switchselection) {
display: block !important;
color: var(--ink) !important;
font-family: var(--font-display) !important;
font-size: clamp(25px, 2.1vw, 34px) !important;
font-weight: 800 !important;
line-height: .95 !important;
text-decoration: none !important;
text-transform: uppercase !important;
}
.pa-new-listings-shell .itb_properties_property_content,
.pa-itb-listing-shell .itb_properties_property_content,
.pa-itb-selection-page .itb_properties_property_content,
.pa-itb-results-page .itb_properties_property_content {
display: grid !important;
gap: 12px !important;
align-content: start !important;
min-width: 0 !important;
padding: 0 !important;
color: var(--charcoal) !important;
font-size: 15px !important;
line-height: 1.55 !important;
}
.pa-new-listings-shell .itb_properties_property_content p,
.pa-itb-listing-shell .itb_properties_property_content p,
.pa-itb-selection-page .itb_properties_property_content p,
.pa-itb-results-page .itb_properties_property_content p {
margin: 0 !important;
}
.pa-card-fact-row {
display: flex;
flex-wrap: wrap;
gap: 7px;
padding: 8px;
border-radius: 6px;
background: rgba(28, 169, 201, .10);
}
.pa-card-fact-row span {
display: inline-flex;
align-items: center;
min-height: 28px;
padding: 5px 8px;
border-radius: 4px;
background: rgba(255, 253, 249, .84);
color: var(--ink);
font-family: var(--font-mono);
font-size: 10px;
font-weight: 800;
text-transform: uppercase;
}
.pa-new-listings-shell .itb_properties_property_readmore a,
.pa-itb-listing-shell .itb_properties_property_readmore a,
.pa-itb-selection-page .itb_properties_property_readmore a,
.pa-itb-results-page .itb_properties_property_readmore a {
min-height: 42px !important;
margin-top: 2px !important;
padding: 12px 15px !important;
border-radius: 5px !important;
border-color: var(--ink) !important;
background: var(--ink) !important;
color: #fffdf9 !important;
letter-spacing: .06em !important;
}
.pa-new-listings-shell .itb_properties_property_readmore a:hover,
.pa-itb-listing-shell .itb_properties_property_readmore a:hover,
.pa-itb-selection-page .itb_properties_property_readmore a:hover,
.pa-itb-results-page .itb_properties_property_readmore a:hover {
border-color: var(--cyan) !important;
background: var(--cyan) !important;
color: var(--ink) !important;
}
.pa-itb-listing-shell .btn-group,
.pa-new-listings-shell .btn-group,
.pa-itb-selection-page .btn-group,
.pa-itb-results-page .btn-group {
display: flex !important;
flex-wrap: wrap !important;
gap: 8px !important;
align-items: center !important;
margin: 0 0 26px !important;
padding: 10px !important;
border: 1px solid rgba(216, 199, 173, .55) !important;
border-radius: 8px !important;
background: rgba(255, 253, 249, .74) !important;
box-shadow: none !important;
}
.pa-itb-listing-shell .btn-group :is(a, button, .btn),
.pa-new-listings-shell .btn-group :is(a, button, .btn),
.pa-itb-selection-page .btn-group :is(a, button, .btn),
.pa-itb-results-page .btn-group :is(a, button, .btn) {
display: inline-flex !important;
align-items: center !important;
min-height: 34px !important;
width: auto !important;
padding: 7px 10px !important;
border: 1px solid rgba(7, 30, 51, .16) !important;
border-radius: 4px !important;
background: #fffdf9 !important;
color: var(--ink) !important;
font-family: var(--font-mono) !important;
font-size: 10px !important;
font-weight: 800 !important;
line-height: 1 !important;
text-decoration: none !important;
text-transform: uppercase !important;
}
.pa-itb-listing-shell .btn-group .is-pa-sort-active,
.pa-new-listings-shell .btn-group .is-pa-sort-active,
.pa-itb-selection-page .btn-group .is-pa-sort-active,
.pa-itb-results-page .btn-group .is-pa-sort-active {
border-color: var(--cyan) !important;
background: var(--cyan-soft) !important;
color: var(--ink) !important;
}
.pa-detail-brochure-layout {
grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
gap: clamp(28px, 4vw, 56px);
padding-top: 72px;
}
.pa-detail-editorial-shell .pa-page-content {
display: grid;
gap: 28px;
color: var(--charcoal);
}
.pa-detail-editorial-shell .pa-page-content > :is(h1, .h1, [class*="title"]):first-child,
.pa-detail-editorial-shell .pa-page-content :is(h1, .h1) {
margin: 0 !important;
max-width: 960px;
color: var(--ink) !important;
font-size: clamp(48px, 6.4vw, 88px) !important;
line-height: .9 !important;
text-transform: uppercase;
}
.pa-detail-editorial-shell .pa-page-content :is([class*="location"], [class*="city"], [class*="quarter"], .adresse, .address) {
color: var(--cyan) !important;
font-family: var(--font-mono) !important;
font-size: 12px !important;
font-weight: 800 !important;
text-transform: uppercase;
}
.pa-detail-editorial-shell .pa-page-content :is([class*="price"], .price) {
color: var(--ink) !important;
font-family: var(--font-display) !important;
font-size: clamp(32px, 4.2vw, 54px) !important;
font-weight: 800 !important;
line-height: .95 !important;
}
.pa-detail-editorial-shell .pa-page-content :is(.itb_property_images, .itb_property_gallery, .gallery, [class*="gallery"], [class*="photos"], [class*="images"]) {
display: grid !important;
grid-template-columns: minmax(0, 1.3fr) minmax(220px, .7fr) !important;
gap: 10px !important;
align-items: stretch !important;
}
.pa-detail-editorial-shell .pa-page-content :is(.itb_property_images, .itb_property_gallery, .gallery, [class*="gallery"], [class*="photos"], [class*="images"]) img {
width: 100% !important;
height: 100% !important;
min-height: 220px !important;
aspect-ratio: 1.45 / 1 !important;
object-fit: cover !important;
border-radius: 8px !important;
}
.pa-detail-editorial-shell .pa-page-content :is(table, dl, .itb_property_infos, [class*="infos"], [class*="details"], [class*="features"]) {
border: 1px solid rgba(216, 199, 173, .62) !important;
border-radius: 8px !important;
background: rgba(255, 253, 249, .78) !important;
padding: 18px !important;
}
.pa-detail-contact-panel {
top: 86px;
border-radius: 8px;
background:
linear-gradient(180deg, rgba(28, 169, 201, .12), rgba(7, 30, 51, 0)),
var(--ink);
}
.pa-detail-contact-panel a,
.pa-call-agent-cta .pa-source-link-arrow,
.pa-contact-action-row .pa-source-link-arrow,
.pa-source-pill,
.pa-book-cta,
.pa-email-button {
border-radius: 6px !important;
}
.pa-contact-action-row {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 18px;
}
.pa-contact-action-row .pa-source-link-arrow {
min-height: 42px;
padding: 11px 14px;
border: 1px solid rgba(7, 30, 51, .18);
background: #fffdf9;
color: var(--ink);
text-decoration: none;
}
.pa-source-team-profile,
.pa-source-agent-card,
.pa-guide-item,
.pa-proof-grid article {
border-radius: 8px;
}
.pa-agent-contact-list {
gap: 9px;
}
.pa-agent-contact-list > div:first-child {
display: block;
}
.pa-email-button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 38px;
padding: 9px 12px;
border: 1px solid var(--ink);
background: var(--ink);
color: #fffdf9 !important;
font-family: var(--font-mono);
font-size: 10px;
font-weight: 800;
text-decoration: none;
text-transform: uppercase;
}
.pa-source-contact-band,
.pa-call-agent-cta {
border-radius: 8px;
box-shadow: 0 24px 68px rgba(7, 30, 51, .12);
}
@media (max-width: 1023px) {
.pa-new-listings-shell .itb_properties,
.pa-itb-listing-shell .itb_properties,
.pa-itb-selection-page .itb_properties,
.pa-itb-results-page .itb_properties {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.pa-detail-brochure-layout {
grid-template-columns: 1fr;
}
}
@media (max-width: 700px) {
.pa-source-hero {
min-height: 640px;
padding-bottom: 118px;
}
.pa-source-hero-title {
font-size: clamp(42px, 13vw, 58px);
}
.pa-home-search-panel {
margin-top: -68px;
}
.pa-new-listings-shell .itb_properties,
.pa-itb-listing-shell .itb_properties,
.pa-itb-selection-page .itb_properties,
.pa-itb-results-page .itb_properties {
grid-template-columns: 1fr !important;
gap: 18px !important;
}
.pa-home-search-shell,
.pa-contact-form-card,
.pa-detail-contact-panel {
border-radius: 8px;
}
.pa-detail-editorial-shell .pa-page-content :is(.itb_property_images, .itb_property_gallery, .gallery, [class*="gallery"], [class*="photos"], [class*="images"]) {
grid-template-columns: 1fr !important;
}
}
html[data-theme="dark"] {
--bg: #071e33;
--bg-elev: #0c2b47;
--ink: #f7f4ef;
--ink-2: #c7d2e4;
--ink-3: #91a0b6;
--line: rgba(247, 244, 239, .16);
--line-2: rgba(247, 244, 239, .30);
--soft: #123553;
--shadow: 0 18px 45px rgba(0, 0, 0, .28);
}
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
background: var(--bg);
max-width: 100%;
overflow-x: hidden;
}
body {
margin: 0;
background: var(--bg);
color: var(--ink);
font-family: var(--font-body);
font-size: 16px;
line-height: 1.55;
letter-spacing: 0;
max-width: 100%;
overflow-x: hidden;
}
html.pa-modal-open,
html.pa-modal-open body {
overflow: hidden;
}
body.admin-bar .pa-nav {
top: 32px;
}
img,
svg,
video {
max-width: 100%;
height: auto;
}
a {
color: inherit;
text-decoration-thickness: 1px;
text-underline-offset: 3px;
}
button,
input,
select,
textarea {
font: inherit;
letter-spacing: 0;
}
.mono,
.pa-source-kicker,
.pa-hero-eyebrow,
.pa-footer-h4 {
font-family: var(--font-mono);
font-size: 11px;
line-height: 1.3;
letter-spacing: 0;
text-transform: uppercase;
}
.pa-nav {
position: sticky;
z-index: 1000;
top: 0;
background: rgba(237, 245, 255, .50);
border-bottom: 1px solid rgba(57, 185, 230, .28);
backdrop-filter: blur(18px) saturate(140%);
-webkit-backdrop-filter: blur(18px) saturate(140%);
}
.pa-nav-inner {
max-width: var(--source-max);
min-height: 52px;
margin: 0 auto;
padding: 0 var(--source-pad);
display: grid;
grid-template-areas: "brand menu utils";
grid-template-columns: auto minmax(0, 1fr) auto;
align-items: center;
gap: 18px;
}
.pa-brand {
grid-area: brand;
display: inline-flex;
align-items: center;
min-width: 150px;
}
.pa-brand img {
display: block;
width: auto;
max-width: 196px;
max-height: 42px;
object-fit: contain;
}
.pa-menu,
.pa-menu-fixed {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
list-style: none;
margin: 0;
padding: 0;
white-space: nowrap;
}
.pa-menu a,
.pa-nav-utils a {
font-family: var(--font-mono);
font-size: 11px;
font-weight: 700;
letter-spacing: 0;
text-transform: uppercase;
text-decoration: none;
color: var(--ink);
}
.pa-menu-item-has-children {
position: relative;
}
.pa-sub-menu {
position: absolute;
top: 100%;
left: 50%;
z-index: 20;
min-width: 150px;
display: grid;
gap: 2px;
padding: 8px;
margin: 0;
list-style: none;
background: color-mix(in srgb, var(--bg-elev) 96%, transparent);
border: 1px solid var(--line);
border-radius: var(--radius);
box-shadow: var(--shadow);
opacity: 0;
pointer-events: none;
transform: translate(-50%, -4px);
transition: opacity .18s ease, transform .18s ease;
}
.pa-sub-menu::before {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 100%;
height: 12px;
}
.pa-menu-item-has-children:hover > .pa-sub-menu,
.pa-menu-item-has-children:focus-within > .pa-sub-menu {
opacity: 1;
pointer-events: auto;
transform: translate(-50%, 0);
}
.pa-sub-menu a {
display: block;
padding: 8px 10px;
border-radius: var(--radius);
}
.pa-sub-menu a:hover {
background: var(--soft);
}
.pa-mobile-menu-toggle {
grid-area: menu;
display: none;
width: 42px;
height: 42px;
padding: 0;
border: 1px solid var(--line);
border-radius: 50%;
background: var(--bg-elev);
color: var(--ink);
cursor: pointer;
place-items: center;
gap: 4px;
}
.pa-mobile-menu-toggle span {
display: block;
width: 17px;
height: 1px;
background: currentColor;
}
.pa-menu a:hover,
.pa-nav-utils a:hover {
color: var(--cyan);
}
.pa-saved-link {
display: inline-flex;
align-items: baseline;
gap: 5px;
}
.pa-saved-count {
min-width: 1ch;
color: var(--ink-3);
}
.pa-saved-count.is-active {
color: var(--cyan);
}
.pa-nav-utils {
grid-area: utils;
display: inline-flex;
align-items: center;
gap: 12px;
}
.pa-cabinet-brand {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0 4px;
text-decoration: none;
}
.pa-cabinet-brand img {
display: block;
width: auto;
max-width: 220px;
max-height: 42px;
object-fit: contain;
}
.pa-lang-dropdown {
position: relative;
}
.pa-lang-dropdown summary {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 6px;
min-width: 54px;
height: 34px;
padding: 0 10px;
border: 1px solid var(--line);
border-radius: var(--radius);
background: color-mix(in srgb, var(--bg-elev) 86%, transparent);
color: var(--ink);
font-family: var(--font-mono);
font-size: 10px;
font-weight: 700;
letter-spacing: 0;
text-transform: uppercase;
cursor: pointer;
list-style: none;
}
.pa-lang-dropdown summary::-webkit-details-marker {
display: none;
}
.pa-lang-dropdown summary::after {
content: "";
width: 6px;
height: 6px;
border-right: 1px solid currentColor;
border-bottom: 1px solid currentColor;
transform: translateY(-2px) rotate(45deg);
}
.pa-lang-dropdown[open] summary::after {
transform: translateY(1px) rotate(225deg);
}
.pa-lang-dropdown .pa-langs {
position: absolute;
top: calc(100% + 8px);
right: 0;
z-index: 30;
display: grid;
gap: 2px;
min-width: 72px;
margin: 0;
padding: 7px;
border: 1px solid var(--line);
border-radius: var(--radius);
background: var(--bg-elev);
box-shadow: var(--shadow);
}
.pa-lang-link {
display: flex;
align-items: center;
justify-content: center;
min-height: 28px;
border-radius: var(--radius);
font-family: var(--font-mono);
font-size: 10px;
font-weight: 700;
letter-spacing: 0;
text-decoration: none;
color: var(--ink-2);
}
.pa-lang-link.is-current,
.pa-lang-link:hover {
background: var(--soft);
color: var(--cyan);
}
.pa-theme-toggle {
width: 34px;
height: 34px;
display: inline-grid;
place-items: center;
border: 1px solid var(--line);
border-radius: 50%;
background: transparent;
color: var(--ink);
cursor: pointer;
}
html[data-theme="light"] .pa-theme-toggle-dark,
html[data-theme="dark"] .pa-theme-toggle-light {
display: none;
}
.pa-main,
.pa-source-home,
.pa-source-subpage,
.pa-contact-page,
.pa-properties-page,
.pa-sales-page,
.pa-rentals-page,
.pa-itb-property-page,
.pa-itb-results-page,
.pa-itb-selection-page,
.pa-team-page {
background: var(--bg);
}
.pa-source-hero {
min-height: 560px;
padding: 0 var(--source-pad);
display: grid;
place-items: center;
position: relative;
isolation: isolate;
background:
linear-gradient(90deg, rgba(7, 18, 36, .94), rgba(7, 18, 36, .74) 55%, rgba(7, 18, 36, .48)),
linear-gradient(180deg, rgba(7, 18, 36, .52), rgba(7, 18, 36, .34) 48%, rgba(7, 18, 36, .62)),
url(//pacificagency.mc/wp-content/themes/pacific-agency/assets/images/imc-hero-bg.jpg) center center / cover no-repeat;
color: #fff;
}
.pa-source-hero::after {
content: "";
position: absolute;
inset: auto 0 0;
height: 38%;
z-index: -1;
background: linear-gradient(180deg, transparent, rgba(7, 18, 36, .42));
}
.pa-source-hero-brand {
width: min(720px, 100%);
display: grid;
justify-items: center;
gap: 18px;
margin: 0 auto 54px;
text-align: center;
}
.pa-source-hero-brand img {
display: block;
width: min(300px, 72vw);
max-height: 72px;
object-fit: contain;
filter: drop-shadow(0 14px 32px rgba(0, 0, 0, .34));
}
.pa-source-hero-brand p {
max-width: 700px;
margin: 0;
color: rgba(255, 255, 255, .92);
font-size: clamp(18px, 2.1vw, 25px);
font-weight: 600;
line-height: 1.35;
text-wrap: balance;
text-shadow: 0 2px 22px rgba(0, 0, 0, .46);
}
.pa-source-hero-inner {
width: 100%;
max-width: var(--source-max);
margin: 0 auto;
}
.pa-source-hero-copy {
max-width: 720px;
padding: 72px 0 24px;
}
.pa-source-hero .pa-source-kicker {
color: rgba(255, 255, 255, .72);
}
.pa-source-hero-title {
max-width: 760px;
margin: 14px 0 26px;
font-family: var(--font-display);
font-size: 88px;
line-height: .9;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 0;
color: #fff;
}
.pa-source-hero-title > span {
display: block;
}
.pa-hero-rotator {
min-height: 1em;
}
.pa-hero-rotator.is-changing [data-pa-hero-phrase] {
opacity: .18;
transform: translateY(6px);
}
[data-pa-hero-phrase] {
display: inline-block;
transition: opacity .24s ease, transform .24s ease;
}
.pa-source-hero-actions,
.pa-source-toggle,
.pa-source-agent-contact {
display: flex;
align-items: center;
gap: 10px;
flex-wrap: wrap;
}
.pa-source-pill,
.pa-source-toggle a,
.pa-source-book,
.pa-source-link-arrow,
.pa-btn,
.pa-call-agent-cta a {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 40px;
padding: 9px 14px;
border: 1px solid currentColor;
border-radius: var(--radius);
background: transparent;
color: inherit;
font-family: var(--font-mono);
font-size: 11px;
line-height: 1;
letter-spacing: 0;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
}
.pa-source-pill.is-active,
.pa-source-toggle a.is-active,
.pa-btn-primary {
background: var(--cyan);
border-color: var(--cyan);
color: var(--ink);
box-shadow: 0 12px 28px rgba(41, 171, 226, .18);
}
.pa-source-hero .pa-source-pill,
.pa-source-hero .pa-source-link-arrow {
color: #fff;
}
.pa-source-hero .pa-source-pill.is-active {
background: #fff;
border-color: #fff;
color: #12233f;
}
.pa-home-search-bar {
position: sticky;
z-index: 900;
top: 54px;
max-width: var(--source-max);
margin: -112px auto 0;
padding: 0 var(--source-pad) 42px;
}
body.admin-bar .pa-home-search-bar {
top: 86px;
}
.pa-home-search-panel {
display: grid;
justify-items: center;
gap: 0;
}
.pa-home-search-shell {
width: min(100%, 1180px);
padding: 14px 16px;
background: color-mix(in srgb, var(--bg-elev) 98%, transparent);
border: 1px solid color-mix(in srgb, var(--line) 70%, #fff);
border-radius: 16px;
box-shadow: 0 22px 58px rgba(18, 35, 63, .18);
}
.pa-home-search-shell form,
.pa-home-search-shell .itb-search,
.pa-home-search-shell .itb_search,
.pa-home-search-shell [class*="itb-search"],
.pa-home-search-shell [class*="itb_search"] {
display: flex;
flex-wrap: nowrap;
align-items: center;
gap: 0;
width: 100%;
margin: 0;
}
.pa-home-search-shell form > *,
.pa-home-search-shell .itb-search > *,
.pa-home-search-shell .itb_search > *,
.pa-home-search-shell [class*="itb-search"] > *,
.pa-home-search-shell [class*="itb_search"] > * {
flex: 1 1 0;
display: flex;
flex-direction: column;
justify-content: center;
min-width: 0;
min-height: 62px;
margin: 0;
padding: 0 16px;
border-right: 1px solid var(--line);
}
.pa-home-search-shell form > :has(button),
.pa-home-search-shell form > :has(input[type="submit"]),
.pa-home-search-shell .itb-search > :has(button),
.pa-home-search-shell .itb-search > :has(input[type="submit"]),
.pa-home-search-shell .itb_search > :has(button),
.pa-home-search-shell .itb_search > :has(input[type="submit"]),
.pa-home-search-shell [class*="itb-search"] > :has(button),
.pa-home-search-shell [class*="itb-search"] > :has(input[type="submit"]),
.pa-home-search-shell [class*="itb_search"] > :has(button),
.pa-home-search-shell [class*="itb_search"] > :has(input[type="submit"]) {
flex: 0 0 132px;
border-right: 0;
}
.pa-home-search-shell form > *:last-child,
.pa-home-search-shell .itb-search > *:last-child,
.pa-home-search-shell .itb_search > *:last-child,
.pa-home-search-shell [class*="itb-search"] > *:last-child,
.pa-home-search-shell [class*="itb_search"] > *:last-child {
border-right: 0;
}
.pa-home-search-shell input[type="hidden"] {
display: none !important;
}
.pa-home-search-shell form > :is(button, .btn, input[type="submit"]),
.pa-home-search-shell .itb-search > :is(button, .btn, input[type="submit"]),
.pa-home-search-shell .itb_search > :is(button, .btn, input[type="submit"]),
.pa-home-search-shell [class*="itb-search"] > :is(button, .btn, input[type="submit"]),
.pa-home-search-shell [class*="itb_search"] > :is(button, .btn, input[type="submit"]) {
flex: 0 0 132px;
align-self: center;
border-right: 0;
}
.pa-home-search-shell :is(label, legend) {
display: block;
margin: 0 0 5px;
color: var(--ink);
font-weight: 700;
font-size: 14px;
line-height: 1.2;
}
.pa-home-search-shell :is(input, select, textarea) {
width: 100% !important;
min-width: 0 !important;
height: 34px !important;
min-height: 34px !important;
padding: 0 6px !important;
border: 1px solid transparent !important;
border-radius: 0 !important;
background: transparent !important;
color: var(--ink-2) !important;
box-shadow: none !important;
outline: 0 !important;
line-height: 34px !important;
}
.pa-home-search-shell select {
border-color: var(--line-2) !important;
background-color: #fff !important;
appearance: auto !important;
}
.pa-home-search-shell select[multiple],
.pa-itb-search-section select[multiple] {
height: 34px !important;
overflow: hidden !important;
}
.pa-home-search-shell :is(button, .btn, input[type="submit"]) {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-direction: row !important;
flex: 0 0 auto;
width: 100% !important;
min-width: 0 !important;
min-height: 44px !important;
padding: 0 18px !important;
border: 0 !important;
border-radius: 12px !important;
background: var(--ink) !important;
color: #fff !important;
font-family: var(--font-body) !important;
font-weight: 800 !important;
text-decoration: none !important;
box-shadow: none !important;
cursor: pointer;
}
.pa-neighborhood-map-section {
max-width: var(--source-max);
margin: 0 auto;
padding: 40px var(--source-pad) 52px;
}
.pa-neighborhood-map-grid {
display: grid;
grid-template-columns: minmax(260px, 460px) minmax(300px, 1fr);
gap: 26px;
align-items: start;
}
.pa-map-canvas {
position: relative;
justify-self: center;
width: min(100%, 460px);
min-height: 0;
margin: 0;
overflow: hidden;
border: 1px solid var(--line);
border-radius: var(--radius);
background: #fff;
box-shadow: 0 18px 44px rgba(41, 171, 226, .14);
}
.pa-map-canvas > img {
display: block;
width: 100%;
height: 100% !important;
object-fit: contain;
object-position: center;
}
.pa-map-zone {
position: absolute;
left: var(--pa-zone-x);
top: var(--pa-zone-y);
display: grid;
place-items: center;
width: 18px;
height: 18px;
border-radius: 999px;
background: var(--cyan);
box-shadow: 0 0 0 7px rgba(57, 185, 230, .12), 0 10px 24px rgba(18, 35, 63, .18);
color: var(--ink);
text-decoration: none;
transform: translate(-50%, -50%);
transition: background .16s ease, box-shadow .16s ease, transform .16s ease;
}
.pa-map-zone::before {
content: "";
position: absolute;
width: 60px;
height: 34px;
border: 2px solid rgba(57, 185, 230, .95);
border-radius: 50%;
background: rgba(57, 185, 230, .16);
opacity: 0;
transform: scale(.7);
transition: opacity .16s ease, transform .16s ease;
}
.pa-map-zone span {
position: absolute;
left: calc(100% + 10px);
top: 50%;
white-space: nowrap;
padding: 4px 7px;
border: 1px solid var(--line);
border-radius: var(--radius);
background: rgba(251, 253, 255, .92);
font-family: var(--font-mono);
font-size: 10px;
font-weight: 700;
letter-spacing: 0;
text-transform: uppercase;
transform: translateY(-50%);
}
.pa-map-zone:hover,
.pa-map-zone:focus,
.pa-map-zone.is-active {
background: var(--cyan);
box-shadow: 0 0 0 10px rgba(57, 185, 230, .18), 0 12px 30px rgba(18, 35, 63, .25);
transform: translate(-50%, -50%) scale(1.12);
}
.pa-map-zone:hover::before,
.pa-map-zone:focus::before,
.pa-map-zone.is-active::before {
opacity: 1;
transform: scale(1);
}
.pa-neighborhood-list {
display: grid;
grid-template-columns: repeat(6, minmax(0, 1fr));
grid-auto-rows: 112px;
gap: 12px;
align-content: start;
}
.pa-neighborhood-list a {
--pa-neighborhood-tint: rgba(57, 185, 230, .38);
grid-column: span 3;
display: flex;
align-items: center;
justify-content: space-between;
gap: 14px;
min-height: 0;
height: 100%;
padding: 18px;
border: 1px solid rgba(57, 185, 230, .32);
border-radius: var(--radius);
background:
linear-gradient(120deg, rgba(18, 35, 63, .78), rgba(18, 35, 63, .18)),
linear-gradient(135deg, var(--pa-neighborhood-tint), rgba(237, 245, 255, .08)),
var(--pa-neighborhood-image) center / cover;
color: #fff;
font-family: var(--font-mono);
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
text-decoration: none;
box-shadow: 0 12px 28px rgba(41, 171, 226, .12);
overflow: hidden;
transform: scale(1);
transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.pa-neighborhood-list a:hover,
.pa-neighborhood-list a:focus,
.pa-neighborhood-list a.is-active {
border-color: var(--cyan);
color: #fff;
box-shadow: 0 18px 42px rgba(41, 171, 226, .22);
transform: scale(1.035);
}
.pa-neighborhood-list a span {
position: relative;
z-index: 1;
text-shadow: 0 2px 14px rgba(0, 0, 0, .42);
}
.pa-neighborhood-list [data-pa-map-zone="la-rousse"] { --pa-neighborhood-tint: rgba(98, 187, 255, .58); background-position: 60% 18%; }
.pa-neighborhood-list [data-pa-map-zone="larvotto"] { --pa-neighborhood-tint: rgba(39, 203, 236, .58); background-position: 86% 52%; }
.pa-neighborhood-list [data-pa-map-zone="monte-carlo"] { --pa-neighborhood-tint: rgba(72, 182, 255, .58); grid-column: span 4; grid-row: span 2; background-position: 50% 42%; }
.pa-neighborhood-list [data-pa-map-zone="sainte-devote"] { --pa-neighborhood-tint: rgba(160, 219, 255, .62); background-position: 38% 48%; }
.pa-neighborhood-list [data-pa-map-zone="moneghetti"] { --pa-neighborhood-tint: rgba(114, 207, 247, .62); background-position: 32% 44%; }
.pa-neighborhood-list [data-pa-map-zone="la-condamine"] { --pa-neighborhood-tint: rgba(69, 195, 231, .62); background-position: 38% 72%; }
.pa-neighborhood-list [data-pa-map-zone="jardin-exotique"] { --pa-neighborhood-tint: rgba(130, 214, 245, .62); background-position: 24% 64%; }
.pa-neighborhood-list [data-pa-map-zone="monaco-ville"] { --pa-neighborhood-tint: rgba(40, 187, 230, .62); background-position: 46% 78%; }
.pa-neighborhood-list [data-pa-map-zone="fontvieille"] { --pa-neighborhood-tint: rgba(97, 205, 240, .62); grid-column: span 4; background-position: 28% 86%; }
.pa-source-strip,
.pa-source-listings,
.pa-source-team,
.pa-source-contact-band,
.pa-home-contact-section,
.pa-section,
.pa-page-hero,
.pa-source-team-list {
max-width: var(--source-max);
margin: 0 auto;
padding: 52px var(--source-pad);
}
.pa-source-team,
.pa-home-contact-section {
border-top: 1px solid var(--line);
}
.pa-source-section-head,
.pa-source-listings-head,
.pa-source-team-head {
display: flex;
align-items: flex-end;
justify-content: space-between;
gap: 24px;
margin-bottom: 28px;
}
.pa-source-section-head.is-compact {
display: block;
margin-bottom: 18px;
}
.pa-source-section-head h2,
.pa-source-listings-head h2,
.pa-source-contact-band h2,
.pa-home-contact-section h2,
.pa-h1,
.pa-h2,
.pa-hero-title {
margin: 0;
font-family: var(--font-display);
font-weight: 800;
line-height: .96;
text-transform: uppercase;
letter-spacing: 0;
color: var(--ink);
}
.pa-source-section-head h2,
.pa-source-listings-head h2,
.pa-source-contact-band h2,
.pa-home-contact-section h2 {
font-size: 46px;
}
.pa-page-hero {
border-bottom: 1px solid var(--line);
}
.pa-page-hero .pa-hero-title,
.pa-h1 {
font-size: 72px;
}
.pa-hero-sub {
max-width: 660px;
margin: 16px 0 0;
color: var(--ink-2);
}
.pa-source-kicker,
.pa-hero-eyebrow {
margin: 0 0 10px;
color: var(--ink-3);
}
.pa-source-card-grid,
.pa-itb-search-section,
.pa-itb-detail-shell {
background: var(--bg-elev);
border: 1px solid var(--line);
border-radius: var(--radius);
box-shadow: var(--shadow);
}
.pa-source-card-grid,
.pa-itb-detail-shell {
padding: 24px;
}
.pa-itb-listing-shell.pa-source-card-grid {
padding: 0;
background: transparent;
border: 0;
border-radius: 0;
box-shadow: none;
}
.pa-new-listings-shell,
.pa-sale-carousel-shell,
.pa-featured-editorial-shell {
padding: 0;
background: transparent;
border: 0;
box-shadow: none;
}
.pa-source-team .pa-source-agent-grid,
.pa-source-team-list {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 22px;
}
.pa-guides-list {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 22px;
}
.pa-source-agent-card,
.pa-source-team-profile,
.pa-guide-item,
.pa-home-contact-card {
min-width: 0;
display: flex;
flex-direction: column;
gap: 12px;
padding: 24px;
background: var(--bg-elev);
border: 1px solid rgba(57, 185, 230, .28);
border-radius: var(--radius);
box-shadow: 0 16px 38px rgba(41, 171, 226, .12);
}
.pa-home-contact-card {
max-width: 860px;
display: grid;
gap: 18px;
background: linear-gradient(135deg, var(--bg-elev), var(--cyan-soft));
}
.pa-selection-attach-option {
display: grid;
gap: 6px;
padding: 14px;
border: 1px solid rgba(57, 185, 230, .34);
border-radius: var(--radius);
background: rgba(255, 255, 255, .56);
}
.pa-selection-attach-option label {
display: inline-flex;
align-items: center;
gap: 8px;
font-weight: 800;
color: var(--ink);
}
.pa-selection-attach-option input {
width: 18px;
height: 18px;
accent-color: var(--cyan);
}
.pa-selection-attach-option p {
margin: 0;
color: var(--ink-2);
}
.pa-home-contact-card :is(input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), select, textarea) {
width: 100%;
max-width: 100%;
min-height: 42px;
padding: 9px 12px;
border: 1px solid var(--line-2);
border-radius: var(--radius);
background: var(--bg-elev);
color: var(--ink);
box-shadow: none;
}
.pa-home-contact-card textarea {
min-height: 120px;
resize: vertical;
}
.pa-home-contact-card :is(button, .btn, input[type="submit"]) {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 42px;
padding: 0 18px;
border: 1px solid var(--cyan);
border-radius: var(--radius);
background: var(--cyan);
color: var(--ink);
font-family: var(--font-mono);
font-size: 11px;
font-weight: 800;
text-transform: uppercase;
cursor: pointer;
}
.pa-source-profile-head {
display: flex;
align-items: center;
gap: 16px;
}
.pa-agent-photo {
flex: 0 0 76px;
width: 76px;
height: 76px;
border-radius: 999px;
overflow: hidden;
border: 1px solid var(--line-2);
background: var(--soft);
}
.pa-agent-photo img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.pa-source-agent-card h3,
.pa-source-profile-head h2 {
margin: 0;
font-family: var(--font-display);
font-size: 30px;
line-height: .98;
text-transform: uppercase;
letter-spacing: 0;
}
.pa-source-agent-card h3 span,
.pa-source-profile-head h2 span {
display: block;
}
.pa-source-agent-card p,
.pa-source-profile-bio,
.pa-source-profile-specialty,
.pa-contact-copy p {
margin: 0;
color: var(--ink-2);
}
.pa-source-lang-row {
display: flex;
flex-wrap: wrap;
gap: 7px;
margin-top: 4px;
}
.pa-source-lang-row span {
display: inline-flex;
align-items: center;
min-height: 24px;
padding: 4px 7px;
border: 1px solid var(--line);
border-radius: var(--radius);
font-family: var(--font-mono);
font-size: 10px;
letter-spacing: 0;
color: var(--ink-3);
}
.pa-source-agent-contact {
margin-top: auto;
}
.pa-source-agent-contact a {
min-height: 32px;
padding: 7px 10px;
border: 1px solid var(--line-2);
border-radius: var(--radius);
color: var(--ink);
font-family: var(--font-mono);
font-size: 10px;
letter-spacing: 0;
text-transform: uppercase;
text-decoration: none;
}
.pa-source-book {
margin-top: 6px;
border-color: var(--line-2);
}
.pa-agent-contact-list {
display: grid;
gap: 8px;
margin: 4px 0 0;
}
.pa-agent-contact-list div {
display: grid;
grid-template-columns: 54px minmax(0, 1fr);
gap: 10px;
align-items: baseline;
}
.pa-agent-contact-list dt {
font-family: var(--font-mono);
font-size: 10px;
letter-spacing: 0;
text-transform: uppercase;
color: var(--ink-3);
}
.pa-agent-contact-list dd {
margin: 0;
min-width: 0;
color: var(--ink);
}
.pa-agent-contact-list a {
color: inherit;
text-decoration: none;
overflow-wrap: anywhere;
}
.pa-agent-contact-list .pa-email-button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 30px;
padding: 6px 10px;
border: 1px solid var(--line-2);
border-radius: var(--radius);
font-family: var(--font-mono);
font-size: 10px;
text-transform: uppercase;
}
.pa-book-cta {
margin-top: auto;
min-height: 40px;
border: 1px solid var(--ink);
background: var(--ink);
color: var(--bg);
font-family: var(--font-mono);
font-size: 11px;
letter-spacing: 0;
text-transform: uppercase;
cursor: pointer;
}
.pa-booking-modal[hidden] {
display: none !important;
}
.pa-booking-modal {
position: fixed;
inset: 0;
z-index: 2000;
display: grid;
place-items: center;
padding: 24px;
background: rgba(10, 22, 40, .45);
}
.pa-booking-dialog {
position: relative;
width: min(520px, 100%);
padding: 28px;
background: var(--bg-elev);
border: 1px solid var(--line);
border-radius: var(--radius);
box-shadow: var(--shadow);
}
.pa-booking-close {
position: absolute;
top: 12px;
right: 12px;
width: 34px;
height: 34px;
border: 1px solid var(--line);
background: transparent;
color: var(--ink);
font-size: 22px;
line-height: 1;
cursor: pointer;
}
.pa-booking-dialog h2 {
margin: 6px 0 18px;
font-family: var(--font-display);
font-size: 34px;
line-height: 1;
text-transform: uppercase;
letter-spacing: 0;
}
.pa-booking-options {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 10px;
}
.pa-booking-options a {
display: flex;
align-items: center;
justify-content: center;
min-height: 46px;
padding: 10px;
border: 1px solid var(--line-2);
color: var(--ink);
font-family: var(--font-mono);
font-size: 10px;
letter-spacing: 0;
text-align: center;
text-transform: uppercase;
text-decoration: none;
}
.pa-source-contact-band {
max-width: none;
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
align-items: end;
gap: 24px;
padding-left: max(var(--source-pad), calc((100vw - var(--source-max)) / 2 + var(--source-pad)));
padding-right: max(var(--source-pad), calc((100vw - var(--source-max)) / 2 + var(--source-pad)));
background: var(--ink);
color: var(--bg);
}
.pa-source-contact-band h2,
.pa-source-contact-band p,
.pa-source-contact-band .pa-source-kicker,
.pa-source-contact-band a {
color: var(--bg);
}
.pa-source-contact-band p:not(.pa-source-kicker) {
max-width: 620px;
color: color-mix(in srgb, var(--bg) 78%, transparent);
} .pa-itb-listing-shell,
.pa-new-listings-shell,
.pa-sale-carousel-shell,
.pa-featured-editorial-shell,
.pa-itb-selection-page,
.pa-itb-results-page {
overflow: visible;
column-count: auto;
columns: auto;
column-rule: 0;
}
.pa-itb-listing-shell ul,
.pa-itb-listing-shell ol,
.pa-new-listings-shell ul,
.pa-new-listings-shell ol,
.pa-sale-carousel-shell ul,
.pa-sale-carousel-shell ol,
.pa-featured-editorial-shell ul,
.pa-featured-editorial-shell ol,
.pa-itb-selection-page ul,
.pa-itb-results-page ul {
list-style: none;
padding-left: 0;
}
.pa-itb-listing-shell > :is(ul, ol, .itb_listing, .itb-listing, .itb-results, .properties, .property-list, [class*="properties"]),
.pa-itb-selection-page > :is(ul, ol, .itb_selection, .itb-selection, .properties, .property-list, [class*="properties"]),
.pa-itb-results-page > :is(ul, ol, .itb_searchresults, .itb-searchresults, .itb-results, .properties, .property-list, [class*="properties"]) {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 28px;
width: 100%;
margin: 0;
padding: 0;
}
.pa-new-listings-shell > :is(ul, ol, .itb_properties, .itb_carousel, .itb-carousel, .properties, [class*="carousel"]),
.pa-sale-carousel-shell > :is(ul, ol, .itb_properties, .itb_carousel, .itb-carousel, .properties, [class*="carousel"]),
.pa-featured-editorial-shell > :is(ul, ol, .itb_carousel, .itb-carousel, .properties, [class*="carousel"]) {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 22px;
margin: 0;
padding: 0;
}
.pa-featured-editorial-shell > :is(ul, ol, .itb_carousel, .itb-carousel, .properties, [class*="carousel"]) {
grid-template-columns: 1fr;
}
.pa-itb-listing-shell .itb_properties,
.pa-itb-selection-page .itb_properties,
.pa-itb-results-page .itb_properties {
display: grid !important;
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
gap: 28px !important;
align-items: start !important;
width: 100% !important;
}
.pa-itb-listing-shell .itb_properties > h2,
.pa-itb-selection-page .itb_properties > h2,
.pa-itb-results-page .itb_properties > h2 {
grid-column: 1 / -1 !important;
margin: 0 !important;
}
.pa-itb-selection-page .itb_properties > p,
.pa-itb-selection-page .itb_properties > .alert,
.pa-itb-selection-page .itb_properties > .notice,
.pa-itb-results-page .itb_properties > p,
.pa-itb-results-page .itb_properties > .alert,
.pa-itb-results-page .itb_properties > .notice {
grid-column: 1 / -1 !important;
margin: 0 !important;
}
.pa-itb-listing-shell .itb_properties > .btn-group,
.pa-itb-selection-page .itb_properties > .btn-group,
.pa-itb-results-page .itb_properties > .btn-group {
grid-column: 1 / -1 !important;
order: 1 !important;
align-self: start !important;
min-height: 36px !important;
margin: 0 !important;
padding: 0 !important;
font-family: var(--font-mono) !important;
font-size: 11px !important;
line-height: 1.2 !important;
letter-spacing: 0 !important;
}
.pa-itb-listing-shell .itb_properties > .itb_properties_property,
.pa-itb-selection-page .itb_properties > .itb_properties_property,
.pa-itb-results-page .itb_properties > .itb_properties_property {
order: 2 !important;
}
.pa-itb-listing-shell .itb_properties > hr,
.pa-itb-selection-page .itb_properties > hr,
.pa-itb-results-page .itb_properties > hr {
display: none !important;
}
.pa-itb-listing-shell .itb_properties > nav.pagination,
.pa-itb-selection-page .itb_properties > nav.pagination,
.pa-itb-results-page .itb_properties > nav.pagination {
order: 3 !important;
grid-column: 1 / -1 !important;
}
.pa-itb-listing-shell :is(article, li, .property, .itb-property, .itb_property, [class*="property-card"], [class*="property_item"], [class*="property-item"], [class*="listing-item"]),
.pa-new-listings-shell :is(article, li, .property, .itb-property, .itb_property, [class*="property-card"], [class*="property_item"], [class*="property-item"], [class*="listing-item"]),
.pa-sale-carousel-shell :is(article, li, .property, .itb-property, .itb_property, [class*="property-card"], [class*="property_item"], [class*="property-item"], [class*="listing-item"]),
.pa-featured-editorial-shell :is(article, li, .property, .itb-property, .itb_property, [class*="property-card"], [class*="property_item"], [class*="property-item"], [class*="listing-item"]),
.pa-itb-selection-page :is(article, li, .property, .itb-property, .itb_property, [class*="property-card"], [class*="property_item"], [class*="property-item"], [class*="listing-item"]),
.pa-itb-results-page :is(article, li, .property, .itb-property, .itb_property, [class*="property-card"], [class*="property_item"], [class*="property-item"], [class*="listing-item"]) {
position: relative;
min-width: 0;
margin: 0;
padding: 0;
float: none;
clear: none;
break-inside: avoid;
border: 1px solid var(--line);
border-left: 0;
border-right: 0;
border-radius: var(--radius);
background: var(--bg-elev);
box-shadow: none;
overflow: hidden;
}
.pa-itb-listing-shell .itb_properties_property,
.pa-itb-selection-page .itb_properties_property,
.pa-itb-results-page .itb_properties_property {
display: grid !important;
grid-template-columns: 150px minmax(0, 1fr) !important;
grid-template-rows: auto 1fr !important;
grid-template-areas: "title title" "image content" !important;
gap: 12px !important;
align-items: start !important;
min-height: 170px !important;
padding: 18px !important;
}
.pa-itb-listing-shell .itb_properties_property > h3,
.pa-itb-selection-page .itb_properties_property > h3,
.pa-itb-results-page .itb_properties_property > h3 {
grid-column: 1 / -1 !important;
grid-area: title !important;
position: relative !important;
margin: 0 !important;
padding-right: 34px !important;
min-height: 26px !important;
}
.pa-itb-listing-shell .itb_properties_property > h3 > a:not(.btn-switchselection),
.pa-itb-selection-page .itb_properties_property > h3 > a:not(.btn-switchselection),
.pa-itb-results-page .itb_properties_property > h3 > a:not(.btn-switchselection) {
display: block !important;
text-decoration-thickness: 1px !important;
}
.pa-itb-listing-shell .itb_properties_property .btn-switchselection,
.pa-itb-selection-page .itb_properties_property .btn-switchselection,
.pa-itb-results-page .itb_properties_property .btn-switchselection {
position: absolute !important;
top: 0 !important;
right: 0 !important;
float: none !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
width: 24px !important;
height: 24px !important;
padding: 0 !important;
border: 0 !important;
background: transparent !important;
font-size: 18px !important;
line-height: 1 !important;
text-decoration: none !important;
}
.pa-itb-listing-shell .itb_properties_property_img,
.pa-itb-selection-page .itb_properties_property_img,
.pa-itb-results-page .itb_properties_property_img {
display: block !important;
grid-column: 1 !important;
grid-area: image !important;
width: 150px !important;
max-width: 100% !important;
}
.pa-itb-listing-shell .itb_properties_property_content,
.pa-itb-selection-page .itb_properties_property_content,
.pa-itb-results-page .itb_properties_property_content {
grid-column: 2 !important;
grid-area: content !important;
min-width: 0 !important;
padding-left: 0 !important;
align-self: start !important;
}
.pa-itb-listing-shell .itb_properties_property_content p,
.pa-itb-selection-page .itb_properties_property_content p,
.pa-itb-results-page .itb_properties_property_content p {
margin: 0 !important;
line-height: 1.45 !important;
}
.pa-itb-listing-shell .itb_properties_property_readmore,
.pa-itb-selection-page .itb_properties_property_readmore,
.pa-itb-results-page .itb_properties_property_readmore {
margin: 10px 0 0 !important;
padding: 0 !important;
}
.pa-itb-listing-shell .selectionmenu,
.pa-itb-selection-page .selectionmenu,
.pa-itb-results-page .selectionmenu {
display: none !important;
}
.pa-itb-listing-shell :is(article, li, .property, .itb-property, .itb_property, [class*="property-card"], [class*="property_item"], [class*="property-item"], [class*="listing-item"]) > a,
.pa-new-listings-shell :is(article, li, .property, .itb-property, .itb_property, [class*="property-card"], [class*="property_item"], [class*="property-item"], [class*="listing-item"]) > a,
.pa-sale-carousel-shell :is(article, li, .property, .itb-property, .itb_property, [class*="property-card"], [class*="property_item"], [class*="property-item"], [class*="listing-item"]) > a,
.pa-featured-editorial-shell :is(article, li, .property, .itb-property, .itb_property, [class*="property-card"], [class*="property_item"], [class*="property-item"], [class*="listing-item"]) > a,
.pa-itb-selection-page :is(article, li, .property, .itb-property, .itb_property, [class*="property-card"], [class*="property_item"], [class*="property-item"], [class*="listing-item"]) > a,
.pa-itb-results-page :is(article, li, .property, .itb-property, .itb_property, [class*="property-card"], [class*="property_item"], [class*="property-item"], [class*="listing-item"]) > a {
display: grid;
height: 100%;
color: inherit;
text-decoration: none;
}
.pa-itb-listing-shell img,
.pa-new-listings-shell img,
.pa-sale-carousel-shell img,
.pa-featured-editorial-shell img,
.pa-itb-selection-page img,
.pa-itb-results-page img {
display: block;
width: 100% !important;
max-width: 100%;
aspect-ratio: 16 / 10;
object-fit: cover;
object-position: center center;
background: var(--soft);
float: none !important;
margin: 0 !important;
image-rendering: auto;
}
.pa-itb-listing-shell .itb_properties_property:not(:has(img[src]))::before,
.pa-new-listings-shell .itb_properties_property:not(:has(img[src]))::before,
.pa-sale-carousel-shell .itb_properties_property:not(:has(img[src]))::before,
.pa-itb-selection-page .itb_properties_property:not(:has(img[src]))::before,
.pa-itb-results-page .itb_properties_property:not(:has(img[src]))::before,
.pa-itb-listing-shell :is(.property, .itb-property, .itb_property, [class*="property-card"], [class*="property_item"], [class*="property-item"], [class*="listing-item"]):not(:has(img[src]))::before,
.pa-new-listings-shell :is(.property, .itb-property, .itb_property, [class*="property-card"], [class*="property_item"], [class*="property-item"], [class*="listing-item"]):not(:has(img[src]))::before,
.pa-sale-carousel-shell :is(.property, .itb-property, .itb_property, [class*="property-card"], [class*="property_item"], [class*="property-item"], [class*="listing-item"]):not(:has(img[src]))::before,
.pa-itb-selection-page :is(.property, .itb-property, .itb_property, [class*="property-card"], [class*="property_item"], [class*="property-item"], [class*="listing-item"]):not(:has(img[src]))::before,
.pa-itb-results-page :is(.property, .itb-property, .itb_property, [class*="property-card"], [class*="property_item"], [class*="property-item"], [class*="listing-item"]):not(:has(img[src]))::before {
content: "Image unavailable";
display: grid;
place-items: center;
aspect-ratio: 16 / 10;
background: var(--soft);
color: var(--ink-3);
font-family: var(--font-mono);
font-size: 11px;
text-transform: uppercase;
}
.pa-itb-listing-shell :is(h1, h2, h3, h4),
.pa-new-listings-shell :is(h1, h2, h3, h4),
.pa-sale-carousel-shell :is(h1, h2, h3, h4),
.pa-featured-editorial-shell :is(h1, h2, h3, h4),
.pa-itb-selection-page :is(h1, h2, h3, h4),
.pa-itb-results-page :is(h1, h2, h3, h4),
.pa-itb-detail-shell :is(h1, h2, h3, h4) {
font-family: var(--font-display);
font-weight: 800;
line-height: 1;
letter-spacing: 0;
text-transform: uppercase;
}
.pa-itb-listing-shell :is(article, li, .property, .itb-property, .itb_property, [class*="property-card"], [class*="property_item"], [class*="property-item"], [class*="listing-item"]) > *:not(img):not(a),
.pa-new-listings-shell :is(article, li, .property, .itb-property, .itb_property, [class*="property-card"], [class*="property_item"], [class*="property-item"], [class*="listing-item"]) > *:not(img):not(a),
.pa-sale-carousel-shell :is(article, li, .property, .itb-property, .itb_property, [class*="property-card"], [class*="property_item"], [class*="property-item"], [class*="listing-item"]) > *:not(img):not(a),
.pa-featured-editorial-shell :is(article, li, .property, .itb-property, .itb_property, [class*="property-card"], [class*="property_item"], [class*="property-item"], [class*="listing-item"]) > *:not(img):not(a),
.pa-itb-selection-page :is(article, li, .property, .itb-property, .itb_property, [class*="property-card"], [class*="property_item"], [class*="property-item"], [class*="listing-item"]) > *:not(img):not(a),
.pa-itb-results-page :is(article, li, .property, .itb-property, .itb_property, [class*="property-card"], [class*="property_item"], [class*="property-item"], [class*="listing-item"]) > *:not(img):not(a) {
padding-left: 18px;
padding-right: 18px;
}
.pa-itb-listing-shell :is([style*="border-left"], [style*="border-right"]),
.pa-new-listings-shell :is([style*="border-left"], [style*="border-right"]),
.pa-sale-carousel-shell :is([style*="border-left"], [style*="border-right"]),
.pa-featured-editorial-shell :is([style*="border-left"], [style*="border-right"]),
.pa-itb-selection-page :is([style*="border-left"], [style*="border-right"]),
.pa-itb-results-page :is([style*="border-left"], [style*="border-right"]) {
border-left: 0 !important;
border-right: 0 !important;
}
.pa-itb-listing-shell :is(li li, form li, nav li, .pagination li, .page-numbers li),
.pa-new-listings-shell :is(li li, form li, nav li, .pagination li, .page-numbers li),
.pa-sale-carousel-shell :is(li li, form li, nav li, .pagination li, .page-numbers li),
.pa-featured-editorial-shell :is(li li, form li, nav li, .pagination li, .page-numbers li),
.pa-itb-selection-page :is(li li, form li, nav li, .pagination li, .page-numbers li),
.pa-itb-results-page :is(li li, form li, nav li, .pagination li, .page-numbers li) {
border: 0;
border-radius: 0;
background: transparent;
box-shadow: none;
overflow: visible;
padding: 0;
}
.pa-itb-listing-shell :is(li li, form li, nav li, .pagination li, .page-numbers li)::before,
.pa-new-listings-shell :is(li li, form li, nav li, .pagination li, .page-numbers li)::before,
.pa-sale-carousel-shell :is(li li, form li, nav li, .pagination li, .page-numbers li)::before,
.pa-featured-editorial-shell :is(li li, form li, nav li, .pagination li, .page-numbers li)::before,
.pa-itb-selection-page :is(li li, form li, nav li, .pagination li, .page-numbers li)::before,
.pa-itb-results-page :is(li li, form li, nav li, .pagination li, .page-numbers li)::before {
content: none;
display: none;
}
.pa-itb-listing-shell :is(nav, .pagination, .page-numbers) *::before,
.pa-new-listings-shell :is(nav, .pagination, .page-numbers) *::before,
.pa-sale-carousel-shell :is(nav, .pagination, .page-numbers) *::before,
.pa-itb-selection-page :is(nav, .pagination, .page-numbers) *::before,
.pa-itb-results-page :is(nav, .pagination, .page-numbers) *::before {
content: none !important;
display: none !important;
}
.pa-itb-listing-shell :is(svg, button svg, a svg),
.pa-new-listings-shell :is(svg, button svg, a svg),
.pa-sale-carousel-shell :is(svg, button svg, a svg),
.pa-featured-editorial-shell :is(svg, button svg, a svg),
.pa-itb-selection-page :is(svg, button svg, a svg),
.pa-itb-results-page :is(svg, button svg, a svg),
.pa-itb-search-section :is(svg, button svg, a svg) {
width: 16px !important;
height: 16px !important;
min-width: 16px !important;
max-width: 16px !important;
}
.pa-itb-listing-shell,
.pa-new-listings-shell,
.pa-sale-carousel-shell,
.pa-featured-editorial-shell,
.pa-itb-selection-page,
.pa-itb-results-page,
.pa-itb-detail-shell {
max-width: 100%;
}
.pa-itb-listing-shell .itb_properties > .btn-group,
.pa-itb-selection-page .itb_properties > .btn-group,
.pa-itb-results-page .itb_properties > .btn-group {
display: flex !important;
align-items: center !important;
justify-content: flex-start !important;
flex-wrap: wrap !important;
gap: 8px !important;
width: 100% !important;
min-width: 0 !important;
max-width: 100% !important;
overflow: visible !important;
padding: 10px !important;
border: 1px solid rgba(57, 185, 230, .28) !important;
border-radius: var(--radius) !important;
background: color-mix(in srgb, var(--bg-elev) 78%, var(--cyan-soft)) !important;
}
.pa-itb-listing-shell .itb_properties > .btn-group > *,
.pa-itb-selection-page .itb_properties > .btn-group > *,
.pa-itb-results-page .itb_properties > .btn-group > * {
flex: 0 0 auto !important;
float: none !important;
margin: 0 !important;
vertical-align: middle !important;
}
.pa-itb-listing-shell .itb_properties > .btn-group br,
.pa-itb-selection-page .itb_properties > .btn-group br,
.pa-itb-results-page .itb_properties > .btn-group br {
display: none !important;
}
.pa-itb-listing-shell .itb_properties > .btn-group :is(a, button, .btn),
.pa-itb-selection-page .itb_properties > .btn-group :is(a, button, .btn),
.pa-itb-results-page .itb_properties > .btn-group :is(a, button, .btn) {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
gap: 5px !important;
width: auto !important;
min-width: 0 !important;
min-height: 34px !important;
padding: 8px 12px !important;
border: 1px solid var(--line-2) !important;
border-radius: var(--radius) !important;
background: var(--bg-elev) !important;
color: var(--ink) !important;
box-shadow: none !important;
font-family: var(--font-mono) !important;
font-size: 11px !important;
font-weight: 700 !important;
line-height: 1 !important;
text-decoration: none !important;
text-transform: uppercase !important;
}
.pa-itb-listing-shell .itb_properties > .btn-group :is(a, button, .btn):empty,
.pa-itb-selection-page .itb_properties > .btn-group :is(a, button, .btn):empty,
.pa-itb-results-page .itb_properties > .btn-group :is(a, button, .btn):empty {
display: none !important;
}
.pa-itb-listing-shell .itb_properties > .btn-group :is(.caret, .glyphicon, .fa, [class*="icon"]),
.pa-itb-selection-page .itb_properties > .btn-group :is(.caret, .glyphicon, .fa, [class*="icon"]),
.pa-itb-results-page .itb_properties > .btn-group :is(.caret, .glyphicon, .fa, [class*="icon"]) {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
width: auto !important;
height: auto !important;
min-width: 0 !important;
max-width: none !important;
border: 0 !important;
background: transparent !important;
box-shadow: none !important;
color: var(--cyan) !important;
font-size: 11px !important;
line-height: 1 !important;
}
.pa-itb-listing-shell .itb_properties > .btn-group :is(a, button, .btn):hover,
.pa-itb-selection-page .itb_properties > .btn-group :is(a, button, .btn):hover,
.pa-itb-results-page .itb_properties > .btn-group :is(a, button, .btn):hover,
.pa-itb-listing-shell .itb_properties > .btn-group :is(a, button, .btn).is-pa-sort-active,
.pa-itb-selection-page .itb_properties > .btn-group :is(a, button, .btn).is-pa-sort-active,
.pa-itb-results-page .itb_properties > .btn-group :is(a, button, .btn).is-pa-sort-active {
border-color: var(--cyan) !important;
background: var(--cyan-soft) !important;
color: var(--ink) !important;
}
.pa-itb-listing-shell .itb_properties > nav.pagination,
.pa-itb-selection-page .itb_properties > nav.pagination,
.pa-itb-results-page .itb_properties > nav.pagination,
.pa-new-listings-shell :is(nav.pagination, .pagination, .page-numbers) {
display: flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
gap: 10px !important;
margin: 8px 0 0 !important;
padding: 12px 0 0 !important;
border: 0 !important;
background: transparent !important;
box-shadow: none !important;
}
.pa-itb-listing-shell :is(nav.pagination, .pagination, .page-numbers) :is(a, span, button),
.pa-new-listings-shell :is(nav.pagination, .pagination, .page-numbers) :is(a, span, button),
.pa-itb-selection-page :is(nav.pagination, .pagination, .page-numbers) :is(a, span, button),
.pa-itb-results-page :is(nav.pagination, .pagination, .page-numbers) :is(a, span, button) {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
min-width: 38px !important;
min-height: 38px !important;
padding: 8px 12px !important;
border: 1px solid rgba(57, 185, 230, .34) !important;
border-radius: var(--radius) !important;
background: var(--cyan-soft) !important;
color: var(--ink) !important;
font-family: var(--font-mono) !important;
font-size: 11px !important;
font-weight: 800 !important;
line-height: 1 !important;
text-decoration: none !important;
text-transform: uppercase !important;
}
.pa-itb-listing-shell :is(nav.pagination, .pagination, .page-numbers) :is(a, button):hover,
.pa-new-listings-shell :is(nav.pagination, .pagination, .page-numbers) :is(a, button):hover,
.pa-itb-selection-page :is(nav.pagination, .pagination, .page-numbers) :is(a, button):hover,
.pa-itb-results-page :is(nav.pagination, .pagination, .page-numbers) :is(a, button):hover {
border-color: var(--cyan) !important;
background: var(--cyan) !important;
color: var(--ink) !important;
}
.pa-itb-listing-shell .itb_properties > .btn-group span,
.pa-itb-selection-page .itb_properties > .btn-group span,
.pa-itb-results-page .itb_properties > .btn-group span {
display: inline-flex !important;
align-items: center !important;
min-height: 34px !important;
color: var(--ink-3) !important;
font-family: var(--font-mono) !important;
font-size: 11px !important;
line-height: 1 !important;
text-transform: uppercase !important;
}
.pa-itb-search-section :is(button, .btn, input[type="submit"]) {
width: auto !important;
min-width: 108px !important;
min-height: 44px !important;
padding: 0 18px !important;
border: 1px solid var(--ink) !important;
border-radius: var(--radius) !important;
background: var(--ink) !important;
color: #fff !important;
box-shadow: none !important;
font-family: var(--font-mono) !important;
font-size: 11px !important;
font-weight: 700 !important;
line-height: 1 !important;
text-decoration: none !important;
text-transform: uppercase !important;
}
.pa-itb-listing-shell .itb_properties_property,
.pa-itb-selection-page .itb_properties_property,
.pa-itb-results-page .itb_properties_property {
grid-template-columns: 1fr !important;
grid-template-rows: auto auto auto !important;
grid-template-areas: "image" "title" "content" !important;
gap: 14px !important;
min-height: 0 !important;
padding: 14px 14px 18px !important;
border: 1px solid var(--line) !important;
border-radius: var(--radius) !important;
background: var(--bg-elev) !important;
box-shadow: 0 14px 34px rgba(18, 35, 63, .07) !important;
overflow: hidden !important;
}
.pa-itb-listing-shell .itb_properties_property > h3,
.pa-itb-selection-page .itb_properties_property > h3,
.pa-itb-results-page .itb_properties_property > h3 {
position: static !important;
padding: 0 !important;
margin: 0 !important;
min-height: 0 !important;
}
.pa-itb-listing-shell .itb_properties_property > h3 > a:not(.btn-switchselection),
.pa-itb-selection-page .itb_properties_property > h3 > a:not(.btn-switchselection),
.pa-itb-results-page .itb_properties_property > h3 > a:not(.btn-switchselection) {
color: var(--ink) !important;
font-size: 22px !important;
line-height: .98 !important;
text-decoration: none !important;
}
.pa-itb-listing-shell .itb_properties_property .btn-switchselection,
.pa-itb-selection-page .itb_properties_property .btn-switchselection,
.pa-itb-results-page .itb_properties_property .btn-switchselection {
top: 12px !important;
right: 12px !important;
z-index: 5 !important;
width: 32px !important;
height: 32px !important;
border-radius: 50% !important;
background: rgba(18, 35, 63, .58) !important;
color: #fff !important;
font-size: 16px !important;
text-decoration: none !important;
}
.pa-itb-listing-shell .itb_properties_property_img,
.pa-itb-selection-page .itb_properties_property_img,
.pa-itb-results-page .itb_properties_property_img {
width: 100% !important;
grid-column: 1 !important;
}
.pa-itb-listing-shell .itb_properties_property_img img,
.pa-itb-selection-page .itb_properties_property_img img,
.pa-itb-results-page .itb_properties_property_img img {
aspect-ratio: 16 / 11 !important;
border-radius: var(--radius) !important;
}
.pa-itb-listing-shell .itb_properties_property_content,
.pa-itb-selection-page .itb_properties_property_content,
.pa-itb-results-page .itb_properties_property_content {
grid-column: 1 !important;
display: grid !important;
gap: 8px !important;
padding: 0 !important;
}
.pa-itb-listing-shell .itb_properties_property_content p:first-child,
.pa-itb-selection-page .itb_properties_property_content p:first-child,
.pa-itb-results-page .itb_properties_property_content p:first-child {
color: var(--ink-2) !important;
font-size: 15px !important;
}
.pa-itb-listing-shell .itb_properties_property_content strong,
.pa-itb-selection-page .itb_properties_property_content strong,
.pa-itb-results-page .itb_properties_property_content strong {
display: inline-block !important;
color: var(--ink) !important;
font-weight: 800 !important;
}
.pa-new-listings-shell .itb_properties,
.pa-new-listings-shell > :is(ul, ol, .itb_carousel, .itb-carousel, .properties, [class*="carousel"]) {
display: grid !important;
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
gap: 22px !important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
}
.pa-new-listings-shell .itb_properties_property,
.pa-new-listings-shell :is(article, li, .property, .itb-property, .itb_property, [class*="property-card"], [class*="property_item"], [class*="property-item"], [class*="listing-item"]) {
position: relative !important;
display: grid !important;
grid-template-columns: 1fr !important;
grid-template-areas: "image" "title" "content" !important;
gap: 14px !important;
min-width: 0 !important;
margin: 0 !important;
padding: 14px 14px 18px !important;
border: 1px solid var(--line) !important;
border-radius: var(--radius) !important;
background: var(--bg-elev) !important;
box-shadow: 0 14px 34px rgba(18, 35, 63, .07) !important;
overflow: hidden !important;
}
.pa-new-listings-shell .itb_properties_property > h3 {
grid-area: title !important;
margin: 0 !important;
padding: 0 !important;
}
.pa-new-listings-shell .itb_properties_property > h3 > a:not(.btn-switchselection) {
color: var(--ink) !important;
font-size: 22px !important;
line-height: .98 !important;
text-decoration: none !important;
}
.pa-new-listings-shell .itb_properties_property_img {
grid-area: image !important;
width: 100% !important;
}
.pa-new-listings-shell .itb_properties_property_img img {
aspect-ratio: 16 / 11 !important;
border-radius: var(--radius) !important;
}
.pa-new-listings-shell .itb_properties_property_content {
grid-area: content !important;
display: grid !important;
gap: 8px !important;
min-width: 0 !important;
padding: 0 !important;
}
.pa-new-listings-shell .itb_properties_property_content p:first-child {
color: var(--ink-2) !important;
font-size: 15px !important;
}
.pa-new-listings-shell .itb_properties_property_content strong {
display: inline-block !important;
color: var(--ink) !important;
font-weight: 800 !important;
}
.pa-new-listings-shell .itb_properties_property .btn-switchselection {
position: absolute !important;
top: 26px !important;
right: 26px !important;
z-index: 5 !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
width: 32px !important;
height: 32px !important;
border-radius: 50% !important;
background: rgba(18, 35, 63, .58) !important;
color: #fff !important;
font-size: 16px !important;
text-decoration: none !important;
}
.pa-single-itb-carousel {
position: relative;
max-width: var(--source-max);
margin: 0 auto;
overflow: hidden;
}
.pa-single-itb-carousel .itb_properties,
.pa-single-itb-carousel > :is(ul, ol, .itb_carousel, .itb-carousel, .properties, [class*="carousel"]) {
display: block !important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
}
.pa-single-itb-carousel .itb_properties_property,
.pa-single-itb-carousel :is(article, li, .property, .itb-property, .itb_property, [class*="property-card"], [class*="property_item"], [class*="property-item"], [class*="listing-item"]) {
display: none !important;
}
.pa-single-itb-carousel [hidden],
.pa-single-itb-carousel .is-pa-duplicate {
display: none !important;
}
.pa-single-itb-carousel .itb_properties_property.is-pa-active,
.pa-single-itb-carousel :is(article, li, .property, .itb-property, .itb_property, [class*="property-card"], [class*="property_item"], [class*="property-item"], [class*="listing-item"]).is-pa-active {
display: grid !important;
grid-template-columns: minmax(0, .95fr) minmax(320px, 1fr) !important;
grid-template-areas: "image title" "image content" !important;
gap: 24px !important;
align-items: start !important;
padding: 16px !important;
border: 1px solid rgba(57, 185, 230, .26) !important;
border-radius: var(--radius) !important;
background: var(--bg-elev) !important;
box-shadow: 0 18px 40px rgba(41, 171, 226, .12) !important;
}
.pa-single-itb-carousel .itb_properties_property.is-pa-active .itb_properties_property_img,
.pa-single-itb-carousel .itb_properties_property.is-pa-active > h3,
.pa-single-itb-carousel .itb_properties_property.is-pa-active .itb_properties_property_content {
min-width: 0 !important;
}
.pa-single-itb-carousel .itb_properties_property.is-pa-active .itb_properties_property_img {
grid-area: image !important;
width: 100% !important;
}
.pa-single-itb-carousel .itb_properties_property.is-pa-active .itb_properties_property_img img {
aspect-ratio: 16 / 11 !important;
border-radius: var(--radius) !important;
}
.pa-single-itb-carousel .itb_properties_property.is-pa-active > h3 {
grid-area: title !important;
margin: 0 !important;
padding: 8px 42px 0 0 !important;
}
.pa-single-itb-carousel .itb_properties_property.is-pa-active > h3 > a:not(.btn-switchselection) {
color: var(--ink) !important;
font-size: 34px !important;
line-height: .96 !important;
text-decoration: none !important;
}
.pa-single-itb-carousel .itb_properties_property.is-pa-active .itb_properties_property_content {
grid-area: content !important;
display: grid !important;
gap: 10px !important;
padding: 0 !important;
}
.pa-single-itb-carousel .btn-switchselection {
position: absolute !important;
top: 24px !important;
right: 24px !important;
z-index: 5 !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
width: 34px !important;
height: 34px !important;
border-radius: 50% !important;
background: rgba(18, 35, 63, .58) !important;
color: #fff !important;
text-decoration: none !important;
}
.pa-single-itb-carousel .pa-carousel-controls {
display: flex;
gap: 8px;
justify-content: flex-end;
margin-top: 14px;
}
.pa-single-itb-carousel .pa-carousel-controls button {
width: 38px;
height: 38px;
border: 1px solid rgba(57, 185, 230, .34);
border-radius: 50%;
background: var(--cyan-soft);
color: var(--ink);
cursor: pointer;
font-size: 18px;
line-height: 1;
}
.pa-featured-editorial-shell {
position: relative;
max-width: var(--source-max);
margin: 0 auto;
overflow: hidden;
}
.pa-featured-editorial-shell .itb_properties,
.pa-featured-editorial-shell > :is(ul, ol, .itb_carousel, .itb-carousel, .properties, [class*="carousel"]) {
display: block !important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
}
.pa-featured-editorial-shell .itb_properties_property,
.pa-featured-editorial-shell :is(article, li, .property, .itb-property, .itb_property, [class*="property-card"], [class*="property_item"], [class*="property-item"], [class*="listing-item"]) {
display: none !important;
}
.pa-featured-editorial-shell [hidden],
.pa-featured-editorial-shell .is-pa-duplicate {
display: none !important;
}
.pa-featured-editorial-shell .itb_properties_property.is-pa-active,
.pa-featured-editorial-shell :is(article, li, .property, .itb-property, .itb_property, [class*="property-card"], [class*="property_item"], [class*="property-item"], [class*="listing-item"]).is-pa-active {
display: grid !important;
grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr) !important;
grid-template-areas: "image title" "image content" !important;
gap: 48px !important;
align-items: center !important;
padding: 0 !important;
border: 0 !important;
background: transparent !important;
}
.pa-featured-editorial-shell .itb_properties_property.is-pa-active > h3 {
align-self: end !important;
}
.pa-featured-editorial-shell .itb_properties_property.is-pa-active .itb_properties_property_img img {
aspect-ratio: 1.35 / 1 !important;
min-height: 430px !important;
}
.pa-featured-editorial-shell .pa-carousel-controls {
display: flex;
gap: 8px;
justify-content: flex-end;
margin-top: 18px;
}
.pa-featured-editorial-shell .pa-carousel-controls button {
width: 38px;
height: 38px;
border: 1px solid var(--line-2);
border-radius: 50%;
background: var(--bg-elev);
color: var(--ink);
cursor: pointer;
font-size: 18px;
line-height: 1;
}
.pa-itb-search-section {
max-width: var(--source-max);
margin: 0 auto;
padding: 24px;
}
.pa-itb-search-section form,
.pa-itb-search-section .itb-search,
.pa-itb-search-section .itb_search,
.pa-itb-search-section [class*="itb-search"],
.pa-itb-search-section [class*="itb_search"] {
display: flex;
flex-wrap: nowrap;
align-items: flex-end;
gap: 10px;
width: 100%;
margin: 0;
}
.pa-itb-search-section form > *,
.pa-itb-search-section .itb-search > *,
.pa-itb-search-section .itb_search > *,
.pa-itb-search-section [class*="itb-search"] > *,
.pa-itb-search-section [class*="itb_search"] > * {
flex: 1 1 0;
min-width: 0;
max-width: none;
margin: 0;
}
.pa-itb-search-section input[type="hidden"] {
display: none !important;
}
.pa-itb-search-section label,
.pa-itb-search-section .label,
.pa-itb-search-section [class*="label"] {
display: block;
margin: 0 0 7px;
font-family: var(--font-mono);
font-size: 10px;
line-height: 1.2;
text-transform: uppercase;
letter-spacing: 0;
color: var(--ink-3);
white-space: nowrap;
}
.pa-itb-search-section input:not([type="hidden"]),
.pa-itb-search-section select {
width: 100%;
min-width: 0;
height: 44px;
min-height: 44px;
max-height: 44px;
padding: 0 12px;
border: 1px solid var(--line-2);
border-radius: var(--radius);
background: var(--bg);
color: var(--ink);
box-shadow: none;
overflow: hidden;
}
.pa-itb-search-section select[size],
.pa-itb-search-section select[multiple] {
height: 44px;
min-height: 44px;
max-height: 44px;
overflow: hidden;
}
.pa-itb-search-section button,
.pa-itb-search-section .btn,
.pa-itb-search-section input[type="submit"] {
flex: 0 0 auto;
width: auto;
min-width: 108px;
height: 44px;
min-height: 44px;
padding: 0 18px;
border: 1px solid var(--ink);
border-radius: var(--radius);
background: var(--ink);
color: #fff;
font-family: var(--font-mono);
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0;
text-decoration: none;
cursor: pointer;
}
.pa-itb-detail-shell {
max-width: var(--source-max);
margin: 50px auto;
}
.pa-itb-detail-shell img {
border-radius: var(--radius);
}
.pa-detail-editorial-shell {
padding: 54px var(--source-pad) 0;
background: transparent;
border: 0;
border-radius: 0;
box-shadow: none;
}
.pa-detail-editorial-shell .pa-page-content {
display: grid;
gap: 34px;
}
.pa-detail-editorial-shell :is(h1, .h1, [class*="title"]) {
margin: 0;
font-family: var(--font-display);
font-size: clamp(46px, 6vw, 86px);
font-weight: 400;
line-height: .92;
letter-spacing: 0;
text-transform: uppercase;
color: color-mix(in srgb, var(--cyan) 74%, #215dff);
}
.pa-detail-editorial-shell :is(h2, h3, [class*="subtitle"], [class*="price"]) {
font-family: var(--font-display);
letter-spacing: 0;
text-transform: uppercase;
}
.pa-detail-editorial-shell :is([class*="price"], .price) {
color: var(--ink);
font-weight: 800;
}
.pa-detail-editorial-shell :is(.itb_property_photos, .itb_property_images, .itb_property_pictures, .property-gallery, .property-images, [class*="gallery"], [class*="photos"], [class*="pictures"]) {
display: grid !important;
grid-template-columns: minmax(0, 1.25fr) minmax(160px, .75fr) minmax(160px, .75fr);
gap: 6px;
align-items: stretch;
width: 100%;
}
.pa-detail-editorial-shell :is(.itb_property_photos, .itb_property_images, .itb_property_pictures, .property-gallery, .property-images, [class*="gallery"], [class*="photos"], [class*="pictures"]) > * {
min-width: 0;
margin: 0 !important;
}
.pa-detail-editorial-shell :is(.itb_property_photos, .itb_property_images, .itb_property_pictures, .property-gallery, .property-images, [class*="gallery"], [class*="photos"], [class*="pictures"]) > *:first-child {
grid-row: span 2;
}
.pa-detail-editorial-shell :is(.itb_property_photos, .itb_property_images, .itb_property_pictures, .property-gallery, .property-images, [class*="gallery"], [class*="photos"], [class*="pictures"]) img {
display: block;
width: 100% !important;
height: 100% !important;
min-height: 230px;
aspect-ratio: 16 / 10;
object-fit: cover;
object-position: center center;
border-radius: var(--radius);
}
.pa-detail-editorial-shell :is(.itb_property_photos, .itb_property_images, .itb_property_pictures, .property-gallery, .property-images, [class*="gallery"], [class*="photos"], [class*="pictures"]) > *:first-child img {
min-height: 466px;
}
.pa-detail-editorial-shell :is(dl, table, .itb_property_infos, .itb_property_features, [class*="information"], [class*="feature"], [class*="detail"]) {
max-width: 100%;
}
.pa-detail-editorial-shell dl,
.pa-detail-editorial-shell :is(.itb_property_infos, .itb_property_features, [class*="information"], [class*="feature"]) {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 16px;
}
.pa-detail-editorial-shell dt,
.pa-detail-editorial-shell th,
.pa-detail-editorial-shell :is([class*="label"], [class*="name"]) {
color: var(--ink-3);
font-family: var(--font-mono);
font-size: 10px;
text-transform: uppercase;
}
.pa-detail-editorial-shell dd,
.pa-detail-editorial-shell td,
.pa-detail-editorial-shell :is([class*="value"]) {
margin: 0;
color: var(--ink);
font-weight: 700;
}
.pa-detail-editorial-shell :is(.pa-source-link-arrow, .btn, button, input[type="submit"]) {
border-radius: var(--radius);
}
.pa-call-agent-cta {
max-width: var(--source-max);
margin: 42px auto 0;
padding: 34px var(--source-pad);
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: 28px;
align-items: center;
background: var(--ink);
color: var(--bg);
border-radius: var(--radius);
}
.pa-call-agent-cta h2 {
margin: 0 0 8px;
font-family: var(--font-display);
font-size: 44px;
line-height: .96;
text-transform: uppercase;
color: var(--bg);
}
.pa-call-agent-cta p,
.pa-call-agent-cta .pa-source-kicker,
.pa-call-agent-cta a {
color: var(--bg);
}
.pa-call-agent-cta a {
border-color: var(--cyan);
background: var(--cyan);
color: var(--ink);
}
.pa-contact-grid {
display: grid;
grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
gap: 54px;
align-items: start;
}
.pa-contact-form-card {
padding: 28px;
background: var(--bg-elev);
border: 1px solid var(--line);
border-radius: var(--radius);
box-shadow: var(--shadow);
}
.pa-contact-form-card.pa-home-contact-card {
background: linear-gradient(135deg, var(--bg-elev), var(--cyan-soft));
border-color: rgba(57, 185, 230, .28);
box-shadow: 0 16px 38px rgba(41, 171, 226, .12);
}
.pa-contact-list {
list-style: none;
padding: 0;
margin: 26px 0 0;
display: grid;
gap: 12px;
}
.pa-contact-list li {
display: grid;
grid-template-columns: 120px 1fr;
gap: 14px;
padding-top: 12px;
border-top: 1px solid var(--line);
}
.fluentform input,
.fluentform textarea,
.fluentform select,
.frm_forms input,
.frm_forms textarea,
.frm_forms select,
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select,
.gform_wrapper input,
.gform_wrapper textarea,
.gform_wrapper select {
width: 100%;
min-height: 44px;
padding: 10px 12px;
border: 1px solid var(--line-2);
border-radius: var(--radius);
background: var(--bg);
color: var(--ink);
}
.fluentform textarea,
.frm_forms textarea,
.wpcf7 textarea,
.gform_wrapper textarea {
min-height: 140px;
}
.fluentform button,
.fluentform input[type="submit"],
.frm_forms button,
.frm_forms input[type="submit"],
.wpcf7 input[type="submit"],
.gform_wrapper button,
.gform_wrapper input[type="submit"] {
min-height: 44px;
padding: 10px 16px;
border: 1px solid var(--cyan);
border-radius: var(--radius);
background: var(--cyan);
color: #12233f;
font-family: var(--font-mono);
font-size: 11px;
text-transform: uppercase;
}
.pa-footer {
padding: 52px var(--source-pad) 34px;
background: var(--bg-elev);
border-top: 1px solid var(--line);
}
.pa-footer-inner {
max-width: var(--source-max);
margin: 0 auto;
display: grid;
grid-template-columns: minmax(0, 1.3fr) minmax(220px, .5fr);
gap: 42px;
}
.pa-footer h2 {
margin: 0 0 12px;
font-family: var(--font-display);
font-size: 34px;
line-height: 1;
text-transform: uppercase;
}
.pa-footer-tagline {
max-width: 520px;
margin: 0;
color: var(--ink-2);
}
.pa-footer-langs {
display: flex;
gap: 8px;
margin-top: 20px;
}
.pa-footer-langs span {
border: 1px solid var(--line);
border-radius: var(--radius);
padding: 4px 7px;
font-family: var(--font-mono);
font-size: 10px;
}
.pa-footer ul {
list-style: none;
margin: 0;
padding: 0;
display: grid;
gap: 7px;
}
.pa-footer a {
color: var(--ink-2);
text-decoration: none;
}
.pa-footer-legal {
grid-column: 1 / -1;
padding-top: 28px;
border-top: 1px solid var(--line);
font-family: var(--font-mono);
font-size: 10px;
line-height: 1.7;
text-transform: uppercase;
color: var(--ink-3);
}
@media (max-width: 1180px) {
:root {
--source-pad: 28px;
}
.pa-nav-inner {
gap: 16px;
}
.pa-menu-fixed {
gap: 12px;
}
.pa-menu a,
.pa-nav-utils a {
font-size: 10px;
}
.pa-source-team .pa-source-agent-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 1023px) {
.pa-nav-inner {
grid-template-columns: auto minmax(0, 1fr) auto;
justify-items: stretch;
}
.pa-menu,
.pa-menu-fixed {
flex-wrap: nowrap;
}
.pa-source-hero {
min-height: 560px;
background-position: 58% center;
}
.pa-source-hero-title,
.pa-page-hero .pa-hero-title,
.pa-h1 {
font-size: 58px;
}
.pa-itb-listing-shell > :is(ul, ol, .itb_listing, .itb-listing, .itb-results, .properties, .property-list, [class*="properties"]),
.pa-itb-selection-page > :is(ul, ol, .itb_selection, .itb-selection, .properties, .property-list, [class*="properties"]),
.pa-itb-results-page > :is(ul, ol, .itb_searchresults, .itb-searchresults, .itb-results, .properties, .property-list, [class*="properties"]),
.pa-new-listings-shell > :is(ul, ol, .itb_properties, .itb_carousel, .itb-carousel, .properties, [class*="carousel"]),
.pa-new-listings-shell .itb_properties,
.pa-itb-listing-shell .itb_properties,
.pa-itb-selection-page .itb_properties,
.pa-itb-results-page .itb_properties {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.pa-itb-search-section form,
.pa-itb-search-section .itb-search,
.pa-itb-search-section .itb_search,
.pa-itb-search-section [class*="itb-search"],
.pa-itb-search-section [class*="itb_search"] {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.pa-itb-search-section button,
.pa-itb-search-section input[type="submit"] {
width: 100%;
}
.pa-home-search-shell form,
.pa-home-search-shell .itb-search,
.pa-home-search-shell .itb_search,
.pa-home-search-shell [class*="itb-search"],
.pa-home-search-shell [class*="itb_search"] {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 12px;
}
.pa-home-search-shell form > *,
.pa-home-search-shell .itb-search > *,
.pa-home-search-shell .itb_search > *,
.pa-home-search-shell [class*="itb-search"] > *,
.pa-home-search-shell [class*="itb_search"] > * {
padding: 0;
border-right: 0;
}
.pa-neighborhood-map-grid,
.pa-guides-list {
grid-template-columns: 1fr;
}
.pa-neighborhood-list {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.pa-neighborhood-list a,
.pa-neighborhood-list [data-pa-map-zone="monte-carlo"],
.pa-neighborhood-list [data-pa-map-zone="fontvieille"] {
grid-column: span 2;
grid-row: span 1;
}
.pa-detail-editorial-shell :is(.itb_property_photos, .itb_property_images, .itb_property_pictures, .property-gallery, .property-images, [class*="gallery"], [class*="photos"], [class*="pictures"]) {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.pa-contact-grid,
.pa-source-contact-band,
.pa-call-agent-cta {
grid-template-columns: 1fr;
}
}
@media (max-width: 900px) {
.pa-brand img {
max-width: 172px;
}
.pa-nav-inner {
grid-template-areas:
"brand cabinet cabinet"
"lang theme menu"
"nav nav nav";
grid-template-columns: minmax(0, 1fr) auto auto;
gap: 8px 12px;
padding-top: 8px;
padding-bottom: 8px;
}
.pa-mobile-menu-toggle {
display: grid;
justify-self: end;
}
.pa-nav-links {
display: none;
grid-area: nav;
grid-column: auto;
width: 100%;
padding: 8px 0 2px;
border-top: 1px solid var(--line);
}
.pa-nav-links.is-open {
display: block;
}
.pa-menu,
.pa-menu-fixed {
display: grid;
grid-template-columns: 1fr;
gap: 0;
width: 100%;
white-space: normal;
}
.pa-menu li {
border-bottom: 1px solid var(--line);
}
.pa-menu a {
display: flex;
justify-content: space-between;
padding: 11px 0;
font-size: 12px;
}
.pa-sub-menu {
position: static;
min-width: 0;
padding: 0 0 8px 14px;
border: 0;
background: transparent;
box-shadow: none;
opacity: 1;
pointer-events: auto;
transform: none;
}
.pa-sub-menu a {
padding: 8px 0;
color: var(--ink-2);
}
.pa-nav-utils {
display: contents;
}
.pa-cabinet-brand {
grid-area: cabinet;
justify-self: end;
}
.pa-lang-dropdown {
grid-area: lang;
justify-self: start;
}
.pa-theme-toggle {
grid-area: theme;
}
.pa-cabinet-brand img {
max-width: 164px;
max-height: 34px;
}
}
@media (max-width: 700px) {
body.admin-bar .pa-nav {
top: 46px;
}
:root {
--source-pad: 18px;
}
.pa-brand img {
max-width: 152px;
}
.pa-nav-inner {
grid-template-areas:
"brand cabinet cabinet"
"lang theme menu"
"nav nav nav";
grid-template-columns: minmax(0, 1fr) auto auto;
justify-items: stretch;
gap: 10px;
padding-top: 8px;
padding-bottom: 8px;
}
.pa-brand {
min-width: 0;
}
.pa-mobile-menu-toggle {
display: grid;
justify-self: end;
}
.pa-nav-links {
display: none;
grid-area: nav;
grid-column: auto;
width: 100%;
padding: 10px 0 4px;
border-top: 1px solid var(--line);
}
.pa-nav-links.is-open {
display: block;
}
.pa-menu,
.pa-menu-fixed {
display: grid;
grid-template-columns: 1fr;
gap: 0;
width: 100%;
white-space: normal;
}
.pa-menu li {
border-bottom: 1px solid var(--line);
}
.pa-menu a {
display: flex;
justify-content: space-between;
padding: 12px 0;
font-size: 12px;
}
.pa-nav-utils {
display: contents;
}
.pa-cabinet-brand {
grid-area: cabinet;
justify-self: end;
}
.pa-lang-dropdown {
grid-area: lang;
justify-self: start;
}
.pa-theme-toggle {
grid-area: theme;
}
.pa-cabinet-brand img {
max-width: 158px;
max-height: 32px;
}
.pa-cabinet-brand {
justify-content: flex-end;
padding-left: 0;
}
.pa-langs {
gap: 2px;
}
.pa-source-hero {
min-height: 420px;
padding-top: 0;
}
.pa-source-hero-brand {
margin-bottom: 40px;
}
.pa-source-hero-brand p {
font-size: 18px;
}
.pa-source-hero-copy {
padding-top: 48px;
}
.pa-source-hero-title,
.pa-page-hero .pa-hero-title,
.pa-h1 {
font-size: 46px;
}
.pa-home-search-bar {
top: 104px;
margin-top: -92px;
padding-bottom: 28px;
}
body.admin-bar .pa-home-search-bar {
top: 150px;
}
.pa-home-search-shell {
padding: 14px;
border-radius: 14px;
}
.pa-home-search-shell form,
.pa-home-search-shell .itb-search,
.pa-home-search-shell .itb_search,
.pa-home-search-shell [class*="itb-search"],
.pa-home-search-shell [class*="itb_search"] {
grid-template-columns: 1fr;
}
.pa-home-search-shell :is(button, .btn, input[type="submit"]) {
width: 100% !important;
}
.pa-neighborhood-map-section {
padding-top: 38px;
padding-bottom: 38px;
}
.pa-neighborhood-list {
grid-template-columns: 1fr;
grid-auto-rows: 126px;
}
.pa-neighborhood-list a,
.pa-neighborhood-list [data-pa-map-zone="monte-carlo"],
.pa-neighborhood-list [data-pa-map-zone="fontvieille"] {
grid-column: span 1;
grid-row: span 1;
}
.pa-map-canvas,
.pa-map-canvas > img {
height: auto !important;
min-height: 0;
}
.pa-map-zone span {
display: none;
}
.pa-source-section-head,
.pa-source-listings-head,
.pa-source-team-head {
display: block;
}
.pa-source-toggle {
margin-top: 16px;
}
.pa-source-section-head h2,
.pa-source-listings-head h2,
.pa-source-contact-band h2,
.pa-home-contact-section h2,
.pa-call-agent-cta h2 {
font-size: 34px;
}
.pa-itb-listing-shell > :is(ul, ol, .itb_listing, .itb-listing, .itb-results, .properties, .property-list, [class*="properties"]),
.pa-itb-selection-page > :is(ul, ol, .itb_selection, .itb-selection, .properties, .property-list, [class*="properties"]),
.pa-itb-results-page > :is(ul, ol, .itb_searchresults, .itb-searchresults, .itb-results, .properties, .property-list, [class*="properties"]),
.pa-new-listings-shell > :is(ul, ol, .itb_properties, .itb_carousel, .itb-carousel, .properties, [class*="carousel"]),
.pa-new-listings-shell .itb_properties,
.pa-featured-editorial-shell > :is(ul, ol, .itb_carousel, .itb-carousel, .properties, [class*="carousel"]),
.pa-itb-listing-shell .itb_properties,
.pa-itb-selection-page .itb_properties,
.pa-itb-results-page .itb_properties,
.pa-source-team .pa-source-agent-grid,
.pa-source-team-list,
.pa-itb-search-section form,
.pa-itb-search-section .itb-search,
.pa-itb-search-section .itb_search,
.pa-itb-search-section [class*="itb-search"],
.pa-itb-search-section [class*="itb_search"],
.pa-footer-inner {
grid-template-columns: 1fr !important;
}
.pa-itb-listing-shell,
.pa-new-listings-shell,
.pa-featured-editorial-shell,
.pa-itb-selection-page,
.pa-itb-results-page {
overflow: hidden;
width: 100%;
}
.pa-itb-listing-shell .itb_properties,
.pa-itb-selection-page .itb_properties,
.pa-itb-results-page .itb_properties {
grid-template-columns: 1fr !important;
gap: 34px !important;
}
.pa-itb-listing-shell .itb_properties > .btn-group,
.pa-itb-selection-page .itb_properties > .btn-group,
.pa-itb-results-page .itb_properties > .btn-group {
grid-column: 1 / -1 !important;
}
.pa-detail-editorial-shell {
padding-left: var(--source-pad);
padding-right: var(--source-pad);
}
.pa-detail-editorial-shell :is(.itb_property_photos, .itb_property_images, .itb_property_pictures, .property-gallery, .property-images, [class*="gallery"], [class*="photos"], [class*="pictures"]) {
grid-template-columns: 1fr;
}
.pa-detail-editorial-shell :is(.itb_property_photos, .itb_property_images, .itb_property_pictures, .property-gallery, .property-images, [class*="gallery"], [class*="photos"], [class*="pictures"]) > *:first-child {
grid-row: auto;
}
.pa-detail-editorial-shell :is(.itb_property_photos, .itb_property_images, .itb_property_pictures, .property-gallery, .property-images, [class*="gallery"], [class*="photos"], [class*="pictures"]) img,
.pa-detail-editorial-shell :is(.itb_property_photos, .itb_property_images, .itb_property_pictures, .property-gallery, .property-images, [class*="gallery"], [class*="photos"], [class*="pictures"]) > *:first-child img {
min-height: 0;
aspect-ratio: 16 / 11;
}
.pa-detail-editorial-shell dl,
.pa-detail-editorial-shell :is(.itb_property_infos, .itb_property_features, [class*="information"], [class*="feature"]) {
grid-template-columns: 1fr;
}
.pa-featured-editorial-shell .itb_properties_property.is-pa-active,
.pa-featured-editorial-shell :is(article, li, .property, .itb-property, .itb_property, [class*="property-card"], [class*="property_item"], [class*="property-item"], [class*="listing-item"]).is-pa-active {
grid-template-columns: 1fr !important;
grid-template-areas: "image" "title" "content" !important;
gap: 16px !important;
}
.pa-single-itb-carousel .itb_properties_property.is-pa-active,
.pa-single-itb-carousel :is(article, li, .property, .itb-property, .itb_property, [class*="property-card"], [class*="property_item"], [class*="property-item"], [class*="listing-item"]).is-pa-active {
grid-template-columns: 1fr !important;
grid-template-areas: "image" "title" "content" !important;
gap: 16px !important;
}
.pa-single-itb-carousel .itb_properties_property.is-pa-active > h3 > a:not(.btn-switchselection) {
font-size: 28px !important;
}
.pa-featured-editorial-shell .itb_properties_property.is-pa-active .itb_properties_property_img img {
min-height: 0 !important;
aspect-ratio: 16 / 11 !important;
}
.pa-source-strip,
.pa-source-listings,
.pa-source-team,
.pa-source-contact-band,
.pa-home-contact-section,
.pa-section,
.pa-page-hero,
.pa-source-team-list {
padding-top: 38px;
padding-bottom: 38px;
}
.pa-source-profile-head {
align-items: flex-start;
}
.pa-booking-options {
grid-template-columns: 1fr;
}
.pa-source-card-grid,
.pa-contact-form-card {
padding: 18px;
}
.pa-itb-listing-shell.pa-source-card-grid {
padding: 0;
}
.pa-contact-list li {
grid-template-columns: 1fr;
gap: 4px;
}
.pa-itb-listing-shell .itb_properties_property,
.pa-itb-selection-page .itb_properties_property,
.pa-itb-results-page .itb_properties_property {
grid-template-columns: 1fr !important;
grid-template-areas: "image" "title" "content" !important;
}
.pa-itb-listing-shell .itb_properties_property_img,
.pa-itb-selection-page .itb_properties_property_img,
.pa-itb-results-page .itb_properties_property_img,
.pa-itb-listing-shell .itb_properties_property_content,
.pa-itb-selection-page .itb_properties_property_content,
.pa-itb-results-page .itb_properties_property_content {
grid-column: 1 !important;
width: 100% !important;
}
} .pa-source-hero {
min-height: 680px;
place-items: end start;
padding-bottom: 150px;
background:
linear-gradient(90deg, rgba(7, 30, 51, .94), rgba(7, 30, 51, .72) 48%, rgba(7, 30, 51, .30)),
linear-gradient(180deg, rgba(7, 30, 51, .30), rgba(7, 30, 51, .66)),
url(//pacificagency.mc/wp-content/themes/pacific-agency/assets/images/imc-hero-bg.jpg) center center / cover no-repeat;
}
.pa-source-hero-copy {
max-width: 850px;
padding: 0;
}
.pa-source-hero-title {
max-width: 860px;
margin: 12px 0 22px;
font-size: clamp(58px, 8vw, 104px);
color: #f7f4ef;
text-wrap: balance;
}
.pa-source-hero-sub {
max-width: 720px;
margin: 0 0 28px;
color: rgba(247, 244, 239, .90);
font-size: clamp(20px, 2.3vw, 28px);
font-weight: 500;
line-height: 1.3;
text-shadow: 0 2px 24px rgba(0, 0, 0, .38);
}
.pa-source-hero .pa-source-pill {
min-height: 48px;
padding: 13px 18px;
border-color: rgba(247, 244, 239, .72);
background: rgba(7, 30, 51, .18);
color: #f7f4ef;
backdrop-filter: blur(12px);
}
.pa-source-hero .pa-source-pill.is-active,
.pa-source-hero .pa-source-pill:hover {
border-color: var(--cyan);
background: var(--cyan);
color: #071e33;
}
.pa-source-feature-property {
padding-top: 84px;
}
.pa-new-listings-shell .itb_properties,
.pa-new-listings-shell > :is(ul, ol, .itb_carousel, .itb-carousel, .properties, [class*="carousel"]) {
gap: 30px !important;
}
.pa-new-listings-shell .itb_properties_property,
.pa-new-listings-shell :is(article, li, .property, .itb-property, .itb_property, [class*="property-card"], [class*="property_item"], [class*="property-item"], [class*="listing-item"]),
.pa-itb-listing-shell .itb_properties_property,
.pa-itb-selection-page .itb_properties_property,
.pa-itb-results-page .itb_properties_property {
padding: 16px !important;
border: 1px solid rgba(216, 199, 173, .72) !important;
border-radius: 0 !important;
background: #fffdf9 !important;
box-shadow: 0 22px 48px rgba(7, 30, 51, .10) !important;
}
.pa-new-listings-shell .itb_properties_property_img img,
.pa-itb-listing-shell .itb_properties_property_img img,
.pa-itb-selection-page .itb_properties_property_img img,
.pa-itb-results-page .itb_properties_property_img img {
aspect-ratio: 1.42 / 1 !important;
border-radius: 0 !important;
}
.pa-new-listings-shell .itb_properties_property > h3 > a:not(.btn-switchselection),
.pa-itb-listing-shell .itb_properties_property > h3 > a:not(.btn-switchselection),
.pa-itb-selection-page .itb_properties_property > h3 > a:not(.btn-switchselection),
.pa-itb-results-page .itb_properties_property > h3 > a:not(.btn-switchselection) {
font-size: 25px !important;
line-height: 1.02 !important;
color: #071e33 !important;
}
.pa-new-listings-shell .itb_properties_property_readmore a,
.pa-itb-listing-shell .itb_properties_property_readmore a,
.pa-itb-selection-page .itb_properties_property_readmore a,
.pa-itb-results-page .itb_properties_property_readmore a {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
width: fit-content !important;
min-height: 38px !important;
margin-top: 4px !important;
padding: 9px 13px !important;
border: 1px solid #071e33 !important;
background: #071e33 !important;
color: #f7f4ef !important;
font-family: var(--font-mono) !important;
font-size: 10px !important;
font-weight: 800 !important;
line-height: 1 !important;
text-decoration: none !important;
text-transform: uppercase !important;
}
.pa-single-itb-carousel .itb_properties_property.is-pa-active,
.pa-single-itb-carousel :is(article, li, .property, .itb-property, .itb_property, [class*="property-card"], [class*="property_item"], [class*="property-item"], [class*="listing-item"]).is-pa-active {
grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr) !important;
gap: 34px !important;
padding: 20px !important;
border-color: rgba(216, 199, 173, .72) !important;
border-radius: 0 !important;
box-shadow: 0 26px 70px rgba(7, 30, 51, .12) !important;
}
.pa-single-itb-carousel .itb_properties_property.is-pa-active .itb_properties_property_img img {
aspect-ratio: 1.45 / 1 !important;
border-radius: 0 !important;
}
.pa-single-itb-carousel .itb_properties_property.is-pa-active > h3 > a:not(.btn-switchselection) {
font-size: clamp(36px, 4vw, 56px) !important;
color: #071e33 !important;
}
.pa-neighborhood-map-section {
background: #fffdf9;
border-top: 1px solid rgba(216, 199, 173, .58);
border-bottom: 1px solid rgba(216, 199, 173, .58);
}
.pa-map-canvas {
border-color: rgba(216, 199, 173, .72);
background: #fffdf9;
box-shadow: 0 22px 52px rgba(7, 30, 51, .10);
}
.pa-neighborhood-list {
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-auto-rows: 162px;
}
.pa-neighborhood-list a,
.pa-neighborhood-list [data-pa-map-zone="monte-carlo"],
.pa-neighborhood-list [data-pa-map-zone="fontvieille"] {
grid-column: span 1;
grid-row: span 1;
flex-direction: column;
justify-content: flex-end;
align-items: flex-start;
border-color: rgba(216, 199, 173, .54);
border-radius: 0;
background:
linear-gradient(180deg, rgba(7, 30, 51, .04), rgba(7, 30, 51, .82)),
var(--pa-neighborhood-image) center / cover;
}
.pa-neighborhood-list a > span:first-child {
font-family: var(--font-display);
font-size: 28px;
line-height: .95;
}
.pa-neighborhood-list small {
position: relative;
z-index: 1;
color: rgba(247, 244, 239, .82);
font-family: var(--font-mono);
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
text-shadow: 0 2px 14px rgba(0, 0, 0, .42);
}
.pa-proof-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 1px;
background: rgba(216, 199, 173, .72);
border: 1px solid rgba(216, 199, 173, .72);
}
.pa-proof-grid article {
display: grid;
gap: 12px;
min-height: 180px;
padding: 28px;
background: #fffdf9;
}
.pa-proof-grid strong {
font-family: var(--font-display);
font-size: 58px;
line-height: .9;
color: #071e33;
}
.pa-proof-grid span {
color: #1b1b1b;
font-weight: 700;
}
.pa-detail-editorial-shell {
max-width: none;
margin: 0;
padding-top: 0;
}
.pa-detail-brochure-layout {
display: grid;
grid-template-columns: minmax(0, 1fr) 330px;
gap: 42px;
max-width: var(--source-max);
margin: 0 auto;
padding: 54px var(--source-pad) 0;
align-items: start;
}
.pa-detail-editorial-shell .pa-page-content {
display: block;
min-width: 0;
}
.pa-detail-editorial-shell :is(h1, .h1, [class*="title"]) {
font-size: clamp(56px, 7vw, 92px);
color: #071e33;
}
.pa-detail-editorial-shell :is([class*="price"], .price) {
color: #071e33;
font-size: clamp(28px, 4vw, 48px);
}
.pa-detail-contact-panel {
position: sticky;
top: 78px;
display: grid;
gap: 10px;
padding: 24px;
border: 1px solid rgba(216, 199, 173, .72);
background: #071e33;
color: #f7f4ef;
box-shadow: 0 24px 60px rgba(7, 30, 51, .16);
}
.pa-detail-contact-panel h2 {
margin: 0 0 8px;
font-family: var(--font-display);
font-size: 36px;
line-height: .95;
text-transform: uppercase;
color: #f7f4ef;
}
.pa-detail-contact-panel a {
display: flex;
align-items: center;
justify-content: center;
min-height: 42px;
padding: 10px 12px;
border: 1px solid rgba(247, 244, 239, .42);
color: #f7f4ef;
font-family: var(--font-mono);
font-size: 10px;
font-weight: 800;
text-decoration: none;
text-transform: uppercase;
}
.pa-detail-contact-panel a:hover {
border-color: var(--cyan);
background: var(--cyan);
color: #071e33;
}
.pa-detail-similar {
max-width: var(--source-max);
margin: 64px auto 0;
padding: 0 var(--source-pad) 60px;
}
@media (max-width: 1023px) {
.pa-detail-brochure-layout {
grid-template-columns: 1fr;
}
.pa-detail-contact-panel {
position: static;
}
.pa-proof-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 700px) {
.pa-source-hero {
min-height: 560px;
padding-bottom: 110px;
}
.pa-source-hero-title {
font-size: 50px;
}
.pa-source-hero-sub {
font-size: 19px;
}
.pa-single-itb-carousel .itb_properties_property.is-pa-active,
.pa-single-itb-carousel :is(article, li, .property, .itb-property, .itb_property, [class*="property-card"], [class*="property_item"], [class*="property-item"], [class*="listing-item"]).is-pa-active {
grid-template-columns: 1fr !important;
grid-template-areas: "image" "title" "content" !important;
}
.pa-neighborhood-list,
.pa-proof-grid {
grid-template-columns: 1fr;
}
.pa-detail-brochure-layout,
.pa-detail-similar {
padding-left: var(--source-pad);
padding-right: var(--source-pad);
}
}:root {
--bg: #f7f4ef;
--bg-alt: #efe6d8;
--surface: #fffdf9;
--surface-glass: rgba(255, 253, 249, .82);
--ink: #071e33;
--ink-2: #1b1b1b;
--muted: #66717e;
--sand: #d8c7ad;
--cyan: #1ca9c9;
--cyan-soft: rgba(28, 169, 201, .13);
--line: rgba(7, 30, 51, .13);
--line-warm: rgba(216, 199, 173, .62);
--shadow-soft: 0 24px 70px rgba(7, 30, 51, .12);
--shadow-card: 0 18px 44px rgba(7, 30, 51, .09);
--font-display: "Cormorant Garamond", Georgia, serif;
--font-body: "Manrope", "Barlow", system-ui, sans-serif;
--font-mono: "JetBrains Mono", ui-monospace, monospace;
--source-max: 1280px;
--source-pad: clamp(20px, 5vw, 72px);
--hero-image: url(//pacificagency.mc/wp-content/themes/pacific-agency/assets/images/imc-coastline-original.jpg);
}
html,
body {
max-width: 100%;
overflow-x: clip;
background:
linear-gradient(180deg, rgba(247, 244, 239, .98), rgba(239, 230, 216, .84) 54%, rgba(247, 244, 239, .96)),
var(--bg) !important;
color: var(--ink-2);
font-family: var(--font-body);
}
body::before {
content: "";
position: fixed;
inset: 0;
z-index: -1;
pointer-events: none;
background-image:
linear-gradient(rgba(7, 30, 51, .026) 1px, transparent 1px),
linear-gradient(90deg, rgba(7, 30, 51, .026) 1px, transparent 1px);
background-size: 44px 44px;
mask-image: linear-gradient(180deg, transparent, #000 20%, #000 80%, transparent);
}
.pa-nav {
position: fixed !important;
top: 14px !important;
right: 14px !important;
left: 14px !important;
width: auto !important;
transform: none !important;
border: 1px solid rgba(255, 255, 255, .50) !important;
border-radius: 12px !important;
background: rgba(255, 253, 249, .76) !important;
box-shadow: 0 14px 46px rgba(7, 30, 51, .11) !important;
backdrop-filter: blur(24px) saturate(1.16);
-webkit-backdrop-filter: blur(24px) saturate(1.16);
}
body.admin-bar .pa-nav {
top: 46px !important;
}
.pa-nav-inner {
max-width: var(--source-max) !important;
min-height: 54px !important;
padding: 6px clamp(16px, 4vw, 34px) !important;
}
.pa-brand img {
max-height: 44px !important;
}
.pa-vivalda-logo img {
max-height: 38px !important;
}
.pa-menu a,
.pa-nav-utils a,
.pa-language-select,
.pa-theme-toggle {
color: var(--ink) !important;
font-family: var(--font-body) !important;
font-size: 11px !important;
font-weight: 800 !important;
letter-spacing: .08em !important;
text-transform: uppercase !important;
}
.pa-menu a:hover,
.pa-menu .current-menu-item > a,
.pa-nav-utils a:hover {
color: var(--cyan) !important;
}
.pa-source-hero {
position: relative !important;
display: grid !important;
align-items: center !important;
min-height: min(820px, calc(100vh - 28px)) !important;
margin: 0 !important;
padding: 104px var(--source-pad) 148px !important;
overflow: hidden !important;
border-radius: 0 0 18px 18px !important;
background:
linear-gradient(90deg, rgba(7, 30, 51, .86), rgba(7, 30, 51, .58) 46%, rgba(7, 30, 51, .20)),
linear-gradient(180deg, rgba(7, 30, 51, .44), rgba(7, 30, 51, .25) 44%, rgba(7, 30, 51, .80)),
var(--hero-image) center / cover no-repeat !important;
color: #fff !important;
}
.pa-source-hero::after {
content: "";
position: absolute;
inset: 0;
z-index: 0;
pointer-events: none;
background:
radial-gradient(circle at 18% 28%, rgba(28, 169, 201, .16), transparent 28%),
linear-gradient(120deg, rgba(255, 255, 255, .06) 0 1px, transparent 1px 100%);
background-size: auto, 22px 22px;
opacity: .72;
}
.pa-source-hero-inner {
position: relative;
z-index: 1;
width: min(100%, var(--source-max));
margin: 0 auto;
padding: 0 !important;
}
.pa-source-hero-copy {
max-width: 790px !important;
}
.pa-source-kicker,
.mono {
color: var(--cyan) !important;
font-family: var(--font-mono) !important;
font-size: 11px !important;
font-weight: 800 !important;
letter-spacing: .16em !important;
text-transform: uppercase !important;
}
.pa-source-hero-title {
max-width: 840px !important;
margin: 16px 0 22px !important;
color: #fff !important;
font-family: var(--font-display) !important;
font-size: clamp(58px, 7vw, 92px) !important;
font-weight: 600 !important;
line-height: .92 !important;
letter-spacing: 0 !important;
text-transform: none !important;
text-wrap: balance;
}
.pa-source-hero-sub,
.pa-hero-sub {
max-width: 720px;
color: rgba(255, 255, 255, .86);
font-family: var(--font-body);
font-size: clamp(18px, 1.8vw, 24px);
font-weight: 500;
line-height: 1.5;
letter-spacing: 0;
text-wrap: pretty;
}
.pa-source-hero-actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 34px;
}
.pa-source-pill,
.pa-source-link-arrow,
.pa-card-cta {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
width: fit-content !important;
min-height: 42px !important;
padding: 11px 18px !important;
border: 1px solid rgba(7, 30, 51, .18) !important;
border-radius: 999px !important;
background: var(--surface) !important;
color: var(--ink) !important;
font-family: var(--font-body) !important;
font-size: 12px !important;
font-weight: 800 !important;
letter-spacing: .06em !important;
text-decoration: none !important;
text-transform: uppercase !important;
transition: transform .22s ease, border-color .22s ease, background .22s ease, color .22s ease, box-shadow .22s ease;
}
.pa-source-pill.is-active,
.pa-source-pill:hover,
.pa-source-link-arrow:hover,
.pa-card-cta:hover {
border-color: var(--cyan) !important;
background: var(--ink) !important;
color: #fff !important;
transform: translateY(-2px);
box-shadow: 0 14px 34px rgba(7, 30, 51, .18);
}
.pa-hero-meta-rail,
.pa-hero-scroll-cue,
.pa-source-hero-logo {
display: none !important;
}
.pa-home-search-bar {
position: relative;
z-index: 20;
margin: -76px auto 0 !important;
padding: 0 var(--source-pad) !important;
}
.pa-home-search-panel {
width: min(100%, 1180px) !important;
margin: 0 auto !important;
}
.pa-home-search-shell {
padding: clamp(16px, 2vw, 22px) !important;
border: 1px solid rgba(255, 255, 255, .56) !important;
border-radius: 24px !important;
background: var(--surface-glass) !important;
box-shadow: 0 24px 74px rgba(7, 30, 51, .20) !important;
backdrop-filter: blur(24px) saturate(1.16);
-webkit-backdrop-filter: blur(24px) saturate(1.16);
}
.pa-home-search-shell :is(form, .itb_search, .itb-search, [class*="search"]) {
display: grid !important;
grid-template-columns: repeat(6, minmax(104px, 1fr)) minmax(112px, .72fr) !important;
gap: 12px !important;
align-items: end !important;
}
.pa-home-search-shell :is(label, legend),
.pa-itb-search-section :is(label, legend) {
margin: 0 0 6px !important;
color: var(--ink) !important;
font-family: var(--font-body) !important;
font-size: 12px !important;
font-weight: 800 !important;
text-transform: none !important;
}
.pa-home-search-shell :is(input, select, textarea),
.pa-itb-search-section :is(input, select, textarea) {
width: 100% !important;
min-height: 48px !important;
padding: 10px 12px !important;
border: 1px solid rgba(7, 30, 51, .18) !important;
border-radius: 0 !important;
background-color: rgba(255, 253, 249, .72) !important;
color: var(--ink) !important;
font-family: var(--font-body) !important;
font-size: 14px !important;
box-shadow: none !important;
}
.pa-home-search-shell :is(button, input[type="submit"]),
.pa-itb-search-section :is(button, input[type="submit"]) {
width: 100% !important;
min-height: 48px !important;
padding: 11px 18px !important;
border: 1px solid var(--ink) !important;
border-radius: 12px !important;
background: var(--ink) !important;
color: #fff !important;
font-family: var(--font-body) !important;
font-size: 13px !important;
font-weight: 800 !important;
text-transform: none !important;
}
.pa-source-strip,
.pa-neighborhood-map-section,
.pa-source-team,
.pa-home-contact-section {
padding: clamp(76px, 8vw, 124px) var(--source-pad) !important;
background: transparent !important;
}
.pa-source-section-head {
width: min(100%, var(--source-max));
margin: 0 auto 36px !important;
display: flex;
align-items: end;
justify-content: space-between;
gap: 24px;
}
.pa-source-section-head.is-compact {
margin-bottom: 26px !important;
}
.pa-source-section-head h2,
.pa-page-hero .pa-hero-title,
.pa-detail-editorial-shell .pa-page-content :is(h1, .h1) {
margin: 0 !important;
color: var(--ink) !important;
font-family: var(--font-display) !important;
font-size: clamp(42px, 5.4vw, 68px) !important;
font-weight: 600 !important;
line-height: .95 !important;
letter-spacing: 0 !important;
text-transform: none !important;
text-wrap: balance;
}
.pa-source-section-head .pa-hero-sub {
max-width: 640px;
color: var(--muted) !important;
font-size: 16px;
}
.pa-feature-property-shell,
.pa-new-listings-shell,
.pa-itb-listing-shell,
.pa-sale-carousel-shell {
width: min(100%, var(--source-max)) !important;
max-width: var(--source-max) !important;
margin-inline: auto !important;
background: transparent !important;
}
.pa-feature-property-shell .owl-carousel,
.pa-new-listings-shell .owl-carousel,
.pa-feature-property-shell .owl-stage-outer,
.pa-new-listings-shell .owl-stage-outer {
display: block !important;
width: 100% !important;
max-width: 100% !important;
overflow: hidden !important;
}
.pa-feature-property-shell .owl-stage,
.pa-new-listings-shell .owl-stage {
width: 100% !important;
max-width: 100% !important;
transform: none !important;
}
.pa-single-itb-carousel .owl-stage {
display: block !important;
}
.pa-single-itb-carousel .owl-item {
display: none !important;
float: none !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 !important;
}
.pa-single-itb-carousel .owl-item.is-pa-active,
.pa-single-itb-carousel .owl-item:has(> .item.is-pa-active):not(.cloned) {
display: block !important;
}
.pa-single-itb-carousel .owl-item.cloned,
.pa-new-listings-shell .owl-item.cloned {
display: none !important;
}
.pa-single-itb-carousel .owl-item.is-pa-active .item > a {
display: grid !important;
grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr) !important;
width: 100% !important;
min-height: clamp(520px, 48vw, 640px) !important;
overflow: hidden !important;
border: 1px solid var(--line-warm) !important;
border-radius: 18px !important;
background: var(--surface) !important;
color: var(--ink) !important;
box-shadow: var(--shadow-soft) !important;
text-decoration: none !important;
}
.pa-single-itb-carousel .owl-item.is-pa-active img {
width: 100% !important;
height: 100% !important;
min-height: clamp(520px, 48vw, 640px) !important;
object-fit: cover !important;
transition: transform .7s ease;
}
.pa-single-itb-carousel .owl-item.is-pa-active .legend {
position: static !important;
display: grid !important;
align-content: end !important;
gap: 16px !important;
min-height: 100% !important;
padding: clamp(28px, 4vw, 56px) !important;
background: linear-gradient(180deg, rgba(255, 253, 249, .98), rgba(247, 244, 239, .92)) !important;
color: var(--ink) !important;
text-align: left !important;
text-shadow: none !important;
}
.pa-card-district {
color: var(--cyan) !important;
font-family: var(--font-mono) !important;
font-size: 11px !important;
font-weight: 800 !important;
letter-spacing: .16em !important;
text-transform: uppercase !important;
}
.pa-card-title {
color: var(--ink) !important;
font-family: var(--font-display) !important;
font-size: clamp(26px, 3.4vw, 54px) !important;
font-weight: 600 !important;
line-height: .98 !important;
letter-spacing: 0 !important;
text-transform: none !important;
text-wrap: balance;
}
.pa-card-specs {
color: var(--muted) !important;
font-family: var(--font-body) !important;
font-size: 15px !important;
font-weight: 500 !important;
line-height: 1.55 !important;
}
.pa-card-price {
color: var(--ink) !important;
font-family: var(--font-body) !important;
font-size: clamp(18px, 2vw, 28px) !important;
font-weight: 800 !important;
line-height: 1.1 !important;
}
.pa-single-itb-carousel .legend::after,
.pa-new-listings-shell .legend::after,
.pa-single-itb-carousel .legend strong,
.pa-new-listings-shell .legend strong {
content: none !important;
display: none !important;
}
.pa-single-itb-carousel .owl-item.is-pa-active .item > a:hover img,
.pa-new-listings-shell .item > a:hover img,
.pa-itb-listing-shell .itb_properties_property:hover img {
transform: scale(1.035);
}
.pa-new-listings-shell .owl-stage {
display: grid !important;
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
gap: clamp(18px, 2.6vw, 32px) !important;
}
.pa-new-listings-shell .owl-item {
display: block !important;
float: none !important;
width: auto !important;
min-width: 0 !important;
margin: 0 !important;
}
.pa-new-listings-shell .item,
.pa-new-listings-shell .item > a {
height: 100% !important;
min-width: 0 !important;
}
.pa-new-listings-shell .item > a {
display: grid !important;
grid-template-rows: auto 1fr !important;
overflow: hidden !important;
border: 1px solid rgba(7, 30, 51, .12) !important;
border-radius: 16px !important;
background: var(--surface) !important;
color: var(--ink) !important;
box-shadow: 0 10px 30px rgba(7, 30, 51, .07) !important;
text-decoration: none !important;
transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.pa-new-listings-shell .item > a:hover {
transform: translateY(-6px) !important;
border-color: rgba(28, 169, 201, .45) !important;
box-shadow: 0 24px 54px rgba(7, 30, 51, .14) !important;
}
.pa-new-listings-shell .item img {
width: 100% !important;
aspect-ratio: 1.28 / 1 !important;
height: auto !important;
min-height: 0 !important;
object-fit: cover !important;
border-radius: 12px 12px 0 0 !important;
transition: transform .55s ease;
}
.pa-new-listings-shell .legend {
position: static !important;
display: grid !important;
gap: 10px !important;
align-content: start !important;
min-height: 250px !important;
padding: 22px !important;
background: var(--surface) !important;
color: var(--ink) !important;
text-align: left !important;
text-shadow: none !important;
}
.pa-new-listings-shell .pa-card-title {
font-size: clamp(22px, 2vw, 30px) !important;
line-height: 1.04 !important;
}
.pa-new-listings-shell .pa-card-specs {
min-height: 46px;
}
.pa-itb-listing-shell .itb_properties,
.pa-itb-selection-page .itb_properties,
.pa-itb-results-page .itb_properties {
display: grid !important;
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
gap: clamp(18px, 2.6vw, 32px) !important;
align-items: stretch !important;
background: transparent !important;
}
.pa-itb-listing-shell .itb_properties_property,
.pa-itb-selection-page .itb_properties_property,
.pa-itb-results-page .itb_properties_property {
display: grid !important;
grid-template-rows: auto auto 1fr auto !important;
gap: 12px !important;
min-width: 0 !important;
padding: 0 0 22px !important;
overflow: hidden !important;
border: 1px solid rgba(7, 30, 51, .12) !important;
border-radius: 16px !important;
background: var(--surface) !important;
box-shadow: 0 10px 30px rgba(7, 30, 51, .07) !important;
}
.pa-itb-listing-shell .itb_properties_property_img,
.pa-itb-selection-page .itb_properties_property_img,
.pa-itb-results-page .itb_properties_property_img {
overflow: hidden !important;
}
.pa-itb-listing-shell .itb_properties_property_img img,
.pa-itb-selection-page .itb_properties_property_img img,
.pa-itb-results-page .itb_properties_property_img img {
width: 100% !important;
aspect-ratio: 1.28 / 1 !important;
height: auto !important;
object-fit: cover !important;
}
.pa-itb-listing-shell .itb_properties_property > h3,
.pa-itb-selection-page .itb_properties_property > h3,
.pa-itb-results-page .itb_properties_property > h3,
.pa-itb-listing-shell .itb_properties_property_content,
.pa-itb-selection-page .itb_properties_property_content,
.pa-itb-results-page .itb_properties_property_content,
.pa-itb-listing-shell .itb_properties_property_readmore,
.pa-itb-selection-page .itb_properties_property_readmore,
.pa-itb-results-page .itb_properties_property_readmore {
padding-inline: 22px !important;
}
.pa-itb-listing-shell .itb_properties_property > h3 > a:not(.btn-switchselection),
.pa-itb-selection-page .itb_properties_property > h3 > a:not(.btn-switchselection),
.pa-itb-results-page .itb_properties_property > h3 > a:not(.btn-switchselection) {
color: var(--ink) !important;
font-family: var(--font-display) !important;
font-size: clamp(22px, 2.2vw, 30px) !important;
font-weight: 600 !important;
line-height: 1.03 !important;
letter-spacing: 0 !important;
text-transform: none !important;
}
.pa-itb-listing-shell .itb_properties_property_content,
.pa-itb-selection-page .itb_properties_property_content,
.pa-itb-results-page .itb_properties_property_content {
color: var(--muted) !important;
font-size: 14px !important;
line-height: 1.55 !important;
}
.pa-itb-listing-shell .itb_properties_property_readmore a,
.pa-itb-selection-page .itb_properties_property_readmore a,
.pa-itb-results-page .itb_properties_property_readmore a {
display: inline-flex !important;
min-height: 38px !important;
padding: 9px 15px !important;
border: 1px solid rgba(7, 30, 51, .16) !important;
border-radius: 999px !important;
background: var(--surface) !important;
color: var(--ink) !important;
font-family: var(--font-body) !important;
font-size: 12px !important;
font-weight: 800 !important;
letter-spacing: .06em !important;
text-decoration: none !important;
text-transform: uppercase !important;
}
.pa-itb-listing-shell .btn-group,
.pa-new-listings-shell .btn-group,
.pa-itb-selection-page .btn-group,
.pa-itb-results-page .btn-group {
grid-column: 1 / -1 !important;
display: flex !important;
flex-flow: row wrap !important;
align-items: center !important;
gap: 8px !important;
width: 100% !important;
margin: 0 0 20px !important;
padding: 10px !important;
border: 1px solid rgba(7, 30, 51, .10) !important;
border-radius: 999px !important;
background: rgba(255, 253, 249, .68) !important;
box-shadow: none !important;
}
.pa-itb-listing-shell .btn-group :is(a, button, .btn),
.pa-new-listings-shell .btn-group :is(a, button, .btn),
.pa-itb-selection-page .btn-group :is(a, button, .btn),
.pa-itb-results-page .btn-group :is(a, button, .btn) {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
width: auto !important;
min-width: 0 !important;
min-height: 30px !important;
margin: 0 !important;
padding: 6px 11px !important;
border: 1px solid rgba(7, 30, 51, .16) !important;
border-radius: 999px !important;
background: var(--surface) !important;
color: var(--ink) !important;
font-family: var(--font-body) !important;
font-size: 11px !important;
font-weight: 800 !important;
line-height: 1 !important;
letter-spacing: .04em !important;
text-transform: uppercase !important;
box-shadow: none !important;
}
.pa-itb-listing-shell .btn-group .is-pa-sort-active,
.pa-new-listings-shell .btn-group .is-pa-sort-active,
.pa-itb-selection-page .btn-group .is-pa-sort-active,
.pa-itb-results-page .btn-group .is-pa-sort-active {
border-color: var(--cyan) !important;
background: var(--cyan-soft) !important;
color: var(--ink) !important;
}
.pa-neighborhood-map-section {
background: linear-gradient(180deg, rgba(255, 253, 249, .74), rgba(239, 230, 216, .58)) !important;
border-top: 1px solid var(--line-warm);
border-bottom: 1px solid var(--line-warm);
}
.pa-neighborhood-map-grid {
width: min(100%, var(--source-max));
margin: 0 auto;
display: grid;
grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
gap: clamp(24px, 4vw, 48px);
align-items: start;
}
.pa-map-canvas {
position: sticky;
top: 92px;
overflow: hidden;
max-height: 640px;
margin: 0;
padding: clamp(18px, 3vw, 34px);
border: 1px solid rgba(7, 30, 51, .14);
border-radius: 16px;
background: var(--surface);
box-shadow: var(--shadow-card);
}
.pa-map-canvas img {
display: block;
width: 100%;
max-height: 560px;
object-fit: contain;
filter: saturate(.96) contrast(1.04);
}
.pa-map-pin {
width: 12px !important;
height: 12px !important;
border: 2px solid #fff !important;
background: var(--cyan) !important;
box-shadow: 0 0 0 6px rgba(28, 169, 201, .16), 0 8px 18px rgba(7, 30, 51, .24) !important;
}
.pa-neighborhood-list {
display: grid !important;
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
grid-auto-rows: 172px !important;
gap: 14px !important;
}
.pa-neighborhood-list a {
position: relative;
display: flex !important;
flex-direction: column !important;
justify-content: end !important;
align-items: flex-start !important;
min-width: 0;
overflow: hidden;
padding: 18px !important;
border: 1px solid rgba(255, 255, 255, .42) !important;
border-radius: 16px !important;
background:
linear-gradient(180deg, rgba(7, 30, 51, .08), rgba(7, 30, 51, .78)),
var(--pa-neighborhood-image) center / cover no-repeat !important;
box-shadow: 0 12px 32px rgba(7, 30, 51, .11);
color: #fff !important;
text-decoration: none !important;
transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.pa-neighborhood-list a:hover,
.pa-neighborhood-list a.is-active {
transform: translateY(-5px) scale(1.015);
border-color: rgba(28, 169, 201, .72) !important;
box-shadow: 0 24px 54px rgba(7, 30, 51, .18);
}
.pa-neighborhood-list a > span:first-child {
color: #fff !important;
font-family: var(--font-display) !important;
font-size: clamp(25px, 2.3vw, 34px) !important;
font-weight: 600 !important;
line-height: .96 !important;
text-shadow: 0 3px 16px rgba(0, 0, 0, .32);
}
.pa-neighborhood-list small {
margin-top: 8px;
color: rgba(255, 255, 255, .84) !important;
font-family: var(--font-mono) !important;
font-size: 10px !important;
font-weight: 800 !important;
letter-spacing: .12em !important;
text-transform: uppercase !important;
}
.pa-proof-grid {
width: min(100%, var(--source-max));
margin: 0 auto;
display: grid !important;
grid-template-columns: 1.05fr .95fr .95fr 1.05fr !important;
gap: 14px !important;
background: transparent !important;
border: 0 !important;
}
.pa-proof-grid article {
min-height: 206px;
padding: clamp(24px, 3vw, 34px) !important;
display: grid;
align-content: space-between;
gap: 20px;
border: 1px solid var(--line-warm);
border-radius: 16px;
background: linear-gradient(145deg, rgba(255, 253, 249, .98), rgba(247, 244, 239, .88)) !important;
box-shadow: 0 12px 34px rgba(7, 30, 51, .07);
}
.pa-proof-grid article:nth-child(2) {
background: linear-gradient(145deg, rgba(7, 30, 51, .96), rgba(7, 30, 51, .82)) !important;
}
.pa-proof-grid strong {
color: var(--ink);
font-family: var(--font-display);
font-size: clamp(44px, 4.8vw, 72px);
font-weight: 600;
line-height: .88;
}
.pa-proof-grid article:nth-child(2) strong,
.pa-proof-grid article:nth-child(2) span {
color: #fff !important;
}
.pa-proof-grid span {
color: var(--ink-2);
font-family: var(--font-body);
font-size: 15px;
font-weight: 700;
line-height: 1.45;
}
.pa-source-agent-grid {
width: min(100%, var(--source-max));
margin: 0 auto;
display: grid !important;
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
gap: 18px !important;
}
.pa-source-agent-card {
display: grid !important;
gap: 16px !important;
padding: 22px !important;
border: 1px solid rgba(7, 30, 51, .12) !important;
border-radius: 16px !important;
background: rgba(255, 253, 249, .82) !important;
box-shadow: 0 12px 34px rgba(7, 30, 51, .07) !important;
}
.pa-source-agent-card img,
.pa-agent-avatar {
width: 82px !important;
height: 82px !important;
border-radius: 50% !important;
object-fit: cover !important;
border: 1px solid rgba(28, 169, 201, .34) !important;
background: var(--cyan-soft) !important;
}
.pa-source-agent-card h3,
.pa-agent-card h3 {
color: var(--ink) !important;
font-family: var(--font-display) !important;
font-size: 30px !important;
font-weight: 600 !important;
line-height: .98 !important;
letter-spacing: 0 !important;
text-transform: none !important;
}
.pa-source-agent-card :is(p, span, small) {
color: var(--muted) !important;
font-family: var(--font-body) !important;
}
.pa-home-contact-section {
width: min(calc(100% - (var(--source-pad) * 2)), var(--source-max));
margin: clamp(30px, 6vw, 72px) auto clamp(56px, 8vw, 96px) !important;
padding: clamp(40px, 6vw, 72px) !important;
border-radius: 22px !important;
background:
linear-gradient(135deg, rgba(28, 169, 201, .16), transparent 38%),
linear-gradient(180deg, #08233c, var(--ink)) !important;
color: #fff !important;
box-shadow: 0 28px 74px rgba(7, 30, 51, .24);
}
.pa-home-contact-section .pa-source-section-head {
width: 100%;
margin-bottom: 28px !important;
}
.pa-home-contact-section .pa-source-section-head h2,
.pa-home-contact-section .pa-hero-sub {
color: #fff !important;
}
.pa-contact-form-card {
border: 1px solid rgba(255, 255, 255, .20) !important;
border-radius: 18px !important;
background: rgba(255, 255, 255, .08) !important;
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
}
.pa-contact-form-card :is(input, select, textarea) {
border-color: rgba(255, 255, 255, .22) !important;
background: rgba(255, 255, 255, .92) !important;
color: var(--ink) !important;
}
[data-theme="dark"] {
--bg: #071e33;
--bg-alt: #0b2a44;
--surface: #0e2a43;
--surface-glass: rgba(14, 42, 67, .86);
--ink: #f7f4ef;
--ink-2: #f7f4ef;
--muted: rgba(247, 244, 239, .72);
--line: rgba(247, 244, 239, .16);
--line-warm: rgba(216, 199, 173, .32);
}
[data-theme="dark"] .pa-nav,
[data-theme="dark"] .pa-home-search-shell {
background: rgba(7, 30, 51, .78) !important;
border-color: rgba(247, 244, 239, .16) !important;
}
[data-theme="dark"] .pa-menu a,
[data-theme="dark"] .pa-nav-utils a,
[data-theme="dark"] .pa-language-select,
[data-theme="dark"] .pa-theme-toggle,
[data-theme="dark"] .pa-home-search-shell :is(label, legend) {
color: #f7f4ef !important;
}
[data-theme="dark"] .pa-new-listings-shell .item > a,
[data-theme="dark"] .pa-single-itb-carousel .owl-item.is-pa-active .item > a,
[data-theme="dark"] .pa-single-itb-carousel .owl-item.is-pa-active .legend,
[data-theme="dark"] .pa-itb-listing-shell .itb_properties_property,
[data-theme="dark"] .pa-itb-selection-page .itb_properties_property,
[data-theme="dark"] .pa-itb-results-page .itb_properties_property,
[data-theme="dark"] .pa-proof-grid article:not(:nth-child(2)),
[data-theme="dark"] .pa-source-agent-card {
background: #0e2a43 !important;
color: #f7f4ef !important;
}
[data-theme="dark"] .pa-card-title,
[data-theme="dark"] .pa-card-price,
[data-theme="dark"] .pa-itb-listing-shell .itb_properties_property > h3 > a:not(.btn-switchselection),
[data-theme="dark"] .pa-itb-selection-page .itb_properties_property > h3 > a:not(.btn-switchselection),
[data-theme="dark"] .pa-itb-results-page .itb_properties_property > h3 > a:not(.btn-switchselection),
[data-theme="dark"] .pa-source-section-head h2,
[data-theme="dark"] .pa-proof-grid strong,
[data-theme="dark"] .pa-proof-grid span,
[data-theme="dark"] .pa-source-agent-card h3 {
color: #f7f4ef !important;
}
@media (max-width: 1180px) {
.pa-home-search-shell :is(form, .itb_search, .itb-search, [class*="search"]) {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.pa-new-listings-shell .owl-stage,
.pa-itb-listing-shell .itb_properties,
.pa-itb-selection-page .itb_properties,
.pa-itb-results-page .itb_properties {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.pa-source-agent-grid,
.pa-proof-grid {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
}
@media (max-width: 900px) {
.pa-source-hero {
min-height: 720px !important;
padding-top: 142px !important;
}
.pa-single-itb-carousel .owl-item.is-pa-active .item > a,
.pa-neighborhood-map-grid {
grid-template-columns: 1fr !important;
}
.pa-single-itb-carousel .owl-item.is-pa-active img {
min-height: 360px !important;
aspect-ratio: 1.2 / 1 !important;
}
.pa-map-canvas {
position: relative;
top: auto;
max-height: none;
}
.pa-neighborhood-list {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
}
@media (max-width: 700px) {
body.admin-bar .pa-nav,
.pa-nav {
top: 8px !important;
right: 8px !important;
left: 8px !important;
border-radius: 18px !important;
}
.pa-nav-inner {
min-height: 88px !important;
padding: 10px 12px !important;
}
.pa-brand img {
max-height: 48px !important;
}
.pa-vivalda-logo img {
max-height: 34px !important;
}
.pa-source-hero {
min-height: 760px !important;
padding: 156px 22px 132px !important;
}
.pa-source-hero-title {
font-size: clamp(44px, 13vw, 58px) !important;
line-height: .94 !important;
}
.pa-source-hero-sub {
font-size: 18px !important;
}
.pa-source-hero-actions {
gap: 10px;
}
.pa-source-pill {
width: 100% !important;
}
.pa-home-search-bar {
margin-top: -92px !important;
padding-inline: 20px !important;
}
.pa-home-search-shell {
border-radius: 22px !important;
}
.pa-home-search-shell :is(form, .itb_search, .itb-search, [class*="search"]) {
grid-template-columns: 1fr !important;
}
.pa-source-section-head {
display: grid;
align-items: start;
}
.pa-source-section-head h2 {
font-size: clamp(38px, 12vw, 52px) !important;
}
.pa-source-strip,
.pa-neighborhood-map-section,
.pa-source-team,
.pa-home-contact-section {
padding-top: 72px !important;
padding-bottom: 72px !important;
}
.pa-new-listings-shell .owl-stage,
.pa-itb-listing-shell .itb_properties,
.pa-itb-selection-page .itb_properties,
.pa-itb-results-page .itb_properties,
.pa-neighborhood-list,
.pa-source-agent-grid,
.pa-proof-grid {
grid-template-columns: 1fr !important;
}
.pa-single-itb-carousel .owl-item.is-pa-active .legend,
.pa-new-listings-shell .legend {
padding: 22px !important;
}
.pa-new-listings-shell .legend {
min-height: 220px !important;
}
.pa-neighborhood-list {
grid-auto-rows: 156px !important;
}
.pa-home-contact-section {
width: calc(100% - 28px);
padding: 28px !important;
}
} html:not([data-theme="dark"]) body::before {
background:
repeating-linear-gradient(18deg, rgba(7, 30, 51, .055) 0 1px, transparent 1px 42px),
repeating-linear-gradient(108deg, rgba(28, 169, 201, .042) 0 1px, transparent 1px 56px),
repeating-radial-gradient(circle at 12% 6%, transparent 0 78px, rgba(7, 30, 51, .075) 79px 80px, transparent 81px 128px),
linear-gradient(180deg, rgba(255, 253, 249, .72), rgba(247, 244, 239, .88));
background-size: auto;
opacity: .78;
mask-image: linear-gradient(180deg, #000, #000);
}
body::after {
content: "";
position: fixed;
right: -110px;
bottom: -110px;
z-index: -1;
width: min(42vw, 520px);
aspect-ratio: 1;
pointer-events: none;
border: 1px solid rgba(28, 169, 201, .16);
border-radius: 50%;
background:
repeating-conic-gradient(from -18deg, rgba(7, 30, 51, .06) 0 1deg, transparent 1deg 12deg),
repeating-radial-gradient(circle, transparent 0 78px, rgba(7, 30, 51, .07) 79px 80px);
opacity: .64;
}
.pa-source-hero {
box-sizing: border-box !important;
min-height: min(700px, calc(100vh - 54px)) !important;
padding-top: 104px !important;
padding-bottom: 96px !important;
background:
linear-gradient(90deg, rgba(7, 30, 51, .84), rgba(7, 30, 51, .53) 44%, rgba(7, 30, 51, .18)),
linear-gradient(180deg, rgba(7, 30, 51, .22), rgba(7, 30, 51, .22) 44%, rgba(7, 30, 51, .68)),
var(--hero-image) center / cover no-repeat !important;
}
.pa-source-hero::before {
content: "";
position: absolute;
inset: 0;
z-index: 0;
pointer-events: none;
background:
repeating-linear-gradient(28deg, rgba(255, 255, 255, .10) 0 1px, transparent 1px 74px),
repeating-radial-gradient(circle at 82% 22%, transparent 0 84px, rgba(255, 255, 255, .12) 85px 86px, transparent 87px 138px);
opacity: .34;
}
.pa-source-hero-inner {
isolation: isolate;
}
.pa-source-hero-sub {
color: rgba(255, 255, 255, .88) !important;
}
.pa-hero-sub,
.pa-page-hero .pa-hero-sub,
.pa-section .pa-hero-sub,
.pa-source-team .pa-hero-sub,
.pa-itb-search-section .pa-hero-sub,
.pa-source-section-head .pa-hero-sub {
color: var(--muted) !important;
}
.pa-source-hero .pa-hero-sub,
.pa-home-contact-section .pa-hero-sub {
color: rgba(255, 255, 255, .88) !important;
}
.pa-page-hero,
.pa-section,
.pa-source-listings,
.pa-itb-search-section,
.pa-source-team-list {
background:
linear-gradient(180deg, rgba(255, 253, 249, .80), rgba(247, 244, 239, .94)),
transparent !important;
}
.pa-page-hero {
position: relative;
overflow: hidden;
border-bottom: 1px solid rgba(7, 30, 51, .12) !important;
}
.pa-page-hero::after,
.pa-source-section-head::after {
content: "";
display: block;
height: 1px;
background: linear-gradient(90deg, rgba(7, 30, 51, .18), rgba(28, 169, 201, .58), rgba(7, 30, 51, 0));
}
.pa-page-hero::after {
position: absolute;
right: var(--source-pad);
bottom: 34px;
left: var(--source-pad);
}
.pa-source-section-head::after {
width: min(220px, 28vw);
align-self: center;
}
.pa-neighborhood-map-section {
padding-top: clamp(70px, 7vw, 104px) !important;
}
.pa-source-feature-property {
padding-top: clamp(70px, 7vw, 106px) !important;
}
.pa-itb-listing-shell .itb_properties > .btn-group,
.pa-new-listings-shell .itb_properties > .btn-group,
.pa-itb-selection-page .itb_properties > .btn-group,
.pa-itb-results-page .itb_properties > .btn-group,
.pa-itb-listing-shell .btn-group.pa-sort-toolbar,
.pa-new-listings-shell .btn-group.pa-sort-toolbar,
.pa-itb-selection-page .btn-group.pa-sort-toolbar,
.pa-itb-results-page .btn-group.pa-sort-toolbar {
display: flex !important;
flex-flow: row nowrap !important;
align-items: center !important;
justify-content: flex-start !important;
gap: 8px !important;
width: 100% !important;
max-width: 100% !important;
min-height: 46px !important;
margin: 0 0 20px !important;
padding: 8px !important;
overflow-x: auto !important;
overflow-y: hidden !important;
border: 1px solid rgba(28, 169, 201, .28) !important;
border-radius: 14px !important;
background:
linear-gradient(90deg, rgba(255, 253, 249, .92), rgba(237, 248, 252, .74)),
var(--surface) !important;
box-shadow: none !important;
scrollbar-width: thin;
}
.pa-itb-listing-shell .itb_properties > .btn-group > *,
.pa-new-listings-shell .itb_properties > .btn-group > *,
.pa-itb-selection-page .itb_properties > .btn-group > *,
.pa-itb-results-page .itb_properties > .btn-group > * {
flex: 0 0 auto !important;
float: none !important;
}
.pa-itb-listing-shell .itb_properties > .btn-group br,
.pa-new-listings-shell .itb_properties > .btn-group br,
.pa-itb-selection-page .itb_properties > .btn-group br,
.pa-itb-results-page .itb_properties > .btn-group br {
display: none !important;
}
.pa-itb-listing-shell .btn-group :is(a, button, .btn),
.pa-new-listings-shell .btn-group :is(a, button, .btn),
.pa-itb-selection-page .btn-group :is(a, button, .btn),
.pa-itb-results-page .btn-group :is(a, button, .btn) {
white-space: nowrap !important;
}
.pa-source-agent-card {
position: relative;
overflow: hidden;
}
.pa-source-agent-card::before,
.pa-new-listings-shell .item > a::before,
.pa-itb-listing-shell .itb_properties_property::before,
.pa-proof-grid article::before {
content: "";
position: absolute;
top: 14px;
right: 14px;
width: 32px;
height: 32px;
pointer-events: none;
border: 1px solid rgba(28, 169, 201, .22);
border-radius: 50%;
background:
linear-gradient(90deg, transparent 47%, rgba(28, 169, 201, .45) 48% 52%, transparent 53%),
linear-gradient(0deg, transparent 47%, rgba(7, 30, 51, .20) 48% 52%, transparent 53%);
opacity: .34;
}
[data-theme="dark"] body::after {
border-color: rgba(28, 169, 201, .22);
opacity: .42;
}
[data-theme="dark"] .pa-page-hero,
[data-theme="dark"] .pa-section,
[data-theme="dark"] .pa-source-listings,
[data-theme="dark"] .pa-itb-search-section,
[data-theme="dark"] .pa-source-team-list {
background:
linear-gradient(180deg, rgba(7, 30, 51, .74), rgba(7, 30, 51, .92)),
var(--bg) !important;
}
[data-theme="dark"] .pa-hero-sub,
[data-theme="dark"] .pa-page-hero .pa-hero-sub,
[data-theme="dark"] .pa-section .pa-hero-sub,
[data-theme="dark"] .pa-source-team .pa-hero-sub,
[data-theme="dark"] .pa-itb-search-section .pa-hero-sub,
[data-theme="dark"] .pa-source-section-head .pa-hero-sub {
color: rgba(247, 244, 239, .76) !important;
}
@media (max-width: 700px) {
.pa-source-hero {
box-sizing: border-box !important;
min-height: 650px !important;
padding-top: 136px !important;
padding-bottom: 110px !important;
}
.pa-source-section-head::after {
width: 100%;
}
.pa-itb-listing-shell .itb_properties > .btn-group,
.pa-new-listings-shell .itb_properties > .btn-group,
.pa-itb-selection-page .itb_properties > .btn-group,
.pa-itb-results-page .itb_properties > .btn-group {
flex-wrap: nowrap !important;
}
} .pa-source-subpage,
.pa-main {
padding-top: clamp(92px, 8vw, 120px) !important;
}
.pa-home {
padding-top: 0 !important;
}
.pa-source-hero {
min-height: clamp(560px, 68vh, 660px) !important;
padding-top: clamp(112px, 10vw, 150px) !important;
padding-bottom: clamp(112px, 12vw, 152px) !important;
border-radius: 0 0 24px 24px !important;
background-position: center center !important;
}
.pa-source-hero-copy {
max-width: 760px !important;
}
.pa-source-hero-title {
font-size: clamp(48px, 6.4vw, 84px) !important;
}
.pa-source-hero-actions .pa-source-pill:first-child {
border-color: var(--cyan) !important;
background: transparent !important;
color: #fff !important;
}
.pa-source-hero-actions .pa-source-pill:first-child:hover,
.pa-source-hero-actions .pa-source-pill:nth-child(2):hover {
background: var(--cyan) !important;
color: var(--ink) !important;
}
.pa-home-search-bar {
margin-top: clamp(-118px, -8vw, -76px) !important;
}
.pa-home-search-shell {
background:
linear-gradient(135deg, rgba(216, 199, 173, .80), rgba(255, 253, 249, .86)),
var(--sand) !important;
border-color: rgba(255, 255, 255, .52) !important;
}
.pa-home-search-shell :is(form, .itb_search, .itb-search, [class*="search"]) {
grid-template-columns: minmax(130px, .9fr) repeat(3, minmax(120px, 1fr)) minmax(104px, .72fr) minmax(118px, .74fr) !important;
}
.pa-home-search-shell .pa-search-field-country,
.pa-home-search-shell .pa-search-field-surface {
display: none !important;
}
.pa-home-search-shell .pa-search-field-type label::after {
content: "Type de bien";
display: block;
color: transparent;
height: 0;
overflow: hidden;
}
.pa-source-strip,
.pa-neighborhood-map-section,
.pa-source-team,
.pa-home-contact-section {
scroll-margin-top: 110px;
}
.pa-neighborhood-map-section {
padding-top: clamp(78px, 8vw, 118px) !important;
padding-bottom: clamp(78px, 8vw, 118px) !important;
background:
linear-gradient(180deg, rgba(216, 199, 173, .42), rgba(247, 244, 239, .88)),
var(--bg) !important;
}
.pa-neighborhood-list {
grid-auto-rows: minmax(172px, auto) !important;
}
.pa-neighborhood-list a {
min-height: 172px !important;
}
.pa-neighborhood-list a > span:first-child {
max-width: 100%;
overflow-wrap: anywhere;
font-size: clamp(23px, 2vw, 32px) !important;
line-height: 1 !important;
}
.pa-source-feature-property {
background:
linear-gradient(180deg, rgba(247, 244, 239, .70), rgba(216, 199, 173, .30)),
var(--bg) !important;
}
.pa-single-itb-carousel .owl-item.is-pa-active .item > a {
position: relative !important;
display: block !important;
min-height: clamp(520px, 52vw, 680px) !important;
border-radius: 22px !important;
background: var(--ink) !important;
}
.pa-single-itb-carousel .owl-item.is-pa-active img {
display: block !important;
width: 100% !important;
height: clamp(520px, 52vw, 680px) !important;
min-height: 0 !important;
object-fit: cover !important;
}
.pa-single-itb-carousel .owl-item.is-pa-active .legend {
position: absolute !important;
right: clamp(22px, 5vw, 72px) !important;
bottom: clamp(22px, 5vw, 72px) !important;
width: min(500px, calc(100% - 44px)) !important;
min-height: 0 !important;
padding: clamp(24px, 4vw, 46px) !important;
border: 1px solid rgba(7, 30, 51, .12) !important;
border-radius: 18px !important;
background:
linear-gradient(145deg, rgba(255, 253, 249, .95), rgba(216, 199, 173, .92)),
var(--sand) !important;
box-shadow: 0 28px 80px rgba(7, 30, 51, .22) !important;
}
.pa-single-itb-carousel .owl-item.is-pa-active .legend::before {
content: "";
width: 62px;
height: 2px;
background: var(--cyan);
}
.pa-single-itb-carousel .pa-card-district::before {
content: "Bien à la une";
display: block;
margin-bottom: 10px;
color: var(--ink);
font-family: var(--font-display);
font-size: clamp(28px, 3vw, 40px);
font-weight: 600;
letter-spacing: 0;
text-transform: none;
}
.pa-single-itb-carousel .pa-card-title {
font-size: clamp(32px, 4vw, 58px) !important;
}
.pa-single-itb-carousel .pa-card-cta {
background: var(--ink) !important;
color: #fff !important;
}
.pa-new-listings-shell .item > a,
.pa-itb-listing-shell .itb_properties_property,
.pa-itb-selection-page .itb_properties_property,
.pa-itb-results-page .itb_properties_property {
background:
linear-gradient(180deg, rgba(255, 253, 249, .92), rgba(247, 244, 239, .96)),
var(--bg) !important;
}
.pa-new-listings-shell .pa-card-district,
.pa-itb-listing-shell .itb_properties_property_content p:first-child {
color: var(--cyan) !important;
}
.pa-proof-grid article,
.pa-guide-item,
.pa-guide-section,
.pa-guide-step,
.pa-guide-callout {
background:
linear-gradient(145deg, rgba(255, 253, 249, .88), rgba(216, 199, 173, .42)),
var(--bg) !important;
}
.pa-proof-grid {
align-items: start;
}
@media (min-width: 900px) and (prefers-reduced-motion: no-preference) {
.pa-proof-grid article,
.pa-guides-list .pa-guide-item,
.pa-neighborhood-list a {
position: sticky;
top: 112px;
transition: transform .35s ease, box-shadow .35s ease;
}
.pa-proof-grid article:nth-child(2),
.pa-guides-list .pa-guide-item:nth-child(2),
.pa-neighborhood-list a:nth-child(2) {
top: 128px;
}
.pa-proof-grid article:nth-child(3),
.pa-guides-list .pa-guide-item:nth-child(3),
.pa-neighborhood-list a:nth-child(3) {
top: 144px;
}
.pa-proof-grid article:nth-child(4),
.pa-guides-list .pa-guide-item:nth-child(4),
.pa-neighborhood-list a:nth-child(4) {
top: 160px;
}
}
.pa-guides-page .pa-page-hero,
.pa-guide-page .pa-page-hero {
padding-top: clamp(110px, 10vw, 150px) !important;
background:
linear-gradient(135deg, rgba(216, 199, 173, .72), rgba(247, 244, 239, .92)),
var(--bg) !important;
}
.pa-guides-list,
.pa-guide-layout {
width: min(100%, var(--source-max));
margin: 0 auto;
}
.pa-guides-list {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 18px;
align-items: start;
}
.pa-guide-item,
.pa-guide-section,
.pa-guide-step,
.pa-guide-callout {
border: 1px solid var(--line-warm);
border-radius: 18px;
box-shadow: 0 14px 38px rgba(7, 30, 51, .07);
}
.pa-guide-item {
display: grid;
gap: 18px;
min-height: 270px;
padding: 26px;
}
.pa-guide-item h2,
.pa-guide-section h2,
.pa-guide-step h3,
.pa-guide-callout h3 {
color: var(--ink);
font-family: var(--font-display);
font-weight: 600;
line-height: 1;
letter-spacing: 0;
text-transform: none;
}
.pa-guide-layout {
display: grid;
grid-template-columns: 260px minmax(0, 1fr);
gap: clamp(28px, 5vw, 72px);
padding: clamp(54px, 7vw, 92px) var(--source-pad);
}
.pa-guide-nav {
position: sticky;
top: 112px;
display: grid;
gap: 8px;
align-self: start;
padding: 16px;
border: 1px solid var(--line-warm);
border-radius: 16px;
background: rgba(216, 199, 173, .42);
}
.pa-guide-nav a {
color: var(--ink);
font-family: var(--font-body);
font-size: 13px;
font-weight: 800;
text-decoration: none;
}
.pa-guide-content {
display: grid;
gap: 22px;
}
.pa-guide-section {
padding: clamp(24px, 4vw, 42px);
}
.pa-guide-section p,
.pa-guide-section li,
.pa-guide-callout li,
.pa-guide-step p {
color: var(--ink-2);
font-family: var(--font-body);
font-size: 16px;
line-height: 1.7;
}
.pa-guide-steps {
display: grid;
gap: 16px;
counter-reset: guide-step;
}
.pa-guide-step {
position: relative;
padding: 24px 24px 24px 72px;
counter-increment: guide-step;
}
.pa-guide-step::before {
content: counter(guide-step, decimal-leading-zero);
position: absolute;
top: 24px;
left: 24px;
color: var(--cyan);
font-family: var(--font-mono);
font-size: 13px;
font-weight: 800;
}
.pa-guide-callout {
padding: 24px;
border-color: rgba(28, 169, 201, .32);
}
.pa-guide-final-cta {
padding: clamp(30px, 5vw, 54px);
border-radius: 20px;
background: var(--ink);
color: #fff;
}
.pa-guide-final-cta h2,
.pa-guide-final-cta p {
color: #fff !important;
}
.pa-concierge-actions {
display: flex;
flex-wrap: wrap;
gap: 10px;
justify-content: flex-end;
}
.pa-home-contact-section .pa-source-pill {
border-color: rgba(255, 255, 255, .32) !important;
}
.pa-home-contact-section .pa-source-pill.is-active {
background: #fff !important;
color: var(--ink) !important;
}
[data-theme="dark"] .pa-home-search-shell,
[data-theme="dark"] .pa-guide-item,
[data-theme="dark"] .pa-guide-section,
[data-theme="dark"] .pa-guide-step,
[data-theme="dark"] .pa-guide-callout,
[data-theme="dark"] .pa-proof-grid article:not(:nth-child(2)) {
background: #0e2a43 !important;
}
@media (max-width: 1180px) {
.pa-home-search-shell :is(form, .itb_search, .itb-search, [class*="search"]) {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.pa-guides-list {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 900px) {
.pa-source-subpage,
.pa-main {
padding-top: 100px !important;
}
.pa-guide-layout {
grid-template-columns: 1fr;
}
.pa-guide-nav {
position: relative;
top: auto;
}
.pa-single-itb-carousel .owl-item.is-pa-active .legend {
position: relative !important;
right: auto !important;
bottom: auto !important;
width: 100% !important;
border-radius: 0 0 18px 18px !important;
}
.pa-single-itb-carousel .owl-item.is-pa-active img {
height: 360px !important;
}
}
@media (max-width: 700px) {
.pa-source-hero {
min-height: 610px !important;
padding-top: 132px !important;
padding-bottom: 120px !important;
}
.pa-home-search-shell :is(form, .itb_search, .itb-search, [class*="search"]),
.pa-guides-list {
grid-template-columns: 1fr !important;
}
.pa-concierge-actions {
justify-content: flex-start;
}
.pa-guide-step {
padding: 60px 20px 22px;
}
.pa-neighborhood-list a > span:first-child {
font-size: clamp(24px, 9vw, 32px) !important;
}
}  .pa-new-listings-shell .itb_properties_property {
border-radius: 16px !important;
} .pa-feature-property-shell .owl-nav,
.pa-new-listings-shell .owl-nav,
.pa-itb-listing-shell .owl-nav,
.pa-itb-results-page .owl-nav,
.pa-itb-selection-page .owl-nav {
display: none !important;
} .pa-itb-listing-shell i[class*="fa"],
.pa-new-listings-shell i[class*="fa"],
.pa-itb-results-page i[class*="fa"],
.pa-itb-selection-page i[class*="fa"] {
font-size: 13px !important;
} .pa-itb-listing-shell svg,
.pa-new-listings-shell svg,
.pa-itb-results-page svg,
.pa-itb-selection-page svg,
.pa-itb-detail-shell svg {
max-width: 20px !important;
max-height: 20px !important;
}  .pa-new-listings-shell .itb_properties_property {
border-radius: 16px !important;
overflow: hidden !important;
} .pa-feature-property-shell .owl-nav,
.pa-new-listings-shell .owl-nav,
.pa-itb-listing-shell .owl-nav,
.pa-itb-results-page .owl-nav,
.pa-itb-selection-page .owl-nav {
display: none !important;
} .pa-itb-listing-shell i[class*="fa"],
.pa-new-listings-shell i[class*="fa"],
.pa-itb-results-page i[class*="fa"],
.pa-itb-selection-page i[class*="fa"] {
font-size: 13px !important;
} .pa-itb-listing-shell svg,
.pa-new-listings-shell svg,
.pa-itb-results-page svg,
.pa-itb-selection-page svg,
.pa-itb-detail-shell svg,
.itb_search svg,
.itb-search svg {
max-width: 20px !important;
max-height: 20px !important;
} .pa-single-itb-carousel:not([data-pa-carousel-ready="1"]) .owl-item:not(.cloned):first-child {
display: block !important;
} .is-pa-duplicate {
display: none !important;
visibility: hidden !important;
pointer-events: none !important;
} .pa-source-hero {
min-height: clamp(560px, 65vh, 700px) !important;
padding-top: clamp(72px, 6vw, 96px) !important;
padding-bottom: clamp(64px, 7vw, 96px) !important;
}
.pa-hero-search-shell {
margin-top: clamp(24px, 3vw, 40px);
padding: clamp(16px, 2vw, 24px);
background: linear-gradient(135deg, rgba(216,199,173,.80), rgba(255,253,249,.86));
border: 1px solid rgba(255,255,255,.52);
border-radius: 18px;
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
box-shadow: 0 8px 40px rgba(7,30,51,.28);
width: min(100%, 1100px);
}
.pa-hero-search-shell form,
.pa-hero-search-shell .itb_search,
.pa-hero-search-shell .itb-search {
display: grid !important;
grid-template-columns: minmax(130px,.9fr) repeat(3,minmax(120px,1fr)) minmax(104px,.72fr) minmax(118px,.74fr) !important;
gap: 10px !important;
align-items: flex-end !important;
}
.pa-hero-search-shell label,
.pa-hero-search-shell legend {
margin: 0 0 6px !important;
font-size: 11px !important;
font-weight: 600 !important;
text-transform: uppercase !important;
letter-spacing: .06em !important;
color: #0f1f11 !important;
}
.pa-hero-search-shell input:not([type=submit]),
.pa-hero-search-shell select,
.pa-hero-search-shell textarea {
width: 100% !important;
box-sizing: border-box !important;
padding: 10px 14px !important;
border: 1.5px solid rgba(7,30,51,.18) !important;
border-radius: 10px !important;
background: #fff !important;
color: #0f1f11 !important;
font-size: 14px !important;
}
.pa-hero-search-shell button,
.pa-hero-search-shell input[type=submit] {
width: 100% !important;
padding: 11px 18px !important;
background: #1ca9c9 !important;
color: #fff !important;
border: none !important;
border-radius: 10px !important;
font-weight: 700 !important;
font-size: 14px !important;
cursor: pointer !important;
white-space: nowrap !important;
transition: background .18s !important;
}
.pa-hero-search-shell button:hover,
.pa-hero-search-shell input[type=submit]:hover {
background: #0f1f11 !important;
}
@media (max-width: 1180px) {
.pa-hero-search-shell form,
.pa-hero-search-shell .itb_search,
.pa-hero-search-shell .itb-search {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
}
@media (max-width: 700px) {
.pa-hero-search-shell form,
.pa-hero-search-shell .itb_search,
.pa-hero-search-shell .itb-search {
grid-template-columns: 1fr !important;
}
.pa-source-hero {
padding-top: 88px !important;
padding-bottom: 48px !important;
}
}
.pa-home-search-bar {
display: none !important;
}
.pa-itb-selection-page .pa-page-header {
padding: clamp(80px, 8vw, 120px) 0 32px !important;
text-align: left !important;
}
.pa-itb-selection-page .pa-h1 {
text-align: left !important;
margin: 0 !important;
}.pa-source-hero .pa-source-hero-copy {
max-width: none;
margin: 0 auto;
text-align: left;
align-items: flex-start;
padding: 96px 0 32px;
display: flex;
flex-direction: column;
}
.pa-source-hero .pa-source-hero-sub {
max-width: 620px;
margin: 22px 0 28px;
font-size: clamp(18px, 1.8vw, 24px);
line-height: 1.45;
font-weight: 500;
color: rgba(255,255,255,.96);
text-shadow: 0 2px 22px rgba(0,0,0,.42);
text-wrap: balance;
}
.pa-source-hero .pa-source-hero-actions {
justify-content: flex-start;
gap: 12px;
margin-top: 4px;
} .pa-hero-center-logo {
display: block;
width: 320px;
max-width: 80vw;
margin: 0 0 18px 0;
object-fit: contain;
filter: brightness(0) invert(1)
drop-shadow(0 16px 30px rgba(0,0,0,.45))
drop-shadow(0 0 24px rgba(7,18,36,.4));
opacity: 0;
transform: translateY(-6px);
animation: pa-hero-logo-in .7s ease-out .1s forwards;
}
@keyframes pa-hero-logo-in {
to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 900px) { .pa-hero-center-logo { width: 260px; } }
@media (max-width: 640px) {
.pa-hero-center-logo { width: 200px; margin-bottom: 14px; }
.pa-source-hero .pa-source-hero-copy { padding: 72px 16px 24px; }
.pa-source-hero .pa-source-hero-sub { font-size: 17px; }
} .pa-source-hero .pa-source-hero-inner {
max-width: var(--source-max, 1280px);
margin: 0 auto;
padding: 0 clamp(20px, 5vw, 60px);
}
.pa-hero-search-shell {
max-width: 100%;
margin: 18px 0 0;
} .pa-source-pill, .pa-btn, .pa-source-link-arrow, .pa-source-book, .pa-call-agent-cta a {
height: 44px;
min-height: 44px;
line-height: 1;
padding-top: 0;
padding-bottom: 0;
transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease;
will-change: transform;
}
.pa-source-pill:hover, .pa-btn:hover {
transform: translateY(-1px);
box-shadow: 0 10px 24px rgba(7, 18, 36, .14);
}
.pa-source-pill:active, .pa-btn:active { transform: translateY(0); }
.pa-source-pill:focus-visible, .pa-btn:focus-visible, .pa-source-link-arrow:focus-visible {
outline: 2px solid var(--cyan, #29abe2);
outline-offset: 3px;
}
.pa-source-link-arrow span[aria-hidden="true"] {
display: inline-block;
transition: transform .2s ease;
}
.pa-source-link-arrow:hover span[aria-hidden="true"] { transform: translateX(3px); } .pa-source-hero .pa-source-pill {
background: rgba(255,255,255,.18) !important;
-webkit-backdrop-filter: blur(18px) saturate(180%);
backdrop-filter: blur(18px) saturate(180%);
border: 1px solid rgba(255,255,255,.35) !important;
color: #fff !important;
box-shadow: 0 6px 20px rgba(7,18,36,.18);
}
.pa-source-hero .pa-source-pill.is-active {
background: rgba(255,255,255,.92) !important;
color: #071e33 !important;
border-color: rgba(255,255,255,.95) !important;
} .pa-nav {
background: rgba(255,253,249,.55) !important;
-webkit-backdrop-filter: blur(22px) saturate(160%);
backdrop-filter: blur(22px) saturate(160%);
border-bottom: 1px solid rgba(255,255,255,.4);
} .pa-nav .pa-brand img,
.pa-nav .pa-brand .custom-logo {
height: 44px !important;
width: auto !important;
max-width: 200px;
object-fit: contain;
}
.pa-nav-utils .pa-cabinet-brand img {
height: 44px !important;
width: auto !important;
max-width: 180px;
object-fit: contain;
}
@media (max-width: 768px) {
.pa-nav .pa-brand img,
.pa-nav-utils .pa-cabinet-brand img { height: 34px !important; }
}
.pa-nav-links .pa-menu > li > a {
position: relative;
transition: color .18s ease;
}
.pa-nav-links .pa-menu > li > a::after {
content: ""; position: absolute; left: 12px; right: 12px; bottom: 6px;
height: 1px; background: currentColor; transform: scaleX(0);
transform-origin: center; transition: transform .22s ease; opacity: .7;
}
.pa-nav-links .pa-menu > li > a:hover::after,
.pa-nav-links .pa-menu > li > a:focus-visible::after { transform: scaleX(1); }
.pa-mobile-menu-toggle { transition: transform .18s ease; }
.pa-mobile-menu-toggle:hover { transform: scale(1.06); } #pa-bgfixed {
position: fixed;
inset: 0;
z-index: -10;
background: url(//pacificagency.mc/wp-content/themes/pacific-agency/assets/images/imc-coastline-original.jpg) center / cover no-repeat;
filter: brightness(1.18) saturate(.92) contrast(.96);
pointer-events: none;
}
#pa-bgfixed::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(180deg,
rgba(247,244,239,0) 0,
rgba(247,244,239,.22) 40vh,
rgba(247,244,239,.55) 100vh,
rgba(247,244,239,.85) 160vh);
pointer-events: none;
}
html { background: #e8edf1; }
body, body.pa-home { background: transparent !important; }
main.pa-main,
main.pa-source-home,
.pa-sales-page, .pa-rentals-page, .pa-properties-page,
.pa-itb-results-page, .pa-itb-selection-page, .pa-team-page,
.pa-itb-property-page, .pa-contact-page { background: transparent !important; } .pa-page-hero,
header.pa-page-header {
background: transparent !important;
background-image: none !important;
color: var(--ink, #071e33) !important;
}
.pa-page-hero .pa-hero-title,
header.pa-page-header h1.pa-h1,
header.pa-page-header h1 {
color: var(--ink, #071e33) !important;
text-shadow: none !important;
}
.pa-page-hero .pa-hero-sub,
header.pa-page-header .pa-hero-sub {
color: rgba(7, 30, 51, .8) !important;
text-shadow: none !important;
} header.pa-page-header {
max-width: var(--source-max, 1280px) !important;
margin: 0 auto !important;
padding: 80px clamp(20px, 5vw, 60px) 28px !important;
}
header.pa-page-header h1.pa-h1,
header.pa-page-header h1 { margin: 0 !important; max-width: 100% !important; padding: 0 !important; text-align: left; } .pa-hero-search-shell {
background: rgba(255,253,249,.55) !important;
-webkit-backdrop-filter: blur(22px) saturate(160%);
backdrop-filter: blur(22px) saturate(160%);
border: 1px solid rgba(255,255,255,.5) !important;
border-radius: 18px !important;
box-shadow: 0 18px 50px rgba(7,18,36,.18);
padding: 18px !important;
}
.pa-hero-search-shell form,
.pa-hero-search-shell form.row {
display: flex !important;
flex-wrap: wrap !important;
align-items: flex-end !important;
gap: 12px !important;
}
.pa-hero-search-shell .form-group {
flex: 1 1 130px !important;
min-width: 0;
margin: 0 !important;
}
.pa-hero-search-shell button[type="submit"],
.pa-hero-search-shell input[type="submit"] {
height: 42px !important;
min-height: 42px;
flex: 0 0 auto !important;
padding: 0 22px;
margin: 0 !important;
align-self: flex-end !important;
}
.pa-hero-search-shell form > br,
.pa-hero-search-shell form > .clearfix { display: none !important; }
.pa-source-hero .pa-hero-search-shell .pa-hero-field-hidden,
.pa-hero-search-shell .pa-hero-field-hidden { display: none !important; }
.pa-source-hero .pa-hero-search-shell select.pa-hero-select,
.pa-source-hero .pa-hero-search-shell select {
height: 42px !important;
min-height: 42px;
line-height: 1.2;
padding: 8px 32px 8px 12px;
border-radius: 8px;
border: 1px solid rgba(255,255,255,.18);
background-color: rgba(255,255,255,.96);
color: var(--ink, #12233f);
font-size: 14px;
-webkit-appearance: menulist;
appearance: auto;
overflow: hidden;
}
.pa-source-hero .pa-hero-search-shell select[multiple] {
height: 42px !important;
max-height: 42px !important;
}
.pa-source-hero .pa-hero-search-shell label {
font-family: var(--font-mono, "JetBrains Mono", monospace);
font-size: 11px;
letter-spacing: .14em;
text-transform: uppercase;
color: rgba(255,255,255,.78);
margin-bottom: 6px;
display: block;
}
.pa-source-hero .pa-hero-search-shell input[type="text"],
.pa-source-hero .pa-hero-search-shell input[type="number"] {
height: 42px;
border-radius: 8px;
border: 1px solid rgba(255,255,255,.18);
background: rgba(255,255,255,.96);
color: var(--ink, #12233f);
padding: 8px 12px;
font-size: 14px;
}
.pa-source-hero .pa-hero-neighborhood-group select {
border-color: rgba(41, 171, 226, .45);
box-shadow: 0 0 0 2px rgba(41, 171, 226, .12);
}
@media (max-width: 768px) {
.pa-source-hero .pa-hero-search-shell form { gap: 6px; }
.pa-source-hero .pa-hero-search-shell .form-group { width: 100%; flex: 1 1 100% !important; }
} .pa-reveal,
.pa-reveal.is-changing,
.pa-reveal.is-revealing,
.pa-reveal:not(.is-revealed) {
opacity: 1 !important;
filter: none !important;
transform: none !important;
animation: none !important;
transition: none !important;
} .pa-fade-up {
opacity: 0.999;
transform: translateY(14px);
transition: opacity .7s cubic-bezier(.22,.61,.36,1), transform .7s cubic-bezier(.22,.61,.36,1);
will-change: opacity, transform;
animation: pa-fade-up-safety 0.001s linear 1.2s forwards;
}
@keyframes pa-fade-up-safety {
to { opacity: 1; transform: none; }
}
.pa-fade-up.is-visible,
body.pa-loaded .pa-fade-up { opacity: 1; transform: none; } .pa-source-hero-copy { animation: pa-hero-entry .9s ease-out both; }
@keyframes pa-hero-entry {
from { opacity: 0.5; transform: translateY(8px); }
to   { opacity: 1; transform: none; }
} @media (max-width: 900px), (hover: none), (pointer: coarse) {
.pa-fade-up,
.pa-reveal,
.pa-source-hero-copy,
.pa-itb-card,
.pa-source-feature-property,
.pa-source-feature-property *,
.pa-source-new-listings,
.pa-source-new-listings *,
.pa-source-agent-card,
.pa-proof-grid > article,
.pa-neighborhood-list > a,
.pa-source-strip,
.pa-source-strip > *,
.pa-page-hero,
.pa-page-hero * {
opacity: 1 !important;
filter: none !important;
-webkit-filter: none !important;
backdrop-filter: none !important;
-webkit-backdrop-filter: none !important;
transform: none !important;
animation: none !important;
transition: none !important;
mix-blend-mode: normal !important;
} .pa-source-feature-property::before,
.pa-source-feature-property::after,
.pa-source-new-listings::before,
.pa-source-new-listings::after,
.pa-itb-card::before,
.pa-itb-card::after { display: none !important; content: none !important; opacity: 0 !important; }
} @media (hover: hover) {
.pa-proof-grid > article {
transition: transform .35s ease, box-shadow .35s ease;
}
.pa-proof-grid > article:hover {
transform: translateY(-3px);
box-shadow: 0 22px 50px rgba(7,30,51,.14);
}
.pa-itb-card {
transition: transform .35s ease, box-shadow .35s ease;
}
.pa-itb-card:hover {
transform: translateY(-4px);
box-shadow: 0 24px 50px rgba(7,30,51,.16);
}
.pa-source-agent-card,
.pa-neighborhood-list a,
.pa-source-feature-property .pa-itb-card,
.pa-source-new-listings .pa-itb-card {
transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.pa-source-agent-card:hover,
.pa-neighborhood-list a:hover,
.pa-source-feature-property .pa-itb-card:hover,
.pa-source-new-listings .pa-itb-card:hover {
transform: translateY(-3px);
box-shadow: 0 18px 38px rgba(7,30,51,.12);
}
} input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus-visible,
select:focus-visible,
textarea:focus-visible {
outline: none;
border-color: var(--cyan, #29abe2);
box-shadow: 0 0 0 3px rgba(41, 171, 226, .18);
transition: border-color .15s ease, box-shadow .15s ease;
} .pa-source-agent-card p a[href="tel:"],
.pa-source-agent-card p:has(a[href="tel:"]) { display: none !important; }  @media (max-width: 900px) {
.pa-proof-grid {
grid-template-columns: 1fr 1fr !important;
grid-auto-flow: row !important;
grid-auto-rows: auto !important;
}
.pa-proof-grid > article {
grid-row: auto !important;
grid-column: auto !important;
min-height: 0 !important;
height: auto !important;
padding: 22px 18px !important;
backdrop-filter: none !important;
}
.pa-proof-grid > article:first-child {
background: linear-gradient(145deg, rgba(255, 253, 249, .98), rgba(247, 244, 239, .88)) !important;
}
.pa-proof-grid > article strong { font-size: clamp(28px, 7vw, 44px) !important; line-height: 1.05; }
.pa-proof-grid > article span { font-size: 13px; line-height: 1.35; }
}
@media (max-width: 480px) {
.pa-proof-grid > article { padding: 18px 14px !important; }
} .pa-proof-grid > article:first-child strong,
.pa-proof-grid > article:first-child span {
color: var(--ink, #071e33) !important;
}
.pa-proof-grid > article:first-child span { opacity: .8; } .pa-source-new-listings a::before,
.pa-source-new-listings a::after,
.pa-source-feature-property a::before,
.pa-source-feature-property a::after,
.pa-source-new-listings .pa-itb-card::before,
.pa-source-new-listings .pa-itb-card::after,
.pa-source-feature-property .pa-itb-card::before,
.pa-source-feature-property .pa-itb-card::after,
[class*="pa-itb"] a::before,
[class*="pa-itb"] a::after {
content: none !important;
background: transparent !important;
background-image: none !important;
display: none !important;
opacity: 0 !important;
}
.pa-source-new-listings img,
.pa-source-feature-property img,
.pa-source-new-listings a,
.pa-source-feature-property a,
.pa-source-new-listings .pa-itb-card,
.pa-source-feature-property .pa-itb-card,
[class*="pa-itb-card"] img {
filter: none !important;
backdrop-filter: none !important;
-webkit-backdrop-filter: none !important;
opacity: 1 !important;
mix-blend-mode: normal !important;
}
@media (max-width: 900px) {
.pa-source-new-listings *,
.pa-source-feature-property *,
[class*="pa-itb-card"] * {
filter: none !important;
backdrop-filter: none !important;
-webkit-backdrop-filter: none !important;
}
.pa-source-new-listings img,
.pa-source-feature-property img,
[class*="pa-itb-card"] img { opacity: 1 !important; }
} .pa-proof-logo,
.pa-proof-card-alvi .pa-proof-logo,
.pa-proof-card-cim .pa-proof-logo {
display: block !important;
margin: 0 0 20px !important;
height: auto !important;
max-height: none !important;
min-height: 0 !important;
line-height: 0;
overflow: visible !important;
}
.pa-proof-grid > article.pa-proof-card-alvi,
.pa-proof-card-alvi {
background:
linear-gradient(145deg, rgba(7, 30, 51, .96), rgba(7, 30, 51, .82)),
var(--ink, #071e33) !important;
color: #fff !important;
border-color: rgba(255, 255, 255, .10) !important;
}
.pa-proof-card-alvi strong,
.pa-proof-card-alvi span { color: #fff !important; }
.pa-proof-card-alvi .pa-proof-logo img,
.pa-proof-card-alvi img {
display: block !important;
width: auto !important;
height: auto !important;
max-width: 100% !important;
max-height: 140px !important;
min-height: 80px !important;
object-fit: contain !important;
filter: brightness(0) invert(1) !important;
}
.pa-proof-card-cim .pa-proof-logo img,
.pa-proof-card-cim img {
display: block !important;
width: auto !important;
height: auto !important;
max-width: 100% !important;
max-height: 160px !important;
min-height: 90px !important;
object-fit: contain !important;
filter: none !important;
}
@media (max-width: 900px) {
.pa-proof-card-alvi .pa-proof-logo img { max-height: 100px !important; min-height: 60px !important; }
.pa-proof-card-cim  .pa-proof-logo img { max-height: 110px !important; min-height: 70px !important; }
} body[class*="guides"] main,
body[class*="guide"] main,
.pa-guides-page, .pa-page-guides { background: transparent !important; }
body[class*="guides"] header.pa-page-header,
body[class*="guide"] header.pa-page-header,
.pa-guides-page header.pa-page-header,
.pa-page-guides header.pa-page-header {
background: transparent !important;
background-image: none !important;
color: var(--ink, #071e33) !important;
padding: clamp(80px, 14vw, 160px) clamp(20px, 5vw, 60px) clamp(40px, 8vw, 80px) !important;
min-height: 0;
}
body[class*="guides"] header.pa-page-header *,
body[class*="guide"] header.pa-page-header * { color: var(--ink, #071e33) !important; }  .pa-detail-contact-panel,
aside.pa-detail-contact-panel,
.pa-itb-property-page .pa-detail-contact-panel,
.pa-itb-property-page aside {
background:
linear-gradient(150deg, rgba(7,30,51,.97), rgba(7,30,51,.82)),
var(--ink, #071e33) !important;
color: #fff !important;
padding: 28px clamp(18px, 3vw, 32px) !important;
border-radius: 14px !important;
border: 1px solid rgba(255,255,255,.08) !important;
box-shadow: 0 18px 50px rgba(7,18,36,.18);
}
.pa-detail-contact-panel *,
aside.pa-detail-contact-panel *,
.pa-itb-property-page .pa-detail-contact-panel * { color: #fff !important; }
.pa-detail-contact-panel h2 {
font-family: var(--font-display);
font-size: clamp(20px, 2.4vw, 28px) !important;
margin: 0 0 16px !important;
color: #fff !important;
text-transform: uppercase;
letter-spacing: .02em;
}
.pa-detail-contact-panel a {
display: block;
margin: 6px 0;
color: #fff !important;
text-decoration: none;
padding: 10px 14px;
border: 1px solid rgba(255,255,255,.18);
border-radius: 10px;
background: rgba(255,255,255,.06);
transition: background .25s ease, border-color .25s ease;
font-family: var(--font-mono, "JetBrains Mono", monospace);
font-size: 12px;
letter-spacing: .12em;
text-transform: uppercase;
}
.pa-detail-contact-panel a:hover {
background: rgba(255,255,255,.14) !important;
border-color: rgba(255,255,255,.36) !important;
}
.pa-detail-brochure-layout {
gap: clamp(20px, 3vw, 42px) !important;
padding: clamp(20px, 4vw, 60px) clamp(16px, 5vw, 40px) !important;
}
.pa-page-content { background: #fff; border-radius: 14px; padding: clamp(20px, 3vw, 36px); }
@media (max-width: 900px) {
.pa-detail-brochure-layout { grid-template-columns: 1fr !important; }
.pa-detail-contact-panel { margin-top: 16px; }
} .pa-itb-card .selection,
.pa-itb-card .pa-itb-favorite,
.pa-itb-card a[title*="electio"],
.pa-itb-card a[title*="avoris"],
.pa-itb-card a[title*="avorite"],
.pa-itb-card a[class*="selection"],
.pa-itb-card a[class*="favorite"],
.pa-itb-card .itb_btn_addtolist,
.pa-itb-card .itb_btn_removetolist {
position: absolute !important;
top: 12px !important;
right: 12px !important;
width: 38px !important;
height: 38px !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
padding: 0 !important;
border: 0 !important;
border-radius: 50% !important;
background: rgba(7, 18, 36, .35) !important;
-webkit-backdrop-filter: blur(10px) saturate(150%);
backdrop-filter: blur(10px) saturate(150%);
box-shadow: 0 4px 14px rgba(0, 0, 0, .25);
overflow: visible !important;
z-index: 5;
font-size: 0 !important;
color: transparent !important;
text-indent: -9999px;
transition: transform .25s ease, background .25s ease;
} .pa-itb-card .selection > *,
.pa-itb-card .pa-itb-favorite > *,
.pa-itb-card a[class*="selection"] > *,
.pa-itb-card a[class*="favorite"] > *,
.pa-itb-card .itb_btn_addtolist > *,
.pa-itb-card .itb_btn_removetolist > * {
display: none !important;
visibility: hidden !important;
opacity: 0 !important;
} .pa-itb-card .selection::before,
.pa-itb-card .pa-itb-favorite::before,
.pa-itb-card a[class*="selection"]::before,
.pa-itb-card a[class*="favorite"]::before,
.pa-itb-card .itb_btn_addtolist::before {
content: "" !important;
display: block !important;
width: 20px !important;
height: 20px !important;
background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2Utd2lkdGg9IjIuMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBkPSJNMjAuODQgNC42MWE1LjUgNS41IDAgMCAwLTcuNzggMEwxMiA1LjY3bC0xLjA2LTEuMDZhNS41IDUuNSAwIDAgMC03Ljc4IDcuNzhsMS4wNiAxLjA2TDEyIDIxLjIzbDcuNzgtNy43OCAxLjA2LTEuMDZhNS41IDUuNSAwIDAgMCAwLTcuNzh6Ii8+PC9zdmc+") center / contain no-repeat !important;
filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .35));
transition: transform .25s ease;
} .pa-itb-card .selection.active::before,
.pa-itb-card .selection.is-active::before,
.pa-itb-card .selection.selected::before,
.pa-itb-card [class*="favorite"].active::before,
.pa-itb-card [class*="favorite"].is-active::before,
.pa-itb-card .itb_btn_removetolist::before {
background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iI2ZmZmZmZiIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTIwLjg0IDQuNjFhNS41IDUuNSAwIDAgMC03Ljc4IDBMMTIgNS42N2wtMS4wNi0xLjA2YTUuNSA1LjUgMCAwIDAtNy43OCA3Ljc4bDEuMDYgMS4wNkwxMiAyMS4yM2w3Ljc4LTcuNzggMS4wNi0xLjA2YTUuNSA1LjUgMCAwIDAgMC03Ljc4eiIvPjwvc3ZnPg==") center / contain no-repeat !important;
} .pa-itb-card .itb_btn_removetolist::before {
content: "" !important;
display: block !important;
width: 20px !important;
height: 20px !important;
filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .35));
transition: transform .25s ease;
}
@media (hover: hover) {
.pa-itb-card .selection:hover,
.pa-itb-card [class*="favorite"]:hover,
.pa-itb-card .itb_btn_addtolist:hover,
.pa-itb-card .itb_btn_removetolist:hover {
background: rgba(7, 18, 36, .55) !important;
transform: scale(1.08);
}
.pa-itb-card .selection:hover::before,
.pa-itb-card [class*="favorite"]:hover::before,
.pa-itb-card .itb_btn_addtolist:hover::before,
.pa-itb-card .itb_btn_removetolist:hover::before {
transform: scale(1.06);
}
} .pa-footer { padding: 28px clamp(20px, 5vw, 60px) 22px !important; }
.pa-footer-inner { gap: 18px !important; padding: 14px 0 0 !important; }
.pa-footer-brand h2 { font-size: clamp(18px, 2vw, 24px) !important; line-height: 1.15; margin: 0 0 6px; }
.pa-footer-brand .pa-footer-tagline { font-size: 13px; margin: 0 0 8px; max-width: 520px; line-height: 1.55; }
.pa-footer-h4 { font-size: 12px !important; margin: 0 0 8px; }
.pa-footer-col ul { gap: 4px; }
.pa-footer-col a { font-size: 13px; transition: color .18s ease, opacity .18s ease; }
.pa-footer-col a:hover { opacity: .8; } @media (max-width: 1024px) {
.pa-source-hero { min-height: 520px; }
.pa-source-section-head { gap: 14px; }
}
@media (max-width: 768px) {
.pa-source-hero { min-height: 480px; }
.pa-source-hero .pa-source-hero-title { font-size: clamp(30px, 8vw, 48px); }
.pa-source-hero .pa-source-hero-sub { font-size: 15px; }
.pa-source-hero-actions { flex-direction: row; flex-wrap: wrap; }
.pa-source-section-head { flex-direction: column; align-items: flex-start; gap: 12px; }
.pa-footer-inner { grid-template-columns: 1fr !important; gap: 28px; }
}
@media (max-width: 480px) {
.pa-source-hero .pa-source-hero-copy { padding: 60px 14px 18px; }
.pa-source-hero-actions a { flex: 1 1 140px; text-align: center; justify-content: center; }
.pa-source-pill, .pa-btn { font-size: 11px; }
}
html, body { overflow-x: hidden; }
:focus-visible { outline-offset: 3px; } @media (prefers-reduced-motion: reduce) {
*, *::before, *::after {
animation-duration: .001ms !important;
animation-iteration-count: 1 !important;
transition-duration: .001ms !important;
}
.pa-fade-up { opacity: 1 !important; transform: none !important; transition: none !important; }
.pa-source-hero-copy { animation: none !important; }
.pa-hero-center-logo { animation: none; opacity: 1; transform: none; }
.pa-proof-grid > article:hover,
.pa-itb-card:hover { transform: none !important; }
}  .pa-itb-card img,
.pa-source-feature-property img,
.pa-source-new-listings img,
.pa-itb-listing-shell img {
image-rendering: auto;
-ms-interpolation-mode: bicubic;
width: 100% !important;
height: auto !important;
max-width: 100% !important;
object-fit: cover !important;
display: block !important;
}
.pa-itb-card img[data-pa-upgraded],
.pa-source-feature-property img[data-pa-upgraded],
.pa-source-new-listings img[data-pa-upgraded] {
image-rendering: -webkit-optimize-contrast;
} :root{
--pa-ink:#071e33; --pa-gold:#c2a16a; --pa-cream:#fbf8f3; --pa-cyan:#29abe2;
--pa-panel:#fbf8f3; --pa-panel-edge:rgba(7,30,51,.08);
--pa-rail:1280px;
--pa-card-radius:22px;
--pa-card-shadow:0 30px 70px -36px rgba(4,14,30,.65), 0 2px 0 rgba(255,255,255,.5) inset;
} html{ background:#06142a !important; }
#pa-bgfixed{
filter:brightness(.86) saturate(1.04) contrast(1.04) !important;
} #pa-bgfixed::after{
background:
radial-gradient(120% 90% at 50% 0%, rgba(6,20,40,.42) 0%, rgba(6,20,40,.66) 55%, rgba(5,16,34,.82) 100%),
linear-gradient(180deg, rgba(6,20,40,.6) 0%, rgba(6,18,38,.72) 60%, rgba(5,14,30,.84) 100%) !important;
} body::before{
content:""; position:fixed; inset:0; z-index:-9; pointer-events:none;
background-image:
linear-gradient(rgba(150,194,236,.10) 1px, transparent 1px),
linear-gradient(90deg, rgba(150,194,236,.10) 1px, transparent 1px),
linear-gradient(45deg, rgba(150,194,236,.06) 1px, transparent 1px);
background-size:88px 88px, 88px 88px, 240px 240px;
background-position:center;
-webkit-mask-image:linear-gradient(180deg, rgba(0,0,0,.9), rgba(0,0,0,.35) 70%, rgba(0,0,0,.12));
mask-image:linear-gradient(180deg, rgba(0,0,0,.9), rgba(0,0,0,.35) 70%, rgba(0,0,0,.12));
} .pa-source-home > section.pa-neighborhood-map-section,
.pa-source-home > section.pa-source-strip,
.pa-source-home > section.pa-home-contact-section,
.pa-sales-page .pa-section.pa-listings,
.pa-rentals-page .pa-section.pa-listings,
.pa-properties-page .pa-section.pa-listings,
.pa-properties-page .pa-itb-search-section,
.pa-itb-results-page .pa-itb-listing-shell,
.pa-itb-selection-page .pa-itb-listing-shell,
.pa-contact-page .pa-contact-grid,
.pa-detail-similar{
background:var(--pa-panel) !important;
border:1px solid var(--pa-panel-edge);
border-radius:var(--pa-card-radius);
box-shadow:var(--pa-card-shadow);
max-width:var(--pa-rail);
margin:clamp(26px,4vw,46px) auto !important;
padding:clamp(26px,3.4vw,52px) clamp(20px,3vw,48px) !important;
-webkit-backdrop-filter:none; backdrop-filter:none;
} .pa-page-hero, header.pa-page-header{ background:transparent !important; box-shadow:none !important; border:0 !important; } .pa-source-home > section.pa-source-strip h2,
.pa-source-home > section.pa-neighborhood-map-section h2,
.pa-source-home > section.pa-home-contact-section h2,
.pa-section.pa-listings .pa-h2,
.pa-detail-similar h2{
color:var(--pa-ink) !important;
}
.pa-source-kicker, .pa-source-eyebrow, .pa-source-kicker.mono{ color:var(--pa-gold) !important; }
.pa-source-strip .pa-hero-sub,
.pa-neighborhood-map-section .pa-hero-sub,
.pa-home-contact-section .pa-hero-sub{ color:rgba(7,30,51,.74) !important; text-shadow:none !important; }
.pa-source-link-arrow{ color:var(--pa-ink) !important; }
.pa-source-link-arrow:hover{ color:var(--pa-cyan) !important; } .pa-page-hero .pa-hero-title,
header.pa-page-header h1.pa-h1,
header.pa-page-header h1,
body[class*="guide"] header.pa-page-header h1{
color:#fff !important;
text-shadow:0 2px 26px rgba(0,0,0,.5) !important;
}
.pa-page-hero .pa-hero-sub,
header.pa-page-header .pa-hero-sub,
body[class*="guide"] header.pa-page-header .pa-hero-sub{
color:rgba(255,255,255,.9) !important;
text-shadow:0 1px 16px rgba(0,0,0,.4) !important;
}
body[class*="guide"] header.pa-page-header *{ color:#fff !important; } .pa-itb-card{
background:#fff !important;
border:1px solid rgba(7,30,51,.07) !important;
border-radius:16px !important;
overflow:hidden;
}  .pa-source-pill.is-active{
background:linear-gradient(180deg, #0a2746, #071e33) !important;
color:#fff !important;
border:1px solid rgba(255,255,255,.14) !important;
box-shadow:0 10px 26px -10px rgba(7,18,36,.6);
}
.pa-source-pill.is-active:hover{
box-shadow:0 14px 30px -10px rgba(7,18,36,.7), 0 0 0 2px rgba(194,161,106,.5);
} .pa-hero-search-shell button[type="submit"],
.pa-hero-search-shell input[type="submit"]{
background:linear-gradient(180deg,#0a2746,#071e33) !important;
border:1px solid rgba(255,255,255,.16) !important;
color:#fff !important;
border-radius:10px !important;
letter-spacing:.04em;
}
.pa-hero-search-shell button[type="submit"]:hover{
box-shadow:0 0 0 2px rgba(194,161,106,.55), 0 10px 24px -10px rgba(7,18,36,.6);
} .pa-itb-card .price, .pa-itb-card [class*="price"],
.pa-itb-card [class*="badge"], .pa-itb-card [class*="label"]{
-webkit-backdrop-filter:blur(8px) saturate(150%); backdrop-filter:blur(8px) saturate(150%);
} .pa-footer, .pa-source-footer{
background:linear-gradient(180deg, rgba(6,20,40,.96), rgba(5,14,30,.98)) !important;
color:#fff !important;
border-top:1px solid rgba(194,161,106,.28);
}
.pa-footer h2, .pa-footer .pa-footer-h4, .pa-footer a, .pa-footer span, .pa-footer p{ color:#fff !important; }
.pa-footer .pa-footer-tagline{ color:rgba(255,255,255,.74) !important; }
.pa-footer-brand h2{ color:#fff !important; }
.pa-footer-h4{ color:var(--pa-gold) !important; }
.pa-footer-col a{ color:rgba(255,255,255,.86) !important; }
.pa-footer-col a:hover{ color:var(--pa-gold) !important; opacity:1 !important; }
.pa-footer-langs span, .pa-footer-brand .pa-footer-langs span{ color:rgba(255,255,255,.6) !important; } @media (min-width:901px) and (prefers-reduced-motion:no-preference){
@supports (animation-timeline: view()){
.pa-source-home > section.pa-source-strip,
.pa-source-home > section.pa-neighborhood-map-section,
.pa-source-home > section.pa-home-contact-section,
.pa-section.pa-listings,
.pa-detail-similar{
animation:pa-stack-in linear both;
animation-timeline:view();
animation-range:entry 0% entry 30%;
}
@keyframes pa-stack-in{
from{ opacity:1; transform:translateY(34px) scale(.99); }
to{ opacity:1; transform:none; }
}
}
} .pa-source-home > section{ scroll-margin-top:90px; }
@media (max-width:900px){
.pa-source-home > section.pa-neighborhood-map-section,
.pa-source-home > section.pa-source-strip,
.pa-source-home > section.pa-home-contact-section,
.pa-sales-page .pa-section.pa-listings,
.pa-rentals-page .pa-section.pa-listings,
.pa-properties-page .pa-section.pa-listings,
.pa-properties-page .pa-itb-search-section,
.pa-itb-results-page .pa-itb-listing-shell,
.pa-itb-selection-page .pa-itb-listing-shell,
.pa-contact-page .pa-contact-grid,
.pa-detail-similar{
margin:16px 12px !important;
padding:20px 16px !important;
border-radius:18px !important;
}
.pa-page-hero, header.pa-page-header{ padding-left:18px !important; padding-right:18px !important; }
}
@media (max-width:600px){
.pa-source-home > section.pa-source-strip,
.pa-source-home > section.pa-neighborhood-map-section,
.pa-source-home > section.pa-home-contact-section{ margin:12px 10px !important; padding:18px 14px !important; }
}   @media (min-width:901px){
.pa-source-hero .pa-hero-search-shell{
margin-left:auto !important;
margin-right:auto !important;
max-width:1040px !important;
}
} .pa-source-hero{
background:transparent !important;
background-image:none !important;
box-shadow:none !important;
}
.pa-source-hero::before,
.pa-source-hero::after{
content:none !important;
background:none !important;
background-image:none !important;
display:none !important;
opacity:0 !important;
} .pa-source-hero > svg,
.pa-source-hero .pa-hero-bg,
.pa-source-hero .pa-hero-lines,
.pa-source-hero .pa-hero-route{ display:none !important; } .pa-source-hero .pa-source-hero-sub{ text-shadow:0 2px 26px rgba(0,0,0,.55) !important; } .pa-sort-toolbar.btn-group,
.pa-sort-toolbar{
display:inline-flex !important; flex-wrap:wrap !important; gap:8px !important;
background:transparent !important; box-shadow:none !important; border:0 !important; padding:0 !important;
width:auto !important; vertical-align:middle;
}
.pa-sort-toolbar .btn,
.pa-sort-toolbar a.btn,
.pa-sort-toolbar .btn.btn-default,
.pa-sort-toolbar a.btn-default{
font:600 11px/1 var(--font-body,"Manrope",sans-serif) !important;
letter-spacing:.1em !important; text-transform:uppercase !important;
height:auto !important; min-height:0 !important; width:auto !important; min-width:0 !important; max-width:none !important;
padding:9px 15px !important; margin:0 !important;
border-radius:999px !important; border:1px solid rgba(7,30,51,.18) !important;
background:#fff !important; background-image:none !important; color:var(--pa-ink,#071e33) !important;
box-shadow:none !important; text-shadow:none !important;
display:inline-flex !important; align-items:center !important; gap:6px !important;
float:none !important; line-height:1 !important; white-space:nowrap !important;
transition:background .2s ease, border-color .2s ease, color .2s ease;
}
.pa-sort-toolbar .btn:hover{ border-color:var(--pa-gold,#c2a16a) !important; color:var(--pa-ink) !important; }
.pa-sort-toolbar .btn.active,
.pa-sort-toolbar a.btn.active,
.pa-sort-toolbar .btn.btn-default.active{
background:linear-gradient(180deg,#0a2746,#071e33) !important; color:#fff !important; border-color:transparent !important;
} .pa-sort-toolbar .btn i img,
.pa-sort-toolbar .btn i span,
.pa-sort-toolbar .btn i .hidden,
.pa-sort-toolbar .btn img,
.pa-sort-toolbar .btn .hidden{ display:none !important; width:0 !important; height:0 !important; } .pa-sort-toolbar .btn i.fa,
.pa-sort-toolbar .btn i[class*="fa-sort"]{
display:inline-block !important; font:inherit !important;
width:auto !important; height:auto !important; max-width:none !important; min-width:0 !important;
background:none !important; border:0 !important; color:inherit !important; line-height:1 !important; vertical-align:middle !important; overflow:visible !important;
}
.pa-sort-toolbar .btn i.fa::before,
.pa-sort-toolbar .btn i[class*="fa-sort"]::before{ content:"" !important; display:none !important; }
.pa-sort-toolbar .btn i.fa-sort-desc::after{ content:"\25BE" !important; font:600 10px/1 var(--font-body,sans-serif) !important; opacity:.9; }
.pa-sort-toolbar .btn i.fa-sort-asc::after{ content:"\25B4" !important; font:600 10px/1 var(--font-body,sans-serif) !important; opacity:.9; }   #pa-bgfixed{ filter:brightness(.98) saturate(1.04) contrast(1.03) !important; }
#pa-bgfixed::after{
background:
radial-gradient(120% 90% at 50% 0%, rgba(6,20,40,.16) 0%, rgba(6,20,40,.30) 55%, rgba(5,16,34,.46) 100%),
linear-gradient(180deg, rgba(6,20,40,.28) 0%, rgba(6,18,38,.36) 60%, rgba(5,14,30,.48) 100%) !important;
}
body::before{
background-image:
linear-gradient(rgba(168,206,240,.20) 1px, transparent 1px),
linear-gradient(90deg, rgba(168,206,240,.20) 1px, transparent 1px),
linear-gradient(45deg, rgba(168,206,240,.12) 1px, transparent 1px) !important;
-webkit-mask-image:linear-gradient(180deg, rgba(0,0,0,1), rgba(0,0,0,.6) 70%, rgba(0,0,0,.3)) !important;
mask-image:linear-gradient(180deg, rgba(0,0,0,1), rgba(0,0,0,.6) 70%, rgba(0,0,0,.3)) !important;
} .pa-source-new-listings .pa-new-listings-shell .item > a{
display:flex !important; flex-direction:column !important;
width:100% !important; min-width:0 !important; align-items:stretch !important;
overflow:hidden !important;
}
.pa-source-new-listings .pa-new-listings-shell .item > a > img{
width:100% !important; min-width:0 !important; height:auto !important;
aspect-ratio:1.4 / 1 !important; object-fit:cover !important; flex:0 0 auto !important;
border-radius:0 !important;
}
.pa-source-new-listings .pa-new-listings-shell .legend{
position:static !important; width:100% !important; min-width:0 !important; max-width:none !important;
display:flex !important; flex-direction:column !important; gap:6px !important;
min-height:0 !important; padding:16px 18px 18px !important; overflow:hidden !important;
align-items:flex-start !important; text-align:left !important;
background:var(--pa-cream,#fbf8f3) !important;
}
.pa-source-new-listings .pa-new-listings-shell .pa-card-title{
font-size:clamp(17px,1.5vw,21px) !important; line-height:1.18 !important;
white-space:normal !important; overflow-wrap:normal !important; word-break:normal !important;
display:-webkit-box !important; -webkit-line-clamp:2 !important; -webkit-box-orient:vertical !important;
overflow:hidden !important; max-width:100% !important;
}
.pa-source-new-listings .pa-new-listings-shell .pa-card-specs{ min-height:0 !important; }
.pa-source-new-listings .pa-new-listings-shell .pa-card-district{ overflow-wrap:normal !important; word-break:normal !important; } .pa-proof-card-alvi .pa-proof-logo img,
.pa-proof-card-alvi img{ max-height:54px !important; min-height:0 !important; margin:0 0 14px !important; }
.pa-proof-card-cim .pa-proof-logo img,
.pa-proof-card-cim img{ max-height:62px !important; min-height:0 !important; margin:0 0 14px !important; }
@media (max-width:900px){
.pa-proof-card-alvi .pa-proof-logo img{ max-height:44px !important; }
.pa-proof-card-cim  .pa-proof-logo img{ max-height:50px !important; }
}
.pa-proof-card-since strong{ font-size:clamp(40px,5vw,64px) !important; line-height:1 !important; display:block; margin-bottom:14px; }
.pa-proof-card-since span{ font-size:14px !important; line-height:1.5 !important; opacity:.82; max-width:34ch; }
.pa-proof-card-alvi span, .pa-proof-card-cim span{ font-size:14px !important; line-height:1.45 !important; } .pa-source-agent-card{ display:flex !important; flex-direction:column !important; }
.pa-source-agent-card > .pa-source-link-arrow,
.pa-source-agent-card > a.pa-source-link-arrow[href^="mailto:"]{ margin-top:auto !important; } .pa-neighborhood-list a span,
.pa-neighborhood-list a small,
.pa-map-zone span,
.pa-map-zone{
overflow-wrap:normal !important; word-break:normal !important; hyphens:none !important;
}
body .pa-neighborhood-list a > span:first-child,
body .pa-neighborhood-list a span{
font-size:clamp(17px,1.5vw,21px) !important; line-height:1.08 !important; text-wrap:balance;
white-space:normal !important; word-break:normal !important; overflow-wrap:normal !important; hyphens:none !important;
} a.btn-switchselection{
position:absolute !important; top:12px !important; right:12px !important;
width:38px !important; height:38px !important; min-width:0 !important; max-width:none !important;
padding:0 !important; margin:0 !important; border:0 !important; border-radius:50% !important;
background:rgba(7,18,36,.42) !important; background-image:none !important;
-webkit-backdrop-filter:blur(10px) saturate(150%); backdrop-filter:blur(10px) saturate(150%);
box-shadow:0 4px 14px rgba(0,0,0,.25) !important;
display:inline-flex !important; align-items:center !important; justify-content:center !important;
font-size:0 !important; color:transparent !important; line-height:0 !important; text-indent:0 !important;
float:none !important; overflow:visible !important; z-index:6 !important;
transition:transform .25s ease, background .25s ease;
}
a.btn-switchselection > *{ display:none !important; }
a.btn-switchselection::before{
content:"" !important; display:block !important; width:20px !important; height:20px !important;
background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2Utd2lkdGg9IjIuMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBkPSJNMjAuODQgNC42MWE1LjUgNS41IDAgMCAwLTcuNzggMEwxMiA1LjY3bC0xLjA2LTEuMDZhNS41IDUuNSAwIDAgMC03Ljc4IDcuNzhsMS4wNiAxLjA2TDEyIDIxLjIzbDcuNzgtNy43OCAxLjA2LTEuMDZhNS41IDUuNSAwIDAgMCAwLTcuNzh6Ii8+PC9zdmc+") center / contain no-repeat !important;
filter:drop-shadow(0 2px 4px rgba(0,0,0,.35));
}
a.btn-switchselection.selected::before,
a.btn-switchselection.active::before,
a.btn-switchselection.is-active::before,
a.btn-switchselection[href*="remove_selection"]::before{
background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iI2MyYTE2YSIgc3Ryb2tlPSIjYzJhMTZhIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTIwLjg0IDQuNjFhNS41IDUuNSAwIDAgMC03Ljc4IDBMMTIgNS42N2wtMS4wNi0xLjA2YTUuNSA1LjUgMCAwIDAtNy43OCA3Ljc4bDEuMDYgMS4wNkwxMiAyMS4yM2w3Ljc4LTcuNzggMS4wNi0xLjA2YTUuNSA1LjUgMCAwIDAgMC03Ljc4eiIvPjwvc3ZnPg==") center / contain no-repeat !important;
}
@media (hover:hover){
a.btn-switchselection:hover{ background:rgba(7,18,36,.6) !important; transform:scale(1.08); }
} .itb_properties_property h3{ position:relative !important; }
body .pa-itb-listing-shell .itb_properties_property h3 a:not(.btn-switchselection),
body .itb_properties_property h3 a:not(.btn-switchselection){
display:-webkit-box !important; -webkit-line-clamp:2 !important; -webkit-box-orient:vertical !important;
overflow:hidden !important; overflow-wrap:break-word !important; word-break:normal !important;
max-height:2.5em !important; min-height:2.5em; line-height:1.22 !important; padding-right:46px;
}   .pa-guide-page header.pa-page-hero,
body[class*="guide"] header.pa-page-hero,
body[class*="guide"] .pa-page-hero{
background:transparent !important;
background-image:none !important;
box-shadow:none !important;
border:0 !important;
}
.pa-guide-page .pa-page-hero{ border-bottom:0 !important; }
.pa-guide-page .pa-page-hero .pa-hero-title,
body[class*="guide"] .pa-page-hero h1,
body[class*="guide"] .pa-page-hero .pa-hero-title{
color:#fff !important; text-shadow:0 2px 28px rgba(0,0,0,.55) !important;
}
.pa-guide-page .pa-page-hero .pa-hero-sub,
.pa-guide-page .pa-page-hero p,
body[class*="guide"] .pa-page-hero .pa-hero-sub,
body[class*="guide"] .pa-page-hero p{
color:rgba(255,255,255,.94) !important; text-shadow:0 1px 18px rgba(0,0,0,.5) !important;
}
.pa-guide-page .pa-page-hero .pa-source-kicker,
.pa-guide-page .pa-page-hero .mono,
body[class*="guide"] .pa-page-hero .pa-source-kicker{
color:var(--pa-gold,#c2a16a) !important; text-shadow:0 1px 12px rgba(0,0,0,.45) !important;
}
.pa-guide-page .pa-page-hero hr,
.pa-guide-page .pa-page-hero .pa-hero-divider{ border-color:rgba(255,255,255,.4) !important; background:rgba(255,255,255,.4) !important; } .pa-guide-nav{
background:linear-gradient(180deg,#0a2746,#071e33) !important;
border:1px solid rgba(255,255,255,.12) !important;
border-radius:16px !important;
box-shadow:0 18px 50px -20px rgba(4,14,30,.6) !important;
-webkit-backdrop-filter:none !important; backdrop-filter:none !important;
color:#fff !important;
}
.pa-guide-nav *{ text-shadow:none !important; }
.pa-guide-nav a,
.pa-guide-nav li > a{ color:rgba(255,255,255,.82) !important; }
.pa-guide-nav a:hover,
.pa-guide-nav a:focus-visible,
.pa-guide-nav a.is-active,
.pa-guide-nav .is-active > a{ color:#fff !important; border-color:var(--pa-gold,#c2a16a) !important; }
.pa-guide-nav .pa-guide-nav-title,
.pa-guide-nav strong,
.pa-guide-nav h2,
.pa-guide-nav h3{ color:#fff !important; }  a.btn-switchselection::before,
a.btn-switchselection.selected::before,
a.btn-switchselection.active::before,
a.btn-switchselection.is-active::before,
a.btn-switchselection[href*="remove_selection"]::before{
opacity:1 !important; display:block !important; content:"" !important;
width:20px !important; height:20px !important;
}   .pa-itb-property-page .owl-carousel-property .owl-nav,
.pa-itb-property-page .owl-carousel-property .owl-dots{ display:none !important; }
.pa-itb-property-page .owl-carousel-property .owl-stage-outer{ overflow:visible !important; }
.pa-itb-property-page .owl-carousel-property .owl-stage{
display:grid !important;
grid-template-columns:repeat(3, 1fr) !important;
grid-auto-rows:200px !important;
gap:12px !important;
width:100% !important;
transform:none !important;
transition:none !important;
}
.pa-itb-property-page .owl-carousel-property .owl-item{
width:auto !important; height:auto !important; margin:0 !important; opacity:1 !important;
}
.pa-itb-property-page .owl-carousel-property .owl-item.cloned{ display:none !important; } .pa-itb-property-page .owl-carousel-property .owl-item > a,
.pa-itb-property-page .owl-carousel-property .owl-item img{
display:block !important; width:100% !important; height:100% !important;
min-height:200px !important; object-fit:cover !important; border-radius:10px !important;
}
.pa-itb-property-page .panel.panel-default,
.pa-itb-property-page .panel-body{ background:transparent !important; border:0 !important; box-shadow:none !important; padding:0 !important; } .pa-itb-property-page .pa-page-content > h3{
font-family:var(--font-body,"Manrope",sans-serif) !important;
font-size:13px !important; letter-spacing:.16em !important; text-transform:uppercase !important;
color:var(--pa-gold,#c2a16a) !important; margin:0 0 6px !important; font-weight:600 !important;
}
.pa-itb-property-page .pa-page-content > blockquote{
border:0 !important; padding:0 !important; margin:14px 0 26px !important;
font-size:clamp(16px,1.4vw,19px) !important; line-height:1.6 !important; color:rgba(7,30,51,.82) !important;
font-style:normal !important;
}
.pa-itb-property-page .pa-page-content h4{
font-family:var(--font-display,"Cormorant Garamond",serif) !important;
font-size:clamp(22px,2vw,28px) !important; margin:30px 0 12px !important; color:var(--pa-ink,#071e33) !important;
border-bottom:1px solid rgba(7,30,51,.12) !important; padding-bottom:8px !important;
}
.pa-itb-property-page .pa-page-content h4 + p{
line-height:2 !important; font-size:15px !important; color:rgba(7,30,51,.86) !important;
}
@media (max-width:760px){
.pa-itb-property-page .owl-carousel-property .owl-stage{ grid-template-columns:repeat(2,1fr) !important; }
}  .pa-team-page .pa-source-profile-head{
align-items:flex-start !important;
gap:18px !important;
}
.pa-team-page .pa-source-profile-head > div{
min-width:0 !important; flex:1 1 auto !important; text-align:left !important; padding-top:2px;
}
.pa-team-page .pa-source-profile-head h2{
font-size:clamp(20px,1.7vw,25px) !important;
line-height:1.08 !important; margin:0 0 6px !important;
}
.pa-team-page .pa-source-profile-head h2 span{ display:block !important; }
.pa-team-page .pa-source-profile-head p{ margin:0 !important; }
.pa-team-page .pa-source-lang-row{ justify-content:flex-start !important; margin-top:8px !important; }
.pa-team-page .pa-source-profile-bio,
.pa-team-page .pa-agent-contact-list,
.pa-team-page .pa-source-team-profile{ text-align:left !important; }
.pa-team-page .pa-agent-photo{ margin-top:2px; }  .pa-team-page .pa-source-team-list{ align-items:stretch !important; }
.pa-team-page .pa-source-team-profile{ display:flex !important; flex-direction:column !important; height:100% !important; }
.pa-team-page .pa-agent-contact-list{ margin-top:auto !important; }
.pa-team-page .pa-book-cta{ margin-top:14px !important; }  .pa-team-page .pa-agent-phone-inline{ margin:8px 0 0 !important; font-size:14px !important; }
.pa-team-page .pa-agent-phone-inline a{ color:var(--pa-ink,#071e33) !important; }@font-face{font-family:dashicons;src:url(//pacificagency.mc/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800);src:url(//pacificagency.mc/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix) format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),url(//pacificagency.mc/wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800) format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}#TB_overlay {
background: #000;
opacity: 0.7;
filter: alpha(opacity=70);
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 100050; }
#TB_window {
position: fixed;
background-color: #fff;
z-index: 100050; visibility: hidden;
text-align: left;
top: 50%;
left: 50%;
-webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
}
#TB_window img#TB_Image {
display: block;
margin: 15px 0 0 15px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-top: 1px solid #666;
border-left: 1px solid #666;
}
#TB_caption{
height: 25px;
padding: 7px 30px 10px 25px;
float: left;
}
#TB_closeWindow {
height: 25px;
padding: 11px 25px 10px 0;
float: right;
}
#TB_closeWindowButton {
position: absolute;
left: auto;
right: 0;
width: 29px;
height: 29px;
border: 0;
padding: 0;
background: none;
cursor: pointer;
outline: none;
-webkit-transition: color .1s ease-in-out, background .1s ease-in-out;
transition: color .1s ease-in-out, background .1s ease-in-out;
}
#TB_ajaxWindowTitle {
float: left;
font-weight: 600;
line-height: 29px;
overflow: hidden;
padding: 0 29px 0 10px;
text-overflow: ellipsis;
white-space: nowrap;
width: calc( 100% - 39px );
}
#TB_title {
background: #fcfcfc;
border-bottom: 1px solid #ddd;
height: 29px;
}
#TB_ajaxContent {
clear: both;
padding: 2px 15px 15px 15px;
overflow: auto;
text-align: left;
line-height: 1.4em;
}
#TB_ajaxContent.TB_modal {
padding: 15px;
}
#TB_ajaxContent p {
padding: 5px 0px 5px 0px;
}
#TB_load {
position: fixed;
display: none;
z-index: 100050;
top: 50%;
left: 50%;
background-color: #E8E8E8;
border: 1px solid #555;
margin: -45px 0 0 -125px;
padding: 40px 15px 15px;
}
#TB_HideSelect {
z-index: 99;
position: fixed;
top: 0;
left: 0;
background-color: #fff;
border: none;
filter: alpha(opacity=0);
opacity: 0;
height: 100%;
width: 100%;
}
#TB_iframeContent {
clear: both;
border: none;
}
.tb-close-icon {
display: block;
color: #666;
text-align: center;
line-height: 29px;
width: 29px;
height: 29px;
position: absolute;
top: 0;
right: 0;
}
.tb-close-icon:before {
content: "\f158";
content: "\f158" / '';
font: normal 20px/29px dashicons;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#TB_closeWindowButton:hover .tb-close-icon,
#TB_closeWindowButton:focus .tb-close-icon {
color: #006799;
}
#TB_closeWindowButton:focus .tb-close-icon {
-webkit-box-shadow:
0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8);
box-shadow:
0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8);
}.selectionmenu {
position: fixed;
top: 50%;
right: 0;
background: #efefef;
padding: 5px;
border-radius: 5px 0 0 5px;
}
.selectionmenu a {
font-size: 20px;
text-decoration: none;
}
.text-muted .emoji {
filter: grayscale(1);
}
.btn-switchselection {
margin-left: 5px;
}