nav {
    font: 600 30px / 0.9 shne-breit, sans-serif !important;
}

.page-id-9 .table.js-table .row .row__view, .page-id-9 .js-select-floor  .row .row__view {
	visibility: hidden;
}

body.home .section-intro {
    height: auto !important;
}

.page-id-11 .section-content-showcase {
    padding: 0px;
    background: var(--c-red);
}

.page-id-11 .section-content-showcase--content-right .section__body {
    margin: 0px auto 170px;
}

.page-id-11 .section-content-showcase--left-column-down .section__col:nth-child(1) {
    display: none;
}

.page-id-11 .section-content-showcase .section__cols {
    display: flex;
	flex-direction: column;
}

.page-id-11 .section-content-showcase--left-column-down .section__col:nth-child(2) {
	width: 100%;
}

.page-id-11 .section-content-showcase .section__body, .page-id-11 .section-content-showcase .section__content {
	max-width: 1420px;
}

.page-id-1619 .section-intro, .page-id-1619 .section-intro .section__foot, .page-id-1619 .section-content-image[data-color="red"], .page-id-1619 .header:not(.header--transparent) {
    background: #44534A;
}

.page-id-1619 .section-content-image[data-color="beige"] .section__head, .page-id-1619 .section-accordion-image h2 {
	color: #44534A !important;
}

.page-id-1619 .detail strong {
    font-size: 1.3rem;
    margin-bottom: 0px;
    letter-spacing: .1em;
}

.page-id-1619 .detail__col {
	display: flex;
	align-items: center;
}
.page-id-1619 .section-intro .section__logo {
    max-width: 230px;
    transform: translateY(-70%);
}

.page-id-1619 .section-accordion-image {
    color: white;
    background-color: #99C1C3;
    background-image: url(https://onesouthclt.com/wp-content/uploads/2025/06/District-One_-Logo-Mark_White-1.webp);
    background-size: 50%;
    background-position: 110% 108%;
    background-repeat: no-repeat;
    padding-bottom: 100px;
}

.page-id-1619 .accordion-details .accordion__head > a:before {
	display: none;
}

.page-id-1619 .accordion-details .accordion__section:nth-child(even) {
	background: transparent;
}

img.uptown-retail {
    opacity: 1;
    top: -144px;
    left: -118px;
    max-width: 700px !important;
    position: absolute;
}

.page-id-1619 .section__content {
	position: relative;
}

.page-id-1619 .section__image img {
	border: 20px solid #C7BDA9
}

img.contact-icon {
	max-width: 150px !important;
	margin-top: 100px;
}

@media (max-width: 570px) {
	
	nav {
    font-size: 24px;
	}

.page-id-1619 .section-intro .section__logo {
    max-width: 230px;
    transform: translateY(0%);
}
	
	img.uptown-retail {
    opacity: 1;
    top: -30px;
    left: -19px;
    max-width: 110% !important;
    position: relative;
}
	
	.page-id-1619 .section-accordion-image {
    background-size: 75%;
    background-position: 110% 102%;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}
	
	img.contact-icon {
    max-width: 100px !important;
    margin-top: 30px;
}
	
}