/* html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
  } */

  #wayfinderMap {
  width: 100%;
  height: 100vh;
}
  
  #map {
    z-index: 0;
    height: calc(100vh - 150px);
    width: 100%;
  }
  
  #wayfinder-map {
    height: 100%;
  }

  .maps-container {
    margin: auto;
    height: 700px;
  }
  
  
  .floor-selector, .zoom-buttons, .menu {
    background: #1A1C3E !important;
  }
  
  .destination__top-bar svg > path {
    fill: #1A1C3E !important;
  }

  .search-list__container .search-list__item img {
    max-width: 40px !important;
  }

  .acquiredigitalWayfinder .filter-list__item img {
    max-width: 50px !important;
  }

  .acquiredigitalWayfinder .destination__logo {
    height: 40px !important;
    max-width: 40px !important;
}

/* Wordpress theme img overide for interactive-maps.css */

div > li > img {
  width: 40px !important;
}

/* Wordpress theme img overide for interactive-maps.css */


  /* Provided by FlyinHigh */
  /* html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
  }
  
  #map {
    z-index: 0;
    height: calc(100vh - 150px);
    width: 100%;
  }
  
  #wayfinder-map {
    height: 100%;
  }
  
  .floor-selector, .zoom-buttons, .menu {
    background: #1A1C3E !important;
  }
  
  .destination__top-bar svg > path {
    fill: #1A1C3E !important;
  } */
  /* End of codepen provided by FlyingHigh */





  /* Float */
/* 
  float: {
    enabled: true,
    shadow: {
        r: 0,
        g: 0,
        b: 0
    },
    shadowDistance: 0,
    shadowSize: 0,
    color: {
        r: 0,
        g: 0,
        b: 0,
    },
    font: {
        name: 'Lato',
        size: 12,
        weight: 60
    },
    overlapMargin: 0,
    stopAfterClashCount: 0,
    prioritizeByLabelSize: false,
    centerOnLabel: true,
    showHover: 1,  
    dots: {
        enabled: true,
        size: 2,
        color: {
            r: 70,
            g: 70,
            b: 70
        },
        shadow: {
            r: 255,
            g: 255,
            b: 255
        },
        shadowSize: 0,
        shadowDistance: 1
    },
} */