*!
Theme Name: 301 North Ave
Theme URI: -
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
*/

img {
    max-width: 100%;
    height: auto;
}

/* 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;
}

.page-id-12 .section_2 .two_column_box_inner {
	background-color: #0b233e;
	padding-bottom: 100px !important;
}

.cta_box_inner h2 {
	line-height:1.5 !important;
}

.neighborhood_features_list_item ul li {
	color: #fff !important;
}
.inner_menu_nav ul li {
    margin-left: 15px;
}
.neighborhood_features_title h2 {
    color: #fff;
}


.leasing-transparency-parallax{
    background-image:url('/wp-content/uploads/2026/05/living-scaled.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;
}

.home_header_menu ul li a:active {
	color: #1d6791;
}

.page-id-9186 .page_header_inner {
	display:none;
}

.floorplan_plan_item_inner p span:nth-of-type(-n+2) {
  border-right: 1px solid #ffffff80;
  margin-right: 10px;
  padding-right: 10px;
}

.page-id-9230 .parallax_content_box_content {
	margin: 0 auto;
	text-align: center;
	width: 800px;
}

@media (max-width: 767px) {
  .floorplan_modal_content_image img {
    margin-bottom: 35px;
    display: block;
    max-width: 100%;
    height: auto;
  }
}


/* 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 */
}

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