.owl-carousel .owl-nav{
	display: block;
	width: 100%;
	z-index: 0;
}
.owl-carousel .owl-stage-outer{
	z-index: 1;
	margin-bottom: 15px;
}


@media screen and (min-width: 1370px){
	.owl-carousel .owl-stage{
		z-index: 0;
	}
	.owl-carousel .owl-nav{
		width: 100%!important;
		position: absolute;
	    z-index: 0;
	    display: inline-block;
	    top: 35%;
	    left: -50px;
	}
	.owl-carousel .owl-prev{
		float:left;
	}
	.owl-carousel .owl-next{
		float:right;
		position: absolute;
		right: -100px;
	}
	.owl-carousel .owl-nav button{
		display: inline-block;
		font-size: 65px !important;
		padding: 20px 25px !important;
	}
	.owl-carousel .owl-nav button:hover{
		color: #0f668c !important;
	}
	.owl-carousel .owl-dots{
		display: none;
	}
}
@media screen and (max-width: 1369px){
	.owl-carousel .owl-nav{
		display: none;
	}
	.owl-carousel .owl-dots{
		text-align: center;
		margin-bottom: 15px;
	}
	.owl-carousel .owl-dots button{
		display: inline-block;
		border-radius: 100px;
		background: #ccc !important;
		height: 15px;
		width: 15px;
		margin-right: 10px;
	}
	.owl-carousel .owl-dots button.active{
		background: #438eb2 !important;
	}
}

.label-address-meta{
	margin-bottom: 10px;
}

.label-read-more a{
	display: inline-block;
	color: #fff;
	background: #438eb2;
	padding: 10px 20px;
	font-weight: 700;
}
.label-read-more a:hover{
	background: #225d90;
	color: #fff;
	text-decoration: none;
}

.label-image{
	margin-bottom: 10px;
}
.label-rental-status-desktop, .label-move-in-ready-desktop,
.label-rental-status-mobile, .label-move-in-ready-mobile{
	margin-bottom: 5px;
}

.fl-post-feed-post.property{
	padding-bottom: 25px;
	margin-bottom: 25px !important;
}

.fl-post-feed-post.property i{
	margin-right: 5px;
}

.label-price{
	font-weight: 800;
}

.label-address{
	margin-bottom: 5px;
}

@media screen and (min-width: 768px){
	.label-detail-meta{
		margin-bottom: 10px;
	}

	.label-size-meta{
		margin-bottom: 20px;
	}
	.label-rental-status-mobile, .label-move-in-ready-mobile{
		display: none;
	}
}
@media screen and (max-width: 767px){
	.label-bedrooms, .label-bathrooms, .label-garage, .label-sqft-total, .label-sqft-finished, .label-sqft-unfinished{
		margin-bottom: 5px;
	}
	.label-size-meta{
		margin-bottom: 5px;
	}
	.label-rental-status-desktop, .label-move-in-ready-desktop{
		display: none;
	}
}

.post-type-archive-property .sf-field-submit input{
	border: 1px solid #3782a6;
	background: #3782a6;
	color:  #fff;
    border-radius: 30px;
    display:  inline-block;
    padding: 10px 40px;

}
.post-type-archive-property .sf-field-submit input:hover{
	background: #000415;
	color:  #fff;
}
