/* ===================================
	Single Property
====================================== */
/* Default */
.default-top-space-main-section .swiper .swiper-wrapper img {
	width: 100%;
}
.default-top-space-main-section .properties-page-title .price-wrapper {
	padding-left: 40px;
	margin-top: 40px;
}
.single-property-main-section .blog-details-text {
	padding-top: 110px;
}
.single-property-main-section .property-meta-wrapper {
	margin-left: 0;
	margin-right: 0;
}
.properties-page-title {
	padding-top: 110px;
	padding-bottom: 110px;
}
.properties-page-title .row {
	height: 250px;
}
.properties-page-title .title {
	font-size: 2.813rem;
	line-height: 2.813rem;
	letter-spacing: -1px;
	word-spacing: -2px;
	color: var( --e-global-color-secondary, #232323 );
	font-weight: 600;
	margin-bottom: 15px;
}
.properties-page-title .property-location {
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -0.5px;
	word-spacing: -2px;
	display: flex;
}
.properties-page-title .property-location:before {
	content: "\e88e";
	font-size: 24px;
	font-family: feather;
	color: #06af47;
	speak: none;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
}
.properties-page-title .price-wrapper {
	padding-left: 40px;
	position: relative;
}
.properties-page-title .price-wrapper::after {
	content: "";
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	border-left: 2px solid #06af47;
}
.properties-page-title .property-price {
	color: var( --e-global-color-secondary, #232323 );
	font-size: 2.375rem;
	font-weight: 700;
	line-height: 2.575rem;
	letter-spacing: -2px;
	margin-bottom: 5px;
}
.properties-page-title .property-area {
	font-size: 18px;
	font-weight: 500;
}
.property-meta-wrapper {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e4e4e4;
}
.property-meta-wrapper .property-meta-box {
	border-right: 1px solid #e4e4e4;
	text-align: center;
}

.property-meta-wrapper .property-meta-box:last-child {
	border-right: 0;
}

.property-meta-wrapper .property-meta-box a {
	margin-inline-end: 6px;
	padding-inline-end: 6px;
	position: relative;
}
.property-meta-wrapper .property-meta-box a:last-child {
	margin-inline-end: 0;
	padding-inline-end: 0;
}
.property-meta-wrapper .property-meta-box a:last-child::after {
	display: none;
}
.property-meta-wrapper .property-meta-box a:after {
	content: "|";
	position: relative;
	left: 6px;
	color:var(--e-global-color-text, #828282);
}

.property-meta-wrapper .property-meta-box .property-label {
	font-size: 19px;
	color: var( --e-global-color-secondary, #232323 );
	font-weight: 600;
}

/* Property Address */
.elementor-widget-crafto-property-address .property-location {
	display: flex;
	align-items: center;
}
.elementor-widget-crafto-property-address .property-location i,
.elementor-widget-crafto-property-address .property-location svg {
	margin-right: 10px;
	flex-shrink: 0;
}
.elementor-widget-crafto-property-address .property-location i {
	font-size: 20px;
}
.elementor-widget-crafto-property-address .property-location svg {
	width: 25px;
}

/* Responsive CSS Here */
@media (max-width: 1199px) {
	.single-property-main-section .blog-details-text {
		padding-top: 90px;
	}
	.default-top-space-main-section .properties-page-title {
		padding-bottom: 90px;
	}
}

@media (max-width: 991px) {
	.single-property-main-section .blog-details-text {
		padding-top: 75px;
	}
	.default-top-space-main-section .properties-page-title {
		padding-bottom: 75px;
	}
	.default-top-space-main-section .property-meta-wrapper .property-meta-box:nth-child(even) {
		border: 0;
	}
	.properties-page-title .price-wrapper::after {
		left: 15px;
	}
}

@media (max-width: 767px) {
	.single-property-main-section .blog-details-text {
		padding-top: 50px;
	}
	.default-top-space-main-section .properties-page-title {
		padding-bottom: 50px;
	}
	.default-top-space-main-section .property-meta-wrapper .property-meta-box {
		border: 0;
	}
}