.directory-listing.featured .bg-featured {
    background: #fff7c5;
}
.directory-contact-adress {
    margin-left: 10px;
}
.badge-wrapper {
    text-align: center;
}
.badge-wrapper img {
    margin-bottom: 5px;
}
.send-message {
    text-align: right;
}
.single-directory .send-message {
    margin: 5px 0 0 15px;
    text-align: center;
}

@media (max-width: 767px) {
    .single-directory .send-message {
        margin-left: 0;
    }
}

.ilf-btn-section{text-align: center;}

.ilf-location-example {display: none;}
.ilf-LocationWrapper:hover .ilf-count {background:#ff0000; color:#fff; border:1px solid #333; transition:0.3s;}
.ilf-LocationWrapper:hover .ilf-LocationNumber{background-color:white; color:#162864;}
.ilf-LocationWrapper {background:#fff; border:1px solid #2d2d2d; margin:20px 0;}
.ilf-LocationRow {margin:0;padding:10px;}
.ilf-locationimagecolumn img {height:auto; width:100%; max-height:150px;}
.ilf-LocationName{font-size: 18px;margin-bottom:8px;font-weight: 600;color: #2d2d2d;}
.ilf-LocationAddress{font-weight:400;margin: 0;font-size: 16px;}
.ilf-columnleftaddress{ text-align: center; }
.ilf-columnleftaddress .ilf-phone {color:#2d2d2d;}
.ilf-count {right: 35px;margin-top: -1px;background: #2e2e2e;color: #fff;border: 1px solid #2e2e2e;padding:2px 8px 0;font-size: 18px; margin-bottom: 10px; height: 20px;}
.ilf-activelocationwrapper .ilf-count{background-color:#ff0000; color:#fff; border:1px solid #333; transition:all 0.3s ease-in-out;}


/* The location pointed to by the popup tip. */
.popup-tip-anchor {
  height: 0;
  position: absolute;
  /* The max width of the info window. */
  width: 200px;
}
/* The bubble is anchored above the tip. */
.popup-bubble-anchor {
  position: absolute;
  width: 100%;
  bottom: /* TIP_HEIGHT= */ 8px;
  left: 0;
}
/* Draw the tip. */
.popup-bubble-anchor::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /* Center the tip horizontally. */
  transform: translate(-50%, 0);
  /* The tip is a https://css-tricks.com/snippets/css/css-triangle/ */
  width: 0;
  height: 0;
  /* The tip is 8px high, and 12px wide. */
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: /* TIP_HEIGHT= */ 8px solid white;
}
/* The popup bubble itself. */
.popup-bubble-content {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -100%);
  /* Style the info window. */
  background-color: white;
  padding: 5px;
  border-radius: 5px;
  font-family: sans-serif;
  overflow-y: auto;
  max-height: 60px;
  box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.5);
}

/* .gm-style-iw { min-width:280px !important; width: 100% !important; } */
.gm-style-iw {left:0 !important;top:0 !important;min-width:280px !important; width: 100% !important; padding: 0 !important;}
.gm-style-iw div:nth-child(1) {max-width:100% !important; width:100% !important; overflow:hidden !important; margin-bottom: 3px;}
/*.gm-style-iw + div {display: none;}*/

.ilf-location-title{font-family: 'Fira Sans', sans-serif;    color: #c76300; margin-bottom:30px;}
.gm-style div.feat-img{height: 130px; background-repeat: no-repeat; background-position: center; }
.ilf-LocationAddress{text-align: left; font-weight: 500;}
.ilf-distance{text-align: left; margin-bottom:0px;color:#53adc9;font-weight: 600;margin-bottom: 5px;}
.ilf-LocationName{color:#53adc9; margin-bottom:0px;}
.ilf-btn-view{
    background-color: white;
    border:1px solid #4976a4;
    font-weight: 500;
    font-weight: bold;
    color: white;
    text-align: center !important;
    padding: 5px;
    border-radius: 5px;
    max-width: 80%;
    margin: 10px auto;
    color:#4976a4;}
.ilf-btn-view:hover{background-color: #4976a4; color: white;}

.tileimagecontainer{padding-right:0px;}
.ilf-LocationWrapper{margin:0px; padding:10px 10px 10px 20px; border:none; border-bottom:1px solid #cbcbcb;}
.padding-right{padding:0px; height:500px; overflow:hidden; overflow-y: scroll;border-bottom: 1px solid #cbcbcb; border-top: 1px solid #cbcbcb;}
.ilf-LocationAddress{font-size:14px;}
.padding-right::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
}
.padding-right::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.ilf-btn-view{display: block; text-align: left;}
.padding-left{padding:0px;}

.no-locations .location-form{
  margin-bottom: 10px;
}
/*.ilf-spacing{
  margin: 11px 0;
}*/
.current-location {
  font-weight: 600;
}

.gm-ui-hover-effect {
  opacity: 1;
}
.gm-style .gm-style-iw-c {
  border-radius: 0;
}



.ilf-container .infotitle {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    padding-bottom: 5px;
    display: block;
}

.ilf-container {
    font-weight: 500;
    margin: 0 10px;
}