/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


.property_listing {
	padding: 30px 0;
}
.property_box {
	overflow:hidden;
	margin:0 0 20px;
}
.property_box .img_link {
	display:block;
	background-position:center center;
	background-size:cover;
}
.property_box h2 {
	margin:0 0 10px;
}
.property_box h2 a {
	color:#333;
}
.property_box h4 {
	margin:0 0 10px;
}
.property_box h5 {
	margin:0 0 10px;
}
/* Featured Property */
.tax-status #main > .fusion-row {
	max-width:100%;
}
.tax-status #main {
	padding:0 !important;
}
/* Sold Property */
.sold_property_listing {
	padding: 0 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-grow:1;
}
.sold_property_listing > .row,
.sold_property_listing > .row > div {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-grow:1;
}
.sold_property_box {
	margin:0 0 20px;
	background-position:center center;
	background-size:cover;
}
.sold_property_box a {
	color:#fff;
	display:block;
	width:100%;
	height:100%;
	position:relative;
	z-index:1;
	padding:30px 15px;
	text-align:center;
}
.sold_property_box a:after {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:"";
	z-index:-1;
	background:rgba(0,0,0,0.3);
}
.sold_property_box .property_name {
	display:block;
	font-size:25px;
	line-height:1.2;
	margin:0 0 10px;
}
.sold_property_box .address {
	display:block;
	font-size:18px;
	line-height:1.2;
	margin:0 0 10px;
}
/* Single Property */
.single-property #main {
	padding:0 !important;
}
.single-property #main > .fusion-row{
    max-width:100%;
}
.single-property .header-banner {
    margin-left:-30px;
    margin-right:-30px;
}
.single-property .post {
	margin-bottom:0;
}
.single-property .single-navigation {
	height:auto;
	padding:10px 0;
	margin-bottom:20px;
}
.single-navigation .align-left {
	float:left;
	padding-left: 17px;
}
.title-bar {
	position:relative;
	height:500px;
	background-size:cover;
	background-position:center center;
}
.title-bar .caption {
	position:absolute;
	left:30px;
	right:30px;
	bottom:20px;
	z-index:10;
	text-align:center;
}
.title-bar .caption h2 {
	color: #fff !important;
    text-transform: uppercase;
}
.property_detail {
	padding:30px;
}
.property_detail h1 {
	margin:0;
	text-align:center;
	text-transform:uppercase;
	font-weight:300;
	font-size:40px;
	color:#333333;
}
.property_detail h3 {
	color:#333;
	text-align:center;
	font-weight:400;
	text-transform:uppercase;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
}
.property_detail h4 {
	color:#333;
	text-align:center;
	font-weight:400;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
}
.property_info {
	padding:20px 0;
	margin:0 0 30px;
	border:solid #000;
	border-width:1px 0;
}
.property_info ul {
	margin:0;
	padding:0;
	overflow:hidden;
	list-style:none;
}
.property_info ul li:first-child {
	border:0;
	padding-left:0;
	text-align:left;
}
.property_info ul li {
	float:left;
	padding:10px 20px;
	width:33.3333%;
	text-align:center;
	border-left:solid 1px #000;
}
.property_info .address_box {
	position:relative;
	padding-left:20px;
}
.property_info .address_box .fas {
	position:absolute;
	left:1px;
	top:5px;
}
span.info_vale {
    min-width: 140px;
    display: inline-block;
    text-align: left;
    margin-left: 15px;
}
.gallery-block {
	margin:20px 0;
}
@media only screen and (max-width:767px) {
	.sold_property_listing,
	.sold_property_listing > .row,
	.sold_property_listing > .row > div {
		display:block;
	}
	.property_info ul {
		padding:0 20px;
	}
	.property_info ul li:first-child {
		padding:10px 20px;
		text-align:center;
	}
	.property_info ul li {
		width:100%;
		border-left:0;
		border-top:solid 1px #999;
	}
}