/* Global Network Styling for Advanced Custom Fields */
.acf-map {
	width: 100%;
	height: 250px;
	margin: 0;
}

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

/* Allows more seamless boxes in new WP editor */
#editor .edit-post-layout__metaboxes .postbox.acf-postbox.seamless,
.edit-post-meta-boxes-area .postbox.acf-postbox.seamless>.inside {
	border: 0;
}
