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

body {
	font-size: 1.1rem;
	font-family: "dm-sans";
}

p {
	line-height: 1.5;
	letter-spacing: 1px;
}

a {
	color: #fff;
}
	
.content_block_content_inner h2 {
	font-size: 44px;
	line-height: 50px;
}

:root {
	--primary-color: #333F4C;
	--secondary-color: #CBA058;
	--tertiary-color: #4D6373;
}

@media (max-width: 767px) {
    .header.inner_header {
        z-index: 9999;
    }
}

.top_header {
	padding: 40px 20px;
}

@media (max-width: 1400px) {
	.top_header {
		padding-left: 5px;
		padding-right: 5px;
	}
}

.sticky-header {
	position: sticky;
	top: 0;
	z-index: 150;
}

.homeheader.inner_header.sticky {
	top: auto;
}

.header.homeheader.inner_header {
	top: -160px;
}

.home .homeheader {
    transition: all 0.65s ease-in-out;
}
.header .top_header:not(.slider_top_header) {
	padding-top: 0;
	padding-bottom: 0;
}

.homeheader .top_header {
    padding-top: 0px;
}

.inner_header {
	padding: 30px 0;
}

.main {
	overflow-x: visible;
}

.header.homeheader.inner_header,
.header.inner_header {
	background: var(--primary-color);
}

@media (max-width: 768px) {
	.header_nav ul li {
		margin-left: 10px;
	}
	
	.header_nav ul li:nth-child(2) {
		margin-left: 0;
	}
}

.inner_header .header_nav ul li.phone_icon a img {
	filter: initial;
}

.inner_header .header_nav ul li a {
	border-color: #fff;
	color: #fff;
}

.inner_header .header_nav ul li.menu_icon a span {
	background: #fff;
}

.page-intro {
	margin-bottom: 30px;
}

/** Floor plan filter */
.fp-filter {
	margin-bottom: 50px;
}

.fp-filter-form {
	display: flex;
	flex-direction: row;
	gap: 10px;
}

@media (max-width: 600px) {
	.fp-filter-form { 
		flex-wrap: wrap;
	}
}

.fp-filter-form > div {
	display: flex;
	flex-direction: column;
}

.fp-filter-form .select-wrapper {
	border: 0;
	background: none;
	border: 1px solid #4b4b4b;
	position: relative;
}

.fp-filter-form select {
	background: none;
	border: 0;
	outline: none;
	/* -webkit-appearance: none; */
	position: relative;
	z-index: 1;
	padding: 5px 30px 5px 40px;
	line-height: 34px;
}

.fp-filter-form .select-wrapper.beds-select-wrapper::before {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
	content: '';
	-webkit-mask: url(/wp-content/themes/360broadway-child/assets/img/bed.svg) no-repeat 50% 50%;
	mask: url(/wp-content/themes/360broadway-child/assets/img/bed.svg) no-repeat 50% 50%;
	-webkit-mask-size: cover;
	mask-size: cover;
	background-color: #4b4b4b;
}

.fp-filter-form .select-wrapper.baths-select-wrapper::before {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
	content: '';
	-webkit-mask: url(/wp-content/themes/360broadway-child/assets/img/bath.svg) no-repeat 50% 50%;
	mask: url(/wp-content/themes/360broadway-child/assets/img/bath.svg) no-repeat 50% 50%;
	-webkit-mask-size: cover;
	mask-size: cover;
	background-color: #4b4b4b;
}

.fp-filter-form .select-wrapper::after {
	content: '';
	width: 21px;
	height: 21px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 6px;
	-webkit-mask: url(/wp-content/themes/360broadway-child/assets/img/chevron-down.svg) no-repeat 50% 50%;
	mask: url(/wp-content/themes/360broadway-child/assets/img/chevron-down.svg) no-repeat 50% 50%;
	-webkit-mask-size: cover;
	mask-size: cover;
	background-color: #4b4b4b;
}

.fp-filter-form button {
	border: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 22px;
	padding-right: 22px;
	position: relative;
	transition: all 0.2s;
	background: #CBA058;
}

.fp-filter-form button span {
	position: relative;
	z-index: 1;
	font-size: 15px;
	color: #fff;
}

.fp-filter-form button:hover span {
	color: #fff;
}

.fp-filter-form button::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	background: var(--primary-color);
	transition: all 0.2s;
}

.fp-filter-form button:hover::after {
	width: 100%;
}

.fp-filter-form button.clear-filter {
	background: transparent;
	border: 1px solid #4b4b4b;
}

.fp-filter-form button.clear-filter span {
	color: #4b4b4b;
}

.fp-filter-form button.clear-filter:hover span {
	color: #fff;
}

.check-availability-widget .fp-filter {
	margin-bottom: 0;
}

.check-availability-widget .fp-filter-form { 
	gap: 8px;
	justify-content: center;
}

.check-availability-widget .select-wrapper {
	border-color: #fff;
	color: #fff;
}

.check-availability-widget .fp-filter-form .select-wrapper::before,
.check-availability-widget .fp-filter-form .select-wrapper::after {
	background-color: #fff;
}

.check-availability-widget .fp-filter-form select {
	color: #fff;
}

.check-availability-widget button.clear-filter {
	display: none;
}

.image_position_right .content_block_content_inner.aos-animate h2::after,
.image_position_left .content_block_content_inner.aos-animate h2::after {
	width: 100px;
	margin-left: 0;
}

.floorplans_section {
	background: #F2EFEA;
	margin: 0;
}

.floorplans_section_inner h1 {
	margin-bottom: 50px;
}

.floorplan_item_col {
	margin-bottom: 35px;
}

.floorplan_item {
	margin-bottom: 0;
}

.floorplans_section .floorplan_item_col .floorplan_item {
	background: #fff;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.floorplan_item_details {
	margin-top: auto;
}

.floor-plan-carousel-section .content_block {
	background: #F2EFEA;
}

.floor-plan-carousel-section a {
	color: #3b3b3b;
}

/* Floor Plan Swiper */
.floor-plan-carousel-section {
	background: linear-gradient(90deg, #F2EFEA 60%, #FFF 50%);
	position: relative;
}

.floor-plan-carousel-section .content_block {
/* 	padding: 0; */
	margin: 0;
}

.floor-plan-carousel-section .content_block_content_inner {
	max-width: 600px;
}

.floor-plan-carousel-section .content_block_image {
	padding: 0;
}

/* .floor-plan-carousel-section .next-floorplan {
	border: 0;
	background: none;
}

.floor-plan-carousel-section .next-floorplan:focus {
	outline: 0;
} */

.floor-plan-carousel-header {
	padding: 60px 40px;
	background: var(--primary-color);
}

.floor-plan-carousel-header h2 {
	color: #fff;
	text-align: center;
	font-size: 44px;
    line-height: 46px;
}

.floor-plan-swiper {
	padding: 0 30px;
	position: relative;
}

@media (min-width: 768px) {
	.floor-plan-swiper {
		padding: 0 70px;
	}
}
	
.floor-plan-swiper .swiper-button-prev {
	left: 14px!important;
	transform: translateY(-30px);
}

.floor-plan-swiper .swiper-button-next {
	right: 14px!important;
	transform: translateY(-30px);
}

@media (max-width: 768px) {
	.floor-plan-swiper .swiper-button-prev {
		left: 5px!important;
	}

	.floor-plan-swiper .swiper-button-next {
		right: 5px!important;
	}
}

/* .floor-plan-swiper .swiper-button-prev:hover::before { */
.swiper-button-prev:hover::before {
	background: url(/wp-content/themes/360broadway/img/chev-left.png)
}

/* .floor-plan-swiper .swiper-button-next:hover::before { */
.swiper-button-next:hover::before {
	background: url(/wp-content/themes/360broadway/img/chev-right.png);
}

@media (max-width: 768px) {
	.floorplan-images .swiper-button-next,
	.floorplan-images .swiper-button-prev,
	.floor-plan-swiper .swiper-button-next,
	.floor-plan-swiper .swiper-button-prev {
		width: 30px!important;
		height: 120px!important;
		background: var(--primary-color);
	}


	.floorplan-images .swiper-button-next::before,
	.floorplan-images .swiper-button-prev::before,
	.floor-plan-swiper .swiper-button-next::before,
	.floor-plan-swiper .swiper-button-prev::before {
		filter: brightness(100);
	}
}

.floor-plan-carousel {
	width: 100%;
	overflow: hidden;
	padding: 20px 10px;
}

.floor-plan-carousel .swiper-slide {
	background: #fff;
	height: auto;
}

.floor-plan-carousel-section .floorplan_item {
	margin-bottom :0;
	    display: flex;
    flex-direction: column;
    height: 100%;
}

.floor-plan-carousel-section .floorplan_item_content {
	overflow: hidden;
}

.floor-plan-carousel-section .floorplan_item_image {
	height: 380px;
	margin-bottom: 0;
}

/* .contact_field_date_el .u */

#ui-datepicker-div {
	position: absolute!important;
	background: #fff!important;
}

.ui-datepicker .ui-datepicker-header {
	top: 0!important;
	position: relative!important;
}

.header.is-sticky .header_logo img {
	max-width: 250px;
}

.header_logo img {
	width: auto;
	max-width: 285px;
	max-width: 100%;
}

@media (max-width: 768px) {
	.header.is-sticky .header_logo img {
		max-width: 140px;
	}

	.header_logo img {
		width: 140px;
	}
}

.featured-popup {
/* 	position: sticky;
	top: 0; */
	min-height: auto;
	background: #f2efea;
	color: #4b4b4b;
	padding: 8px 0;
	z-index: 1000;
	display: block;
}

.featured-container {
	display: flex;
	gap: 5px;
	width: 880px;
	max-width: 100%;
	margin: 0 auto;
	justify-content: space-between;
}

.featured-container > div {
	display: flex;
	align-items: center;
}

@media (max-width: 935px) {
	.featured-popup span#closeBtn {
		top: 12px;
		right: 12px;
	}
	
	.featured-container > div:nth-child(2) {
		padding-right: 28px;
		flex-shrink: 0;
	}
}

.featured-container > div > p {
	margin-bottom: 0;
}

.featured-popup > p {
	margin-bottom: 10px;
}

.promo-bar {
	max-width: 640px;
	margin: 0 auto;
}


.promo-bar p:last-child {
	margin-bottom: .5rem;
}

@media (max-width: 768px) {
	.promo-bar h4 {
		font-size: 17px!important;
	}

	.promo-bar p:last-child {
		margin-bottom: 0;
		line-height: 1.2;
		font-size: 14px;
	}
}

div#featured-popup::before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2025/07/LEO_Badge-1.png);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: 20px;
    background-size: 500px;
    opacity: 0.1;
    background-repeat: no-repeat;
	z-index: 0;
}

.featured-popup > * {
	position: static;
	z-index: 1;
}

.featured-popup h4 { 
	font-size: 22px;
	margin-bottom: 0;
	font-weight: 600;
}

.featured-popup span.popup-btn {
    color: #fff;
    background-color: var(--primary-color);
	border: none;
	transition: 0.2s ease-in-out;
	text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
	line-height: 5px!important;
	position: relative;
}

.featured-popup span.popup-btn span {
	position: relative;
	z-index: 1;
}

.featured-popup span.popup-btn:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0%;
	transition: 0.2s ease-in-out;
	background: var(--secondary-color);
}

.featured-popup span.popup-btn:hover:before {
	width: 100%;
}

.featured-popup .popup-btn:hover {
    background-color: #436177;
    color: #fff;
	border: none;
}

.menu_panel,
.menu_navigation ul li a span{
	background: var(--primary-color);
}

.menu_navigation ul li::before {
	background: #fff;
}

.menu_navigation ul li:hover a span {
	color: var(--secondary-color);
}

.menu_navigation ul li.navigation_blue a span {
	color: var(--secondary-color);
}
.menu_header ul li::before {
    background: var(--secondary-color);
}

.header_nav ul li:first-child {
	margin-left: 0;
}

.header_nav ul li.nav-btn {
	margin-left: 8px;
}

@media (max-width: 1370px) {
	.header_nav ul li {
		margin-left: 8px;
	}
}

.header_nav ul li::before {
	background: var(--secondary-color);
}

.header_nav ul li:not(.nav-btn) a {
	border: 0;
	padding: 0 5px;
}

.header_nav ul li a {
	font-size: 14px;
}

.header_nav ul li:not(.nav-btn) a:hover {
	color: #d2c4a8;
}

.header_nav ul li:not(.nav-btn):hover::before {
	background: none;
	width: 0!important;
}

.header_nav ul li ul {
	display: none;
	position: relative;
	z-index: 99;
	position: absolute;
	padding-top: 10px;
	top: 0;
	left: 0;
	width: 240px;
	top: 100%;
}

.header_nav ul li:hover ul {
	display: block;
}

.header_nav ul li ul li {
	padding: 2px 20px;
	margin-left: 0;
	background: #fff;
}

.header_nav ul li ul li:first-child {
	padding-top: 14px;
}

.header_nav ul li ul li:last-child {
	padding-bottom: 14px;
}

.header_nav ul li ul li a {
	color: #4b4b4b!important;
}
.header_nav ul li ul li a:hover {
	color: #d2c4a8!important;
}

@media (min-width: 1300px) {
	.header_nav ul li.menu_icon {
		display: none;
	}
}

.header_nav ul li.menu_icon a {
	justify-content: center;
}

.header_nav {
	text-align: right;
}

.header_nav span {
	display: block;
	margin-bottom: 8px;
}

.header_nav span a {
	color: #fff;
	font-family: "baskerville-urw";
	font-size: 20px;
	letter-spacing: 0.5px;
}

@media (max-width: 1299px) {
	.header_nav ul li:not(.menu_icon, .phone_icon) {
		display: none;
	}
	.header_nav span {
		display: none;
	}
}

@media (min-width: 1300px) {
	.header_nav ul li.phone_icon {
		display: none;
	}
}

.about_section {
	background-color: var(--primary-color);
	padding-top: 115px;
	padding-bottom: 115px;
}

.about_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2025/11/TheKenrick_pattern_white-1-scaled.png) repeat center;
    opacity: 0.1;
}

.about_section .container {
	z-index: 1;
	position: relative;
}

@media (min-width: 576px) {
	.about_section .container {
        max-width: 100%;
    }
}

.about_section_main {
	background: none;
	color: #fff;
	max-width: 800px;
	margin: 0 auto;
}

.about_section_main_inner {
	color: #fff;
}

@media (max-width: 767px) {
	.about_section_main {
		padding: 0;
	}
}

.about_section_inner {
	margin-top: 0;
}

.about_section_top {
	position: absolute;
	top: -219px;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 60px;
	padding-top: 25px;
	padding-bottom: 25px;
	background: var(--primary-color);
}

.about_section_top p {
	margin-bottom: 0;
}

.about_section_main_inner {
	border: 0;
}


.about_section_main_inner h2 {
	font-size: 58px;
	line-height: 60px;
}

@media (max-width: 768px) {
	.about_section_main_inner h2 {
		font-size: 32px;
		line-height: 40px;
	}
}


/* .about_section_main h2,
.about_section_main_inner h4,
.about_section_main_inner p {
	color: #fff;
} */

.about_section_main_inner p {
	max-width: 680px;
}

.footer {
	background-color: var(--primary-color);
	color: #fff;
	position: relative;
}

.footer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/2025/11/TheKenrick_pattern_white-1-scaled.png) repeat center;
	opacity: 0.1;
}

.footer_social li a {
	font-size: 22px;
}

.footer-logos {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.footer-logos a:not(:first-child),
.footer-logos a:not(:nth-child(2)) {
	margin-left: 15px;
}

.footer-logos a:first-child img {
	max-height: 24px;
}

.footer-logos a:nth-child(2) {
	padding-top: 6px
}

.footer-logos img {
	max-width: 100px;
}

.about_section_main_inner a:hover {
    border-color: var(--secondary-color);
}

.about_section_main_inner p a {
	color: var(--secondary-color);
}

.about_section_top {
	background: var(--secondary-color);
}

/** 
 * Gallery
 */
.home .gallery_section {
	margin-top: 40px;
	margin-bottom: 50px;
}

.gallery_section {
	padding: 20px 0;
}

.page-id-103 .cover {
	background-position: center top!important;
}

.content_block {
	overflow-x: hidden;
}

.content_block.color_blue {
	background: var(--primary-color);
}

.content_block.color_blue.image_position_left {
	background: var(--primary-color);
}

.content_block.color_blue .content_block_content_inner p a {
	color: #fff;
}

.content_block.color_blue .content_block_content_inner ul li a {
	color: var(--secondary-color);
}
.content_block.color_blue .content_block_content_inner ul li a::after {
	background: var(--secondary-color);
}
.content_block.color_blue .content_block_content_inner a::after {
	background: #fff;
}

.content_block.color_gray.image_position_left {
	background: #F2EFEA;
}

@media (min-width: 767px) {
	.content_block.color_gray.image_position_left {
		background: linear-gradient(90deg, #FFF 20%, #F2EFEA 20%);
	}

	.content_block.color_blue.image_position_left {
		background: linear-gradient(-90deg, var(--primary-color) 80%, #fff 50%);
	}

	.content_block.color_blue {
		background: linear-gradient(90deg, var(--primary-color) 80%, #fff 50%);
	}
}

.content_block_content_inner p a {
	color: var(--secondary-color);
}

.content_block_content_inner a::after {
	 background: var(--secondary-color);
}

span.contact_field_submit_el::before {
	background: var(--primary-color);
}

.gallery_link a,
.content_block_slider_filter_inner ul li {
	color: var(--primary-color);
}

.content_block_slider_filter_inner ul li.active,
.content_block_slider_filter_inner ul li:hover {
	border-color: var(--primary-color);
}

.gallery_link a::after,
.getDirections a:before {
	background: var(--primary-color);
}

.gallery_link {
	bottom: auto;
}

.gallery_link:hover {
	left: 60px;
}

.footer_widget_col h4 {
	color: #b5cbde;
}

.header_section_content_box {
    background: rgb(51 63 76 / 90%);
	
	position: relative;
}

.header_section_content_box::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/2025/11/TheKenrick_pattern_white-1-scaled.png);
	background-position: center!important;
	z-index: 0;
	opacity: 0.12;
}

.header_section_content_box .header_section_content_box_inner {
	position: relative;
}

.header_section_content_box .header_section_content_box_inner,
.header_section_content_box .header_section_down {
	z-index: 1;
}

.header_section_content_box_inner h4,
.header_section_down {
	color: #b5cbde;
}

.header_section_down::before {
	background: #b5cbde;
}
	
.content_block.color_cyan {
    background: linear-gradient(-90deg, #5b83a2 80%, #fff 50%);
    color: #fff;
}

.footer {
	position: relative;
}

.footer-menus {
	width: 100%;
	margin: 20px auto;
	display: flex;
	justify-content: center;
	text-align: center;
	flex-wrap: wrap;
}

.footer-menus ul {
	padding: 0 25px;
}


.footer-menus .footer-menu:last-child {
	border-left: 1px solid #fff;
} 

@media (max-width: 1703px) {
	.footer-menus {
		flex-wrap: wrap;
		gap: 0;
		flex-direction: column;
	}

	.footer-menus .footer-menu:last-child {
		border: 0;
	}
}

.header_content {
	min-height: calc(100vh - 132px);
}

.header_content_box h1 {
	font-size: 85px;
}

.header_content_box h1 span {
	font-size: 32px;
	display: block;
}

@media (max-width: 1580px) {
	.header_content_box h1 {
		font-size: 64px;
	}

	.header_content_box h1 span {
		font-size: 24px;
	}
}

@media (max-width: 768px) {
	.header_content_box h1 {
		font-size: 48px;
	}
	.header_content_box h1 span {
		font-size: 20px;
	}
}
.carousel-indicators {
	display: none!important;
}
.floorplan_features ul {
	margin-left: 20px;
}

.page-id-3 .textbox_inner {
	text-align: left;
}

#snappt {
	max-width: 620px;
	margin: 0 auto;
	text-align: center;
	padding: 40px 25px;
}
#snappt img {
	margin-bottom: 10px;
}

.floorplan-images {
	height: auto;
}

@media (max-width: 768px) {
	.floorplan-images {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.floorplan-images .swiper-button-next {
	right: 0px!important;
}

.floorplan-images .swiper-button-prev {
	left: 0!important;
}

@media (min-width: 1214px) {
	.floorplan-images .swiper-button-next {
		right: -40px!important;
	}
	.floorplan-images .swiper-button-prev {
		left: -40px!important;
	}
}

/**
 * Floor Plans
 */
.floorplans_section_inner h1 {
	margin-bottom: 30px;
}

/**
 * Single Floor Plan Page
 */
.single-floor-plan {
	background: #f2efea;
	padding: 60px 0;
}

.floor-plan-description {
    margin: 50px 50px 50px 0;
}

/**
 * Swiper container global styles
 */

.swiper-pagination {
	right: 30px;
	bottom: 30px!important;
	left: auto!important;
	width: auto!important;
	z-index: 20;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border: 1px solid #ffffff;
	border-radius: 0;
	background: transparent;
	opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fff;
}

/**
 Full Screen Slider
 */
.full-screen-slider .swiper,
.full-screen-slider .swiper-wrapper,
.full-screen-slider .swiper-slide {
	height: calc(100vh - 116px);
}

.full-screen-slider .swiper-slide img {
	width: 100%;
}

.full-screen-slider .swiper::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 50%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	z-index: 1;
}

@media (max-width: 768px) {
	.full-screen-slider .swiper::after {
		height: 100%;
	}
	.full-screen-slider .swiper-pagination {
		display: none;
	}
}

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

.full-screen-slider .slider-content {
	position: absolute;
	left: 30px;
	bottom: 22px;
	z-index: 12;
	max-width: 480px;
	color: #fff;
}

@media (max-width: 768px) {
	.full-screen-slider .slider-content {
		left: 30px;
		right: 30px;
	}
}

.slider-content h1,
.slider-content h2,
.slider-content h3, 
.slider-content h4,
.slider-content h5,
.slider-content h6,
.slider-content p,
.slider-content a {
	color: #fff;
}

.slider-content h1,
.slider-content h2,
.slider-content h3, 
.slider-content h4,
.slider-content h5,
.slider-content h6 {
	font-family: "baskerville-urw";
}

.slider-content h2 {
	font-size: 44px;
}

@media (max-width: 768px) {
	.slider-content h2 {
		font-size: 38px;
	}
}

.slider-content h2::after {
    content: "";
    background: #fff;
    height: 1px;
    display: block;
    margin: 15px 0;
	transition: all 2s;
	width: 0;
}

.full-screen-slider.aos-animate .slider-content h2::after {
	width: 100px;
}

/**
 * Buttons/Links
 */

.btn-line {
	position: relative;
	padding-left: 28px;
	font-size: 22px;
	letter-spacing: 2px;
	font-weight: 300;
	text-transform: uppercase;
	transition: all 0.2s ease-out;
}

.btn-line::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 1px;
	background: #4b4b4b;
	top: calc(50% - 1px);
	left: 0;
	transition: width 0.2s ease-out;
}

.btn-line.btn-line-light::before {
	background: #fff;
}

.btn-line:hover {
	padding-left: 48px;
}

.btn-line:hover::before {
	width: 40px;
}

.btn-line::after {
	display: none;
}
.content_block_content_inner p a {
	color: #3b3b3b;
}
.content_block_content_inner a.btn-line::after,
.content_block_content_inner p a.btn-line::after {
	display: none;
}

/**
 * Floor Plan Cards
 */
.floorplan_item {
	border: 0;
	box-shadow: 0px 0px 8px 5px rgb(51 45 34 / 8%);
	position: relative;
}

.floorplan_item_image {
	z-index: 0;
    position: relative;
}

.special-tag {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 24px;
	height: 24px;
	background: url(/wp-content/themes/360broadway-child/assets/img/specials-icon.png);
	z-index: 10;
}

.special-tag .container {
	padding: 0;
}

.special-tag .row {
	margin: 0;
}

.special-tag span {
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 27px;
	padding: 6px 12px;
	font-size: 12px;
	background: var(--secondary-color);
	color: #fff;
	text-wrap: nowrap;
	opacity: 0;
	transition: opacity 0.2s;
}

.special-tag > span.open {
	visibility: visible;
	opacity: 1;
}

.special-tag h4 {
	font-size: 1.25rem;
	margin-bottom: .1rem;
}

.special-tag p {
	margin-bottom: 0;
}

.floorplan_item_content {
	border: 0;
	padding-bottom: 30px;
}

a.floor-plan-link {
	display: block;
	height: 100%;
}

a.floor-plan-link:hover {
	color: initial;
}

.floorplan_item_details {
	color: #fff;
	padding: 14px 20px;
	background: var(--secondary-color);
	font-size: 20px;
}

.floorplan_item_details::before {
	background: var(--primary-color);
}

.floorplan_item_text {
	padding: 0 30px;
	position: relative;
	z-index: 1;
}

.floorplan_item_text h2 {
	font-family: "baskerville-urw";
	font-size: 20px;
}

.floorplan_item_text p {
	text-transform: none;
	font-size: 16px;
}

/**
 * Watermark
 */
.wildwood-watermark-left {
	position: absolute;
	left: 0;
	top: -610px;
	width: 20vw;
	height: 1200px;
	background-image: url('/wp-content/themes/360broadway-child/assets/img/leo-badge.png');
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
	opacity: 0.1;
	max-width: 405px;
}

@media (max-width: 768px) {
	.wildwood-watermark-left {
		top: -500px;
		width: 285px;
		height: 1000px;
		opacity: 0.05;
	}
}

/**
 * Available Units
 */
.available-units h3 {
	display: block;
	text-align: center;
	margin: 30px 0;
}

.available-units-table {
	width: 100%;
}

.available-units-table thead td {
	font-weight: 600;	
}

.available-units-table td {
	border-top: 1px solid #4b4b4b;
	border-bottom: 1px solid #4b4b4b;
	padding: 20px 0;
	text-align: center;
}

@media (max-width: 767px) {
	.available-units-table thead {
		display: none;
	}
	
	.available-units-table td {
		border: 0;
		padding: 5px 0;
		display: block;
	}
	.available-units-table tr td:first-child {
		border-top: 1px solid #4b4b4b;
		padding-top: 20px;
		font-weight: bold;
	}
	.available-units-table tr td:last-child {
		border-bottom: 1px solid #4b4b4b;
		padding-bottom: 20px;
	}
}

/**
 * Tabbed Gallery
 */

.gallery-filters {
	display: flex;
	justify-content: center;
	gap: 25px;
	padding: 40px 0;
}

@media (max-width: 400px) {
	.gallery-filters {
		gap: 15px;
		padding: 30px 15px;
	}
}

.gallery-filters button {
	position: relative;
	background: 0;
    border: 1px solid #4b4b4b;
	font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #000;
    padding: 3px 10px;
	transition: all 0.2s;
}

.gallery-filters button::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	background: var(--secondary-color);
	transition: all 0.2s;
	z-index: -1;
}

.gallery-filters button:hover::after {
	width: 100%;
}

.gallery-filters button:focus {
	outline: 0;
}

.gallery-filters button.active,
.gallery-filters button:hover {
	color: #fff;
}

.gallery-filters button.active::after {
	width: 100%;
}

.apartment-photos {
	display: none;
}

.virtual-tour-iframe {
	width: 100%;
	aspect-ratio: 16/9;
}

.hidden-preload {
	opacity: 0;
	width: 100%;
	height: 500px; /* or whatever */
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

/**
 * Content Cards
 */
.content-cards-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 70px;
}

.content-cards-container .content-card {
	border: 1px solid #eaeaea;
	padding: 30px;
	width: 100%;
	text-align: center;
}

@media (min-width: 768px) {
	.content-cards-container .content-card {
		max-width: calc(33% - 30px);
	}
}

.content-cards-container .content-card h3 {
	font-size: 1.3rem;
}

.content-cards-container .content-card p {
	font-weight: 300;
}

.content-cards-grid-intro-content {
	margin-bottom: 35px;
}

/**
 * Map
 */
.map_section h2 {
	font-family: "baskerville-urw";
}

.iframe-map {
	border: 0;
}

.poi-list {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.poi-list ul {
    margin-bottom: 25px;
}

.pois-map {
	display: flex;
	flex-direction: column;
}

.r360-maps-category-filter {
	order: 2;
}

@media (max-width: 768px) {
	.r360-maps-category-filter {
		flex-wrap: wrap;
	}
}

.r360-maps-location-panel {
	order: 3;
}

.r360-maps .category-name {
	font-size: 120%;
}

.r360-maps .r360-maps-location-panel {
	background: #F2EFEA;
}

.r360-maps .r360-maps-location {
	padding: 1rem 2rem;
}

.r360-maps .r360-maps-location span {
	color: #333;
	position: relative;
	padding-bottom: 3px;
}

.r360-maps .r360-maps-location span::after {
	content: "";
    width: 0;
    height: 1px;
    background: var(--secondary-color);
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all 0.3s;
}

.r360-maps .r360-maps-location span:hover {
    color: #997e48;
}

.r360-maps .r360-maps-location span:hover::after {
	width: 100%;
    left: 0;
}

@media (max-width: 768px) {
	.map_section {
		padding: 0;
	}
	
	.r360-maps-location-panel {
		padding: 0!important;
	}
	
	.r360-maps-category-filter {
		flex-direction: column;
	}
	.r360-maps-filter-tab {
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
}

/** 
 * Misc
 */
a[data-target="#pet-policy-modal"] {
	text-transform: none!important;
	font-size: inherit!important;
	color: var(--primary-color)!important;
}

.footer a[data-target="#pet-policy-modal"] { 
	color: #fff!important;
}

.page_header_inner {
	margin: 20px 0 50px;
}
.page_header_inner h2 {
	text-align: center;
	font-size: 44px;
}

.page_header_inner p {
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}

@media (max-width: 768px) {
	.page_header_inner h2 {
		font-size: 38px;
	}
}

.contact_section {
	padding-bottom: 20px;
}

.preferred-employer-link span {
	display: inline-block;
	line-height: 1.2;
}

.preferred-employer-section {
	margin: 60px 0 30px;
}

.preferred-employer-section .container {
	max-width: 1100px;
	padding-left: 1rem;
	padding-right: 1rem;
}

.preferred-employer-section ul {
	list-style: disc;
	padding-left: 18px;
}

.preferred-employer-section h2 {
	margin-bottom: 15px;
	font-size: 28px;
}

.preferred-employer-section > h2 {
	text-align: center;
	padding: 0 20px;
	margin-bottom: 40px;
	font-size: 2rem;
}

.program-section {
	margin-bottom: 40px;
	border: 1px solid #eaeaea;
	padding: 30px;
}

@media (max-width: 768px) {
	.program-section {
		padding: 20px;
	}
}

.content_block_content_inner .cta-button {
	border-radius: 0;
	margin-top: 20px;
	background-color: var(--primary-color);
	color: #fff;
	font-size: 15px;
	padding: 10px 20px;
}

.content_block_content_inner .cta-button::before {
	z-index: 0!important;
}

.content_block_content_inner .cta-button span {
	position: relative;
	z-index: 1;
}

.page-id-576 .textbox_section {
	padding-bottom: 0;
}

.page-id-576 .content_block_content_inner {
	max-width: 700px;
}

.page-id-576 .content_block_content_inner a:not(.cta-button) {
	color: var(--secondary-color);
	font-size: inherit;
	text-transform: unset;
}

.page-id-576 .content_block_image_bg.cover {
	background-position: top!important;
	min-height: 550px;
}

.content_block_content_inner ul,
.content_block_content_inner ol {
	list-style-position: outside;
	padding-left: 18px;
}

.content_block_content_inner ol li {
	margin-top: 5px;
	margin-bottom: 15px;
}

.textbox_inner h2 {
	font-family: "baskerville-urw";
	line-height: 58px;
}

.page-id-424 .textbox_section {
	padding: 100px 0;
}

.page-id-424 .textbox_section h2 {
	font-family: "baskerville-urw";
	font-size: 44px;
}

.content_block_content_inner ul {
	max-width: none;
	list-style-position: outside;
}

@media (min-width: 768px) {
	.floorplan_modal_content_col_inner {
		max-width: 240px;
	}
}

@media (max-width: 768px) {
	.floorplan-image-slider {
		margin-bottom: 30px;
	}
}

.floorplan_modal_content_col_inner h2,
.floorplan_modal_content_col_inner h3 {
	color: #4b4b4b;
}

.floorplan_modal_content_btns a {
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: 1.5px;
}

.floorplan_modal_content_btns a::before {
	background: var(--secondary-color);
}

.button {
	border: 1px solid #000;
	padding: 6px 15px;
	position: relative;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}

.button::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	background: var(--secondary-color);
	transition: all 0.25s;
}

.button:hover {
	color: #fff;
}

.button:hover::before {
	width: 100%;
	z-index: -1;
}

.menu_panel .footer_logo img {
	margin-left: -24px;
}

body.home .contact_field input, body.home .contact_field select, body.home .contact_field textarea,
body.home .contact_field_select span.wpcf7-form-control-wrap select {
	background: #fff;
}

.content_block_content_inner ul {
	padding-left: 18px;
}

.page-id-63 .main .content_block.color_default .content_block_image_bg {
	min-height: 650px;
}

@media (max-width: 767px) {
	.page-id-63 .main .content_block.color_default .content_block_image_bg {
		min-height: 400px;
	}
}

.page-id-63 .main .content_block.color_default .content_block_content_inner {
	max-width: none;
}

#homepageheaderslider .cover {
	background-position: top center !important;
}

.page-id-63 .carousel-control-prev,
.page-id-63 .carousel-control-next {
	display: none;
}

@media (max-width: 767px) {
    .lb-nav a {
        border-color: var(--primary-color) !important;
        background: var(--primary-color) !important;
        width: 30px !important;
    }
}

.lb-nav a::after {
	background: var(--secondary-color);
}

.lb-close::after {
	background: var(--secondary-color) url('/wp-content/uploads/2024/11/close-white.png');
	background-size: 70%!important;
	background-repeat: no-repeat;
	background-position: center;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	opacity: 1!important;
}

#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
	border-radius: 0;
	padding: 9px 20px;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
	border: 1px solid transparent;
}

#sb_instagram #sbi_load .sbi_load_btn span.sbi_btn_text, #sb_instagram .sbi_follow_btn a span {
	position: relative;
	z-index: 1;
}

#sb_instagram .sbi_follow_btn a {
	background-color: var(--primary-color)!important;
}

#sb_instagram .sbi_follow_btn a::before,
#sb_instagram #sbi_load .sbi_load_btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0%;
	background-color: var(--secondary-color)!important;
	transition: all 0.2s;
}

#sb_instagram #sbi_load .sbi_load_btn:hover {
	color: #fff;
}

#sb_instagram .sbi_follow_btn a:hover::before,
#sb_instagram #sbi_load .sbi_load_btn:hover::before{
	width: 100%;
}

#sb_instagram .sbi_follow_btn a:focus, #sb_instagram .sbi_follow_btn a:hover {
	box-shadow: none;
}

#sb_instagram #sbi_load .sbi_load_btn {
	background: #fff;
	border: 1px solid #4b4b4b;
	color: #4b4b4b;
}

#sb_instagram svg:not(:root).svg-inline--fa {
	position: relative;
	z-index: 1;
}

.header_section::after {
	z-index: 80;
}

.launcherContainer.launcher__mobile {
	height: 0!important;
}

/**
 * Gallery Block
 */
.gallery_link {
    left: 40px;
    top: 30px;
	text-align: left;
}
a.gallery_item_link.gallery_item_1 {
    padding-top: 100px;
}
a.gallery_item_link.gallery_item_3 {
    width: 50%;
	padding-bottom: 0;
}
a.gallery_item_link.gallery_item_4 {
	padding-bottom: 90px;
}

.gallery_page_wrap a.gallery_item_link.gallery_item_4 {
	width: 50%;
}

.page-id-94 a.gallery_item_link.gallery_item_4 {
	padding-bottom: 10px;
}

@media (max-width: 768px) {
	.gallery_page_wrap a.gallery_item_link.gallery_item_5 {
		height: 460px;
	}
}

/** Footer */
.footer-menu li {
	padding: 4px 0;
}

.footer-menu li a:hover {
    opacity: 0.5;
}

.footer_copyright_col img {
	filter: brightness(100);
}

@media (max-width: 768px) {
	.footer_copyright .col-md-6 .footer_copyright_col {
		display: flex;
		flex-wrap: wrap;
	}

	.footer_copyright .col-md-6 .footer_copyright_col a:first-child,
	.footer_copyright .col-md-6 .footer_copyright_col span {
		flex: 0 0 100%;
	}
	.footer_copyright .col-md-6 .footer_copyright_col a,
	.footer_copyright .col-md-6 .footer_copyright_col span {
		margin: 8px 10px;
	}
}

/** 
 * Content Block Carousel
 */
.content-block-carousel .swiper-wrapper {
	min-height: 450px;
}

.content-block-carousel .swiper-slide {
	height: 100%;
}

.image_position_left .content-block-carousel .swiper-pagination {
	right: auto;
	left: 30px!important;
}

/**
 * Linkable Columns
 */
.linkable-columns .linkable-column {
	position: relative;
	height: 450px;
	padding: 40px;
	transition: background 0.2s ease-in-out;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
}

.linkable-column .bg-image {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: transform 0.5s;
}

.linkable-column::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 140px;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.linkable-column-content {
	position: relative;
	z-index: 1;
}

.linkable-column:hover .bg-image {
	transform: scale(1.14);
}

.linkable-column-title {
	font-family: "baskerville-urw", serif;
	color: #fff;
	font-size: 32px;
	text-align: center;
}

.linkable-column-title::after {
	content: "";
	width: 50px;
	height: 1px;
	display: block;
	margin: 0 auto;
	margin: 5px auto;
	background: #cba058;
}

@media (min-width: 1260px) {
	.linkable-columns .linkable-column {
		height: 640px;
	}
}

@media (min-width: 1920px) {
	.linkable-columns .linkable-column {
		height: 780px;
	}
}


/** Typography
 */
h1, h2, h3, h4, h5, h6,
.header_section_content_box_inner h1,
.about_section_main_inner h2,
.content_block_content_inner h2,
.slider-content h2,
.linkable-column-title, 
.footer_widget_col h3,
.header_content_box h1,
.menu_navigation ul li a span {
	font-family: "baskerville-urw";
	font-weight: 400;
}

.header_section_content_box_inner h1 {
	line-height: 54px;
}

.header_section_content_box_inner h3 {
	font-size: 50px;
	line-height: 54px;
	letter-spacing: 1px;
	color: #fff;
	margin: 0;
	font-weight: 400;
}

.menu_navigation ul li a span {
	font-size: 34px;
}

.header_content_box h1 {
	text-transform: capitalize;
	letter-spacing: 0;
}


.floorplan_modal .modal-dialog {
    max-width: 1100px;
}

@media (max-width: 767px) {
	.content-block-carousel-swiper {
		margin-bottom: 30px;
	}
}



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

/* Social Feed */
.social-feed-section {
	padding: 80px 0;
}

.instagram-gallery-feed .swiper-button-prev,
.instagram-gallery-feed .swiper-button-next  {
	background: #fff;
}

.instagram-gallery-feed .swiper-button-prev {
	left: 10px!important;
}

.instagram-gallery-feed .swiper-button-next {
	right: 10px!important;
} 

.instagram-gallery__button {
	background: var(--primary-color)!important;
	padding: 14px 25px!important;
	text-transform: uppercase!important;
	font-family: "dm-sans"!important;
	letter-spacing: 1px;
	font-weight: normal!important;
	border-radius: 0!important;
}

.social-feed-section h2 {
    font-size: 50px;
    line-height: 46px;
    letter-spacing: 1px;
    margin-bottom: 40px;
    text-align: center;
}

/* Schedule Tour */
.schedule-tour h2 {
    text-align: center;
    font-family: "baskerville-urw";
    font-size: 44px;
    margin-bottom: 40px;
}

/**
 * Page Specific
 */
.page-id-63 .main .textbox_section,
.page-id-94 .main .textbox_section {
	padding-bottom: 10px;
}

.page-id-636 .main .textbox_section {
	padding-bottom: 20px;
}

@media (max-width: 768px) {
	.page-id-636 .header_section_content_box_inner h1 {
		font-size: 38px;
	}
}

/* Responsive */
@media (max-width: 768px) {
	.map_section h2,
	.social-feed-section h2,
	.textbox_inner h2,
	.schedule-tour h2 {
		font-size: 32px;
		line-height: 38px;
	}
}
@media (max-width: 768px) {
    .header.inner_header {
        z-index: 99!important;
    }
}


.yt-video-embed { 
	display: block;
	margin: 0 -100px;
    width: calc(100% + 200px) !important;
    max-width: none !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
}

@media (max-width: 820px) {
	.yt-video-embed { 
		margin: 0!important;
		width: 100%!important;
	}
}

.content_block.color_dark {
/* 	background: #97A5B9; */
	background: var(--primary-color);
	position: relative;
}

/* .content_block.color_dark::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/2025/11/TheKenrick_pattern_white-1-scaled.png) repeat center;
	opacity: 0.3;
} */



.page-id-2876 .textbox_section h1 {
	font-size: 48px;
	margin-bottom: 25px;
}

.page-id-2876 a.gallery_item_link.gallery_item_4 {
	padding-bottom: 10px;
}

.header_section_content_col {
	align-items: flex-end;
}

.about_section_top a:hover {
	color: rgb(255 255 255 / 60%);
}

.photo-copy-wrapper {
	display: flex;
}

.photo-copy-item {
	flex: 1;
	position: relative;
	aspect-ratio: 16 / 12;
}

.photo-copy-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.photo-copy-copy {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(51 63 76 / 75%);
	padding: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	opacity: 0;
	transition: 0.2s ease-in;
	font-size: 15px;
}

.photo-copy-item:hover .photo-copy-copy {
	opacity: 1;
}

@media (max-width: 1280px) {
	.photo-copy-wrapper {
		flex-wrap: wrap;
	}
	.photo-copy-item {
		flex: 1 1 50%;
	}
}

@media (max-width: 768px) {
	.photo-copy-item {
		flex: 1 1 100%;
	}
}

.page-id-21 .textbox_section {
	padding-bottom: 30px;
}

.historic-text {
	margin: 0;
	background: #f3f0ea;
	overflow: hidden;
}

@media (min-width: 768px) {
    .container {
        max-width: 1536px;
    }
}

.historic-text h3 {
	margin-bottom: 25px;
}

.historic-text .content_block_content .content_block_content_inner {
	background: #fff;
	padding: 80px 100px;
	font-size: 20px;
	font-family: "baskerville-urw";
	font-style: italic;
	box-shadow: 5px 5px 20px rgb(220 216 207);
	position: relative;
	max-width: none;
}


@media (max-width: 1280px) {
	.historic-text .content_block_content .content_block_content_inner {
		padding-left: 40px;
		padding-right: 40px;
	}
}


@media (max-width: 768px) {
	.historic-text .content_block_content .content_block_content_inner {
		margin-top: 50px;
	}
}

.historic-text .content_block_content .content_block_content_inner::before {
	    content: "\201C";
    position: absolute;
    top: -40px;
    left: 10px;
    font-family: "baskerville-urw";
    font-style: italic;
    font-size: 200px;
    color: #edebe7;
    z-index: 0;
}

.historic-text .content_block_content .content_block_content_inner::after {
	    content: "\201D";
    position: absolute;
    bottom: -130px;
    right: 50px;
    font-family: "baskerville-urw";
    font-style: italic;
    font-size: 180px;
    color: #edebe7;
    z-index: 0;
}

.historic-text .content_block_content .content_block_content_inner p {
	line-height: 1.8!important;
	font-size: 21px;
}


.historic-text .content_block_content .content_block_content_inner blockquote {
	position: relative;
	z-index: 1;
}

.content_block_content_inner h2::after {
	width: 100px;
	margin-left: 0;
}

@media (max-width: 1260px) {
	.content_block_col {
		padding: 0 20px;
	}
}

.container {
	padding-left: 15px;
	padding-right: 15px;
}

.floorplan_main_info li {
	font-weight: bold;
}

.floorplan_modal_content_col_inner h3,
.floorplan_filter ul li span {
	letter-spacing: 1px;
}

.floorplan_modal_content_btns a span {
	font-weight: bold;
}

.content_block.color_blue .content_block_content_inner h2::after {
	background: #cba058;
}

.content_block.color_blue .content_block_content_inner p a {
	color: #cba058;
}

.content_block.color_blue .btn-line.btn-line-light::before {
	background: #cba058;
}

#pois .r360-maps-filter-tab {
	background-color: #4D6373!important;
}

#pois .r360-maps-filter-tab.active,
#pois .r360-maps-filter-tab:hover {
	background-color: #657d8e!important;
}

@media (max-width: 768px){ 
.global-poi-marker[data-category="the-kenrick"] {
    width: 45px!important;
}
}

.page-id-3 .textbox_inner h2 {
	font-size: 40px;
}

@media (max-width: 1200px) {
	.r360-maps-category-filter {
		flex-wrap: wrap;
		background-color: rgb(77 99 115);
	}
	.r360-maps-filter-tab {
		flex: 0 1 20%;
	}
}


/* New Color Updates */
body {
	background-color: #333f4c;
	color: #fff;
}
.content_block_content_inner h2::after {
	background-color: var(--secondary-color);
}
.content_block.color_gray.image_position_left {
	background: var(--tertiary-color);
}
.content_block.color_gray {
	background: var(--tertiary-color);
}

@media (min-width: 767px) {
    .content_block.color_gray.image_position_left {
        background: linear-gradient(90deg, var(--primary-color) 20%, var(--tertiary-color) 20%);
    }
	.content_block.color_gray {
		background: linear-gradient(90deg, var(--tertiary-color) 80%, var(--primary-color) 50%);
	}
}

@media (min-width: 767px) {
    .content_block.color_blue.image_position_left {
        background: linear-gradient(-90deg, var(--tertiary-color) 80%, var(--primary-color) 50%);
    }
}
.floor-plan-carousel-section .content_block {
	background: var(--tertiary-color);
}
.header_section_content_box {
    background: #4d6373;
}

.footer {
	background-color: #4d6373;
}
.historic-text {
	color: var(--primary-color);
}

.floor-plan-carousel-section a:not(.floor-plan-link),
.content_block_content_inner p a {
	color: var(--secondary-color);
}

.btn-line::before {
	background-color: var(--secondary-color);
}
.swiper-button-next, .swiper-button-prev {
	border-color: var(--secondary-color);
}
.swiper-button-prev::before {
    background: url(/wp-content/themes/360broadway-child/assets/img/chev-left-gold.png);
    content: "";
}
.swiper-button-next::before {
    background: url(/wp-content/themes/360broadway-child/assets/img/chev-right-gold.png);
    content: "";
}
.swiper-button-prev:hover::before {
    background: url(/wp-content/themes/360broadway-child/assets/img/chev-left-gold.png);
}
.swiper-button-next:hover::before {
    background: url(/wp-content/themes/360broadway-child/assets/img/chev-right-gold.png);
}

.contact_field_submit input,
.getDirections a {
	border-color: var(--secondary-color);
	color: var(--secondary-color);
}
span.contact_field_submit_el::before {
	background: var(--secondary-color);
}
span.contact_field_submit_el input {
	font-family: inherit;
	font-size: 12px;
	letter-spacing: 1.5px;
}
.contact_field_submit input:hover {

	border-color: var(--secondary-color);
}
.gallery_link a::after, .getDirections a:before {
	background: var(--secondary-color);
}
.header_nav ul li:not(.nav-btn) a:hover {
	color: var(--secondary-color);
}

.content_block_col h2,
.about_section_main h2,
.textbox_inner h2,
.textbox_inner h1 {
	color: var(--secondary-color);
}
.floorplan_modal_content_col_inner h3, .floorplan_filter ul li span {
	color: var(--primary-color);
}
.header_section_content_box_inner h4, .header_section_down {
	color: #b5cbde;
}
.header_section_down::before {
	background: rgb(255 255 255 / 70%);
}
.floorplan_item_details span {
	font-size: 18px;
	letter-spacing: 1px;
}

.floorplan_item_text {
	color: var(--primary-color);
}

/* End new color updates */

.mapboxgl-popup-content {
	color: black;
}

.header.homeheader.inner_header {
    top: -250px;
}
.header-banner {
    padding: 20px 30px;
    text-align: center;
    font-size: 110%;
    color: #fff;
    background: var(--secondary-color);
}

.global-poi-marker[data-category="the-kenrick"] {
	top: -40px;
}
.contact_field input, .contact_field select, .contact_field textarea {
	font-family: inherit;
}

.footer .contact_field textarea {
	height: 60px;
}

.footer .contact_field_submit p {
	text-align: center;
}

.floorplan_modal {
	color: #4b4b4b;
}

.apply-btn {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
  letter-spacing: 2px;
  margin: 20px auto 0;
	padding: 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.apply-btn:hover {
	background-color: var(--secondary-color);
	border-color: var(--secondary-color);
	color: #fff;
}

.modal {
	color: var(--primary-color);
}