div.aest-google-map-section {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
div.aest-google-map-container {
	display: flex;
	justify-content: center;
	flex-direction: row;
	width: 100%;
	height: 100%;
	min-height: 660px;
}
#aest_property_map {
	width: 100%;
}
#aest_property_map .gm-style-iw {
	max-width: 300px !important;
	box-shadow: 0 0;
	-webkit-box-shadow: 0 0;
	background-color: transparent;
	border-radius: 0;
	padding: 0;
}
#aest_property_map .gm-style-iw button {
	display: none !important;
}
#aest_property_map .gm-style-iw .gm-style-iw-d {
	overflow: hidden !important;
}
#aest_property_map .gm-style-iw-t .gm-style-iw-tc::after {
	background-color: transparent;
}
#aest_property_map .aest-pprty-gmap-content {
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 14px;
	color: #000000;
	border: 1px solid #00000011;
	border-radius: 13px;
	background-color: #FFFFFF;
	overflow: hidden;
}
#aest_property_map .aest-pprty-gmap-content .aest-pprty--modal-close {
	position: absolute;
	top: 15px;
	right: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 15px;
	width: 15px;
	/* background-color: #00000033; */
	cursor: pointer;
}
#aest_property_map .aest-pprty-gmap-content .aest-gmap--item {

}
#aest_property_map .aest-pprty-gmap-content .aest-gmap--item a {
	text-decoration: none;
}
#aest_property_map .aest-pprty-gmap-content .aest-image-box {
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
	border-radius: 0px;
	overflow: hidden;
}
#aest_property_map .aest-pprty-gmap-content .aest-image-box img {
	height: 190px;
	width: 100%;
	object-fit: cover;
	border-radius: inherit;
}
#aest_property_map .aest-pprty-gmap-content .aes-info-box {
	padding: 16px;
}
#aest_property_map .aest-pprty-gmap-content-bottom {
	display: block;
	text-align: center;
}
#aest_property_map .aest-pprty-pin-mark {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #FFFFFF;
	border-top-left-radius: 60px;
	margin-top: -18px;
	margin-bottom: 4px;
	rotate: 45deg;
}
#aest_property_map .aest-pprty--label,
#aest_property_map .aest-pprty--price,
#aest_property_map .aest-pprty--type,
#aest_property_map .aest-pprty--details,
#aest_property_map .aest-pprty--address,
#aest_property_map .aest-pprty--place-id {
	display: block;
	width: 100%;
	margin-bottom: 2px;
}
#aest_property_map .aest-pprty--label,
#aest_property_map .aest-pprty--price {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.75rem;
	/* text-transform: uppercase; */
}
#aest_property_map .aest-pprty--label {
	margin: 0px 0px 2px;
}
#aest_property_map .aest-pprty--type {
	font-family: "Sofia Pro Regular", Sans-serif;
	font-size: 10px;
	font-weight: 700;
	line-height: 12.1px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
#aest_property_map .aest-pprty--details,
#aest_property_map .aest-pprty--address,
#aest_property_map .aest-pprty--place-id {
	font-family: "Source Serif Pro", Sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
}
#aest_property_map .gm-main-place {
	max-width: 220px;
}
#aest_property_map .gm-main-place .gm-iw-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 5px;
}
#aest_property_map .gm-main-place img {
	display: inline-block;
	height: 25px;
	margin-right: 8px;
}
#aest_property_map .gm-main-place span.aest-pprty--label {
	margin-top: 6px;
	color: #35474E !important;
}
#aest_property_map .gm-main-place a {
	font-size: 11px;
	font-weight: 600;
	line-height: 13.31px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: underline;
	color: #35474E;
}
#aest_property_map .aest-pprty-gmap-content-icon {
	display: block;
	text-align: center;
	padding: 10px;
	/* background-color: #91b6bb; */
}
#aest_property_map .aest-pprty-gmap-content-icon img {
	display: inline-block;
	width: 90px;
}
@media only screen and (max-width: 480px) {
	#aest_property_map .aest-pprty-gmap-content .aest-image-box img {
		height: 180px;
	}
	#aest_property_map .aest-pprty--label,
	#aest_property_map .aest-pprty--price {
		font-size: 16px;
		line-height: 20px;
	}
}
@media only screen and (max-width: 400px) {
	#aest_property_map .gm-style-iw {
		max-width: 260px !important;
	}
}
