/* Styles */

html{
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}

body {
	Xbackground-color:#000 !important;
}

.apk-belt {
	font-size:2em;
	font-weight:600;
	color:white;
	background-color:#ae1e2d;
	padding:.2em;
}

.apk-belt > p {
	margin-bottom:0;
}

.apk-community-map,
.map-scroll {
	position:relative;
	text-align:center;
	width:100%;
	aspect-ratio:1.75;
	overflow:hidden;
}

.apk-map-wrap {
	position:relative;
	margin:auto;
	font-size:12px;
	width:auto;
	line-height:0;
}

.apk-map-wrap > img {
	width:100%;
	max-width:none;
	max-height:none;
}

.location-wrap a {
	transition:none;
}

.location-wrap .header {
	position:relative;
}

.apk-map-location {
	position:absolute;
	font-size:1.5em;
	border-radius:50%;
	background-color:gray;
	color:white;
	cursor:pointer;
}

.apk-map-location > p {
	display:block;
	width:2.1em;
	height:2.1em;
	text-align:center;
	line-height:1;
	margin:0;
	padding-top:.6em;
	font-size:1em;
}

.apk-focus-panel,
.apk-click-panel {
	z-index:2;
	position:absolute;
	visibility:hidden;
	background-color:white;
	border:1px solid gray;
	border-radius:.25em;
	cursor:pointer;
}

.apk-focus-panel {
	width:200px;
}

.apk-click-panel {
	position:fixed;
	z-index:99999;
	width:27vw;			/* 90/40/27vw */
	min-width:300px;
	max-width:900px;
	max-height:50vh;
	overflow:scroll;
	top:50%;
	left:50%;
	padding-bottom:10px;
	text-align:center;
	font-size:12px;
	transform: translate(-50%, -50%);
	box-shadow:.5em .5em .75em rgba(0,0,0,.45);
}

.apk-focus-panel.no-pics {
	border:none;
}

.apk-click-panel .content,
.apk-click-panel .footer {
	padding:2em;
}

.apk-click-panel > .close:before {
	position:fixed;
	top:20px;
	right:20px;
	z-index:3;
	padding:0 .5em;
	border:1px solid black;
	border-radius:.25em;
	background-color:white;
	content:'\2716';
	color:black;
	font-size:1em;
	cursor:pointer;
	transition:none;
}

.columns {
	display:flex;
	padding:.2em;
	Xfont-size:.9em;
}

.columns .col-1 {
	flex:75;
}

.columns .col-2 {
	flex:25;
}

.apk-focus-panel .columns p {
	margin:0;
	padding:0;
	line-height:1.1;
	text-align:left;
}

.apk-focus-panel .footer {
	line-height:2;
}

.apk-click-panel .footer .button,
.apk-focus-panel .footer .button {
	display:inline-block;
	width:100%;
	height:100%;
	border:1px solid lightgray;
	padding:.5em;
	border-radius:.5em;
	cursor:pointer;
	transition: none;
	font-size:.8em;
	color: #ae1e2d;
	background-color:white;
}

.apk-click-panel .footer .button {
	font-size:1rem;
	width:auto;
	margin:0 1em;
}

.apk-click-panel .footer .button:hover,
.apk-focus-panel .footer .button:hover {
	background-color:#eee;
}

.apk-focus-panel .price {
	background-color:gray;
	color:white;
}

.apk-focus-panel .price p {
	margin:0;
}

.pending .price,
.closed .price {
	display:none;
}

.apk-info-ribbon {
	position: absolute;
	top: 40px;
	line-height: 1.4;
	width: auto;
	min-width: 30%;
	max-width: 90%;
	z-index:3;
}

.lot .apk-info-ribbon {
	display:none;
}

.apk-info-ribbon .ribbon-content {
	background-color: #ae1e2d;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: .6em 1.25em .5em !important;
	position: relative;
}
.apk-info-ribbon .ribbon-content::before,
.apk-info-ribbon .ribbon-content::after {
	content: "";
	position: absolute;
	right: -1.45em;
	width: 0;
	height: 0;
	Xborder-right: 18px solid transparent;
	border-right: 1.5em solid transparent;
}

.apk-info-ribbon .ribbon-content::before {
	border-top:1.5em solid #ae1e2d;
	top: 0;
}

.apk-info-ribbon .ribbon-content::after {
	border-bottom: 1.5em solid #ae1e2d;
	bottom: 0;
}

.apk-focus-panel .apk-info-ribbon {
	top:15%;
}

.apk-focus-panel.no-pics .apk-info-ribbon {
	top:0;
}

.apk-click-panel .apk-info-ribbon {
	top:10%;
}

.apk-click-panel .apk-info-ribbon .ribbon-content {
	font-size:1.4em;
}

.apk-control-panel {
	position:absolute;
	font-size:50%;
	bottom:0;
	left:0;
	padding:1em;
	background-color:white;
	color:black;
	
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}

.apk-control-panel .button {
	display:block;
	line-height:1;
	padding:1em;
	font-size:8px;
	font-weight:600;
	cursor:pointer;
	border:1px solid lightgray;
	border-radius:0;
	background-color:white;
	color:black;
}

.apk-control-panel .button:hover {
	background-color:#eeeeee;
	color:black;
}

.media {
	width:100%;
	aspect-ratio:2.5/2;
	background-color:black;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}

.apk-click-panel .media {
	background-size:contain;
}

.apk-map-location.unassigned {
	background-color:transparent;
	color:black;
}

.apk-map-location.coming-soon {
	background-color:#202ff6;
}

.apk-map-location.active {
	background-color:#08702a;
	color:white;
}

.apk-map-location.pending {
	background-color:#ae1e2d;
	color:white;
}

.apk-map-location.closed {
	background-color:black;
	color:white;
}

.apk-map-location.office {
	background-color:gray;
}

.apk-map-location.model-home {
	background-color:gray;
	color:white;
}

.apk-map-location.parking {
	background-color:gray;
	color:white;
}

.apk-map-location.water-feature {
	background-color:gray;
	color:white;
}

.apk-map-location.natural-area {
	background-color:gray;
	color:white;
}

.apk-map-location.park {
	background-color:gray;
	color:white;
}

.apk-map-location.office-amenity {
	background-color:gray;
	color:white;
}

.apk-map-location.other {
	background-color:gray;
	color:white;
}

/* SLIDER STYLES */

.apk-slider, .apk-slides {
	position: relative;
}

.apk-slides-wrap {
	width: 100%;
	height:100%;
	background-color: black;
}

.apk-slides {
	margin: auto;
	aspect-ratio: 2.5/2;
}

.apk-slide {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	opacity: 0;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat:no-repeat;
}

.apk-slide.active {
	opacity: 100;
	background-color:transparent;
}

.apk-slider .apk-slider-controls {
	position: absolute;
	top: 50%;
	width: 100%;
}

.apk-slider .apk-slider-controls .control {
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}
.apk-slider-controls .dashicons:before {
	font-size: 5em;
	position: absolute;
	color:white;
	top:-.5em;
	text-shadow:0 0 .1em rgba(0,0,0,.35);
}

.apk-slider-controls .prev .dashicons:before {
	left:0;
}

.apk-slider-controls .next .dashicons:before {
	right:0;
}
	
