/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
#brx-header.scrolling #logo-container .no-scroll {
    display: none;
}
#brx-header:not(.scrolling) #logo-container .scrolling {
    display: none;
}
h1 {
    font-size: 50px;
}
h2 {
    font-size: 50px;
    line-height: 50px;
    padding: 30px 0px;
}
h3 {
    padding: 30px 0px;
}
h4 {
    font-size: 28px;
    padding: 30px 0px;
}

.white-text {
    color: #ffffff;
}
.black-text {
    color: #000000;
}
.dark-blue-text {
    color: #04142c;
}
.white-border-button {
    border-radius: 6px;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    padding: 6px 20px;
}
.white-border-button:hover {
    background-color: rgba(255,255,255,0.3);
}
.glass-btn {
    display: inline-block;
    padding: 6px 20px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;

    /* Glass effect */
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    /* Border + subtle glow */
    border: 2px solid rgba(255, 255, 255, 0.4);
    box-shadow: 
        0 4px 20px rgba(0, 0, 0, 0.2),
        inset 0 0 10px rgba(255, 255, 255, 0.1);

    /* Smooth transitions */
    transition: all 0.3s ease;
}

/* Hover */
.glass-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    box-shadow: 
        0 6px 25px rgba(0, 0, 0, 0.3),
        inset 0 0 12px rgba(255, 255, 255, 0.2);
}

/* Active (click) */
.glass-btn:active {
    transform: translateY(0);
    box-shadow: 
        0 3px 10px rgba(0, 0, 0, 0.2),
        inset 0 0 8px rgba(255, 255, 255, 0.15);
}
.dark-blue-border {
    border-radius: 6px;
    border: 2px solid #04142c;
    color: #04142c;
    font-size: 20px;
    font-weight: 500;
    padding: 6px 20px;
}
.dark-blue-border:hover {
    color: #ffffff;
    background-color: rgba(4,20,44,0.8)
}
.black-border {
    border-radius: 6px;
    border: 2px solid #000000;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    padding: 6px 20px;
}
.area-title {

}
#brx-content section:first-of-type{
    margin-top: 0px;
    width: 100%;
}
#brx-content section:last-of-type {
    margin-bottom: 0px;
    width: 100%;
}

#brx-content section {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#brx-content section.contact-section {
    margin-top: 60px;
    margin-bottom: 60px;
}
.property-overview-container .property-list-price {
    padding: 10px 0px;
}
.property-overview-container .group-property-details,
.property-overview-container .property-address {
    font-size: 14px;
}
.property-overview-container .property-address {
    color: #999999;
}

@media (max-width: 767px) {
	.hero-title h1 {
		font-size: 35px;
		line-height: 1.4em;
	}
	section {
		padding-left: 30px;
		padding-right: 30px;
	}	
	.contact-section h2 {
		font-size: 30px;
		line-height: 1.3em;
	}
}

@media (max-width: 401px) {
	h2.contact-section {
		font-size: 22px !important;
		line-height: 1.3em !important;
	}
	footer .footer-logo {
		max-width: 140px !important;
	}
	footer #logo-media-container > div {
		width: 50%;
	}
	.page-homepage main section > div:nth-child(2) {
		margin-top: 30px;
	}
	.hero-title, .contact-section-title {
		margin-left: 40px;
		margin-right: 40px;
	}
	.image-row {
    grid-template-columns: 1fr;
  }
}
.image-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.image-row img {
  width: 100%;
  height: auto;
  display: block;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
/* =========================================
   FLIPPINGBOOK GRID
========================================= */
/* =========================================
   FLIPPINGBOOK GRID
========================================= */

/* default 3-column grid */
.fbo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
}

/* 2-column variant */
.fbo-grid.fbo-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* wrapper */
.fbo-wrapper {
    width: 100%;
}

/* =========================================
   CONTAINER SHAPE
========================================= */

/* default = portrait */
.fbo-grid .fbo-wrapper > div[data-fbo-id] {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    position: relative !important;
    overflow: hidden !important;
    aspect-ratio: 3 / 4 !important;
    height: auto !important;
    min-height: 0 !important;
}

/* 2-column = landscape */
.fbo-grid.fbo-grid-2 .fbo-wrapper > div[data-fbo-id] {
    aspect-ratio: 4 / 3 !important;
}
.fbo-grid.fbo-grid-2 .fbo-wrapper > div[data-fbo-id] img {
    object-fit: cover !important;
    object-position: center top !important; /* or center center */
}
/* =========================================
   INNER STRUCTURE
========================================= */

.fbo-wrapper > div[data-fbo-id] > a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.fbo-wrapper > div[data-fbo-id] > a > div {
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
}

/* =========================================
   IMAGE (force visible)
========================================= */

.fbo-wrapper > div[data-fbo-id] img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    object-fit: contain !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* =========================================
   PLAY ICON (force visible)
========================================= */

.fbo-wrapper > div[data-fbo-id] div[style*="background-image"] {
    display: block !important;
    opacity: 0.8 !important;
    z-index: 2 !important;
}

/* hover polish */
.fbo-wrapper > div[data-fbo-id]:hover div[style*="background-image"] {
    transform: scale(1.05) !important;
    opacity: 1 !important;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {
    .fbo-grid,
    .fbo-grid.fbo-grid-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .fbo-grid,
    .fbo-grid.fbo-grid-2 {
        grid-template-columns: 1fr;
    }

    /* mobile = portrait for better UX */
    .fbo-grid.fbo-grid-2 .fbo-wrapper > div[data-fbo-id] {
        aspect-ratio: 3 / 4 !important;
    }
}
#brx-content {
	background-color: #faf8f5;
	padding-bottom: 40px;
}
#brx-content .property-details-page-container {
	width: 100%;
}
#brx-content .l10-overview .l10-overview-grid {
	padding-top: 30px;
}
#brx-content .property-eyebrow {
	margin: 0 0 8px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
#brx-content .property-headline {
	margin: 0 0 8px;
    font-family: inherit;
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.2;
}
#brx-content .property-location-line {
	margin: 0 0 14px;
    font-size: 11px;
    color: var(--text-muted);
    line-height: 1.45;
}
#brx-content .property-headline {
	line-height: 1.0em;
	margin-bottom: 0px;
	padding: 4px 0px;
}
#brx-content .property-stats-line {
	margin: 0 0 18px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #9ca3af;
}
#brx-content .property-price {
	margin: 0;
    font-family: inherit;
    font-size: 1.25em;
    font-weight: 500;
}
#brx-content .property-card {
	border: 1px solid #cccccc;
}