/* Styles for individual pages */

/* pano 360 */
.panoContainer,
.mapContainer {
	width: 100%;
	height: 100%;
	position: fixed !important;
	top: 0;
	left: 0;
	z-index: 0;
}

/* pano 360 */

/* Location Page */
.mapContainer, .panoContainer{
	transition: transform 1.5s ease;
}
.locationPagePanoContainerHide{
	transform:translateX(100%);
}
.locationPagePanoContainerVisible{
	transform: translateX(0);
}
.locationMapContainerHide{
	transform: translateX(-100%);
}
/* Location Page */



/* Booking */
.bookingBlock{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width:100%;
		height:100%;
}
.loadingImage{
	transform: translate(-50%, -50%);
	position: absolute;
	top:50%;
	left:50%;
	z-index: 0;
}
/* Booking */


/* Interiors */
.roomInfoRow {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: nowrap;
	height: 26px;
	align-items: center;
}

.roomInfoLabel{
	width: calc(60% - 24px);
	white-space: nowrap;
}
.roomInfoValue {
	width: calc(40% - 24px);
	color: #E0B481;
	font-weight: 600;
	text-align: right;
}

.roomInfoIcon {
	width: 24px;
	margin-right: 10px;
	height: 24px;
	background-position: left;
	background-repeat: no-repeat;
	opacity: 0.5;
}

.roomInfo {
	font-size: 14px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	max-width: 18vw;
			border-top: 1px solid var(--lightGoldColor);
			border-bottom: 1px solid var(--lightGoldColor);
			background: rgba(0, 0, 0, 0.11);
			backdrop-filter: blur(10px);
			-webkit-backdrop-filter: blur(10px);
			padding: 20px 20px !important;
			margin-top: 2rem !important;
}

.roomInfo div {
	position: relative;
	flex: 1 0 auto;
}
/* Interiors */


/* Site Summary */
.siteSummaryImage{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	background-image: linear-gradient(to right, rgba(0, 0, 8, 0.9), rgba(0, 0, 0, 0.0)), url(/wp-content/uploads/site_summary.jpg);
}
.siteSummaryImage svg{
	width: 100%;
		height: auto;
		position: fixed;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%)
}
.siteSummaryImage svg path{
pointer-events: none;
}
@media (max-aspect-ratio:1600/1198) {
	.siteSummaryImage svg {
		width: auto;
		height: 100vh;
	}
}

#siteSummaryLot35Text, #siteSummaryLot36Text{
	pointer-events: none;
}
#siteSummaryLot35 path, #siteSummaryLot36 path{
transition: all 0.5s ease;
pointer-events: all;
}
#siteSummaryLot35 path:hover, #siteSummaryLot36 path:hover{
	fill-opacity: 0.5 !important;
}

/* Site Summary */



/* Floor Selector */
.panoResetViewButton {
	pointer-events: all;
	transform: scale(0);
	transition: transform 0.3s ease;
}
.rotateButtonVisible{
	transform: scale(1);
}
/* Floor Selector */



/* Montario Quarter */
main[data-page-url='montario'] .moreInfoText img{
	margin-right:20px;

}
/* Montario Quarter */


/* Floor Selector */
main[data-page-url="floor-selector"] .moreInfoText .floorCalloutText,
main[data-page-url="unit-mix"] .moreInfoText .floorCalloutText{
	background-color: rgba(0,0,0,0.8);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	width: 220px;
	pointer-events: all;
	padding: 10px;
}
main[data-page-url="floor-selector"] .moreInfoText .floorCalloutText > div,
main[data-page-url="unit-mix"] .moreInfoText .floorCalloutText > div {
	font-size: 13px !important;
}
/* Floor Selector */



/* Team */
.teamContent > div {
	overflow: auto;
	padding: 30px;
	color: white;
	width: 100%;
	height: 100%;
}

.person {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	/* height: 50%; */
	/* width: auto !important; */
	/* justify-content: flex-start; */
	padding: 10px 5px !important;
}

.personImage, .teamPopupImage {
	width: 10vw;
	height: 10vw;
	/* height: 50%; */
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	background-position: bottom;
	border: solid 1px var(--lightGoldColor);
	border-style: none;
	border-bottom-style: solid;
	transition: all 0.2s ease;
}
.person h4 {
	margin: 0;
}
.personRole{
	margin:5px 0;
}
.teamPopupName{
	font-weight: 500;
	color:var(--lightGoldColor);
	font-size: 1.1vw;
}
[data-page-url="project-team"] .teamPopupImage{
	border: none;
	background-position: center;
}
.teamPopupRole{
	margin-bottom: 1em;
}
body.hasHover .person:hover .personImage {
	border-color: var(--darkGoldColor);
}

body.hasHover .person:hover h4 {
	color: var(--darkGoldColor) !important;
}

.personDescription {
	display: none;
}
.person .openPopupContent{
	/* max-width: 10vw; */
}
.teamGrid{
			align-items: flex-start !important;
			justify-content: center !important;
			align-content: space-around !important;
}
/* Management Team */
/* Team */

/* Contact Us */
.contactUsBlocks > div {
	text-align: left !important;
}
/* Contact Us */

/* Projects */
.mapPinContentValue h4{
	font-size: 20px;
}
/* Projects */


/* Timeline */
.timelineContent {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-evenly;
}
/* Timeline */