/*!
Theme Name: wow
Theme URI: https://www.plaimanas.com/
Author: Plaimanas Industries CO., LTD.
Author URI: https://www.plaimanas.com/
Version: 1.0.0
Text Domain: plaimanas
*/
.gallery-item.is-hidden {
    display: none;
}
.block-desc p strong {
	line-height: var(--line-height-h5);
    font-weight: var(--font-weight-medium);
    font-family: var(--font-heading);
    font-size: var(--font-size-h5) !important;
}
#maps {
	
	height: 100%;
}
.branch-infobox {
  position: absolute;
  transform: translate(-50%, -127%);
  width: max-content;
  z-index: 10;
  overflow: hidden;
}

/*.branch-infobox::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  /*border-width: 10px 8px 0;
  border-style: solid;
  border-color: #fff transparent transparent;*!/
}

.branch-infobox img {
  width: 100%;
  display: block;
}

.branch-infobox .content {
  padding: 14px;
}

.branch-infobox .close-btn {
  position: absolute;
  top: 6px;
  right: 8px;
  background: none;
  border: 0;
  font-size: 18px;
  cursor: pointer;
}*/
/* ===== default ===== */
.branch-pin {
  width: 36px;
  height: 36px;
  padding-left: 2px;
  padding-right: 2px;
  background-color: var(--color-ocean-wave);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  transition: all .25s ease;
  z-index: 1;
}

.branch-pin img {
  width: 100%;
  height: auto;
  display: block;
  transition: all .25s ease;
}

.branch-pin.active {
  width: 48px;
  height: 48px;
  background-color: var(--color-cutton-cream);
  z-index: 2;
  box-shadow: 0 6px 18px rgba(0,0,0,.25);
}

