/*
Theme Name: The Brit Child
Theme URI: -
Template: thebrit
Author: Resident360
Author URI: https://resident360.com
Description: Just another theme by Resident360.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: indigo
*/

:root {
	--primary-color: #0b233e; 
	--accent-color: #8bb3c4; 
	--secondary-color: #9d6e46;
	--accent-color-secondary: #1d6791; 
}

.inner_menu,
.drawer_menu {
	background: var(--primary-color);
}

.header_logo img {
	width: 150px;
}

@media (max-width: 767px) {
    .header_logo img {
        width: 120px;
    }

    .inner_menu {
       	max-height: none;
    }

	.drawer_menu_nav ul li a {
		font-size: 24px;
	}
	
	.drawer_menu_nav ul li {
		margin: 25px 0;
	}
}

.sticky_menu_trigger {
	color: #fff;
}

.home_header_menu ul li a:hover {
	color: #fff;
}

.inner_menu_nav ul li a:hover, .inner_menu_nav ul li.current-menu-item a,
.filter_box ul li.active, .filter_box ul li:hover,
.footer_menu ul li.current-menu-item a, .footer_menu ul li a:hover,
.gallery_filter ul li.active,
.drawer_menu_nav ul li a:hover {
    color: var(--accent-color);
}

.two_column_box_inner,
.home .two_column_box_inner,
.cta_box,
.footer {
	background: var(--primary-color);
}

.home .two_column_box_inner {
	position: relative;
}

.home .two_column_box_inner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	background-image: url(/wp-content/uploads/2026/01/Glenbrook-Estates_icon_white.png);
	background-position: bottom left -80px;
	background-repeat: no-repeat;
}

.cta_box {
	position: relative;
}

/*.home .cta_box::before,
.page-id-160 .cta_box::before,*/
.floorplan_modal::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url('/wp-content/uploads/2026/01/Glenbrook-Estates_icon_white.png');
	background-position: center;
	opacity: 0.2;
	background-size: 1000px;
	z-index: 0;
}

.floorplan_modal {
	background-color: var(--primary-color);
}

.floorplan_modal::before {
	background-repeat: no-repeat;
	opacity: .15;
	background-position: top left!important;
	background-size: 600px!important;
}

.page-id-160 .cta_box_inner,
.floorplan_modal {
	background-image: none;
}

.cta_box_inner {
	z-index: 1;
	position: relative;
}

.two_column_box_content p a:hover, .floorplan_modal .main-button:hover,
.footer_content_btns p a:hover {
	background: var(--accent-color-secondary);
}

.thank-you-btns a:hover {
	background: var(--accent-color);
}

.two_column_box_content h4 {
	letter-spacing: 2px;
	font-weight: 300;
}

.parallax_content_box_content,
.content_background_rose .parallax_content_box_content {
    background: rgb(139 179 196 / 87%);
}

.cta_box {
	background-color: var(--accent-color-secondary);
}

.floorplans_section,
.gallery_section {
    background: var(--primary-color);
}

.floorplan_plan_item_image_cover_inner {
	background: rgb(80 133 144 / 77%);
}

.neighborhood_features,
.contact_section {
	background: var(--accent-color);
}

/* FAQs */
.faqs-section {
	padding: 40px 0;
}

.faqs-section h1 {
	text-align: center;
	margin-bottom: 50px;
	font-size: 44px;
}

@media (max-width: 768px) {
	.faqs-section h1 {
		font-size: 28px;
        line-height: 34px;
	}
}

@media (min-width: 768px) {
	.faqs-section {
		padding: 80px 0;
	}
}

.faqs-section .faqs {
	margin: 60px 0 10px;
}

.faqs-section .faq {
	margin-bottom: 25px;
	border-bottom: 1px solid #eaeaea;
}

.faqs-section .faq-question {
	font-size: 18px;
	padding-bottom: 20px;
	cursor: pointer;
	position: relative;
	padding-right: 45px;
}

.faqs-section .faq-question .toggle-arrow {
	position: absolute;
	top: 3px;
	width: 24px;
	height: 24px;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.faqs-section .faq-question i {
	transition: all 0.2s;
}

.faqs-section .faq-question.open .toggle-arrow i {
	transform: rotate(180deg);
}

.faqs-section .faq-answer {
	padding: 0 0 20px;
	display: none;
}

.wp-singular .page_header {
	padding-top: 40px;
}

.neighborhood_features_list .row > div {
	margin-bottom: 40px;
}

.neighborhood_features_list_item ul li, .neighborhood_features_list_item ol li {
	color: #fff;
}

.neighborhood_features_title h2 {
	color: #fff;
}

/* Lightbox */
.lb-nav a.lb-next {
	background-image: url(/wp-content/uploads/2026/01/arrow-right.png)!important;
}
.lb-nav a.lb-prev {
	background-image: url(/wp-content/uploads/2026/01/arrow-left.png)!important;
}

.lb-data .lb-close {
	background-image: url(/wp-content/uploads/2026/01/close.png)!important;
}

/**
 * TEMPORARY
 */

.gallery_filter ul li:hover {
    color: var(--accent-color);
}

.gallery_filter ul li.active {
	border-color: var(--accent-color);
}

.contact_section_contact .submit_field input:hover {
    background: var(--accent-color-secondary);
}

#get-directions-btn, .ctaButton {
    background-color: var(--primary-color) !important;
}

#get-directions-btn:hover, .ctaButton:hover {
	background-color: var(--accent-color-secondary) !important;
}

.home_header_menu ul li a:hover {
	color: var(--accent-color);
}

.page-id-12 .parallax_content_box {
	background-position: top !important;
}

@media (max-width: 767px) {
    .three_col_box_item {
        background-position: center !important;
    }
	.contact_section_contact_info_basic img {
    margin: auto;
}
}
.home_header_menu ul li a{
	font-family: 'gotham', sans-serif;
}
@media (min-width: 768px) {
.footer_content_btns h2{
	font-size: 38px;
}
	.two_column_box_content p,
	.parallax_content_box_content p,
	.two_column_box_content{
    font-size: 17px;
}
}

.col-md-8.align-self-center.floorplan_modal_image{
	text-align: center;
}
.col-md-8.align-self-center.floorplan_modal_image a img{
	width:100%;
	background-color: #fff;
}
.neighborhood_features{
	padding-bottom: 0;
}

.faqs-section .faq-question {
    display: flex;
    justify-content: space-between;
}
.property-item a {
    color: var(--secondary);
}

.leasing-transparency-parallax{
    background-image:url('/wp-content/uploads/2026/01/GB-SMW_6031-Edit-1.jpg');
    background-size:cover;
    background-position:center;
    background-attachment:fixed;
    position:relative;

    /* make section full browser width */
    width:100vw;
    margin-left:calc(50% - 50vw);

    padding:120px 0;
}

/* dark overlay for readability */
.leasing-transparency-parallax:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0,.55);
}

/* content layer */
.leasing-transparency{
    position:relative;
    z-index:2;
}

/* card */
.leasing-transparency-inner{
    max-width:850px;
    margin:0 auto;
    padding:50px 60px;
    background:#ffffff;
    border-radius:6px;
    box-shadow:0 10px 35px rgba(0,0,0,0.25);
    text-align:center;
	color: #000;
}

.leasing-transparency h2{
    margin-bottom:20px;
    letter-spacing:1px;
}

.leasing-intro{
    font-size:18px;
    margin-bottom:15px;
}

.leasing-highlight{
    margin-top:20px;
    font-weight:600;
    letter-spacing:1px;
}

.leasing-disclaimer{
    font-size:13px;
    color:#777;
    margin-top:25px;
    line-height:1.6;
}

.contact_section_contact_info p a, .footer_content_contact p a {
	color: #fff;
}

.page-id-12 #section_3 {
	border-bottom: 1px solid #fff;
}

.conttact_section_contactSTOP a {
	color: #000;
}

.ctaButton {color: #fff !important;}

.floorplan_plan_item_inner p span:nth-of-type(-n+2) {
  border-right: 1px solid #ffffff80;
  margin-right: 10px;
  padding-right: 10px;
}
.page-id-9389 .parallax_content_box_content {
    width: 820px;
    max-width: 100%;
    color: #231f20;
    padding: 120px 60px;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 767px) {
  .floorplan_modal_image {
    display: block !important;
  }
}

/* Fix background and hero images to show full image without cropping on mobile */
@media (max-width: 768px) {
	
	.three_col_box_item_content {
	  height: calc(100vw / 3 + 450px) !important;
	  display: flex;
	  background: rgb(0 0 0 / 10%);
	}
	
  /* Target all background images */
  .hero, 
  .banner, 
  .background-image, 
  [class*="bg-"] {
    background-size: contain !important; /* Show full image */
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }

  /* Optional: ensure section height adjusts to content */
  .hero, 
  .banner, 
  .background-image, 
		.parallax_content_box, 
	.content_background_rose,
  [class*="bg-"] {
    min-height: 200px !important; /* adjust as needed */
  }
}

/* Ensure regular img tags are responsive */
img {
  max-width: 100%;
  height: auto;
  object-fit: contain; /* Prevent cropping */
}

.three_col_box_item {
	background-size: cover !important;
}
.three_col_box_item:hover {
	background-size: cover !important;
}
.page-id-9222 .page_header {
	display:none;
}

.property-item:nth-child(5) .property-image {
	background-position: bottom center;
}