/* nothing to see here */
#map-container{
    position: relative;
    height: 600px;
    width: 100%;
    text-decoration: none;
}

#map-container a{
    text-decoration: none;
}

#map {
    height: 600px;
    margin: 0;
    padding: 0;
    width: 100%;
}

img#community-img{
border-radius: 20px 20px 0px 0px !important;
}

#infobox {
border-radius: 20px 20px 20px 20px;
}

#infobox .card-body {
border-radius: 0px 0px 20px 20px;
}

.hideInfoBox{
    display: none;
}
.showInfoBox{
    display: block;
}

#map {
    position: absolute !important;
}

#infobox .card-body{
  background-image: url("/wp-content/themes/picostrap5-child/blocks/pced-communities/assets/map-infobx-bg.jpg");
  background-repeat: repeat;
  background-size:contain;
  color: white;
}

/* ----- mobile styles ----- */
#communities_mobile {
    width: 100%;
    height: 100%;
    border: solid 1px #000;
    border-radius: 20px;
    padding: 20px;
  }
  
  #communities_mobile .card-body {
    border-radius: 0px 0px 20px 20px
  }
  
  #communities-mobile .card-body {
    background-image: url("/wp-content/themes/picostrap5-child/blocks/pced-communities/assets/map-infobx-bg.jpg");
    background-repeat: repeat;
    background-size: contain;
    color: white;
    text-align: center;
  }
  /* ----- /mobile styles ----- */