html{
	 scroll-behavior: smooth;
}
.acf-map {
		width: 100%;
		height: 50vh;
		border: #ccc solid 1px;
		max-width: 100% !important;
		margin: 0 !important;
	}
	.acf-map + .ng1-list-cpt{
		margin-top: 0;
	}

	/* fixes potential theme css conflict */
	/*.acf-map img {
		max-width: inherit !important;
	}*/

	.acf-map img {
		max-width: 100%;
	}

	.acf-map .button {
		text-decoration: underline;
		text-align: center;
		margin: 5px;
		color: gray;
	}

	.gm-ui-hover-effect{
		top: 0!important;
		right: 0!important;
	}