Hey,
I tried to play with the CSS and I think I have found the reason why map is not displaying in Windows Safari.
clip:auto
is the culprit here. If you go into your Official Plugin site through safari browser in windows and go to the map div tag, there is CSS apllied which is
#mega-menu-wrap-demo_navigation, #mega-menu-wrap-demo_navigation #mega-menu-demo_navigation, #mega-menu-wrap-demo_navigation #mega-menu-demo_navigation ul, #mega-menu-wrap-demo_navigation #mega-menu-demo_navigation li, #mega-menu-wrap-demo_navigation #mega-menu-demo_navigation p, #mega-menu-wrap-demo_navigation #mega-menu-demo_navigation img, #mega-menu-wrap-demo_navigation #mega-menu-demo_navigation div, #mega-menu-wrap-demo_navigation #mega-menu-demo_navigation a{
clip:auto;
}
so if you change it to clip:initial
or even if you remove that property, it will show up the map.
After changing clip to initial solve my case, but I am waiting for you to give it a go coz I dont know whether it will change the plugin behavior or not.(I made change through my Inspect Element not directly to the plugin CSS so please check and let me know as well)
Regards,
NHRK