/** intro section **/
body.single-property .intro-section .logo-section .pmg-property-logo {
	text-align: center;
}
body.single-property .intro-section .logo-section .pmg-property-logo img {
	width: 70%;
}
body.single-property .intro-section .copy-section {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
@media only screen and (max-width: 768px) {
	body.single-property .intro-section .copy-section .pmg-property-intro-paragraph {
		text-align: center;
	}
}
body.single-property .intro-section .copy-section strong.heading {
	font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.455), 1.125rem);
	text-transform: uppercase;
	line-height: 1.4;
	overflow-wrap: break-word;
	word-wrap: break-word;
	font-weight: 700;
	margin-top: 0;
}
body.single-property .intro-section .copy-section p:first-of-type {
	margin-top: 0;
	padding-top: 0;
}
body.single-property .intro-section .copy-section .pmg-property-intro-paragraph .property-button {
	border-bottom: 3px solid;
	text-decoration: none;
	padding: 0 14px;
	line-height: 2.25em;
	min-height: 2.25em;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
}

/** stats **/
body.single-property .pmg-property-stats {
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
body.single-property .pmg-property-stats  h3.stat-label {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.571428571428571em;
	margin-bottom: 0;
}
body.single-property .pmg-property-stats  p.stat-number {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.384615384615385em;
	margin-top: 0;
}
body.single-property .pmg-property-stats div.stat {
	width: 40%;
	margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
	body.single-property .pmg-property-stats div.stat {
		width: 100%;
	}
}

/** property image **/
body.single-property .pmg-property-image img {
	max-width: 100%;
	height: auto;
}

/** featured tenants **/
body.single-property .pmg-property-featured-tenants {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
body.single-property .pmg-property-featured-tenants .tenant {
	width: 16%;
	padding: 15px;
	position: relative;
}
body.single-property .pmg-property-featured-tenants .tenant img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 768px) {
	body.single-property .pmg-property-featured-tenants .tenant {
		width: calc(50% - 30px);
	}
}

body.single-property .pmg-property-featured-tenants .tenant div.snipe {
    position: absolute;
    top: 4%;
    padding: 0.15em 0.5em;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.9em;
    font-weight: 700;
    color: #fff;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
}

/** map **/
.gm-style-iw-chr {
	display: none;
}
