
.map-address-block iframe{
	width: 100%;
	height: 800px;
	display: block;
}
.map-address{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	display: block;
}
.map-address,
.map-address-block{
	width: 100%;
	height: 800px;
	position: relative;
	z-index: 9;
	display: block;
}
.map-address-block{
	overflow: hidden;
}
.map-cover{
	width: 100%;
	height: 800px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
}
.no-map-address-block{
	width: 100%;
	height: 800px;
	display:flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-align: center;
	color: #999;
	font: var(--bodyfont);
	background: #f4f4f4;
	border: 1px solid #dedede;
	padding: 0 calc(40px + 4vw);
	position: relative;
	z-index: 1;
}
.no-map-address-block h2{
	font: var(--bodyfont);
	font-size: 20px;
}
.no-map-address-block a{
	color: var(--default-colour2);
}
.map-address-details{
	max-width: 800px;
	margin: -220px auto 0;
	position: relative;
	z-index: 99999;
	background: #fff;
	box-shadow: 0 0 57px rgba(0, 0, 0, 0.08);
	width: 100%;
	padding: 40px;
}
.map-title{
	width: 100%;
	text-align: center;
}
.map-title h2{
	position: relative;
	padding-bottom: 60px;
	margin-bottom: 0;
}
.map-title h2:after{
	content: "";
	width: 80px;
	height: 40px;
	background: url('images/vgolf-icon.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0px;
	left:50%;
	translate: -50% 0;
}
.address-content{
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 40px;
	flex-wrap: wrap;
	align-items: center;
}
.address-block{
	width: calc(50% - 20px);
}
.get-direction{
	width: calc(50% - 20px);
	text-align: center;
}
.get-direction a{
	width: 100%;
	max-width: 400px;
	font-family: var(--titlefont);
	padding: var(--padding-xxs)  var(--padding-s);
	text-align: center;
	border: 4px solid var(--default-colour2);
	background: #fff;
	color: var(--default-colour1);
	transition: all ease-in-out 0.4s;
	display: block;
}
.get-direction a:hover{
	border: 4px solid var(--default-colour1);
	background: var(--default-colour1);;
	color: var(--default-colour2);
}