/* ===================================
	Property Meta
====================================== */
.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 .property-label {
	font-size: 19px;
	color: var( --e-global-color-secondary, #232323 );
	font-weight: 600;
}

/* Responsive CSS Here */
@media (max-width: 991px) {
	.property-meta-wrapper .property-meta-box {
		margin-bottom: 15px;
	}
	.property-meta-wrapper .property-meta-box:nth-last-child(1),
	.property-meta-wrapper .property-meta-box:nth-last-child(2) {
		margin-bottom: 0;
	}
	.property-meta-wrapper .property-meta-box:nth-child(2),
	.property-meta-wrapper .property-meta-box:nth-child(4),
	.property-meta-wrapper .property-meta-box:nth-child(6),
	.property-meta-wrapper .property-meta-box:nth-child(8) {
		border-right: 0;
	}
}

@media (max-width: 575px) {
	.property-meta-wrapper .property-meta-box {
		border-right: 0;
	}
	.property-meta-wrapper .property-meta-box:nth-last-child(1) {
		margin-bottom: 0;
	}
	.property-meta-wrapper .property-meta-box:nth-last-child(2) {
		margin-bottom: 15px;
	}
}