/**
 * @file
 * Visual styles for Style+'s socialfeed instagram carousel.
 */
@media screen and (min-width: 501px) {
  .social-insta-wall .owl-carousel .owl-item {
    width: 400px !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 500px) {
  .social-insta-wall .owl-carousel .owl-item {
    margin-right: 0 !important;
  }
}
.insta-feed-wrapper .owl-dots,
.owl-spe-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.insta-feed-wrapper .owl-dots {
  position: absolute;
  right: 0;
  top: -30px;
}
.insta-feed-wrapper figure {
  margin: 0;
}

.insta-feed-wrapper .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.insta-feed-wrapper .owl-dots .owl-dot:focus,
.insta-feed-wrapper .owl-dots .owl-dot:active,
.insta-feed-wrapper .owl-dots .owl-dot:hover {
  outline: 0;
}

.insta-feed-wrapper .owl-dots .owl-dot span {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0.2rem;
  background: #c4c4c4;
  display: block;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 50%;
}

.insta-feed-wrapper .owl-dots .owl-dot.active span,
.insta-feed-wrapper .owl-dots .owl-dot:hover span {
  background: #fff;
}

.dots-below .owl-dots {
  top: auto;
  width: 100%;
}

[dir*="rtl"] .insta-feed-wrapper .owl-dots {
  left: 0;
  right: auto;
}
