/* HEADER SLIDESHOW */
.header-slideshow {
	position: relative;
}
/* INTERIOR HERO */
.interior-hero-wrapper {
	margin-bottom: 0px;
	position: relative;
}
.interior-hero-wrapper picture.slide {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: 100%;
	max-height: 717px;
}
.interior-hero-wrapper .photo-credit p{
	font-size: 18px!important;
}
.listings .interior-hero-wrapper {
	margin-bottom: 70px;
}
.interior .interior-hero-wrapper .slide > a::after {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-image: linear-gradient(to left, rgba(0,0,0,0.65), rgba(0,0,0,0));
}
.interior-hero-wrapper .slide-caption {
	position: absolute;
	top: 50%;
	right: 10px;
	text-align: right;
	max-width: 700px;
	z-index: 1;
	transform: translateY(-30%);
	pointer-events: none;
}
.header-slideshow .interior-hero-wrapper  .slides .video-wrapper {
	position: absolute;
	top: 0;
	left: 0;
}
.interior-hero-wrapper .slide:after {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-image: linear-gradient(to left, rgba(0,0,0,0.2), rgba(0,0,0,0));
	z-index: 0;
	width: 100%;
	pointer-events: none;
}
.interior-hero-wrapper .slide-caption h3 {
	font: 600 30px/1 'Roboto Condensed', sans-serif;
	color: #fff;
	margin-bottom: 15px;
}
.interior-hero-wrapper .slide-caption p {
	font: 400 16px/1 'Open Sans', sans-serif;
	color: #fff;
	margin-bottom: 20px;
}
.interior-hero-wrapper .slide-caption .sh-more-link {
	font: 400 33px/1 'Summer Loving Solid', cursive;
	text-align: center;
	padding: 4px;
	pointer-events: all;
}
.interior-hero-wrapper .video-controls.show-for-large-up {
	position: absolute;
	top: 102px;
	right: 32px;
}

.interior-hero-wrapper .video-controls.show-for-large-up .controls {
	font-size: 40px;
	color: #fff;
	float: left;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}
.interior-hero-wrapper .video-controls.show-for-large-up .controls:first-child {
	margin-right: 11px;
}
.interior-hero-wrapper .video-wrapper.loaded .fa-pause-circle,
.interior-hero-wrapper .video-wrapper.loaded.paused .fa-play-circle {
	display: block;
}

.interior-hero-wrapper .video-wrapper.loaded .fa-play-circle,
.interior-hero-wrapper .paused .video-controls.show-for-large-up .fa-pause-circle {
	display: none;
}
.interior-hero-wrapper .video-wrapper.loaded .fa-volume-off,
.interior-hero-wrapper .video-wrapper.muted.loaded .fa-volume-up {
	display: none;
}

.interior-hero-wrapper .video-wrapper.loaded .fa-volume-up,
.interior-hero-wrapper .video-wrapper.loaded.muted .fa-volume-off {
	display: block;
}
.interior-hero-wrapper .slide {
	overflow: hidden;
}
.interior .interior-hero-wrapper .sh-background-accent1 .swoop-box {
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	z-index: 0;
}
.interior .interior-hero-wrapper .sh-background-accent1 .swoop-box img {
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	width: 100%;
}
.interior .interior-hero-wrapper .sh-background-accent1 .swoop-box::after {
	background-image: url(https://res.cloudinary.com/simpleview/image/upload/f_webp/v1568405627/clients/houston/bg-dots.png);
	content: "";
	position: absolute;
	top: 0;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-size: 40px;
}
@media screen and (min-width: 64.063em) {
	.interior-hero-wrapper .slide:after {
		background-image: linear-gradient(to left, rgba(0,0,0,0.65), rgba(0,0,0,0));
	}

	.interior-hero-wrapper {
	}
	.interior-hero-wrapper .slide-caption {
		position: absolute;
		top: 50%;
		right: 90px;
		text-align: right;
		max-width: 700px;
		z-index: 1;
		transform: translateY(-30%);
		pointer-events: none;
	}
	.interior-hero-wrapper .slide-caption h3 {
		font: 600 50px/1 'Roboto Condensed', sans-serif;
		color: #fff;
		margin-bottom: 12px;
	}
	.interior-hero-wrapper .slide-caption p {
		font: 400 22px/27px 'Open Sans', sans-serif;
		color: #fff;
		margin-bottom: 12px;
	}
	.interior-hero-wrapper .slide-caption .sh-more-link {
		font: 400 33px/1 'Summer Loving Solid', cursive;
		text-align: center;
		padding: 4px;
		pointer-events: all;
	}
	.interior-hero-wrapper .slide-caption .sh-more-link:hover {
		color: #fff;
	}
	.interior-hero-wrapper .slide::after {
		left: 50%;
	}
}
.interior-hero-wrapper a.videolink.play-btn {
	position: absolute;
	width: 80px;
	height: 80px;
	right: 50%;
	top: 50%;
	transform: translateX(50%);
}
.interior .interior-hero-wrapper .slide > a::after {
	background-image: none;
}
@media screen and (max-width: 1024px) {
	.header-slideshow .interior-hero-wrapper .slides .video-wrapper {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 76px;
		height: 76px;
	}
}
@media screen and (max-width: 640px) {
	.interior-hero-wrapper picture.slide {
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-attachment: unset;
		width: 100%;
		max-height: 717px;
	}
	.interior-hero-wrapper .slide-caption {
		right: 0;
		top: 30%;
		width: 66%;
		text-align: right;
	}
	.interior-hero-wrapper picture.slide {
		/*height: 551px;*/
	}

	.interior-hero-wrapper {
		margin-bottom: 40px;
	}
	@supports (-ms-ime-align: auto) {
	.box-truncate {
	  background: #fff;
	 }
	}
	.box-truncate {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	border-right: 5px solid white;
	}
	.interior-hero-wrapper .slide-caption h3 {
	font: 600 24px/1.2 'Roboto Condensed', sans-serif;
	margin-bottom: 0px;
	padding:0px;
	color: #000;
	}
	span.highlight {
	background-color: #fff;
	outline: 5px solid #fff;
	}
	.interior-hero-wrapper .slide-caption p {
	display:none;
	}
	.interior-hero-wrapper .slide-caption .sh-more-link {
	display: inline-block;
	background: unset;
	color: unset;
	box-shadow: unset;
	padding: unset;
	text-align: right;
	}
	.interior-hero-wrapper .slide-caption .sh-more-link > i {
	background: #ef3264;
	color: #fff;
	padding: 10px 15px;
	font-size: 22px;
	}
}