/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-fne-map-block .leaflet-popup-content-wrapper {
  border-radius: 0; }

.wp-block-fne-map-block .txt-blk b {
  font-size: 20px !important;
  font-family: 'Calibri-Bold';
  color: #000;
  font-weight: normal !important;
  display: block;
  white-space: break-word;
  line-height: 24px;
  margin-bottom: 6px; }

.wp-block-fne-map-block .txt-blk span {
  display: block;
  white-space: break-word;
  font-size: 18px;
  text-align: left;
  color: #6a6a6a;
  margin-bottom: 5px; }

.wp-block-fne-map-block .txt-blk a {
  display: block;
  white-space: break-word;
  font-size: 18px;
  text-align: left;
  margin-bottom: 5px; }

.wp-block-fne-map-block .leaflet-popup-content {
  padding: 10px;
  margin: 0; }

.wp-block-fne-map-block .img-blk {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }

.wp-block-fne-map-block .txt-blk {
  padding: 0 15px; }

.wp-block-fne-map-block .leaflet-popup-content .row > .img-blk > img {
  width: 140px; }

.wp-block-fne-map-block .leaflet-popup-content .row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 520px;
  max-width: 96vw; }

.wp-block-fne-map-block .leaflet-popup-content {
  width: auto !important; }

/*** filters ***/
.map-filter {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1000;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.map-filter .map-filter-content {
  overflow: hidden; }

.map-filter .map-filter-header {
  width: 100%;
  background-color: #c90c0f;
  display: block;
  height: 36px;
  line-height: 18px;
  padding: 10px 15px;
  font-size: 19px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  white-space: nowrap; }

.map-filter label {
  margin: 0;
  padding: 10px 5px; }

.map-filter .form-check {
  margin: 0; }

.map-filter .form-check b {
  white-space: nowrap; }

.map-filter input {
  margin-left: 5px;
  margin-right: 10px; }

.map_cat_icon {
  display: inline-block;
  float: right;
  height: 30px;
  width: 30px;
  margin-top: -5px;
  margin-left: 5px;
  -o-object-fit: contain;
     object-fit: contain; }

.map_cat_icon img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  display: block;
  margin: auto; }

.map-filter .form-check-label {
  display: block;
  height: 40px;
  cursor: pointer; }

.map-filter.collapsed {
  width: 36px;
  height: 36px; }
