/*
Theme Name:   twentytwentyone child theme
Description:  Scrivi qui una breve descrizione del tuo child theme
Author:       adminFND
Author URL:   http://www.cittadifondazione.it
Template:     twentytwentyone
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  twentytwentyone-child
*/

/* Scrivi qui il tuo foglio di stile personalizzato */

/* Fix specifico mappe WP Leaflet Maps Pro */
.leaflet-container {
  position: relative !important;
  overflow: hidden !important;
}

.leaflet-container .leaflet-pane,
.leaflet-container .leaflet-tile,
.leaflet-container .leaflet-marker-icon,
.leaflet-container .leaflet-marker-shadow,
.leaflet-container .leaflet-tile-container,
.leaflet-container .leaflet-pane > svg,
.leaflet-container .leaflet-pane > canvas,
.leaflet-container .leaflet-zoom-box,
.leaflet-container .leaflet-image-layer,
.leaflet-container .leaflet-layer {
  position: absolute !important;
  left: 0;
  top: 0;
}

.leaflet-container .leaflet-tile {
  display: block !important;
  width: 256px !important;
  height: 256px !important;
  max-width: none !important;
  max-height: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  transform-origin: 0 0 !important;
}

.leaflet-container img,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}
