/* NEW LOCATION */
.loc-card-container {
  border-right: 1px solid #d7d7d7;
  border-bottom: 0.5px solid #d7d7d7;
  padding: 0px !important;
  box-sizing: border-box;
}

.location-card {
  display: flex;
  flex-direction: column;
  height: 350px;
  justify-content: center;
  padding: 40px;
  font-family: Montserrat;
}

.location-header-text {
  font-size: 2.5rem;
  font-weight: bold;
  color: #222;
  margin: 0px;
}

.location-desc-text-1 {
  margin: 10px 0px 0px 0px;
  font-size: 16px;
  color: #222;
}

.location-desc-text-2 {
  margin: -0.25em 0px 10px 0px;
  font-size: 16px;
  color: #222;
}

.location-desc-text-3 {
  margin: 10px 0px 10px 0px;
  font-size: 16px;
  color: #222;
}

.time-emp {
  color: #ed4622;
}

.loc-bg-img {
  background-image: url("https://zionmarket.com/images/location/left_top.png");
  background-size: cover;
  width: 100%;
  height: 350px;
  box-sizing: border-box;
}

.loc-bg-img-2 {
  background-image: url("https://zionmarket.com/images/location/right_bottom.png");
  background-size: cover;
  width: 100%;
  height: 350px;
  box-sizing: border-box;
}

.location-btn {
  border: 1px solid #222;
  box-sizing: border-box;
  background: #222;
  color: #fff;
  padding: 10px 20px;
  border-radius: 40px;
}

.location-btn:hover {
  background: #00a551;
  border: 1px solid #00a551;
}

.header-img {
  position: relative;
  top: -5px;
  width: 90px;
}

.zionmarketplace {
  font-size: 16px;
  color: #00a451;
}

.ebt-sticker {
  float: right;
  width: 60px;
  margin: 20px;
}

#zion-sd:hover {
  background-image: url("https://zionmarket.com/images/stores/opacity/zisd_wide.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  background-position: center right;
  height: 350px;
}

#zion-ir:hover {
  background-image: url("https://zionmarket.com/images/stores/opacity/irvine.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  /*height: 351px;*/
}

#zion-la:hover {
  background-image: url("https://zionmarket.com/images/stores/opacity/zila.png");
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  background-position: bottom;
  height: 350px;
}

#zion-bp:hover {
  background-image: url("https://zionmarket.com/images/stores/opacity/buenapark.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  height: 350px;
}

#zion-iv:hover {
  background-image: url("https://zionmarket.com/images/stores/opacity/zionmart.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  /*height: 351px;*/
}

#zion-ga:hover {
  background-image: url("https://zionmarket.com/images/stores/opacity/duluth.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  height: 350px;
}

#zion-tx:hover {
  background-image: url("https://zionmarket.com/images/stores/opacity/tx-new.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  height: 350px;
}



/* OLD LOCATION */
@media(max-width: 777px) {
  .tp-static-layers {
    display: none !important;
  }

  .opacity-extra-medium {
    opacity: 0.4;
  }

  .font-vw-sm {
    font-size: 14px !important;
  }
}

@media (max-width: 500px) {
  .font-vw-sm {
    font-size: 12px !important;
    line-height: 15px !important;
  }
}

button.navbar-toggle.mobile-toggle span {
  background: #000 !important;
}

@media(min-width: 768px) {
  .bg-extra-dark-gray {
    background-color: transparent;
  }

  .bg-black {
    background-color: transparent;
  }

}

.footer-strip-dark.bg-extra-dark-gray {
  background-color: #1c1c1c !important;
}