#maplocator .advice-corona{
    display:none;
}
.displayflex .advice-corona {
    display: block !important;
    width: 50%;
    max-width: 890px;
    align-items: center;
    font-family: 'quasimoda',sans-serif;
    font-size: 20px;
    background: #000;
    padding: 15px;
    border-radius: 70px;
    margin: 0px auto;
    text-transform: uppercase;
    text-align: center;
    margin-top: 50px;
    line-height: 1.5;
    font-weight: 800;
}
.displayflex .advice-corona a {
    color:#ffffff;
}
.bh-sl-container .bh-sl-loc-list .list-focus {
  background: #f5f5f5 !important;
  transition: border .2s linear 0s,box-shadow .2s linear 0s;
}
.bh-sl-container .form-input {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;  
  font-family: 'quasimoda', sans-serif;
  font-size: 18px;  
}
.bh-sl-container .bh-sl-map {
    float: right;
    height: 530px;
    width: 50%;
}
.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-title {
    font-weight: 800;
    margin: 15px 15px 0px;
    font-size: 18px;
}
.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-desc {
    margin: 0px 15px 15px;
}
.displayflex #bh-sl-map-container {
display: none!important;
}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   color: #000;
   opacity: 0.41; 
}
:-moz-placeholder { /* Firefox 18- */
   color: #000;
   opacity: 0.41; 
}
::-moz-placeholder { /* Firefox 19+ */
   color: #000;
   opacity: 0.41; 
}
:-ms-input-placeholder { /* IE10 */
   color: #000;
   opacity: 0.41; 
}
.gm-style .gm-style-iw-c {border-radius: 0px !important;}

.flexbox {
  display: flex;
  align-items: center;  
  justify-content: space-between;
  font-size: 18px;
  font-family: 'quasimoda', sans-serif;
  color: #000;
}
.info-content {
  display: flex;
  justify-content: space-between;
}
.info-content .info-sx {
  flex-basis: 70%;
  max-width: 300px;
  margin-right: 10px;
}
.info-content .info-sx .loc-addr,
.list-content .list-content-sx .locaddr
{
margin: 5px 0;
line-height: 1.2;
}

.info-content .info-dx {
  flex-basis: 50px;
}
.map-facebook, .loc-facebook,
.map-twitter, .loc-twitter,
.map-youtube, .loc-youtube,
.map-pinterest, .loc-pinterest,
.map-instagram, .loc-instagram {
  margin-right: 5px;
}
.map-facebook a:before, .loc-facebook a:before {
    content: "\f09a";
    font-family: FontAwesome;
}
.map-twitter a:before, .loc-twitter a:before {
    content: "\f099";
    font-family: FontAwesome;
}
.map-youtube a:before, .loc-youtube a:before {
    content: "\f16a";
    font-family: FontAwesome;
}
.map-pinterest a:before, .loc-pinterest a:before {
    content: "\f0d2";
    font-family: FontAwesome;
}
.map-instagram a:before, .loc-instagram a:before {
    content: "\f16d";
    font-family: FontAwesome;
}
.flexsoc {
  display: flex;
  font-size: 15px;
}

.elite {
 content: url(https://cdn2.hubspot.net/hubfs/6067721/%5BUK%20Website%5D/storelocator/tier/e-elite-24.png);
  width: 85px;
  height: 25px;
  margin: 4px 0px 10px auto;
}
.gold {
 content: url(https://cdn2.hubspot.net/hubfs/6067721/%5BUK%20Website%5D/storelocator/tier/g-gold-24.png);
  width: 85px;
  height: 25px;
  margin: 4px 0px 10px auto;
}
.silver {
 content: url(https://cdn2.hubspot.net/hubfs/6067721/%5BUK%20Website%5D/storelocator/tier/s-silver-24.png);
  width: 85px;
  height: 25px;
  margin: 4px 0px 10px auto;
}
.platina {
    content: url(https://www.greatlengths.com/hubfs/PT-website/red-p-platinum.png);
    width: 85px;
    height: 25px;
    margin: 4px 0px 10px auto;
}
.bronze {
 content: url(https://cdn2.hubspot.net/hubfs/6067721/%5BUK%20Website%5D/storelocator/tier/b-bronze-24.png);
  width: 85px;
  height: 25px;
  margin: 4px 0px 10px auto;
}
.loc-directions {
    min-width: 85px;
}
.loc-directions:after {
  content: "\f041";
  font-family: FontAwesome;  
  margin-left: 10px;
}
.loc-dist {display: none !important;}

.displayflex{
    display: flex;
    align-items: center;
    justify-content: flex;
    height: 900px;
     background: url(https://cdn2.hubspot.net/hubfs/6067721/%5BGLUHE%5D_BLOG_IMG/V2%20GettyImages-512086185-1%20REV.png);
    background-repeat: no-repeat;
    background-size: cover;
}


.displayflex #bh-sl-map-container {
display:none;
}
.loc-feature1::before {
    content: " ";
    background: #76b2df;
    display: block;
    position: relative;
    width: 10px;
    height: 10px;
    float: left;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: 4px;
}

.loc-feature2::before {
    content: " ";
    background: #818181;
    display: block;
    position: relative;
    width: 10px;
    height: 10px;
    float: left;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: 4px;
}

.loc-feature3::before {
    content: " ";
    background: #efa807;
    display: block;
    position: relative;
    width: 10px;
    height: 10px;
    float: left;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: 4px;
}
.title-features {
    margin: 15px 0px 5px;
}
.title-features a {
    text-decoration: none;
    font-weight: bold;
    text-transform:uppercase;
}
.features {
    margin: 5px 0px 20px;
}
@media only screen and (max-width: 450px) {
.displayflex .advice-corona {
    font-size: 10px;
}
.bh-sl-container .bh-sl-map {
    float: right;
    height: 530px;
    width: 100%!important;
}
}
.bh-sl-container .bh-sl-filters-container {
    clear: both;
    display: table;
    margin: 20px auto;
    flex-basis: 200px;
    width: auto;
    align-items: center;
}
.flexbox {
  display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-family: 'quasimoda',sans-serif;
    color: #000;
    width: 100%;
}

.flexbox > p {
    width: 30%;
    float: left;
    display: table;
    padding: 5px 0px;
}

.bh-sl-container .bh-sl-filters-container {
    clear: both;
    display: flex;
    margin: 0 0 0 20px;
    flex-basis: 100%;
    width: auto;
    align-items: center;
    width: 70%;
    float: left;
    display: table;
    clear: none;
}

#category-filters-container1 {
    width: 48%!important;
    margin: 36px 0px!important;
}

.bh-sl-container .bh-sl-filters-container h3{
    width: 45%!important;
    float: right;
    margin: 0px!important;
    font-size: 18px;
    /* line-height: 30px; */
    padding: 5px 0px;
}

#category-filters-container3,#category-filters-container4,#category-filters-container5 {
    width: 46%;
    float: right;
}
.flexbox {
    padding: 20px 0px 0px;
}
@media only screen and (max-width: 640px) {
.flexbox > p {
    width: 100%;
}
.bh-sl-container .bh-sl-filters-container {
    margin: 5px 0 0 0px;
    width: 100%;
}
#category-filters-container1 {
    width: 100%!important;
    margin: 0px!important;
}
.bh-sl-container .bh-sl-filters-container h3 {
    width: 100%!important;
    float: right;
    margin: 0px!important;
    font-size: 18px;
    /* line-height: 30px; */
    padding: 5px 0px;
}
#category-filters-container3, #category-filters-container4, #category-filters-container5 {
    width: 100%;
    float: right;
    clear: both;
}
}
