*!
Theme Name: Emerson Arms
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;
}

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

.two_column_box_content p a:hover, .floorplan_modal .main-button:hover, .two_column_box_content p a:hover, .floorplan_modal .main-button:hover {
	background-color: #bf9c61 !important;
}

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

.floorplan_plan_item_image {
  margin-bottom: 15px !important;
}

.page-id-12 .section_3 .two_column_box_inner {
	background-color: #145257 !important;
}

.page-id-12 .section_2 .two_column_box_inner {
	background-color: #315044 !important;
}

.three_col_box_item_content {
  height: calc(100vw / 4 + 150px) !important;
}

.footer_content_btns p a, .main-button {
  display: inline-block !important;
  color: #fff !important;
}

.footer_content_btns p a:hover, .main-button:hover {
	background-color: #bf9c61 !important;
}

.home .parallax_content_box {
  background-attachment: inherit !important;
}

.leasing-transparency-parallax{
    background-image:url('/wp-content/uploads/2026/02/exterior-e1770760229872.jpg');
    background-size:cover;
    background-position:bottom;
    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 a {
	color: #f8f7ec !important;
}

.contact_section_contact_info a:hover {
	color: #fff !important;
}
.page-id-9286 .page_header_inner {
	display:none;
}

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


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

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