/*
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: #2e4d58;
	--accent-color: #508590;
	--secondary-color: #929ea4;
	--accent-color-secondary: #9d6e46;
}

.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: #7fa0a6;
}

.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/cropped-stonehill-towers-favicon.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/05/Stonehill-Towers_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(215 210 196 / 87%);
}

.cta_box {
	background-color: #9d6e46;
}

.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/05/brown-right.png)!important;
}
.lb-nav a.lb-prev {
	background-image: url(/wp-content/uploads/2026/05/brown-left.png)!important;
}

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

.gallery_filter ul li:hover {
    color: #7fa0a6;
}

.gallery_filter ul li.active {
	border-color: #7fa0a6;
}

.page-id-12 #section_3 .two_column_box_inner {
	background: var(--secondary-color);
}

.page-id-12 #section_2 .two_column_box_inner {
	padding-bottom: 80px;
}

body:not(.home, .page-id-160, .page-id-260) .cta_box {
	display: none;
}

@media (max-width: 767px) {
	#section_3 .three_col_box_item {
		background-position: center!important;
	}
}

.cta_box_inner h2 {
	line-height: 1.3;
}

.property-item a {
    color: #2e4d58;
}

.contact_section_contact_info_basic a,
.footer_content_contact a {
	color: #fff;
}

/*.footer {
	border-top: 1px solid #ffffff26;
}*/

.page-id-9323 .parallax_content_box_content {
    width: 820px;
    max-width: 100%;
    background: rgba(248, 247, 236, 0.85);
    color: #231f20;
    padding: 120px 60px;
    margin: 0 auto;
    text-align: center;
}

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



/* 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 !important;
	  background: rgb(0 0 0 / 10%) !important;
	}
	
  /* 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 */
}

#floorplan_modal_588 .usage-based, #floorplan_modal_9239 .usage-based {
	display: none;
}