/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/* Helpers to display google maps */
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}