/**
 * 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: #12284b;
	--secondary-color: #09a09e;
	--tertiary-color: #e1e7e6;
	--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: 400px;
}

.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: 100%;
  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: 16px;
}
.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 {
    color: var(--primary-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(--primary-color);
}
.home .floorplan_item_details {
    color: var(--primary-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;
}
@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:50vh;
		height:50vh;
	}
	.carousel-inner {
    	margin-top: 140px;
	}
	.contact_widget .logo{
		margin: auto;
		margin-bottom: 50px;
	}
}
.header_content {
	background: rgb(0 0 0 / 25%);
}

.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: bottom !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: 15%;

}
	.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)
}
h2.text-\[42px\].font-light.mb-2.tracking-\[1px\].font-\[\'roc-grotesk\'\], #neighborhood {
    color: var(--primary-color);
}
#contact .contact_widget {
    color: var(--primary-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(--primary-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;
	}
	.menu_panel .footer_logo img {
    	margin-left: auto !important;
	}
}
.page-id-3390 .contact_field label {
    color: #fff;
}
.page-id-3390 .contact_field input {
    background: rgba(255,255,255,0.1);
}
.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.1);
}
.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;
}