/** Shopify CDN: Minification failed

Line 12:0 All "@import" rules must come first
Line 306:0 Comments in CSS use "/* ... */" instead of "//"

**/
.te_poweredBy {
  display:none !important;
}

/*liquid lettering*/
@import url("https://fonts.googleapis.com/css?family=Raleway:900&display=swap");

#text-filter-container {
  /*margin: auto;
  width: auto;*/
  height: 0;
  position: relative;
  z-index: 1;
  top: -110px;
  filter: url(#threshold) blur(0.6px);
}


#text1,
#text2 {
  position: absolute;
  width: 100%;
  display: inline-block;
  /*color: #f36b21;*/
  color: #ffffff;
  font-size: 80pt;
  text-align: center;
  user-select: none;
  animation: lights 5s 750ms linear infinite;
  font-family: "Raleway", sans-serif;
}

#filters {
  position: absolute;
}

.smsb-subscribe-button {
  padding: unset !important;
}

#smsb-button-field-subscribe {
  margin: auto;
}

@media only screen and (max-width: 780px) {

  /*
  #text1,
  #text2 {
    font-size: 26pt;
  }

  #text-filter-container {
    height: 14pt;
  }
  */
}

@keyframes lights {
  0% {
    text-shadow:
      0 0 1em hsla(320, 100%, 50%, 0.2),
      0 0 0.125em hsla(320, 100%, 60%, 0.3),
      -1em -0.125em 0.5em hsla(40, 100%, 60%, 0),
      1em 0.125em 0.5em hsla(200, 100%, 60%, 0);
  }

  30% {
    text-shadow:
      0 0 1em hsla(320, 100%, 50%, 0.5),
      0 0 0.125em hsla(320, 100%, 60%, 0.5),
      -0.5em -0.125em 0.25em hsla(40, 100%, 60%, 0.2),
      0.5em 0.125em 0.25em hsla(200, 100%, 60%, 0.4);
  }

  40% {
    text-shadow:
      0 0 1em hsla(320, 100%, 50%, 0.5),
      0 0 0.125em hsla(320, 100%, 90%, 0.5),
      -0.25em -0.125em 0.125em hsla(40, 100%, 60%, 0.2),
      0.25em 0.125em 0.125em hsla(200, 100%, 60%, 0.4);
  }

  70% {
    text-shadow:
      0 0 1em hsla(320, 100%, 50%, 0.5),
      0 0 0.125em hsla(320, 100%, 60%, 0.5),
      0.5em -0.125em 0.25em hsla(40, 100%, 60%, 0.2),
      -0.5em 0.125em 0.25em hsla(200, 100%, 60%, 0.4);
  }

  100% {
    text-shadow:
      0 0 1em hsla(320, 100%, 50%, 0.2),
      0 0 0.125em hsla(320, 100%, 60%, 0.3),
      1em -0.125em 0.5em hsla(40, 100%, 60%, 0),
      -1em 0.125em 0.5em hsla(200, 100%, 60%, 0);
  }

}

/* fading header elements*/
.custom-section-header-container {
  display: grid;
}
.custom-section-header {
  background-color: transparent;
  margin: 0 auto 20px;
  padding: 0;
  width:100%;
  display: block;
  z-index: 0;
  max-width: 1340px;
  letter-spacing: 0.1rem;
  grid-column: 1;
  grid-row: 1;
}
.spotify-iframe-container {
  /*testing*/
  min-height: 550px;
}
.csh-right {
  text-align: right;
}
.csh-left {
  text-align: left;
}
.custom-section-header h2 {
  display: block;
  position: relative;
  padding: 0 !important;
  margin: 0;
  clear: both;
  width: 100%;
  line-height: .8 !important;
  font-size: 100px;
  font-weight: 700;
  text-transform: uppercase !important;
  color: "DIN Condensed" !important;
  letter-spacing: 20px;
  font-family: "DIN Condensed";
  font-weight: bold !important;
  color: #f36b21 !important;
}

.fade-down h2 {
  opacity: 0;
  transition: opacity 0.5s;
}

h2.animate-in:nth-child(1) {
  transition-delay: .2s;
  opacity: .8;
}
h2.animate-in:nth-child(2) {
  transition-delay: .4s;
  opacity: .6;
}
h2.animate-in:nth-child(3) {
  transition-delay: .6s;
  opacity: .4;
}
h2.animate-in:nth-child(4) {
  transition-delay: .8s;
  opacity: .2;
}
/*Make iframe responsive*/
.custom-iframe-container {
  grid-column: 1;
  grid-row: 1;
  z-index:1;
  position: relative;
  /*overflow: hidden;*/
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.custom-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 70%;
  /*height: 70%;*/
  height: 90%;
  margin-top: 65px !important;
}
.custom-social {
  margin: auto;
}
.custom-social-block {
  background: #cfcac7f2;
  min-height: 350px; 
  border-radius: 5px;
  display: grid;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.custom-social-block h2 {
  color: black;
  font-weight: 700;
  place-self: flex-end;
  justify-self: center;
  margin-bottom: 0;
}
.list-unstyled.list-social {
  align-self: center;
  align-self: flex;
  /*flex: none;*/
}
.custom-social-block svg {
  color: black;
  height: 6rem !important;
  width: 6rem !important;
}
#if-music {
  min-height: 600px;
}

/*fix slideshow for mobile and tablet viewports*/
.banner__box {
  padding: unset !important;
}
.shopify-section:has(#text-filter-container) {
  height: 0;
}
@media only screen and (max-width: 450px) {
  .spotify-iframe-container .custom-iframe {
    min-height: 550px !important;
  }  
  .custom-iframe {
    width: 90%;
    height: auto;
  }
}
/*custom-slideshow styling*/
.slider-container{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 600px;
  width: 100%;
  box-shadow: inset 0 0 0 1000px rgba(73, 73, 73, .45);
}
.slick-list.draggable {
  overflow: hidden;
  /*width: 600px;*/
  width: 800px;
}
.slick-track {
  
}
.overlay-slide-container {
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  background-color: rgba(17, 25, 40, 0.25);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.125);  
  padding: 26px;  
  filter: drop-shadow(0 30px 10px rgba(0,0,0,0.125));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content:center;
  text-align: center;
  /*max-width: 250px;*/
  max-width: 350px;
  width: 100%;
  /*margin: 10px 0;*/
  margin: 20px;
}

.overlay-slide-wrapper {
  width: 100%;
  height: 100%;
}

.overlay-slide-image {
  background-position: center;
  background-size: cover;
  background-color: white;
  /*height: 200px;*/
  height: 300px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgba(255,255,255, 0.255)
}
.highlight-slide {
  transform: scale(1.1); 
}
.slick-prev, .slick-next {
  display:  ;
}

//Bulb styles
.bulbs-h2 {
  display: grid;
}
.bulbs-h2 .bulb {
  display: inline-flex;
  opacity: 0;
  transition: opacity 0.5s;
}
.bulbs-h2 h2 {
  place-self: flex-end;
  grid-column: 1;
  grid-row: 1;
  z-index: 2;
}
.bulb-container {
  display: inline-flex;
  grid-column: 1;
  grid-row: 1;
}
.bulb{
  height: 80px;
  width: 80px;
  margin: 1vw;
  background-color: #faf4cf;
  border-radius: 100%;
  box-shadow: 0px 0px 20px 10px #faeb87 inset;
}
.csh-right .bulb:nth-child(1), .csh-left .bulb:nth-child(5){
  top:100px;
  left:50px;
}
.csh-right .bulb.animate-bulb:nth-child(1), .csh-left .bulb.animate-bulb:nth-child(5){
  transition-delay: .8s;
  opacity: .2;
}
.csh-right .bulb:nth-child(2), .csh-left .bulb:nth-child(4){
  top:100px;
  left:180px;
}
.csh-right .bulb.animate-bulb:nth-child(2), .csh-left .bulb.animate-bulb:nth-child(4){
  transition-delay: .6s;
  opacity: .4;
}
.bulb:nth-child(3){
  top:100px;
  left:320px;
}
.bulb.animate-bulb:nth-child(3){
  transition-delay: .4s;
  opacity: .6;
}
.csh-right .bulb:nth-child(4), .csh-left .bulb:nth-child(2){
  top:100px;
  left:450px;
}
.csh-right .bulb.animate-bulb:nth-child(4), .csh-left .bulb.animate-bulb:nth-child(2){
  transition-delay: .2s;
  opacity: .8;
}
.csh-right .bulb:nth-child(5), .csh-left .bulb:nth-child(1){
  top:100px;
  left:580px;
}
.csh-right .bulb.animate-bulb:nth-child(5), .csh-left .bulb.animate-bulb:nth-child(1){
  transition-delay: .1s;
  opacity: .9;
}

@media only screen and (max-width: 850px) {
  .slick-list.draggable {
    width: 700px;
  }
  .overlay-slide-image {
    max-height: 250px;
  }
  .overlay-slide-container {
    max-width: 225px;
  }
}
@media only screen and (max-width: 750px) {
  .slick-list.draggable {
    /*width: 600px;*/
    width: 100vw;
  }
  .overlay-slide-image {
    max-height: 200px;
  }
  .overlay-slide-container {
    max-width: 175px;
  }
  #text1,
  #text2 {
    font-size: 60pt;
  }
  #text-filter-container {
    top: -80px;
  }
  .slick-dots {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  .slick-list.draggable {
    /*width: 500px;*/
  }
  .bulb{
    height: 60px;
    width: 60px;
  }
}
@media only screen and (max-width: 500px) {
  .slick-list.draggable {
    /*width: 400px;*/
  }
  .overlay-slide-image {
    max-height: 150px;
  }
  .overlay-slide-container {
    max-width: 100px;
  }
  #text1,
  #text2 {
    font-size: 40pt;
  }
  #text-filter-container {
    top: -50px;
  }
  .custom-section-header h2 {
    font-size: 75px;
  }
  .slide-container {
    height: 500px;
  }
  .custom-social-block {
    min-height: max-content;
  }
}
@media only screen and (max-width: 400px) {
  .slick-list.draggable {
    /*width: 300px;*/
  }
  .overlay-slide-image {
    max-height: 225px;
  }
  .overlay-slide-container {
    max-width: 150px;
  }
  .overlay-slide-container {
    margin:10px;
    padding: 12px;
  }
  .bulb{
    height: 50px;
    width: 50px;
  }
}
  @media only screen and (max-width: 320px) {
  .custom-section-header h2 {
    font-size: 60px;
    letter-spacing: 15px;
  }
  .bulb{
    height: 40px;
    width: 40px;
  }
}
  
/*TB Dev Removed header elements per client see componet-search.css*/
.industry-link {
  margin-top: 1.5rem;
  margin-left: auto;
  color: white;
}

.header__icons {
  /*min-width: 190px;*/
}
/*TB Dev fix issue with two slideshow components on Industry page*/
/*slideshow-component, .rich-text {
  display: none !important;
}*/
/*TB Dev fix issue with Hero Banner component not centered on Industry page*/
.industry-banner .banner__content {
  display: none;
}
/*TB Dev remove mobile nav/nav-drawer per client 1/8/2024*/
header-drawer {
  /*display: none;*/
}
/*TB Dev press 2/1/2024*/
.presskitbuilder h1, .presskitbuilder h2 {
color: white !important;
}
.presskitbuilder div {
  color: rgba(255,255,255, 0.75) !important;
}
.presskibuilder-articles .presskitbuilder-flex a {
  background: whitesmoke;
}
/*TB Dev fix issue with space between slideshow and control buttons*/
.slideshow__text-wrapper {
  display: none !important;
}

/**/
.header .list-social {
  justify-content: flex-start;
}

/*TB Dev nav menu 3/3/2025*/
.header-wrapper header {
  padding-bottom: 20px;
}
nav.header__inline-menu {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*TB Dev Cart styles*/
.cart-drawer__empty-content a.button {
  color: #CA8E83;
}
.cart-count-bubble {
  color: #CA8E83;
}
/*TB Dev styles 2025 update*/