/*VSL Container*/
.bg-windowed { background-image: url(../img/bg-hero.jpg); }
.bg-fullscreen { background-color: black; }

.headline hi {
	text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5);
}
#player, .bitmovinplayer-poster {
	max-height: 100vh;
}
/* volume button */
@keyframes VOLUME_SMALL_WAVE_FLASH {
      0% { opacity: 0; }
     33% { opacity: 1; }
     66% { opacity: 1; }
    100% { opacity: 0; }
  }

  @keyframes VOLUME_LARGE_WAVE_FLASH {
      0% { opacity: 0; }
     33% { opacity: 1; }
     66% { opacity: 1; }
    100% { opacity: 0; }
  }

  .volume__small-wave {
    animation: VOLUME_SMALL_WAVE_FLASH 2s infinite;
    opacity: 0;
  }

  .volume__large-wave {
    animation: VOLUME_LARGE_WAVE_FLASH 2s infinite .3s;
    opacity: 0;
  }
/* Vidalytics Video Overlay */
@media(min-width:500px) and (max-width:1024px) {
	#bmpui-id-15, 
	#bmpui-id-16 {
		top: auto !important;
		bottom:50%;
	}
}
@media(min-width:1025px) {
	#bmpui-id-15,
	#bmpui-id-16 {
		top: auto !important;
		bottom:85%;
	}
}
.vidalyticsWidthFix {
	max-width:92%;
	margin:auto;
}
.vidalyticsBackgroundFix {
	background:black !important;
}
/* NEW TIMER */
.purchaseCounterStart .flip-clock-wrapper ul {
	background: #FFC800;
}
.purchaseCounterStart .flip-clock-wrapper ul li a div.up:after {
	background-color: #CCA30E;
	background-color: rgba(0, 0, 0, 0.1);
}
.purchaseCounterStart .flip-clock-wrapper ul li a div div.inn {
	color: #000;
	font-family: fira sans extra condensed,Impact,sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,0);
	background-color: #FFC800;
}
.purchaseCounterStart .flip-clock-dot {
	background: #CCA30E;
}
/* Testimonials Wrapper */
.reviews-number {
	display:none;
}/* Vidalytics Video on Desktop and Mobile */
.vidalyticsWidthFix {
	max-width:90%;
	margin:auto;
}
.vidalyticsBackgroundFix {
	background:black !important;
}
.videoWrapper {
    position: relative;
    padding-top: 25px;
    height: 0;
}
.videoWrapper {
    padding-bottom: 52.9%;
}
/* Prefer to Read */
.prefer-to-read {
	display: flex;
	align-items: center;
	justify-content: center;
	margin:2rem 0 6rem;
	color:white;
	font-size:0.8rem;
}
.prefer-to-read a {
	padding:0.25rem 1rem;
	background: rgba(255,255,255,0.05);
	border-radius: 99px;
	border:thin solid white;
	box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.prefer-to-read a:hover {
	text-decoration: none;
	color:white;
	background: rgba(255,255,255,0.1);
}
/* hide Clickbank badge initially until pause */
.cbtb {
	display:none;
}