body, 
.lexend-deca-light, 
.tile .metatable {
    font-family: "Lexend Deca", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

h1, 
h2, 
h3,
h4,
.title, 
button,
#herotext,
.topbar.open a,
.arvo-bold {
    font-family: "Arvo", serif;
    font-weight:bold;
    font-style: normal;
}


/* .container a:not(.icon):not(.button):not(.title) {   */
.container a{
	background-image: linear-gradient(90deg, #465a82 0%, #3278a0 100%  );
	background-image: linear-gradient(90deg, #fff 0%, #fff 100%  );
}

.container a.icon, 
.container a.button,
.container a.title {
	background-image:unset;
}
.container a:hover{ background-size: 100% 0.1em;}




.article > .title {
	text-indent:0pt;
	font-size:1.5em;	
	position:absolute;
	margin-inline:auto;
	left:-3em;
	right:0;
	bottom:100%;
	padding:0.05em 2.5em 0.05em 3.5em;
	width:100%;
	background:linear-gradient(90deg, #fff 0% 30%, rgba(255,255,255,0) 30%) bottom left;
	background-size: 100%;
	webkit-text-size-adjust: 100%;
}


#main .title.container {
	pointer-events:none;
}
.title h1 {
	position:relative;
	bottom:-0.1em;
	padding:0.2em 0.4em;
	line-height:1.35em;
	background:rgba(255,255,255,0.5);
	background: white;
	display:inline;
	white-space: pre-wrap;
	text-align:left;
	box-decoration-break:clone;
}

@media screen and ( (-webkit-min-device-pixel-ratio:2) or (-webkit-min-device-pixel-ratio:3)) {
	.title.container:first-letter {
		margin-left:-0.4em;
	}
}



.container .tile a{
	background-image:unset;
}







.tile .title {
    color: black;
    font-size:1.1em;
	margin:0;
	padding-left:0;
	padding-bottom:0;
    position:absolute;
    text-align:left;
    left:-0.1em;
	width:90%;
    bottom:0;
	background-image: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%  );
	transition: bottom 0.5s ease;
}

.tile:hover .title  {
	transition: bottom 0.5s ease;
}

.tile .metatable {
	width:100%;
	position:relative;
	background:white;
	color:black;
	border:none;
	font-size:0.6em;	
	overflow:hidden;
	height:auto;
	top:0em;
	opacity:0.0;
	transition:opacity 0.2s ease;
	box-sizing:border-box !important;
	/* transition:bottom 0.5s ease, top 0.5s ease;
	bottom:-100%; */
	padding-top: 0 !important;
	padding-bottom:0 !important;
	padding-left:0;
}

.tile:hover .metatable {
	opacity:1;
}



.tile a.title {
	transition: bottom 0.3s ease;
}


.tile .title p {
	padding:0.2em 0.5em;
	font-size:1.2em;
	line-height:1.6em;
	/* background: white;  */
	/* box-shadow: 0 0 0 10em white inset; */
	display:inline;    
	box-decoration-break:clone !important;
	white-space: pre-wrap;
	transition: background-position 0.8s ease, background-size 0.5s ease;
	background-image: linear-gradient(90deg,  rgba(255,255,255,0) 15%,#fff 16%,  #fff 100%);
	background-repeat:repeat-x;
	background-position:90% 0;	
	background-size:420% 100%;
}


.tile:hover .title p{
	/* background-image: linear-gradient(90deg, #fff 0%, #fff 100%  ); */
	background-position:-90% 100%;
	background-size:220% 100%;
}

.tile .title .metatable p {
	transition: background-position 0.5s ease-in-out, background-size 0.5s ease;
	background-image: linear-gradient(0deg,  rgba(255,255,255,0) 40%,#fff 40%,  #fff 100%);
	background-repeat:repeat-x;
	background-position:0% 100%;	
	background-size:100% 200%;
}

.tile:hover .title .metatable p{
	/* background-image: linear-gradient(90deg, #fff 0%, #fff 100%  ); */
	background-position:0% 0%;
	background-size:100% 200%;
}





.topbar.logo {
	width:30px;
}

.topbar .logo:hover, 
.inverted.topbar .logo:hover{
    background-position: left bottom;
}

.topbar .logo{
    background-image:linear-gradient(to top,#fff 49.8%,rgba(255,255,255,0.0) 49.8%); /*main-gradient-inv*/
    transition: background-position .2s ease, border-color 0.1s ease;
    background-size: 100% 200%;
    background-position: left top; 
}

.inverted.topbar .logo {
    background-image:linear-gradient(to top,#000 49.8%,#fff 49.8%); /*main-gradient-inv*/    
    transition: background-position .2s ease, border-color 0.1s ease;
    background-size: 100% 200%;
    background-position: left top; 
}



ul.splide__pagination {
	display:flex !important;
	justify-content:flex-end;
	/* margin-bottom:-0.1em; */
	margin-bottom:2rem;
	padding-right:0.2em;
}

button.splide__pagination__page {
    background:white;
    opacity:0.5;
	height:1.2em !important ;	
    width:1.2em;
	border-radius: 0.6em;
    margin:0;    
    margin-bottom:-0.5em !important;
    
    transition:width 0.5s ease, opacity 0.3s ease;
    box-shadow:none;    
    padding:0;    
    background:white;
}
button.splide__pagination__page.is-active {
    width:2.5em;
	opacity:0.9;
    transform:scale(1.0);
}

.splide__progress {
	height:0.5em;
	background:none;
	margin-bottom:-0.2em;
	border-radius:1em;
	overflow:hidden;
}
.splide__progress__bar {
	border-radius:0.5em;
}
.footer img {
	max-width:50%;
}
.footer .logo{
	width:15rem;
	float:left;
	margin-left:-2.4rem;
	height:100%;
}
.footer .icon{
	max-width:100%;
	width:4em;
	height:4em;
}



#meta-map {
	font-size:1rem;
	line-height:1.5rem;
	min-height:10rem;
	max-height:10rem;
	overflow-y:scroll;
	float:right;
	bottom:0;
	border:1px solid #ccc;
	padding:0.5em;
}
.gmap {
	overflow:hidden;	
	margin-top:2em;
	max-height:80%;
	user-select: none;
}
.gmap>iframe {
	height:40em;
	margin-top:-15%;
	margin-bottom:-15%;
	bottom:0;
	user-select: none;
}
.gmap .gmap-open {
	position:absolute;
	background: white;
	vertical-align:middle;
	right:0;
	bottom:0.72em;
	box-shadow:0 1em 0 white;
	text-align:center;
	overflow:hidden;
	border-bottom:none;
}
.gmap .gmap-open:hover {
	background-position: left bottom !important;
	background-size: 100% 200% !important;
	color: #fff; 
}
.gmap .gmap-open p {
	display:block;
	width:8rem !important;
	height:7rem !important;	
	line-height:8rem !important;
	color:#000;
	transition: color 0.2s, background-color .9s, background-position 0.2s ease,background-size 0.2s;
	background-image: linear-gradient(to top,#000 49.8%,rgba(255,255,255,0) 45%);
  	background-size: 100% 200%;
	background-position: left top;
	padding:0 !important;
	margin:0 !important;
}
.gmap a:hover p {
	color: #fff;
  	background-size: 100% 201%;
	background-position: left bottom;
}
.gmap a p::after {
	font-family: "Questrial", Helvetica, Arial, sans-serif;
	content:'\2935\fe0e';
	position:absolute;	
	font-size: 1.5rem;
	transform: rotate(-90deg) ;
	left: 40%;
	bottom:0.5rem;
	font-size:2rem;
}

.property-features {
	background:#eee;
	background:linear-gradient(180deg, #e5e5e5 5%, #eee 10%);
}
.property-features .horizontal {
	background:none;
}
.features {
	min-height:1em;
	padding:1em 0;	
}
.features li{
	list-style:square;
	list-style-position: inside;
	padding-left:0;
}

.features li.nobullet::marker {
	color:rgba(0,0,0,0);
}

.features li.inset{
	--color:rgba(0,0,0,0);
	padding-left:1.25em;
}
.features li.inset::marker{
	color:rgba(0,0,0,0.5);
}






div.floorplans.container {
	font-Fsize:1rem;	
	padding:0;
	margin-top:0;
	height:0;
	overflow:visible;
}

div.floorplans.container h2 {
	font-size:1.7rem;
	margin-top:0;
	background:unset !important;
	
	position:relative;
	top:-1em;
	left:0;
	width:100%;
	display:inline;
	padding-bottom:3em;

	padding:.5em 1em;
	padding-left:0;
}
div.floorplans.container h2::first-letter {
	text-transform: capitalize;
}


.horizontal > .dragging {
	pointer-events:none !important;
}
.horizontal.construction,
.horizontal.floorplans,
.horizontal.apartments {
	overflow-x:scroll;
	display:flex;
	flex-flow:row nowrap;
	gap:1em;

}

.horizontal.floorplans .image {
	flex-basis:5em;
	flex-shrink:0;
	flex-grow:0;
	height:10em;
	border:0.5em solid white;
}
.floorplans .image::after {
	content: attr(title);
	position:absolute;
	background:white;
	color:#000;
	bottom:-0.1em;
	font-size:0.9rem;
	text-wrap:nowrap;
	text-align:center;
	width:100%;
	padding:.5em 1em 0 1em;
}

.horizontal.construction,
.horizontal.floorplans,
.horizontal.apartments {
	overflow-x:scroll;
	display:flex;
	flex-flow:row nowrap;
	gap:.5em;
	transition:height 0.5s ease;
}
.horizontal.floorplans {
	gap:2em;
}

.horizontal.construction .image {
	flex-basis:3em;
	flex-shrink:0;
	flex-grow:0;
	height:5em;
	border:0.25em solid white;
}



.apartment {	
	background:white;
	margin-top:2em;
	padding:1em;
	display:flexbox;
	margin-right:1.5em;
	flex-basis:20em;
	flex-grow:0;
	flex-shrink:0; 
	position:relative;
	padding-bottom:3em;
	pointer-events:none;
	transition:height 0.5s ease, max-height 0.5s ease;
	min-height:40em;
}


.apartment a, 
.apartment button,
.apartment .clickable {
	pointer-events:all;
	cursor: pointer;
}

.apartment a {
	background-position: center bottom;
}









button.highlight{
	color:white;
	background-image:linear-gradient(to bottom,#149 0%,  #138 49.8%,rgba(130,105,200,0.0) 49.8%); /*main-gradient-inv*/
    -background-size: 100% 200%;
	-background-position: left top;	
	pointer-events:all;
}

.apartment button {
	position:absolute;
	display:block;
	margin-inline:auto;
	bottom:1.5em;
	left:1.5em;
	right:1.5em;
}
button.highlight:hover, 
.apartment button:hover {
	color: black !important;
	border-color: #000;
	outline: 0; 
	box-shadow:0 .2em .4em rgba(0,0,0,0.4);	
	background-size: 100% 205%;
	background-position: left 99.5%;
	transition: background-position 0.2s ease, color 0.1s ease,border-color 0.2s ease,box-shadow .5s ease;	
}

.apartment button.disabled {
	background: #eee;
	color:#888;
	pointer-events:none !important;
	border-color:#eee;
}

.apartment .title {
	font-size:1.2em;
	line-height:1.6em;
	display:inline-block;
	position:relative;
	top:-2.5em;	
	background:white;
	padding:.4em 0.8em;
	left:-1.2rem;
	max-width:60%;
	width:auto;
	vertical-align:top;
}
.apartment .list {
	position:relative;
	top:-2em;
	vertical-align:top;
	padding-bottom:0 !important;
	pointer-events:all;
}



.short {
	height:30em;
}



.intro {	
	margin: 0 auto;
	margin-top:-1.5em;
	width:70%;
	background:white;
	
	box-sizing:border;
	border: 3px solid transparent;	
	border-image: linear-gradient(to bottom, #65b7ff, #c9e597);
	border-image-slice: 1;
	padding:.4em;
	outline: .4em solid #fff;
}

.postintro {
	margin-top: 8em;
}

#prompt {
	top:-9em;
}

.infobox .metatable p.meta_intro {
	display:inline;
	font-weight:bold;
	margin-bottom:.5em;
}
.infobox .metatable p.meta_designed,
.infobox .metatable p.meta_extras,
.infobox .metatable p.meta_units {
	display:inline-block;
	margin-top:.5em;
}

.metatable p.meta_units, 
.metatable p.meta_uarea,
.metatable p.meta_extras {
	color: #777;
}

.metatable p.meta_area,
.metatable p.meta_designed {
	color: #999;
}






/*
.apartment .toggle{	
	box-sizing:border-box;
	position: absolute;
	width: 5.5em;
	height: 2em;
	right: 0;
	top: -2em;
	line-height: 1em;
	text-align: center;
	background: #777;
	color: white;
	padding:0.5em 2em;
	transition:clip-path 0.4s ease, right 0.3s ease-in-out, color 0.5s ease, background-color 0.5s ease, padding-left 0.3s ease-in-out;
	clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
	overflow:visible;
	z-index:10;
}

.apartment .toggle.activated {
	right: 2em; 
	background:#cccc;
	color: #222;
	clip-path: polygon(0% 0%, 70% 0%, 100% 100%, 0% 100%);
	padding-left:0;
}
.apartment .toggle::after {
	content:'-';
	position:absolute;
	width:2em;
	height:2em;
	left:-3em;
	top:0;
	background:white;
	z-index:8;
	transition: color 0.5s ease, background-color 0.5s ease, left 0.3s ease;
}
.apartment .toggle.activated::after {
	left: 6em;
	background: #000;
}
*/






.apartment .toggle{	
	box-sizing:border-box;
	position: absolute;
	display: flex;
  	justify-content: center;
  	align-items: center;
	width: 5em;
	height: 5em;
	right: 0;
	bottom: 6.5em;
	text-align: center;
	vertical-align:middle;
	background: #ddd;
	color: #000;
	padding:0.5em 1em 0.5em 2em;
	transition:clip-path 0.4s ease, color 0.5s ease, background-color 0.5s ease, padding 0.3s ease-in-out, right 0.4s ease;
	clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 100% 100%, 0% 100%, 15% 50%);
	overflow:visible;
	z-index:10;
}

.apartment .toggle.activated {
	right:2em; 	
	right:77.7%;
	background:#ccc;
	color: #fff;
	/* 
	background:rgba(200,200,200,0.5);
	clip-path: polygon(0% 0%, 60% 0%, 45.00% 50.00%, 60% 100%, 0% 100%, 0% 50%);
	padding: 0.5em 2.5em 0.5em 0; */
	clip-path: polygon(0% 0%, 100% 0%, 85.00% 50.00%, 100% 100%, 0% 100%, 0% 50%);
	padding: 0.5em 2.5em 0.5em 2em;
}
.apartment .toggle::after {
	content:'-';
	position:absolute;
	width:4em;
	height:5em;
	left:-5em;
	background:white;
	z-index:8;
	transition: color 0.5s ease, background-color 0.5s ease, left 0.4s ease;
}
.apartment .toggle.activated::after {
	left: 5em;
	background: #000;
}



.apartment .overlay {
	position:absolute;
	top:-1em;
	right:-1em;
	bottom:-1em;	
	width:0;
	background:rgba(255,255,255,0.8);
	margin:1em;
	padding:0.5em;
	padding-bottom:12em;
	padding-top:1em;
	opacity:0;
	visibility:hidden;
	overflow-y:auto;
	overflow-x:hidden;
	transition: opacity 0.4s ease, visibility 0.5s step-end, scrollbar-color 0.5s ease, width 0.4s ease;
	scrollbar-color: rgba(0,0,0,1) rgba(0,0,0,0);
	scrollbar-width: thin;
	scrollbar-arrow-color: rgba(255,255,255,0);
	backdrop-filter: blur(6px);
}
.apartment .overlay.visible {
	opacity: 1; 
	width:92%;
	visibility:visible;
	transition: opacity 0.4s ease, visibility 0.5s step-start, scrollbar-color 0.5s ease, width 0.4s ease ;
}
.apartment .floors {
	width:19.5em; /*flex-basis of apartment minus the padding*/
}


.apartment table{
	border:1px solid #444;
	padding:0.5em;
	width:100%;
	margin-bottom:0.5em;
	font-size:0.8em;
}

.apartment table td, 
.apartment table th {
	padding:0.25em;
}

.apartment table td.label {
	text-align:left;
}
.apartment table td.split {
	border-left:1px solid #ccc;
}

