


#stores-locator .card_block {
    display: flex;
}

#stores-locator .row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-flow: row wrap;
    /* justify-content: space-between; */
    align-items: stretch;
}

#stores-locator .thumbnail { 
  padding:0px; 
  transition: all 0.5s ease-in-out; 
  margin-top: 25px;
  width: 100%;
}

#stores-locator .thumbnail .caption { padding: 10px 10px 15px 25px; }

#stores-locator .thumbnail:hover {box-shadow: 0 2px 15px rgba(0, 0, 0, .5); }

#stores-locator .thumbnail img { height:350px; width: 100%;} 

#stores-locator .thumbnail table {font-size: 13px;}

#stores-locator h4 { color: #1995dc; margin-bottom: 3px;}

#stores-locator .fa-location-arrow, #stores-locator .fa-clock-o, #stores-locator .fa-phone  { color: #1995dc; padding-right: 5px;}

#stores-locator small { font-size: 12px; color: #888888;}

#stores-locator table {
  border-collapse: collapse;
  margin-top: 4px;
}

#stores-locator td {
  padding-bottom: .6em;
}

#stores-locator {
  padding-bottom: 50px;
  clear: both;
}

@media screen and (min-width: 320px) {
  #stores-locator h3 { font-size: 18px;}
}
@media screen and (min-width: 480px) {
  #stores-locator h3 { font-size: 20px;}
}
 @media screen and (min-width: 768px) {
  #stores-locator h3 { font-size: 25px; padding-top: 20px;}
}
@media screen and (min-width: 1024px) {
  #stores-locator h4 { 
    overflow: hidden;
    /* only add this is for one line delimiter */
    white-space: nowrap;
    text-overflow: ellipsis;
  }
 }

.bs-callout-cards {
  border-left-color: #1995dc !important;
}
.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #bfbfbf;
  border-left-width: 5px;
  border-radius: 5px;
}


@media screen and (max-width: 768px){

  tr.empty {
    display: none;
}

}

