/*--------------------------------------------------------------------------
*
*	Google Map
*	
*-------------------------------------------------------------------------*/

.acf-humaan-map {
	position: relative;
	border: #DFDFDF solid 1px;
	background: #fff;
}

.acf-humaan-map .title {
	position: relative;
	border-bottom: #DFDFDF solid 1px;
	padding: 5px 10px;
}

.acf-humaan-map .has-value { display: none; }
.acf-humaan-map .no-value { display: block; }

.acf-humaan-map.active .has-value { display: block; }
.acf-humaan-map.active .no-value { display: none; }

.acf-humaan-map .title h4,
.acf-humaan-map .title input[type="text"] {
	margin: 0;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	padding: 0;
	border: 0 none;
	box-shadow: none;
	border-radius: 0;
	font-family: inherit;
	cursor: text;
}

.acf-humaan-map .title .acf-icon {
	right: 7px;
	top: 6px;
	position: absolute;
}

.acf-humaan-map .canvas {
	height: 400px;
}

.pac-container {
	margin-left: -1px;
	margin-top: -1px;
	padding: 5px 0;
	border-color: #DFDFDF;
}

.pac-container:after {
	display: none;
}

.pac-container .pac-item {
	padding: 5px;
	margin: 0 5px;
}