/**
 * Theme Name: 360Broadway Child Theme
 * Template: 360broadway
 * Author: Resident360
 */

@import url("https://use.typekit.net/ype6umh.css");
.page-id-3390{
	font-size: 1.2rem;
}

:root{
	--primary-color: #c9c2bb;
	--secondary-color: #1d2627;
	--tertiary-color: #4f6b58;
	--teal: #f7cdce;
	--main-font: "sweet-sans-pro", sans-serif;
	--display-font: 'quantum_mystiqueregular', serif;
}
.content_block_image_bg {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 480px;
}

.section_title {
  font-size: 42px;
  font-weight: 300;
  letter-spacing: 1px;
}

.section_content {
  font-size: 20px;
  line-height: 1.6;
}

.page-id-94 .header_section_inner .col-md-7 {
    background-position: bottom !important;
}
.page-id-1703 #header:not(.scrolled) .header.top_header_inner{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 1%, rgba(0, 0, 0, 0.4) 60% , transparent 100%);
}

.floorplan-slider-cta {
	text-align:center;
	margin-top: 20px;
}
.floorplan-slider-cta a {
    margin-top: 30px;
    display: inline-block;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 22px;
    font-weight: 300;
	position: relative;
}
.floorplan-slider-cta a::after {
    content: "";
    width: 0;
    height: 1px;
    background: var(--primary-color);
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all 0.3s;
}
.floorplan-slider-cta a:hover::after {
    width: 100%;
    left: 0;
}
.footer_social ul {
    margin-bottom: 20px;
}
.header_content_box {
        height: auto;
        background: transparent;
}

.group.scrolled .menu_item a, .menu_item a {
	color: var(--primary-color) !important;
}

.home .floorplan_item {
/* 	background: var(--secondary-color); */
}

.menu_navigation ul li:hover a span {
	color: var(--primary-color);
}
.content_block_entertainment .content_block_content_inner ul li, .content_block_transport .content_block_content_inner ul li {
    text-transform: initial;
    font-size: initial;
}
.page-id-1703 header:not(.scrolled) .menu_item a,
.page-id-3390 header:not(.scrolled) .menu_item a{
	color: #fff!important;
}
body,
.about_section_main_inner p,
.header_section + .textbox_section .textbox_inner p, 
.header_section + .scores_section .textbox_inner p{
   font-family: var(--main-font) !important;	
}
body .header_content .header_content_box h2, 
body.page-id-1176 .header_content_box h2, 
body.page-id-1274 .header_content_box h2,
.about_section_main_inner h1, 
.about_section_main_inner h2,
.floorplans_section h2,
.content_block_content_inner h2,
.font-\[\'roc-grotesk\'\],
.about_section_main a,
.footer_widget_col h3,
.header_section_content_box_inner h1,
.header_section + .textbox_section .textbox_inner h2, 
.header_section + .scores_section .textbox_inner h2,
.map_section h2,
.contact_section_title h2,
.header_content .header_content_box h1{
    font-family: var(--display-font) !important;
	text-transform: uppercase;

}
.home .header_content .header_content_box h2{
	font-size: 4rem;
}
.page-id-3390 .header_nav{
/* 	display: none; */
}
/* =====================================================
   LOGO SWAP — ONLY ON PAGE ID 1730
   ===================================================== */

/* CHANGE: scope all rules to body.page-id-1730 */
body.page-id-1703 .logo-swap,
body.page-id-3390 .logo-swap{
  position: relative;
}

body.page-id-1703 .logo-swap img,
body.page-id-3390 .logo-swap img{
  display: block;
  max-width: 180px;
  height: auto;
}

/* default = logo_2 */
body.page-id-1703 .logo-default,
body.page-id-3390 .logo-default{
  opacity: 1;
}

body.page-id-1703 .logo-scrolled,
body.page-id-3390 .logo-scrolled {
  position: absolute;
  inset: 0;
  opacity: 0;
}

/* when header is scrolled */
body.page-id-1703 #header.scrolled .logo-default,
body.page-id-3390 #header.scrolled .logo-default{
  opacity: 0;
}

body.page-id-1703 #header.scrolled .logo-scrolled,
body.page-id-3390 #header.scrolled .logo-scrolled{
  opacity: 1;
}

/* =====================================================
   MOBILE OVERRIDE — PAGE 1730 ONLY
   Always show primary logo (logo)
   ===================================================== */

@media (max-width: 767px) {

  /* CHANGE: hide logo_2 on mobile (page 1730 only) */
  body.page-id-1703 .logo-default,
  body.page-id-3390 .logo-default{
    display: none !important;
  }

  /* CHANGE: force primary logo visible on mobile */
  body.page-id-1703 .logo-scrolled,
  body.page-id-3390 .logo-scrolled{
    position: static;
    opacity: 1 !important;
  }
}


.about_section_main_inner p {
	font-size: inherit;
}
.floorplan_item_text p {
    text-transform: capitalize;
}
.floorplan_item:hover .floorplan_item_details span {
    color: var(--primary-color);
}
.page-id-3390 .floorplan-slider-cta{
	display: none;
}

@media (min-width: 1200px) {
    .header_content .header_content_box h2 {
        font-size: 4rem;
    }
}
.image_position_right .content_block_content_inner h2,.image_position_right .content_block_content_inner p, .content_block_content_inner h2, .content_block_content_inner p, .footer_widget_col a{
    color: var(--secondary-color);
}

.content_block_content_inner p a {
    color: var(--secondary-color);
}
.content_block_content_inner a::after{
    	background-color: var(--secondary-color);
}
.content_block_content_inner ul li, .content_block_content_inner{
    color: var(--secondary-color);
}
.home .floorplan_item_details {
    color: var(--secondary-color);
}
.floorplan_item .floorplan_item_details:hover span{
    color: #fff;
}
.gallery_link a{
	font-size: 20px;
}

.floorplans_section h2 {
    color: var(--secondary-color);
}
.about_section_main_inner p a {
	font-size: 26px;
}
.about_section_main_inner p a:hover {
    border-color: var(--secondary-color);
    color: var(--secondary-color);
}
.contact_widget .logo{
	margin-bottom: 15px;
}
.textbox_inner h2, .textbox_inner p {
    color: var(--primary-color);
}
.page-id-3390 #floorplans_slider,
.page-id-3390 #amenities,
.page-id-3390 #gallery,
.page-id-3390 #neighborhood,
.page-id-3390 #contact{
	scroll-margin-top: 100px;
}
.floorplan_item_details::before {
    background: var(--primary-color);
}
.floorplan_item .floorplan_item_details:hover::before {
    width: 100%;
}
.page-id-3390 .contact_section {
    padding-top: 25px;
}
.gallery_link {
    left: 0;
    top: 0;
	text-align: left;
}
.page-id-1203 .textbox_inner {
    color: var(--primary-color);
}
.header.top_header_inner.max-w-screen-2xl.justify-between.items-center.flex.mx-auto.px-\[16px\].lg\:px-\[40px\].py-6.group-\[\.scrolled\]\:py-4.transition-all.duration-500 {
    max-width: 100%;
}
.fpDisclaimer{
	font-size: 13px;
	max-width:100%;
	margin: auto;
	padding-top: 10px;
	padding-right: 25px;
    padding-left: 25px;
}
.page-id-3390 #floorplans_slider .fpDisclaimer{
	text-align: center;
}

.header_content {
	background: rgb(0 0 0 / 35%);
}

.contact_field_select span.wpcf7-form-control-wrap[data-name="moveInDate"]::before 
{
	content: none;
}
.content_block_content_inner p span {
    font-size: 22px;
}


@media(min-width: 768px){
	.content_block_image {
    	padding: 0;
	}
	.parallax_section {
    	height: 80vh;
	    background-size: cover;
    	background-position: top !important;
    	background-attachment: fixed;
	}
	body.page-id-3390 #header:not(.scrolled) .logo-swap {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
/*     border-right: 1px solid #fff; */
    padding-right: 1rem;
}
body.page-id-3390 #header .logo-swap {
	width: 100%;

}
	.page-id-3390 #header:not(.scrolled) .header.top_header_inner {
/*     	border-bottom: 1px solid #fff; */
		padding-top: 0;
    	padding-bottom: 0;
	}
	.page-id-3390 .header_nav {
	    margin-left: auto;
	}
	.header_slogan{
		color: #fff;
		font-family: var(--main-font);
		margin-left: 30px;
		letter-spacing: 1.5px;
	}
}
.scrolled .header_nav ul li.menu_icon a span{
	background: #000;
}
.custom_header {
	height: 100vh;
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(7, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.custom_header .div1 { 
	grid-area: 1 / 1 / 8 / 3;
	background: url(/wp-content/uploads/2026/01/930-McCarter-view-1-1.jpg) center / cover no-repeat;
}
.custom_header .div2 { 
	grid-area: 1 / 3 / 3 / 6; 
	background-color: var(--primary-color);
	display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.custom_header .div2 h2{
	color: #fff;
	font-family: var(--display-font);
	font-size: 3.5rem;
	position:relative;
	bottom:10px;
	left: 50px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-left: 30px;
}
.custom_header .div2 h2 span{
	color: var(--secondary-color);
	
}
.custom_header .div3 { 
	grid-area: 3 / 3 / 8 / 6;
	background: url(/wp-content/uploads/2026/01/AdobeStock_404767573.jpg) center / cover no-repeat;
}
.scrolled .header_slogan{
		display: none;
	}
@media(max-width:1023px){
	.custom_header {
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(12, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
		        margin-top: 80px;

}

.custom_header .div1 { grid-area: 3 / 1 / 11 / 2; }
.custom_header .div2 { grid-area: 1 / 1 / 3 / 3; }
.custom_header .div3 { grid-area: 3 / 2 / 11 / 3; background-position: 65%;}
.custom_header .div4 { grid-area: 11 / 1 / 13 / 3; background-color: var(--primary-color);}
	.custom_header .div2 h2{
		font-size: 2.5rem;
	}
	.header .header_slogan{
		display: none;
	}
.custom_header .div2 h2{
	left: unset;
	}
}


.page-id-3390 .menu_icon.menu_open {
    display: initial;
}
.menu_panel .footer_logo img {
    margin-left: 0 !important;
}

.content_block_content_inner h2::after{
	background-color: var(--secondary-color)
}
#neighborhood h2 {
    color: var(--secondary-color);
}
#contact .contact_widget {
    color: var(--secondary-color);
}


.footer_widget_col h3 {
    color: var(--secondary-color);
}
.menu_panel,
.menu_navigation ul li a span,
.menu_navigation ul li::before{
    background-color: var(--primary-color);
}
.contact_section_title h2{
    color: var(--secondary-color);
}
.contact_field label {
    color: var(--primary-color);
}
.menu_navigation ul li:hover a span {
    color: var(--secondary-color);
}
.scrolled .header_nav ul li:hover a span{
	background: #fff;
}


.footer_lets_chat img{
	margin: auto;
	position: relative;
	top: 30px;
}
.parallax_section_inner{
	background: rgba(0,0,0,0.6);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
    padding: 0 15%;
    text-align: center;
}
.parallax_section_inner h2{
	font-size: 3rem;
	margin-bottom: 25px;
	font-family: var(--display-font) !important;
	text-transform: uppercase;
}
.custom_header_2 {
	height: 100vh;
	background: url(/wp-content/uploads/2026/01/Parq390_DJI_20251027075312_0035-1.jpg) bottom / cover no-repeat;
	display: flex;
	flex-direction: column;
	justify-content:space-between;
	
}
.custom_header_2  .div1{
	padding-bottom: 5%;
	padding-left: 5%;
	
}
.custom_header_2  .div1 h2 {
    color: #fff;
    font-family: 'quantum_mystiqueregular';
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 3.6rem;
	font-weight: bold;
}
.custom_header_2  .div1 h2 span {
/*     color: var(--secondary-color); */
}
.custom_header_2  .div2 img{
	width:40%;
}
.custom_header_2  .div2 {
	padding-left: 5%;
	
}
body.page-id-3390 #header:not(.scrolled) .logo-swap img {
/*     display: none; */
}
@media(max-width:767px){
	.custom_header_2 .div1 h2{
		font-size: 3rem;
	}
	.custom_header_2 .div1 {
	    padding-bottom: 15%;
	}
	body.page-id-3390 #header:not(.scrolled) .logo-swap img {
/*     	display: initial; */
	}
	.custom_header_2 .div2 img {
    	width: 60%;
	}
	.custom_header_2 .div2 {
    	padding-bottom: 10%;
	}
	body.page-id-3390 .logo-swap img {
	    max-width: unset;
    	width: 150px;
	}
}
@media (max-width: 400px) {
    .custom_header_2 .div1 h2 {
        font-size: 2.2rem;
    }
}
.header_nav ul li.menu_icon a span {
	background: #000;
}


.footer_widget_col a {
    font-size: 17px;
}
@media(max-width:767px){
	.owl-item {
/*     transform: translateX(10px) !important; */
}
	    .header_nav ul li.menu_icon a span {
        background-color: #000;
    }
	.owl-carousel {
    	width: initial;
    	z-index: 1;
	}
	.home #header:not(.scrolled) .header.top_header_inner {
    	background: initial;
	}
	.custom_header_2 {
    	max-height: 420px;
		margin-top: 93px;
		background:  linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(/wp-content/uploads/2026/01/Parq390_DJI_20251027075312_0035-1.jpg) bottom / cover no-repeat;
	}
}
.page-id-3390 .contact_field label {
    color: #fff;
}
.page-id-3390 .contact_field input {
    background: rgba(255,255,255,0.3);
}
.page-id-3390 .contact_field_select .wpcf7-form-control-wrap{
	background: transparent;
}
.page-id-3390 .contact_field_select span.wpcf7-form-control-wrap select,
.page-id-3390 .contact_field textarea {
    background: rgba(255,255,255,0.3);
}
.page-id-3390 .about_section_main .contact_field_submit input {
    color: var(--primary-color);
}
.page-id-3390 .contact_field_select span.wpcf7-form-control-wrap::before {
    filter: invert(8);
}


.contact_section_form h2{
    margin-top: 20px;
    font-size: 38px;
    margin-bottom: 10px;
}
.about_section_main_inner p {
	margin-top: 0px
}
.about_section_main_inner h2 {
	 margin-bottom: 10px;
}
.page-id-1203 .textbox_inner h2 {
	font-size: 36px;
}
@media (min-width: 768px) {
    .header_content_box {
        flex-direction: column!important;
		max-width: 700px;
    }
	.scrolled .header_nav ul li:hover a span {
    	background: transparent;
	}
}
.floorplan_item, .floorplan_item_content {
    border-color: rgb(29 38 39 / 10%);
}
.about_section_main_inner{
    border: none;
    color: var(--secondary-color);
}
.about_section_main_inner h4,
.page-id-3390 .contact_field label,
.page-id-3390 .about_section_main .contact_field_submit input,
.footer_widget_col h4,
.footer_social,
.footer_copyright_col a,
.footer_copyright_col,
.fpDisclaimer{
    color: var(--secondary-color);
}

    .header_content_box {
        text-align: center;
    }
/* Default: show hamburger */
.page-id-3390 .menu_icon.menu_open {
  display: block;
}

/* Desktop: hide hamburger */
@media (min-width: 1024px) {
.page-id-3390 .menu_icon.menu_open {
    display: none;
  }
	
}

/* ---------------------------
   MOBILE DEFAULT
---------------------------- */

/* hide all nav links */
.page-id-3390 .header_nav ul li {
  display: none;
}

/* show hamburger only */
.page-id-3390 .header_nav ul li.menu_icon {
  display: block;
}


/* ---------------------------
   DESKTOP
---------------------------- */

@media (min-width: 1024px) {

  /* show all nav links */
  .page-id-3390 .header_nav ul li {
    display: inline-block;
  }

  /* hide hamburger */
  .page-id-3390 .header_nav ul li.menu_icon {
    display: none;
  }
.header_content .header_content_box h1{
    font-size: 50px;
}
}
.page-id-3390 .header_nav ul li {
    color: #fff;
}
.page-id-3390 .scrolled .header_nav ul li {
    color: var(--secondary-color);
}
.page-id-3390 .footer_widget_col {
    border-color: transparent;
}


.about_section_main_inner p a{
    border-color: var(--secondary-color);
    color: var(--secondary-color);
	margin-top: 25px;
	display: inline-block;
}


.contact_section_form .contact_field input, .contact_section_form .contact_field select, .contact_section_form .contact_field textarea,
.contact_section_form .contact_field_select span.wpcf7-form-control-wrap select{
    background: rgba(255,255,255,0.3);
}
.home .floorplan_item:hover .floorplan_item_details span {
	color: initial;
}
.home .floorplan_item .floorplan_item_details:hover span {
	color: #fff;
}
#contact .contact_field_submit input{
	border-color: var(--secondary-color);
	color: var(--secondary-color);
}
#contact .contact_field_submit input:hover{
	color: #fff;
}
.footer_lets_chat a::after{
	background: #fff;
}

.footer_widget_col a,
.footer_widget_col h4,
.footer_widget_col h3,
.footer_social,
.footer_copyright_col a, 
.footer_copyright_col{
    color: #fff;
}
.header_nav ul {
    justify-content: center;
}
@media(max-width:767px){
	.page-id-1703 #header:not(.scrolled) .header.top_header_inner, 
	.page-id-3390 #header:not(.scrolled) .header.top_header_inner {
    background: transparent;
}
	.header_content{
		min-height:70vh;
		height:70vh;
	}
	.carousel-inner {
    	margin-top: 105px;
	}
	.contact_widget .logo{
		margin: auto;
		margin-bottom: 50px;
	}
	.header_content .header_content_box h1, .header_content .header_content_box h2 {
		font-size: 35px;
	}
	.header_content .header_content_box p {
		font-size: 16px;
	}
	.header_content {
    	background: rgb(0 0 0 / 45%);
	}
	.content_block_content_inner h2 {
	    font-size: 30px;
    	line-height: 30px;
	}
	.page-id-3390 {
    	font-size: 1rem;
	}
}
@media (max-width: 1024px) {
	.header_nav ul {
    	justify-content: flex-end;
	}
	body.page-id-3390 #header .logo-scrolled {
		opacity: 1;
	}
		body.page-id-3390 #header .logo-default {
		opacity: 0;
	}
	body.page-id-3390 #header .logo-swap {
        padding-bottom: 0 !important;
	}
}
.header_nav ul li.menu_icon:hover a span {
    background: #fff;
}
.about_section_inner {
    margin-top: 50px;
}
.about_section_main {
    background: transparent;
	color: var(--secondary-color);
}
body.page-id-3390 {
    background-color: var(--primary-color);
}
header#header.scrolled {
    background-color: rgba(200, 200, 200, 0.3) !important;
    backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(20px);
  mask-image: linear-gradient(#c8c8c8 76%, transparent 100%);
  -webkit-mask-image: linear-gradient(#c8c8c8 76%, transparent 100%);
}

.about_section {
    max-width: unset;
    background: url(/wp-content/uploads/2026/02/JuniperBranch.png) no-repeat;
    background-size: 210px;
    background-position: 95% 95%;
    background-blend-mode: soft-light;
}

.content_block_content_inner ul li img {
    display: inline;
    margin-right: 10px;
	width: 40px;
}

/* Hero form starts*/
/* =========================
   HERO FORM WRAPPER
========================= */

.hero_vip_form {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  padding: 0;
  background: #79817580;
  backdrop-filter: blur(5px);
}
.hero_vip_form h2 {
    text-align: center;
    margin: 10px 0;
    font-size: 32px;
}
.hero_vip_form .wpcf7 {
  max-width: 100%;
  margin: 0 auto;
}

/* =========================
   HORIZONTAL LAYOUT
========================= */

.hero_form_row {
  display: flex;
  gap: 12px;
  align-items: center;
/*   background: rgba(255,255,255,0.5); */
  padding: 32px;
}
.hero_form_row input::placeholder{
	color: #fff;
}
/* remove CF7 spacing */
.hero_form_row p {
  margin: 0;
}

/* each field */
.hero_form_row .contact_field {
  flex: 1;
}

/* submit column */
.hero_form_row .contact_field_submit {
  flex: 0 0 auto;
}

/* inputs */
.hero_form_row input,
.hero_form_row select {
  width: 100%;
  height: 46px;
  padding: 10px 12px;
  border: 1px solid rgba(0,0,0,0.15);
  font-size: 14px;
}

/* submit button */
.hero_form_row input[type="submit"] {
  height: 46px;
  padding: 0 20px;
  border: 0;
  cursor: pointer;
  top: -10px;
  position: relative;
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);

}
.hero_form_row input[type="submit"]:hover {
  background-color: var(--tertiary-color);;
  color: #fff;
  border-color: var(--tertiary-color);;

}
/* =========================
   MOBILE
========================= */

@media (max-width: 991px) {

  .hero_form_row {
    flex-wrap: wrap;
  }

  .hero_form_row .contact_field,
  .hero_form_row .contact_field_submit {
    width: 100%;
    flex: 1 1 100%;
  }

  .hero_form_row input[type="submit"] {
    width: 100%;
  }

}

/* Hero form ends */
.home .floorplan_item_details::before {
    background: var(--tertiary-color);
}
span.contact_field_submit_el::before {
    background: var(--tertiary-color);
}


/* Gallery starts */
/* wrapper */
 .coverflow_gallery {
  padding: 80px 0;
  position: relative;
}
/*
.coverflow_gallery .swiper {
  overflow: visible;
}

/* center slide */
.coverflow_gallery .swiper-slide {
  width: 900px;
  max-width: 72vw;
  height: 580px;
  border-radius: 5px;
  overflow: hidden;
}

.coverflow_gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* arrows */
.coverflow_gallery .swiper-button-prev,
.coverflow_gallery .swiper-button-next {
  width: 56px;
  height: 56px;
  border-radius: 999px;
/*   background: rgba(0,0,0,.35); */
}

.coverflow_gallery .swiper-button-prev:after,
.coverflow_gallery .swiper-button-next:after {
  color:#fff;
  font-size:30px;
}

/* mobile */
@media(max-width:768px){
  .coverflow_gallery .swiper-slide{
    width:92vw;
    max-width: initial;
    height:420px;
  }
	.carousel-item.cover.active {
	    min-height: 130vh;
    	background-position: 65% !important;
	}
	.amenities-section {
    	padding-top: 20px;
	}
	.parallax_section {
    	background-position: 60%;
	}
}

/* Gallery ends */
.header_nav ul li::before{
	content: none;
}
#header:not(.scrolled) .header_nav ul li:hover a {
    color: var(--secondary-color);
}

.home .footer_widgets {display:none;}

.community-amenities {
  padding: 40px 20px;
}

.community-amenities .container {
  margin: 0 auto;
  text-align: center;
}

.community-amenities h2 {
  font-size: 32px;
  font-weight: 600;
  color: #000 !important; 
  margin-bottom: 20px;
  font-family: var(--display-font) !important;
}

.amenities-boxes .textbox_inner h2 {
    color:#000 !important;
    font-family: var(--display-font) !important;
}

.amenities-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

.amenities-grid li {
  background: #f2f2f2;
  padding: 40px 25px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  min-height: 200px;
}

.amenities-grid li:hover {
  background: #eaeaea;
  transform: translateY(-5px);
}

.amenities-grid img {
  width: 40px;
  height: auto;
  margin-bottom: 20px;
  opacity: 0.85;
    filter: brightness(0) saturate(100%) 
          invert(45%) sepia(14%) 
          saturate(391%) hue-rotate(108deg) 
          brightness(93%) contrast(88%);
}

.amenities-grid span {
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 1.4;
}
.content_block_content_inner h2 {
    color: #798175 !important;
}

.contact_widget p {
    font-size:16px;
}

.home h2 {
    color: #798175 !important;
}
.amenities-section {
  padding: 80px 20px;
  text-align: center;
}

.amenities-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.amenities-section h2 {
  margin-bottom: 30px;
  font-size: 42px;
  font-family: var(--display-font);
  text-transform: uppercase;
}

.amenities-filters {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
}

.filter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border: 1px solid #6c8272;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.filter-btn.active,
.filter-btn:hover {
  background: #6c8272;
  color: #fff;
}


.amenities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 30px;
}


.amenities-grid li {
  background: #f2f2f2;
  padding: 40px 25px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 200px;
  transition: all 0.3s ease;
}

.amenities-grid li:hover {
  transform: translateY(-5px);
  background: #eaeaea;
}

.amenities-grid img {
  width: 50px;
  margin-bottom: 20px;
}

.amenities-grid span {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 0.5px;
}

/* Hide items */
.amenities-grid li.hidden {
  display: none;
}
.home .textbox_section {
    max-width: unset;
  background: url(/wp-content/uploads/2026/02/JuniperBranch.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-size: 210px;
  background-position: 95% 95%;
  background-blend-mode: soft-light;
}
h2.neighborhood {
    color: #fff !important;
}

/* Floorplan Section */
.floorplans-section {
  background: #f4f1ec;
  padding: 100px 0;
}

.floorplans-section .container {
  max-width: 1400px;
}

/* Floorplans Wrapper Grid */
.floorplans-wrapper {
  display: grid;
  grid-template-columns: 40% 55%;
  gap: 40px;
  align-items: center;
}

@media (max-width: 992px) {
  .floorplans-wrapper {
    grid-template-columns: 1fr;
  }
}

/* Floorplans Content */
.floorplans-content h2 {
  font-size: 42px;
  margin-bottom: 25px;
  text-align: left;
}

.floorplans-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 450px;
}

.floorplans-link {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
}

/* Floorplan Cards */
.floorplan-card {
  background: #fff;
  text-align: center;
  padding-bottom: 0;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  width: 100%;
}

.floorplan-card-image {
  height: 280px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 40px 20px 0 20px;
}

.floorplan-card-content {
  padding: 40px 30px;
}

.floorplan-card-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.floorplan-card-text {
  font-size: 14px;
  color: #444;
}

.floorplan-card-button {
  display: block;
  background: var(--secondary-color);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 18px;
  text-decoration: none;
  transition: 0.3s ease;
}

.floorplan-card-button:hover {
  background: var(--tertiary-color);
  color: #fff;
}

/* Slider / Carousel */
.floorplans_slider,
.floorplans_carousel_carousel {
  display: flex !important;
  flex-wrap: nowrap;
  gap: 40px;
}

/* Each card takes 50% on desktop */
.floorplans_slider .floorplan_item,
.floorplans_carousel_carousel .floorplan_item,
.floorplans-carousel .owl-item {
  flex: 0 0 50% !important;
  max-width: 50% !important;
  display: flex;
}

/* Force cards inside owl-item to stretch full width */
.floorplan_item {
  width: 100% !important;
  display: block;
}

/* Mobile Stack */
@media (max-width: 991px) {
  .floorplans_slider .floorplan_item,
  .floorplans_carousel_carousel .floorplan_item,
  .floorplans-carousel .owl-item {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

/* Owl Arrow Positioning */
.floorplans-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.floorplans-carousel .owl-nav button {
  background: transparent;
  border: 1px solid #000;
  width: 45px;
  height: 45px;
}

.floorplans-carousel .owl-prev {
  position: absolute;
  left: -60px;
}

.floorplans-carousel .owl-next {
  position: absolute;
  right: -60px;
}

@media (max-width: 992px) {
  .floorplans-carousel .owl-prev,
  .floorplans-carousel .owl-next {
    display: none;
  }
}
/* Slider / Carousel */
.floorplans-carousel {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
}

.floorplans-carousel .floorplan_item {
  flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 991px) {
  .floorplans-carousel .floorplan_item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.floorplan-card {
  width: 100%;
}
/* Ensure the floorplan cards stack on smaller screens */
@media (max-width: 768px) {
    .floorplans-carousel .owl-stage,
    .floorplans-carousel .owl-item {
        display: block !important;  /* Make each item full-width */
        width: 100% !important;
        margin: 0 0 20px 0 !important; /* spacing between cards */
    }

    .floorplans-carousel .owl-nav,
    .floorplans-carousel .owl-dots {
        text-align: center;
    }

    .floorplans-carousel .floorplan_item {
        margin: 0 auto;
    }
}

.page-id-3390 .hero_vip_form .contact_field input,
.page-id-3390 .hero_vip_form .contact_field_select span.wpcf7-form-control-wrap select,
.page-id-3390 .hero_vip_form .contact_field textarea{
background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
	color:#fff;
}
.hero_form_row input[type="submit"]{
	border-color: #fff;
	color: #fff;
}
.header_content_box {
    position: relative;
    top: 80px;
}
.floorplans_section {
    background: #f4f1ec;
}
.floorplans-carousel .floorplan_item {
    border: none;
}
.content_block_image_bg {
    z-index: 2;
    position: relative;
}
.home .textbox_section {
    padding: 0 0 70px 0;
}
.floorplans_section {
    padding: 0;
}
.about_section_main_inner p {
    max-width: 700px;
}

#floorplansSwiper .floorplan_item {
  height: auto;
}
div#floorplansSwiper {
    min-height: 600px;
}

/* ONLY affect this slider */
#floorplansSwiper {
  overflow: hidden;
}

/* Make Swiper own the layout */
#floorplansSwiper .swiper-wrapper {
  display: flex;
}

/* Prevent your existing 2-col styling from forcing 2-up */
#floorplansSwiper .swiper-slide {
  width: 100% !important;
}

/* If your .floorplan_item has width:50% or flex-basis:50%, override it ONLY here */
#floorplansSwiper .floorplan_item {
  width: 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

.floorplans-content {
    padding-left: 10%;
}
.content_block_image_bg {
    background-size: 80% !important;
    background-repeat: no-repeat !important;
}

@media(max-width:767px){
	.about_section {
    	background-size: 80%;
    	background-position: 50% 100%;
		padding-bottom: 120px;
		background-image: url(/wp-content/uploads/2026/02/JuniperBranch-side.png);
	}
	.parallax_section_inner {
	    padding: 45px 10%;
	}
	.floorplans-wrapper {
    	gap: 0px;
	}
	.content_block_image_bg {
	    background-size: 100% !important;
	}
	.content_block {
	    margin-bottom: 0;
		margin-top: 0;
	}
	.content_block_image_bg {
    	height: unset;
	}
}

@media(min-width:1024px){
	#floorplansSwiper .floorplan_item {
  width: 48% !important;
  flex: 0 0 100% !important;
  max-width: 48% !important;
}
}
@media (max-width: 767px) {
    .header_content {
        height: 100vh;
/*         align-items: flex-start; */
    }
}
.page-id-135 .textbox_inner h2, 
.page-id-135 .textbox_inner p,
.page-id-3 .textbox_inner h2,
.page-id-3 .textbox_inner p,
.page-id-1203 .textbox_inner h2,
.page-id-1203 .textbox_inner h4{
    color: #000;
}
@media(max-width: 767px){
    .carousel-inner{
        margin-top: 75px!important;
    }
.contact_section{		
	padding-bottom: 0;
    }
	.menu_panel .footer_logo img{
		margin-left: auto !important; 
	}

}
.grecaptcha-badge{
	display: none;
}  
.footer_widget_col a, .footer_widget_col h4, .footer_widget_col h3, .footer_social, .footer_copyright_col a, .footer_copyright_col {
    color: #000;
}
.footer_copyright_col.footer_equal img {
    filter: invert(1);
} 