#map-canvas-wrapper {
	width: 100% !important;
	position: absolute;
	left: 0;
	height: 550px;
}
#map-canvas{
	width: 100% !important;
	height: 550px;
}

#directory-map-view {
	height: 550px;
}

.map-listing {
	height: 0;
	overflow: hidden;
}

.feature-noshow{
	display:none !important;
}
.listing-neighborhood{
	text-transform:capitalize;
}
.listings-outer-wrapper {
	padding: 50px 0 40px;
	border-bottom: 1px solid #1f2a44;
}
#basic-listing-wrap.listings-outer-wrapper {
	border-bottom: 0px;
	height: auto;
	transition: 300ms;
}
.listing-wrap,
.listing-sizer{
	width:31%;
	margin: 0 0 30px;
}
.gutter-sizer{
	width: 2%;
}
.taxonomy-description{
	text-align:center;
}
#tax-filter h3{
    text-align: center;
    font-size: 25px;
    font-weight: 700;
}
#tax-filter select,
#tax-filter span.select2{
	float: left;
    width: 24%;
    margin-right: 0.5%;
    background-color: #fff;
    color: #777;
	border:0px;
}
#regular-listing-wrap h2{
	text-align:center;
}
/*#premium-listing-wrap .listing-wrap:nth-child(2n+3){
	margin: 0 2%;
	margin-top:20px;
}
#regular-listing-wrap .listing-wrap:nth-child(2n+3){
	margin: 0 2%;
	margin-top:20px;
}
#basic-listing-wrap .listing-wrap:nth-child(2n+3){
	margin: 0 2%;
	margin-top:20px;
}*/
.listing-wrap a.excerpt-read-more{
	display:none;
}
.listing-wrap a.cta-btn-dark {
	position: absolute;
	bottom: 0;
	left: 0;
}
.listing-image{
	width:100%;
	height:200px;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}
.listing-wrap h3, .listing-wrap p{
	margin: 0;
	line-height:24px;
}
.listing-wrap h3{
	font-size:20px;
	font-weight:700;
	text-transform:capitalize;
	color: #1f2a44
}
#premium-listing-wrap, #regular-listing-wrap{
	margin:20px 0 0;
}
.listing-image{
	margin-bottom:10px;
}
.listing-wrap a.cta-btn-dark{
	display:inline-block;
	margin-top:10px;
}
#basic-listing-wrap{
    margin-top: 20px;
    padding-top: 20px;
	margin-bottom:20px;
}
#premium-listing-wrap h2, #basic-listing-wrap h2{
	text-align:center;
}
.tax-directory_category #interior-hero{
	background-color:#1f2a44;
}
#interior-hero h1{
	color:#fff;
}
#archive-view-btns{
	margin: 20px;
	text-align: center;
}
#archive-view-btns span{
	display:inline-block;
	margin:0 10px;
	cursor:pointer;
}
#archive-view-btns span.active{
	background: #FFF;
	color: #1f2a44;
}
.dir-hidden {
	height: 0px !important;
	padding: 0 !important;
	border: 0 !important;
	overflow: hidden !important;
	transition: 300ms;
}
/*****Single Page******/
.single-directory #interior-hero{
	background-color:#1f2a44;
	padding-top:100px !important;
}
.single-directory  .hero-content-wrap{
	padding-top: 0;
}
.single-directory .hero-slide-image {
	background-size:cover;
	margin-right:20px;
}

.single-directory .hero-slide-content h1{
	font-family: 'Lusitana', serif;
	margin-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #1F2A44 !important;
}

.single-directory .hero-slide-content h2{
	text-align:left;
}
.single-directory .hero-slide-content p{
	margin: 0;
	text-align:left;
}
.single-directory .hero-slide-content a{ 
	margin-top: 15px;
	display:inline-block;
	float:left;
}
.listing-tag img{
	height:40px;
	width:40px;
	margin-right:10px;
	position:relative;
	top:12px;
}
.listing-tag{
	text-transform:uppercase;
    display: inline-block;
    margin-right: 20px;
	margin-bottom:20px;
}
.single-directory #main-content{
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
}

#directory-map-view {
	display: none;
}

#map-info-window {
	display: none;
	position: absolute;
	top: 20px;
	right: 0;
	background: #FFF;
	padding:10px 0;
}

#map-info-window .hero-slide-content {
/*	width: 380px;
*/	height: auto;
	padding: 15px 15px 15px 30px;
	display: block;
}

#map-info-window .hero-slide-content.hasimage {
	width: 450px;
}

#map-info-window .hero-slide-content p {
	margin: 0;
}

#map-info-window .hero-slide-content .map-website {
	display: inline-block;
	margin: 20px 0 0;
}

#map-info-window .hero-slide-content .infobox {
	width: 100%;
}

#map-info-window .hero-slide-content .info-image {
	display: none;
}

#map-info-window .hero-slide-content.hasimage .infobox {
	width: 50%;
	float: left;
}

#map-info-window .hero-slide-content.hasimage .info-image {
	display: block;
	width: 50%;
	float: right;
}

#map-info-window .hero-slide-content.hasimage .info-image img {
	width: 100%;
	height: auto;
}

.single-directory #interior-hero {
	padding: 0 !important;
	padding-top:120px !important;
}

.single-directory #map-canvas-wrapper {
	height: 400px;
	position: relative;
}

.single-directory #map-canvas-wrapper #map-canvas {
	height: 400px;
}

.single-directory #map-canvas-wrapper #map-info-window {
	display: block !important;
}

.single-directory .listing-wrap {
	width: 100%;
}
#map-info-window .hero-slide-nav{
	position:relative;
}
.hero-content-wrap.no-image{
	width:400px;
}
.listings-content.with-gallery{
	width:55%;
}
.listing-gallery-wrap{
	width:45%;
	padding:0 20px;
}
.main-prop-asset{
    width: 100%;
    height: 240px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
	display:none;
}
.main-prop-asset:first-child{
	display:block;
}
.prop-thumb{
	width: 23.8%;
    height: 100px;
    margin-right: 5px;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.prop-thumb:hover{
	opacity:0.8;
}
#map-info-window .hero-content-wrap.no-image{
	width:100%;
}