
/*!
 * weslidergalleryboard 4.0.20
 *
 * @license GPLv3 for open source use only
 * or weslidergalleryboard Commercial License for commercial use
*/
/* Modal */
.we-galleryboard-modal {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--webcustomize-theme-background-5);
  justify-content: center;
  align-items: normal;
  z-index: 9999;
}
.we-galleryboard-modal-content {
  position: relative;
  max-width: 60%;
  max-height: 60%;
  top: 10%;
}
#li-galleryboard-title {
  margin: 10px 0px 10px 0px;
}
#li-galleryboard-title span {
  font-family: var(--font-heading);
  font-size: var(--fs-h4-desktop);
  color: var(--webcustomize-theme-color-2);
  font-weight: bolder;
}
#li-galleryboard-title::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: var(--webcustomize-theme-background-5);
    right: 0;
    top: 0;
    position: absolute;
    overflow: hidden;
}
#li-galleryboard-title.we-gowidth-me.we-active-gowidth.go-width::after{
    animation-name: goWidth;
    animation-duration: 3.5s;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
}
#li-galleryboard-carousel .item {
  position: relative;
  max-width: 100%;
  max-height: 100%;
}
#li-galleryboard-carousel.item img {
  width: 100%;
  height: 100%;
}
#li-galleryboard-dots {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  list-style: none;
  padding: 0;
}
#li-galleryboard-dots .owl-custom-dot {
  width: 60px;
  height: 40px;
  margin: 3px;
  opacity: 0.6;
  border: 2px solid transparent;
  cursor: pointer;
}
#li-galleryboard-dots .owl-custom-dot.active {
  opacity: 1;
  border-color: #007bff;
}
.we-galleryboard-close-btn {
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 10%;
  color: #fff;
  z-index: 999;
  transition: all .3s ease-in-out;
}
.we-galleryboard-close-btn i {
  display: inline-block;
  transition: transform 0.3s;
}
.we-galleryboard-close-btn:hover i {
  animation: spin-on-hover 1s linear infinite;
}
.we-galleryboard-modal.show .we-galleryboard-modal-content {
  animation: slideInUp 1.5s ease forwards;
}
#li-galleryboard-carousel .owl-nav {
  color: #ddd;
  position: initial;
  display: flex;
}
#li-galleryboard-carousel .nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.8);
  padding: 10px;
  font-size: 28px;
  cursor: pointer;
  z-index: 5;
  border-radius: 50%;
  user-select: none;
}
#li-galleryboard-carousel .prev-arrow { left: -65px; }
#li-galleryboard-carousel .next-arrow { right: -65px; }

#li-galleryboard-carousel .owl-dots {
  text-align: center;
  margin-top: 15px;
}
#li-galleryboard-carousel .owl-custom-dot img {
  width: 60px;
  height: 40px;
  object-fit: cover;
  opacity: 0.6;
  border: 2px solid transparent;
  margin: 2px;
  transition: 0.3s;
}
#li-galleryboard-carousel .owl-custom-dot.active img {
  opacity: 1;
  border-color: #007bff;
}
.we-galleryboard-carousel .collection-galleryboards-home {
  display: none;
}
