.instashade-top-banner {
  padding: 8px 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  background-color: #fff !important;
}
.instashade-top-banner .container {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .instashade-top-banner .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .instashade-top-banner .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .instashade-top-banner .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .instashade-top-banner .container {
    max-width: 1140px;
  }
}
.instashade-top-banner .instashade-top-banner-message {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 2rem;
}
.instashade-top-banner .instashade-top-banner-text {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.instashade-top-banner .instashade-top-banner-text.has-icon::before {
  content: "";
  display: inline-block;
  height: 2rem;
  width: 2rem;
  margin-right: 0.75rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.instashade-top-banner .instashade-top-banner-text strong,
.instashade-top-banner .instashade-top-banner-text em,
.instashade-top-banner .instashade-top-banner-text del {
  margin-right: 0.25rem;
}
.instashade-top-banner .instashade-top-banner-slider {
  position: relative;
  width: 100%;
  min-height: 2rem;
  overflow: hidden;
}
.instashade-top-banner .instashade-top-banner-slider .instashade-top-banner-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 2rem;
  transform: translateX(100%);
  transition: transform 0.5s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.instashade-top-banner .instashade-top-banner-slider .instashade-top-banner-slide.active {
  transform: translateX(0);
}
.instashade-top-banner .instashade-top-banner-slider .instashade-top-banner-slide.slide-out {
  transform: translateX(-100%);
}
.instashade-top-banner .instashade-top-banner-message--single {
  min-height: unset;
}
@media (max-width: 767.98px) {
  .instashade-top-banner {
    padding: 10px 0;
    font-size: 14px;
  }
  .instashade-top-banner .instashade-top-banner-slider {
    min-height: 1.5rem;
  }
  .instashade-top-banner .instashade-top-banner-slider .instashade-top-banner-slide {
    min-height: 1.5rem;
  }
  .instashade-top-banner .instashade-top-banner-text.has-icon::before {
    height: 1.5rem;
    width: 1.5rem;
    margin-right: 0.5rem;
  }
  .instashade-top-banner .instashade-top-banner-text strong,
  .instashade-top-banner .instashade-top-banner-text em,
  .instashade-top-banner .instashade-top-banner-text del {
    margin-right: 0.15rem;
  }
}

/* Mobile slider functionality helper classes */
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-none {
    display: none !important;
  }
}
/* Container styles for themes without Bootstrap */

/*# sourceMappingURL=instashade-top-banner.css.map */
