.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;
    }
}

/* 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);
}


/* Marker */
.ilf-container .infotitle {
    font-size: 18px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    margin: 0;
}

.ilf-container .address {
    font-size: 15px;
    margin: 0;
    padding: 0;
    line-height: 20px;
}

.ilf-container .infophone {
    line-height: 20px;
    font-size: 16px;
    margin: 0 0 15px 0;
    padding: 0;
}

.ilf-container .infophone a {
    text-decoration: none;
}

.ilf-container a {
    color: #37A8AB;
}

.ilf-container .distance {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 20px;
}

.ilf-container .infocta {
    font-size: 16px;
}

/* Location Tiles */
.ilf-location-example {
  display: none;
}

/* Element | http://superior.ihpdevelopment.wpengine.com/documents/ */

.document-header {    
  line-height: 1.36;
  margin-bottom: 25px;
  text-align: center;
}

.container.document-container {overflow:scroll;}

