.city-term-grid {
	padding: 1em 0px 80px 0px;
	max-width: 1280px;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.rentpress-other-cities h3 {
	padding-top: 4em;
	padding-bottom: 0;
	margin-bottom: 0;
}

.is-rp-city {
	flex: 1 0 25%;
	margin: 2%;
	background-color: #ffffff;
	border: 2px solid #ececec;
}
.is-rp-city:hover {
	box-shadow: 0px 10px 10px -5px rgb(0 0 0 / 38%);
	transform: translateY(-5px);
}
.is-rp-city:hover .rp-city-image {
	transform: scale(1.1);
}
.rp-city-figure {
	overflow: hidden;
	height: 250px;
	margin: 0px 0px 20px 0px;
}
.rp-city-details {
	text-align: center;
	font-weight: bold;
}
.rp-city-image {
	object-fit: cover;
	height: 250px;
	min-width: 100%;
	max-width: 100%;
	transition: transform 300ms ease-in-out;
	transform: scale(1);
	backface-visibility: hidden;
}

@media screen and (min-width: 800px) {
	.is-rp-city {
		max-width: 373px;
	}
}

@media only screen and (max-width: 800px) {
	.is-rp-city {
		flex: 1 0 30%;
	}
	.rp-archive-cities-loop {
		padding-top: 0px;
	}
	.rp-city-image {
		height: 150px;
	}
	.rp-city-figure {
		height: 150px;
	}
}

.rentpress-page-hero-full {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
	height: auto;
	max-height: 50vh;
}

.rentpress-page-hero-full:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	background: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.35));
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.35));
	background: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.35));
	background: -ms-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.35));
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.35));
}

.rentpress-page-hero-full img {
	flex-shrink: 0;
	min-width: 100%;
	min-height: 100%;
}

.rentpress-page-title {
	position: absolute;
	text-align: center;
	text-shadow: -2px 2px 0.75rem rgb(0 0 0 / 35%);
	color: #fff;
	z-index: 1;
}

.rentpress-taxonomy-description-header {
	font-size: 3em;
	display: block;
	margin: auto;
	padding: 15px;
	text-align: center;
}

.rentpress-term-short-description {
	background-color: #f9f9f9;
	margin-bottom: 30px;
}

.rentpress-term-short-description h2 {
	text-align: center;
	padding: 15px 0;
}

.rentpress-term-short-description p,
.rentpress-extended-term-description {
	padding: 20px 0;
	margin: 0 auto;
	max-width: 800px;
}

.rentpress-term-properties .order-md-first {
	background-color: white !important;
}
