.acf-map iframe {
    width: 100%;
	height: 100%;
	}
.acf-map {
    width: 100%;
    height: 500px;
    margin: -5px 0 0 0;
	}
.acf-map .route-to {
	margin:1rem;
	}
	
#route-button {
	display:block;
	margin-top:1.5rem;
	border: 0px;
	border-radius: 3px;
	background-color: rgba(255,255,255,1);
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 1rem 2rem;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	}


// Fixes potential theme css conflict.
.acf-map img {
   max-width: inherit !important;
}

@media (max-width:800px) {	
	.acf-map, .move-map  {
		width:100vw;
		height:450px;
		margin-left:-1.25rem;
		margin-top:3rem;
		}	
	}
	
.uc-embedding-wrapper .description-text,
.uc-embedding-wrapper span {
	color:#000;
	}
.uc-embedding-more-info {
	color:#000;
}