/* ============================================

	Store page specifics
	
=============================================== */
@media only screen and (max-width: 767px) {
  .store-directory .panel {
    padding: 60px 0 0;
  }
  .store-directory .pageHead,
  .store-directory .search-form,
  .store-directory .map-tool .tools {
    padding: 0 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .store-directory .pad-left-40 {
    padding-left: 10px !important;
    padding-right: 10px !important
  }
  .store-directory .pad-right-40 {
    padding-right: 10px !important;
  }
}
@media only screen and (min-width: 992px) {
  .store-directory .pad-left-40 {
    padding-left: 40px !important;
    padding-right: 40px !important
  }
  .store-directory .pad-right-40 {
    padding-right: 60px !important;
  }
}
.store-directory .half-fill {
  display: none;
}
@media only screen and (min-width: 992px) {
  .store-directory .half-fill {
    display: block;
  }
}
.store-directory .map-tool {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #f5f5f5;
}
@media only screen and (min-width: 768px) {
  .store-directory .map-tool {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  .store-directory .map-tool {
    background: transparent;
    padding: 0;
  }
}
@media only screen and (min-width: 1140px) {
  .store-directory .map-tool {
    overflow: visible;
  }
}
.store-directory .map-tool .tools {
  position: relative;
  top: 18px;
  z-index: 110;
}
@media only screen and (min-width: 1140px) {
  .store-directory .map-tool .tools .levels {
    position: relative;
    top: -81px;
    float: right;
  }
  .search-form{
    margin-top: -60px;
  }
}
.store-directory .map-tool .tools .levels label {
  font-size: 14px;
}
.store-directory .map-tool .tools .levels .button {
  width: 50px;
  padding: 0;
  font-weight: 600;
  background-color: transparent;
  height: 36px;
  line-height: 33px;
  font-size: 14px;
  color: #808080;
  display: inline-block;
  text-align: center;
  border: 1px solid #ccc;
  padding: 0;
}
.store-directory .map-tool .tools .levels .button:hover {
  background: white;
  color: #e31837;
}
.store-directory .map-tool .tools .levels .button:hover.cycle-pager-active,
.store-directory .map-tool .tools .levels .button.cycle-pager-active {
  color: white;
}
.store-directory .map-tool .tools .levels .button.cycle-pager-active {
  background-color: #e31837;
}
.store-directory .map-tool .tools .levels .button.level-g.cycle-pager-active {
  background-color: #44b749;
  border-color: #44b749;
}
.store-directory .map-tool .tools .levels .button.level-ug.cycle-pager-active {
  background-color: #f68d1f;
  border-color: #f68d1f;
}
.store-directory .map-tool .tools .levels .button.level-p1.cycle-pager-active {
	background-color: #42adee;
	border-color: #42adee;
}
.store-directory .map-tool .maps {
  position: relative;
  overflow: hidden;
  width: 100%;
}

@media only screen and (max-width: 1023px){

  .store-directory .container{
    width: 100%;
  }
  .store-directory .column_half:not(.map_column){
    padding-left: 25px;
    padding-right: 25px;
  }
  .store-directory .map-tool .maps {
    left: 0;
    height: auto;
    width: 100%;
    background: #f5f5f5;
    transform: none;
  }
  .store-directory .map-tool div.maps > div{
    width: 100%;
    padding-bottom: 104%;
    height: auto;
  }
  #searchForm .field-group{
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1140px) {
  .store-directory .map-tool .maps {
    -webkit-transform: none;
    left: -15px;
  }
}
.store-directory .map-tool .maps > div {
/*   width: 512px;
  height: 531px; */
  width: 100%;
  padding-bottom: 104%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url(backgroundsize.min.htc);
  behavior: url(backgroundsize.min.htc);
  /* background: transparent no-repeat 50% 50%; */
  background: transparent no-repeat;
  background-size: 100%;
}
.store-directory .map-tool .maps .map-lg {
  background-image: url('directory_lg.png');
}
.store-directory .map-tool .maps .map-g {
  background-image: url('/wp-content/uploads/2021/01/directory_g.jpg');
}
.store-directory .map-tool .maps .map-ug {
  background-image: url('directory_ug.png');
}
.store-directory .map-tool .maps .map-p1 {
	background-image: url('/wp-content/uploads/2021/01/directory_p1.png')
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
}
@-ms-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
}
.store-directory .map-tool .maps .marker {
  color: #333333;
  position: absolute;
  text-align: center;
  opacity: 0;
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity = 0);
  z-index: 999;
  transition: all 0.2s ease-in-out;
  -webkit-animation: pulse 0.3s ease-in-out alternate infinite;
  -moz-animation: pulse 0.3s ease-in-out alternate infinite;
  -ms-animation: pulse 0.3s ease-in-out alternate infinite;
}
.store-directory .map-tool .maps .marker:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: scale(1, 0.2);
  -moz-transform: scale(1, 0.2);
  -ms-transform: scale(1, 0.2);
  transform: scale(1, 0.2);
  box-shadow: 0 0 24px 9px rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.store-directory .map-tool .maps .marker[class*="LG"],
.store-directory .map-tool .maps .marker[class*="G"],
.store-directory .map-tool .maps .marker[class*="UG"] {
  opacity: 1;
}
.store-directory .map-tool .maps .marker .fa:before {
  text-shadow: 0 1px rgba(0, 0, 0, 0.9);
}
.store-directory .map-tool .maps .marker.LG1 {
/*   top: 100px;
  left: 327px; */
  top: 20%;
  left: 62%;
}
.store-directory .map-tool .maps .marker.LG2 {
/*   top: 100px;
  left: 267px; */
  top: 20%;
  left: 51%;
}
.store-directory .map-tool .maps .marker.LG3 {
/*   top: 100px;
  left: 216px; */
  top: 20%;
  left: 39%;
}
.store-directory .map-tool .maps .marker.LG4 {
/*   top: 210px;
  left: 108px; */
  top: 20%;
  left: 20%;
}
.store-directory .map-tool .maps .marker.LG5 {
/*   top: 240px;
  left: 190px; */
  top: 45%;
  left: 25%;
}
.store-directory .map-tool .maps .marker.LG6 {
  opacity: 0;
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity = 0);
}
.store-directory .map-tool .maps .marker.LG7 {
/*   top: 240px;
  left: 236px; */
  top: 45%;
  left: 45%;
}
.store-directory .map-tool .maps .marker.LG8 {
/*   top: 230px;
  left: 308px; */
  top: 42%;
  left: 62%;
}
.store-directory .map-tool .maps .marker.LGP1 {
/*   top: 180px;
  left: 385px; */
  top: 30%;
  left: 75%;
}
.store-directory .map-tool .maps .marker.G {
  /*   top: 26px;
    left: 158px; */
    top: 30%;
    left: 15%;
}
.store-directory .map-tool .maps .marker.G1 {
/*   top: 26px;
  left: 158px; */
  top: 4%;
  left: 28%;
}
.store-directory .map-tool .maps .marker.G2 {
/*   top: 26px;
  left: 205px; */
  top: 4%;
  left: 39%;
}
.store-directory .map-tool .maps .marker.G3 {
/*   top: 26px;
  left: 250px; */
  top: 4%;
  left: 47%;  
}
.store-directory .map-tool .maps .marker.G4 {
/*   top: 26px;
  left: 299px; */
  top: 4%;
  left: 57%;  
}
.store-directory .map-tool .maps .marker.G5 {
/*   top: 26px;
  left: 385px; */
  top: 0;
  left: 82%;
}
.store-directory .map-tool .maps .marker.G6 {
/*   top: 146px;
  left: 361px; */
  top: 27%;
  left: 69%; 
}
.store-directory .map-tool .maps .marker.G7 {
/*   top: 328px;
  left: 341px; */
  top: 57%;
  left: 72%; 
}
.store-directory .map-tool .maps .marker.G8 {
/*   top: 298px;
  left: 262px; */
  top: 57%;
  left: 51%; 
}
.store-directory .map-tool .maps .marker.G9 {
/*   top: 298px;
  left: 197px; */
  top: 57%;
  left: 36%; 
}
.store-directory .map-tool .maps .marker.G10 {
/*   top: 298px;
  left: 144px; */
  top: 57%;
  left: 26%; 
}
.store-directory .map-tool .maps .marker.G11 {
/*   top: 188px;
  left: 144px; */
  top: 35%;
  left: 26%; 
}
.store-directory .map-tool .maps .marker.G12A {
/*   top: 188px;
  left: 182px; */
  top: 35%;
  left: 34%; 
}
span.marker.G12A-12B {
/* 	top: 205px;
	left: 190px; */
  top: 35%;
  left: 37%; 
}
/* @media only screen and (max-width: 1024px) {
	span.marker.G12A-12B {
		top: 500px;
		left: 366px;
	}
} */
.store-directory .map-tool .maps .marker.G12B {
/*   top: 188px;
  left: 212px; */
  top: 35%;
  left: 40%; 
}
.store-directory .map-tool .maps .marker.G11-12 {
/*   top: 188px;
  left: 173px; */
  opacity: 0;
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity = 0);
}
.store-directory .map-tool .maps .marker.G14 {
  opacity: 0;
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity = 0);
}
.store-directory .map-tool .maps .marker.G13 {
  /* top: 148px;
  left: 236px; */
  opacity: 0;
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity = 0);
}
.store-directory .map-tool .maps .marker.G15 {
/*   top: 119px;
  left: 173px; */
  top: 23%;
  left: 32%; 
}
.store-directory .map-tool .maps .marker.UG1A {
  /* top: 120px;
  left: 136px; */
  top: 23%;
  left: 25%;
}
.store-directory .map-tool .maps .marker.UG1B {
/*   top: 190px;
  left: 178px; */
  top: 34%;
  left: 30%;
}
.store-directory .map-tool .maps .marker.UG2 {
/*   top: 285px;
  left: 140px; */
  top: 55%;
  left: 26%;
}
.store-directory .map-tool .maps .marker.UG3 {
/*   top: 330px;
  left: 240px; */
  top: 55%;
  left: 57%;
}
.store-directory .map-tool .maps .marker.UG4 {
/*   top: 200px;
  left: 290px; */
  top: 28%;
  left: 65%;
}
.store-directory .map-tool .maps .marker.UG5 {
/*   top: 80px;
  left: 190px; */
  top: 7%;
  left: 45%;
}

.store-directory .map-tool .maps .marker.P1 {
/*   top: 80px;
  left: 190px; */
  top: 30%;
  left: 50%;
  opacity: 1;
}

.store-directory .map-tool .key {
  width: 100%;
  border-top: 1px solid #e6e6e6;
  padding: 30px 20px 40px;
}
@media only screen and (min-width: 768px) {
  .store-directory .map-tool .key {
    padding: 30px 0 0;
  }
}
.store-directory .map-tool .key ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.store-directory .map-tool .key ul li {
  position: relative;
  display: block;
  padding: 0 0 0 30px;
  margin: 0 0 6px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  width: 50%;
  float: left;
}
@media only screen and (min-width: 992px) {
  .store-directory .map-tool .key ul li {
    width: 33.333%;
  }
}
.store-directory .map-tool .key ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 22px;
  height: 21px;
  background: url('store-icons.png') transparent no-repeat 0 0;
}
@media only screen and (min-width: 1140px) {
  .store-directory .map-tool .key ul li.toilets {
    /* width: 23%; */
	font-family:'Poppins', sans-serif;
	font-size: 14px;
  }
}
.store-directory .map-tool .key ul li.toilets:before {
  background-position: 0 0;
}
@media only screen and (min-width: 1140px) {
  .store-directory .map-tool .key ul li.disabled {
    /* width: 30%; */
	font-family:'Poppins', sans-serif;
	font-size: 14px;	  
  }
}
.store-directory .map-tool .key ul li.disabled:before {
  background-position: -30px 0;
}
@media only screen and (min-width: 1140px) {
  .store-directory .map-tool .key ul li.parents {
    /* width: 38%; */
	font-family:'Poppins', sans-serif;
	font-size: 14px;	  
  }
}
.store-directory .map-tool .key ul li.parents:before {
  background-position: -60px 0;
}
@media only screen and (min-width: 1140px) {
  .store-directory .map-tool .key ul li.lift {
   /*  width: 23%; */
	font-family:'Poppins', sans-serif;
	font-size: 14px;	  
  }
}
.store-directory .map-tool .key ul li.lift:before {
  background-position: -90px 0;
}
@media only screen and (min-width: 1140px) {
  .store-directory .map-tool .key ul li.travelator {
    /* width: 38%; */
	font-family:'Poppins', sans-serif;
	font-size: 14px;	  
  }
}
.store-directory .map-tool .key ul li.travelator:before {
  background-position: -120px 0;
}
@media only screen and (min-width: 1140px) {
  .store-directory .map-tool .key ul li.firestair {
   /*  width: 35%; */
	font-family:'Poppins', sans-serif;
	font-size: 14px;	  
  }
}
.store-directory .map-tool .key ul li.firestair:before {
  background-position: -150px 0;
}
@media only screen and (min-width: 1140px) {
  .store-directory .map-tool .key ul li.mgmt {
   /*  width: 30%; */
	font-family:'Poppins', sans-serif;
	font-size: 14px;	  
  }
}
.store-directory .map-tool .key ul li.mgmt:before {
  background-position: -180px 0;
}
@media only screen and (min-width: 1140px) {
  .store-directory .map-tool .key ul li.parking {
/*     width: 34%; */
	font-family:'Poppins', sans-serif;
	font-size: 14px;	  
  }
}
.store-directory .map-tool .key ul li.parking:before {
  background-position: -210px 0;
}
.store-directory .store-list {
  margin-top: 45px;
  overflow: hidden;
  overflow-y: scroll;
  max-height: 365px;
}
@media only screen and (min-width: 768px) {
  .store-directory .store-list {
    max-height: 553px;
  }
}
.store-directory .store-list .store-listing {
  width: 100%;
  position: relative;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  line-height: 21px;
  cursor: zoom-in;
  overflow: hidden;
  height: 100%;
  display: flex;
}
.store-directory .store-list .store-listing.invisible {
  display: none;
}
.store-directory .store-list .store-listing a {
  color: #333333;
}
.store-directory .store-list .store-listing > div {
  padding: 12px 0;
  float: none;
  border-bottom: 1px solid #e6e6e6;
  height: auto;
}
.store-directory .store-list .store-listing > div.alpha {
  background: #dedede;
  text-align: center;
  color: #f5f5f5;
  width: 15%;
  border-bottom: 1px solid #d1d1d1;
}
@media only screen and (min-width: 992px) {
  .store-directory .store-list .store-listing > div.alpha {
    width: 7%;
  }
}
.store-directory .store-list .store-listing > div.alpha.new-letter {
  background: #333333;
  color: #ffffff;
  border-bottom: 1px solid #666666;
}
.store-directory .store-list .store-listing > div.title {
  width: 65%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .store-directory .store-list .store-listing > div.title {
    font-size: 16px;
	font-family: 'Poppins', sans-serif;
  }
}
.store-directory .store-list .store-listing > div.title a {
  color: white;
  font-family: 'Poppins', sans-serif;
  opacity: 0;
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity = 0);
  transition: all 0.2s ease-out;
  pointer-events: none;
  position: relative;
  top: -1px;
  left: 0;
}
.store-directory .store-list .store-listing > div.floor {
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  width: 20%;
  color: #538a31;
	font-family: 'Poppins', sans-serif
}
.store-directory .store-list .store-listing > div.infolink {
  text-align: center;
  width: 8%;
  color: #999999;
  display: none;
}
@media only screen and (min-width: 992px) {
  .store-directory .store-list .store-listing > div.infolink {
    display: block;
  }
}
.store-directory .store-list .store-listing > div.infolink a {
  color: inherit;
}
.store-directory .store-list .store-listing > div.infolink a:hover {
  color: #333333;
}
.store-directory .store-list .store-listing:hover {
  background-color: #e6e6e6;
}
.store-directory .store-list .store-listing.active {
  background-color: #e31837;
  color: white;
  cursor: pointer;
}
.store-directory .store-list .store-listing.active a {
  color: white !important;
  pointer-events: default;
}
.store-directory .store-list .store-listing.active > div {
  border-bottom-color: #cc1631;
  color: white !important;
}
.store-directory .store-list .store-listing.active > div.alpha {
  background-color: #be142e;
  border-bottom-color: #9e1126;
}
.store-directory .store-list .store-listing.active > div.title a {
  opacity: 1;
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha(opacity = 100);
  left: 9px;
  -webkit-animation: pulse 0.3s ease-in-out alternate infinite;
  -moz-animation: pulse 0.3s ease-in-out alternate infinite;
  -ms-animation: pulse 0.3s ease-in-out alternate infinite;
}
.store-directory .store-list .store-listing:first-of-type > div {
  border-top: 1px solid #e6e6e6;
}
.store-directory .store-list .store-listing:first-of-type > div.alpha {
  border-top: 1px solid #d1d1d1;
}
.store-directory .store-list .store-listing:first-of-type > div.new-letter {
  border-top: 1px solid #666666;
}
.store-directory .store-list .store-listing:first-of-type.active > div {
  border-top-color: #cc1631;
}
.store-directory .store-list .store-listing:first-of-type.active > div.alpha {
  border-top-color: #9e1126;
}
.store-directory .scroll-down {
  color: #b3b3b3;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}
.store-directory .scroll-down i.fa {
  padding-right: 3px;
}
.store-directory .row{
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}
.store-directory .row:after{
  content: '';
  clear: both;
}
.store-directory .column_half{
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.store-directory .column_3_5,
.store-directory .column_2_5,{
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media(min-width: 1024px){
  .store-directory .row{
    flex-direction: row;
  }
  .store-directory .column_half{
    width: 50%;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .store-directory .column_3_5{
    width: 60%;
  }
  .store-directory .column_2_5{
    width: 40%;
  }
}
/*

	individual pages

*/
.store-single .store-header {
  width: 100%;
  height: 240px;
  margin: 0;
  border: 10px solid white;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url(backgroundsize.min.htc);
  behavior: url(backgroundsize.min.htc);
  background-position: 50% 12.5%;
}
.store-single .panel ul.hours li,
.store-single .panel table td {
  color: #808080;
}
.store-single .panel ul.hours li span,
.store-single .panel table a {
  color: #333333;
}
.store-single .panel h1 {
  margin-top: 12px;
}
.store-single .panel h2 {
  color: #666666;
  font: 18px/27px 'Poppins', sans-serif;
  font-weight: 200;
}

#searchStore,
#sortByType{
  width: 100%;
  height: 36px;
  padding:  5px 15px;
}

.field-icon{
  position: relative;
}

@media (min-width: 768px){
  .field-icon{
    margin-right: 1em;
  }
  .field-icon:last-child{
    margin-right: 0;
  }
}

.field-icon>button{
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 36px;
}


.map_column{
  background-color: #F7F7F7;
}

/*

	general store logo for usage

*/
.store-logo {
  width: 100%;
  height: 170px;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url(backgroundsize.min.htc);
  behavior: url(backgroundsize.min.htc);
  background-size: 90%;
  background-position: 50% 50%;
  border: 1px solid #f2f2f2;
  margin: 0 0 21px;
  display: table;
  text-indent: -9999px;
}
@media only screen and (min-width: 768px) {
  .store-logo {
    max-width: 215px;
  }
}
.store-logo .typo-logo {
  text-indent: 0px;
  width: 100%;
  height: 100%;
  font: 21px/27px 'Poppins', sans-serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.08em;
  display: table-cell;
  vertical-align: middle;
  color: #e6e6e6;
  overflow: hidden;
}
.store-logo .typo-logo a {
  color: inherit;
}

.alpha.new-letter {
    font-family: 'Poppins', sans-serif;
}