.pad15{
    padding:15px 5px;
}
.loadingDiv{
    background:url("../img/hex-loader2.gif");
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;

}
#storelist{
    height:500px;
    overflow-y: scroll;
    border:solid 1px rgba(204, 204, 204, .5);
}
#map{
    height:500px;
}
.selectedEntry{
    box-shadow: 0 0 10px rgba(81, 203, 238, 1);
}
.flexpin-infobox {
    background: url('../img/tipbox.gif');
    background-repeat: no-repeat;
}


/* 16-10-2016 Changes Below */

body.parallax-on.page-id-553 #masthead {
    position:static;
}

body.parallax-on.page-id-553 .site-content {
    padding-top:0!important;
}

.page-id-553 .hentry {
    margin-bottom:0;
}

@media (max-width: 475px) {
  .page-id-553 .entry-header {
    display:none;
    }
  .page-id-553 .wpb_wrapper p:first-child {
    display:none;
  }
  .page-id-553 footer#colophon {
    display:none;
  }
}



.page-id-553 .entry-footer {
    display:none;
}

.fb_map-location-filters {
    margin-bottom:20px;
}

.fb_map-location-filters input {
    padding: 0 10px;
    font-size: 16px;
}

.fb_map-location-filters label {
    font-size: 35px;
    color:#808080;
    cursor:pointer;
    line-height: 34px;
}

#clientlocation:checked + label {
  color:#c12837;
}

#clientlocation {
    display:none;
}

.fb_map-filters {
    margin-bottom:0;
}

.fp_map-tabs-row {
    border-bottom:3px solid black;
    margin-bottom:0;
    padding-bottom:0;
}

.fp_map-tabs-row ul {
    margin:0;
}

.fp_map-tabs-single {
    padding: 0!important;
    margin-bottom: 0;
    list-style: none;

    display: block;
    padding: .8em 1em;
    line-height: 1em;
    background: #fff;
    border: 1px solid #f4f4f4;
    font-size: 113%;
}

.fp_map-tabs-single a {
    color:#000;
    position: relative;
    display: block;
    padding: 10px 15px;
    text-decoration:none;
    line-height: 1.42857143;
    border: 1px solid transparent;
}

.fp_map-tabs-single a:hover, .fp_map-tabs-single a:focus {
    text-decoration:none;
    background: #eee;
}

.fb_map-tabs-single:hover {
    text-decoration: none;
    background: #eee;
}

.fp_map-tabs-single.active {
 background:#c12837;   
 color:white;
}

.fp_map-tabs-single.active a {
 background:#c12837;   
 color:white;
}

.fp_map-tabs-single.active:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 10px #c12837;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    z-index:1000;
}

#fp_map {
    position:relative;
}

#over_map {
   position: absolute;
   top: 10px;
   left: 120px;
   z-index: 99;
   background: white;
   padding: 8px;
   color: rgb(86, 86, 86);
   font-family: Roboto, Arial, sans-serif;
   -webkit-user-select: none;
   font-size: 11px;
   font-weight:400;
   cursor:pointer;
   transition:opacity,background,color 0.2s ease;
}

#over_map.search_loading {
  background:grey;   
  color:white;
}

#over_map:hover {
    opacity:0.9;
}

#storelist {
    padding: 0 20px;
}

.fp_map-buy-online-button-link {
    display: block;
    margin-bottom: 15px;
}

.fp_map-buy-online-button-link:hover {
text-decoration:none;
}

.fp_map-buy-online-button {
    display: none;
    width: 100%;
    position: relative;
    padding: 10px 15px;
    text-decoration: none;
    line-height: 1.42857143;
    border: 1px solid transparent;
    background-color: #c12837!important;
    color: #FFF!important;
    text-align: center;
    margin-top: 15px;
    border-radius: 0!important;
    border: none!important;
    font-weight:bold;
}

.fp_map-buy-online-button:hover, .flexpin-infobox a:hover { 
color:#CCC!important;
}

.flexpin-infobox a {
color:#FFFFFF;
}

