.entry-card__picture-wrap {
	position: relative;
	z-index: 1;
}

.entry-card__picture-caption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	z-index: 1;
	text-align: center;
	font-weight: 700;
}

.property-details-meta-list__item svg {
	width: 33px;
	display: block;
}

.property-meta-list__item svg {
	width: 30px;
}

.property-details-meta-list__item svg,
.property-meta-list__item svg {
	margin: 0 auto 4px;
	fill: #acadb0;
}

.box-card ::-moz-selection {
	background-color: #f8a7be !important;
	color: #fff;
}
.box-card ::selection {
	background-color: #f8a7be !important;
	color: #fff;
}

.wpcf7 form[data-status="init"] .wpcf7-response-output {
	border-color: transparent;
}
.wpcf7-acceptance .wpcf7-list-item-label {
	display: block;
}

.ta-vid-cont {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}

iframe[src*="youtube"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.topnavbar-row__i--l {
	flex-basis: 200px;
	max-width: 200px;
}
.topnavbar-row__i--r {
	flex-basis: calc(100% - 200px);
	max-width: calc(100% - 200px);
}

@media (min-width: 1280px) {
	.topnavbar-row__i--l {
		flex-basis: 300px;
		max-width: 300px;
	}
	.topnavbar-row__i--r {
		flex-basis: calc(100% - 300px);
		max-width: calc(100% - 300px);
	}
}

.form-container p > br {
	display: none;
}

@media (min-width: 768px) {
	.entry-card--boxed .btn-link,
	.entry-card--boxed .property-meta-list {
		right: 35px;
	}
}
