/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/

.wpl_googlemap_container {
  position: relative;
}

.wpl_googlemap_container::before {
  content: 'Map failed to load, please reload the page';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}