/* ==========================================================================
   Audio Hijack Website Redesign 2020
   1
   by Neale Van Fleet
   ========================================================================== */
   
   
 /* ==========================================================================
   Header and base typography
   ========================================================================== */
  
  /* #header {
	  box-shadow: 0 4px 10px #111;
  }
 */  
  #header {
	  border-bottom: none;
  }

html {
	background: #34270E;
}

body {
	background: #121F24;
	background-color: #34270E;
	background-image: linear-gradient(to right, #121F24, #262012);
	background: linear-gradient(to right, #0E262E, #34270E);
	color: #fff;
}

.section {
	padding: 0 10px;
}



::-moz-selection {
	color: #fff;
    background: #18A4D1;
	background: color(display-p3 0.094 0.643 0.82);
    text-shadow: none;
}

::selection {
	color: #fff;
    background: #18A4D1;
	background: color(display-p3 0.094 0.643 0.82);
    text-shadow: none;
}

p {
	font-size: 20px;
	line-height: 28px;
}

h1, h2, h3, h5, h6 {
	color: #F9A229;
	color: color(display-p3 0.976 0.635 0.161);
	color: #18A4D1;
	color: color(display-p3 0.094 0.643 0.82);
}

h4 {
	color: #18A4D1;
	color: color(display-p3 0.094 0.643 0.82);
}


a, a:link, a:visited {
	color: #18A4D1;
	color: color(display-p3 0.094 0.643 0.82);
}

a:hover {
	color: #F9A229;
	color: color(display-p3 0.976 0.635 0.161);
	text-decoration: underline;
	text-decoration-color: rgba(249, 162, 41, 0.33);
	text-decoration-thickness: 2px;
}

h1 {
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	font-size: 38px;
	line-height: 42px;
	padding-top: 20px;
}

h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}

.warningBanner {
	color: #F9A229;
	color: color(display-p3 0.976 0.635 0.161);
	
	background: color(srgb 1 0.675 0 / 0.33);
	background: color(display-p3 0.976 0.635 0.161 / 0.33);
	border-radius: 0;
	pointer-events: auto !important;
	z-index: 999;
	position: relative;
}

.warningBanner a {
	color: #F9A229 !important;
	color: color(display-p3 0.976 0.635 0.161) !important;
}

.warningBanner a:hover {
	color: #fff !important;
}

/* #header {
	background: linear-gradient(to right, #18A4D1, #F9A229);
	background: linear-gradient(to right, color(display-p3 0.094 0.643 0.82), color(display-p3 0.976 0.635 0.161));
} */

#header ul li {
	background: url('images/nav-current-arrow.svg') no-repeat 50% -20px;
	background-size: 20px 20px;
}

#header ul li:hover {
	background: url('images/nav-current-arrow.svg') no-repeat 50% -10px;
	background-size: 20px 20px;
}

#header ul li:hover a {
	color: #CCE0FF !important;
}

#header ul li.active, #header ul li.active:hover, #header ul li.current.active:hover {
	background: url('images/nav-current-arrow.svg') no-repeat 50% -10px !important;
	background-size: 20px 20px;
}

#header ul li.active, #header ul li.active a:hover {
	background: url('images/nav-current-arrow.svg') no-repeat 50% -10px;
	color: #fff;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;	
}

#header .drop-down {
	background: #444;
}

#apps-parent .drop-down a:hover {
	background: rgba(47, 114, 192, 0.5) !important;
}

.new-badge {
	border-radius: 20px;
	color: #fff;
	background: #F9A229;
	background: color(display-p3 0.976 0.635 0.161);
	background: #18A4D1;
	background: color(display-p3 0.094 0.643 0.82);
	padding: 3px 14px;
	font-size: 16px;
	width: 120px;
	line-height: 16px;
	margin: -5px auto 13px;
}

.new {
	color: #F9A229;
	color: color(display-p3 0.976 0.635 0.161);
}

.column.new {
	color: #000;
	padding: 0 0 0 55px;
}

.column.new:before {
	content: 'New';
	float: left;
}

.content.boxed {
	border-radius: 40px;
	background: rgba(24,164,209,0.1);
}

aside, .message {
	color: #333;
}

.upgrade-page aside, .upgrade-page .message {
	color: #fff !important;
}

.upgrade-page #title {
	text-align: center;
}

.upgrade-page #title h1 {
	font-size: 42px;
}

.pop-up {
	color: #333;
}

.pop-up h2 {
	color: #18A4D1;
	color: color(display-p3 0.094 0.643 0.82);
	font-size: 28px;
}

.promoBanner {
	width: 1170px;
	max-width: 100%;
	margin: 0 auto 15px;
	background: rgba(24,164,209,0.1);
	background-image: linear-gradient(to right, color(srgb 0 0.655 0.867 / 0.33), color(srgb 1 0.675 0 / 0.33));
	background-image: linear-gradient(to right, color(display-p3 0.094 0.643 0.82 / 0.33), color(display-p3 0.976 0.635 0.161 / 0.33));
	color: #fff;
	animation-delay: 3s;
	z-index: 9;
}

/* ==========================================================================
   Splash Section
   ========================================================================== */

.splash video {
	max-width: 75%;
}

/* Set Animation Speed */
.animate {
	--duration: 1s;
}

/* Glow In */
.animate.glow {
	animation-name: animate-glow;
	animation-timing-function: ease;
}

@keyframes animate-glow {
	0% {
		opacity: 0;
		filter: brightness(3) saturate(3);
		transform: scale(1, 0.75);
		
	}
	
	50% {
		opacity: 0;
		filter: brightness(3) saturate(3);
		transform: scale(1, 0.75);
	}
	
	100% {
		opacity: 1;
		filter: brightness(1) saturate(1);
		transform: scale(1, 1);
	}
}

.section.splash {
	  padding-bottom: 30px;
	  color: #222;
	  border-right: none;
	  border-left: none;
	  
	  margin-top: 0px;
	  padding-top: 0px;
}



@keyframes bgscroll {
	  from { background-position: 0 0; }
	  to { background-position: -100% 0; }
  }
	
.section.splash .title-area {
   text-align: left;
   margin: 0 auto;
   width: 620px;
}

.waveform {
	position: absolute;
	width: 100%;
	height: 250px;
	top: 270px;
	left: 0;
	opacity: 100%;
}

.whatsnew .waveform {
	top: 200px;
	opacity: 10%;
}

.action-small { 
   border: none !important;
   box-shadow: none !important;
   background-color: #F9A229;
   background-color: color(display-p3 0.976 0.635 0.161);
   border-radius: 32px;
   color: #333; 
   width: 250px;
}

.section.splash p { 
   font-size: 20px;
   line-height: 28px;
   color: #fff;
}

.section.splash h1 {
   font-size: 56px;
   line-height: 60px;
   margin: 0;
   padding: 22px 0 0;
   color: #F9A229;
   color: color(display-p3 0.976 0.635 0.161);
}

.registered-trademark {
	font-size: 24px;
	font-weight: 300;
	position: relative;
	top: -28px;
}

.section.splash h2 { 
   line-height: 44px;
   font-size: 40px;
   font-weight: 700;
   margin: 0;
}

.section.splash h2.subtitle {
   font-size: 33px;
   line-height: 34px;
   margin: 0;
   padding: 0;
   letter-spacing: 0.34em;
   font-weight: 300;
   color: #fff;
}

.section.splash h3 {
   text-align: left;
}

.section.splash .action-small:hover {
   background-color: #18A4D1;
   background-color: color(display-p3 0.094 0.643 0.82);
   background-color: #F9A229; 
   background-color: color(display-p3 0.976 0.635 0.161);
}

.new-link .content.wide {
	padding: 0 0 60px;
}

.section.new-link .content {
	overflow: visible;
}

a.new-link {
	color: #fff !important;
	padding: 12px 30px;
	margin: 5px auto 0;
	text-align: center;
	animation-delay: 2s;
	animation-duration: 2s;
	border-radius: 60px;
	font-size: 20px;
	background-image: linear-gradient(to right, #18A4D1, #FFAC00);
	background-image: linear-gradient(to right, color(display-p3 0.094 0.643 0.82), color(display-p3 0.976 0.635 0.161));
	text-decoration: none !important;
}

a.new-link:hover {
	transform: scale(1.02,1.02);
	text-decoration: none;
}

a.new-link.top {
	color: #fff;
	padding: 12px 30px;
	margin: -20px auto 0;
	text-align: center;
	animation-delay: 1.5s;
	animation-duration: 1.5s;
	border-radius: 60px;
	font-size: 18px;
	background-image: linear-gradient(to right, color(srgb 0 0.655 0.867 / 0.33), color(srgb 1 0.675 0 / 0.33));
	background-image: linear-gradient(to right, color(display-p3 0.094 0.643 0.82 / 0.33), color(display-p3 0.976 0.635 0.161 / 0.33));
	float: right;
	font-size: 16px;
}

a.new-link.top:hover {
	color: #fff;
	padding: 12px 30px;
	text-align: center;
	animation-delay: 2s;
	animation-duration: 2s;
	border-radius: 60px;
	background-image: linear-gradient(to right, color(srgb 0 0.655 0.867), color(srgb 1 0.675 0 / 0.33));
	background-image: linear-gradient(to right, color(display-p3 0.094 0.643 0.82 / 1), color(display-p3 0.976 0.635 0.161 / 1));
	float: right;
	transform: scale(1);
	font-size: 16px;
}

/* Purchase button */

.action-large {
	border-radius: 32px;
}

.action-small.purchase, .action-large.purchase {
	background: url('../../global/images/siteimages/icon-basket.png') no-repeat 22px center;
	background-color: #18A4D1;
	background-color: color(display-p3 0.094 0.643 0.82);
	background-size: 24px 24px;
	font-weight: 600;
	color: #fff;
	position: relative;
	padding-left: 45px;
}

.action-small .basket-handle-left, .action-large .basket-handle-left {
	position: absolute;
	display: inline-block;
	left: 28px;
	top: 12px;
	height: 10px;
	width: 2px;
	border-radius: 0px;
	background: #fff;
	
	-ms-transform: rotate(-20deg); /* IE 9 */
    -webkit-transform: rotate(-20deg); /* Chrome, Safari, Opera */
    transform: rotate(-20deg);
    
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    
    transform-origin: bottom center;
}

.action-small .basket-handle-right, .action-large .basket-handle-right {
	position: absolute;
	display: inline-block;
	left: 38px;
	top: 12px;
	height: 10px;
	width: 2px;
	border-radius: 0px;
	background: #fff;
	
	-ms-transform: rotate(20deg); /* IE 9 */
    -webkit-transform: rotate(20deg); /* Chrome, Safari, Opera */
    transform: rotate(20deg);
    
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    
    transform-origin: bottom center;
}

/* Rotate Left Handle on Hover */
.action-small:hover .basket-handle-left, .action-large:hover .basket-handle-left {	
	-ms-transform: rotate(20deg); /* IE 9 */
    -webkit-transform: rotate(20deg); /* Chrome, Safari, Opera */
    transform: rotate(20deg);
    
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

/* Rotate Left Handle on Hover */
.action-small:hover .basket-handle-right, .action-large:hover .basket-handle-right {
	-ms-transform: rotate(-20deg); /* IE 9 */
    -webkit-transform: rotate(-20deg); /* Chrome, Safari, Opera */
    transform: rotate(-20deg);
    
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;	
}

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi){ 
    .action-small.purchase, .action-large.purchase {
		background: url('../../global/images/siteimages/icon-basket@2x.png') no-repeat 22px center;
		background-color: #18A4D1;
		background-color: color(display-p3 0.094 0.643 0.82);
		background-size: 24px 24px;
	}
}

.action-small.purchase:hover, .action-large.purchase:hover {
	background-color: #18A4D1;
	background-color: color(display-p3 0.094 0.643 0.82);
	background-color: #F9A229;
	background-color: color(display-p3 0.976 0.635 0.161);
	background-size: 24px 24px;
	color: #fff;
}

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi){ 
	.action-small.purchase:hover, .action-large.purchase:hover {
		background: url('../../global/images/siteimages/icon-basket@2x.png') no-repeat 22px center;
		background-color: #18A4D1;
		background-color: color(display-p3 0.094 0.643 0.82);
		background-color: #F9A229;
		background-color: color(display-p3 0.976 0.635 0.161);
		background-size: 24px 24px;
	}
}

/* Download Button */

.action-small.download, .action-large.download {
	background: url('../../global/images/siteimages/icon-download-small.png') no-repeat 15px 15px, url('../../global/images/siteimages/icon-download-small-stem.png') no-repeat 15px 15px;
	background-color: #F9A229;
	background-color: color(display-p3 0.976 0.635 0.161);
	background-color: #18A4D1;
	background-color: color(display-p3 0.094 0.643 0.82);
	background-size: 16px 20px;
	color: #fff;
	padding-left: 25px;
	position: relative;
	font-weight: 600;
}

.action-small.download:hover, .action-large.download:hover {
	background: url('../../global/images/siteimages/icon-download-small.png') no-repeat 15px 20px, url('../../global/images/siteimages/icon-download-small-stem.png') no-repeat 15px 15px;
	
	background-color: #18A4D1;
	background-color: color(display-p3 0.094 0.643 0.82);
	background-color: #F9A229;
	background-color: color(display-p3 0.976 0.635 0.161);

	color: #fff;
	
	-webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;	
}



@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi){ 
	.action-small.download, .action-large.download {
		background: url('../../global/images/siteimages/icon-download-small@2x.png') no-repeat 25px 15px, url('../../global/images/siteimages/icon-download-small-stem@2x.png') no-repeat 25px 15px;
		background-color: #F9A229;
		background-color: color(display-p3 0.976 0.635 0.161);
		background-color: #18A4D1;
		background-color: color(display-p3 0.094 0.643 0.82);
		background-size: 16px 20px;
	}
	
	.action-small.download:hover, .action-large.download:hover {
		background: url('../../global/images/siteimages/icon-download-small@2x.png') no-repeat 25px 20px, url('../../global/images/siteimages/icon-download-small-stem@2x.png') no-repeat 25px 15px;
		background-color: #18A4D1;
		background-color: color(display-p3 0.094 0.643 0.82);
		background-color: #F9A229;
		background-color: color(display-p3 0.976 0.635 0.161);
		background-size: 16px 20px;
	}
}


/* ==========================================================================
   Overview Section
   ========================================================================== */

.section.overview {
	color: #54C7EC;
	color: color(display-p3 0.329 0.78 0.925);
	overflow: hidden;
	text-align: center;
}

.section.overview p.overview-text {
	margin: 0 150px 15px;
}

.overview-text {
	display: block;
	text-align: center;
}

/* ==========================================================================
   Tour Section
   ========================================================================== */

.section.features-primary, {
	color: #fff;
	text-align: center;
}

.section.features-mobile {
	color: #54C7EC;
	color: color(display-p3 0.329 0.78 0.925);
}

.section.features-mobile h3 {
	color: #fff;
}

#tour {
	width: 100%;
}

#tour-full {
	width: 100%;
	margin: 0 auto;
}

#tour-mobile {
	margin-bottom: 15px;
	width: 100%;
}

#tour img {
	max-width: 100%;	
}

.tour-arrow {
	text-align: center;
	margin: 0 auto 15px;
	transform: translate(0, 20px);
	opacity: 0;
	transition: all 300ms ease;
}

.tour-description {
	color: #333;
	color: #fff;
	padding: 25px 15px 0;
	transform: translate(0, 0);
	text-align: center;
	
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.tour-description h3 {
	color: #fff;
	margin-bottom: 5px;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.tour-description:hover, .tour-description:hover h3, .tour-description.active, .tour-description.active h3 {
	color: #F8A129;
	color: color(display-p3 0.976 0.635 0.161);
	
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.tour-description:hover .tour-arrow, .tour-description.active .tour-arrow {
	transform: translate(0, 0px);
	opacity: 1;
	transition: all 300ms ease;
}

.tour-description:hover,  .tour-description.active {
	transform: translate(0, -10px);
	
	-webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);	
}

.tour-icon {
	margin-right: 5px;
	margin-top: -3px;
	width: 24px;
	height: 24px;
	-webkit-filter: saturate(0);
	filter: saturate(0);
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.tour-description:hover .tour-icon,  .tour-description.active .tour-icon {
	-webkit-filter: saturate(1);
	filter: saturate(1);
	
	-webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);	
}

#tour-full {
	position: relative;
	height: 536px;
	width: 960px;
	max-width: 100%;
	overflow: hidden;
}

#tour-applications, #tour-devices, #tour-system {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.01;
	transform: translate(0,0);
	filter: blur(0px);
	
	-webkit-transition: all 400ms ease 100ms;
    -moz-transition: all 400ms ease 100ms;
    -o-transition: all 400ms ease 100ms;
    transition: all 400ms ease 100ms;
}

#tour-full.first #tour-applications {
	opacity: 100%;
}

#tour-full.second #tour-devices {
	opacity: 100%;
}

#tour-full.third #tour-system {
	opacity: 100%;
}

/* ==========================================================================
   Use Cases Section
   ========================================================================== */

.features-mobile {
	display: none;
}

/* ==========================================================================
   Use Cases Section
   ========================================================================== */

.section.use-cases {
	color: #54C7EC;
	color: color(display-p3 0.329 0.78 0.925);
	overflow: hidden;
	text-align: center;
}

.use-cases .content h3 {
	color: #fff;
}

.usecases a, .section.whatsnew-secondary p a {
	text-decoration: underline;
	color: #54C7EC;
	color: color(display-p3 0.329 0.78 0.925);
	text-decoration-thickness: 1px;
	text-decoration-color: rgba(84, 199, 236, 0.5);
	text-decoration-color: color(display-p3 0.329 0.78 0.925 / 0.5);
}

.use-cases a:hover, .section.whatsnew-secondary p a:hover {
	color: #F9A229;
	color: color(display-p3 0.976 0.635 0.161);
	text-decoration-color: #F9A229;
	text-decoration-color: color(display-p3 0.976 0.635 0.161);
}

/* ==========================================================================
   Secondary Features Section
   ========================================================================== */

.section.features-secondary {
	color: #54C7EC;
	color: color(display-p3 0.329 0.78 0.925);
	overflow: hidden;
	text-align: center;
	overflow: hidden;
}

.column.feature {
	background: url('../images/feature-star.svg') no-repeat 15px 0px;
	background-size: 25px 25px;
}

.column .feature-icon {
	width: 40px;
	float: left;
	height: auto;
}

.column .feature-description {
	padding-left: 40px;
}

.section.features-secondary ul {
	margin: 0;
	padding: 0 0 30px 15px;
	list-style-position: outside;
}

.section.features-secondary ul li {
	padding: 0 0 0 0px;
}

.section.features-secondary h3 {
	color: #fff;
}


/* ==========================================================================
   Actions Section
   ========================================================================== */
   
.section.actions {
	color: #fff;
}

.section.actions h1 {
	margin-top: 8px;
	color: #fff;
}

.details-column p {
	margin-top: 55px;
	line-height: 18px;
	text-align: left;
}

/* ==========================================================================
   Accolades Section
   ========================================================================== */
   
.section.accolades {
	color: #fff;
	text-align: center;
	
}

.section.accolades h2 {
	color: #fff;
	text-align: center; 
}

.section.accolades p {
	color: #F9A229;
	color: color(display-p3 0.976 0.635 0.161);
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
}

.section.accolades .credit, .section.accolades .credit a {
	font-size: 18px;
	font-weight: 300;
	color: #fff;
}

.section.accolades a:hover {
	color: #54C7EC !important;
	color: color(display-p3 0.329 0.78 0.925) !important;
}


.section.accolades a {
	color: #fff;
	text-align: center;
}

.section.accolades a:hover {
	color: #F9A229;
	color: color(display-p3 0.976 0.635 0.161);
}

#quotes-container {
	height: 220px;
}

#quotes-container img {
	margin-top: 15px;
}

/* ==========================================================================
   Buy page title section
   ========================================================================== */

#title h1 {
	color: #2E333A;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	font-weight: 700;
}

.dark #title h1 {
	color: #fff;
}

#title h2 {
	font-size: 22px;
	line-height: 36px;
	font-weight: 300;
	color: #F9A229;
	color: color(display-p3 0.976 0.635 0.161);
	text-transform: none;
}

#title h2 img {
	margin-bottom: 4px;
}

/* Store Button */
a.storeButton, a.storeButton:link, a.storeButton:visited {
	color: #fff;
	background: #18A4D1;
	background: color(display-p3 0.094 0.643 0.82);
	
}

a.storeButton:hover {
	color: #fff;
background: #F9A229;
background: color(display-p3 0.976 0.635 0.161);
}


.store-item h3 {
	color: #18A4D1;
	color: color(display-p3 0.094 0.643 0.82);
}

.store-block-big {
	background: #FCEFE0;
	background: #FFEFCC;
	background: #D1EDF6;
}

.store-summary h2 {
	color: #fff;
}

a.details-button {
	background: #18A4D1;
	background: color(display-p3 0.094 0.643 0.82);
}

a.details-button:hover {
	background: #F9A229 !important;
	background: color(display-p3 0.976 0.635 0.161) !important;
}

h3.ammo-modal-link:hover {
	color: #F9A229 !important;
	color: color(display-p3 0.976 0.635 0.161) !important;
}

 /* ==========================================================================
   What's New Page
   ========================================================================== */

.splash.whatsnew {
	   padding-top: 0px; 
   }

.section.whatsnew p {
	color: #fff;
}

.section.whatsnew-secondary p {
	color: #54C7EC;
	color: color(display-p3 0.329 0.78 0.925);
}

.section.whatsnew-secondary h3 {
	color: #fff;
}

.splash.whatsnew h1 {
	color: #fff;
}

/* ==========================================================================
   Misc Styles
   ========================================================================== */

body.dark .more-apps {
	background: none;
}

hr {
	border: none;
	opacity: 1;
	background: linear-gradient(to right, #18A4D1, #FFAC00);
	background: linear-gradient(to right, color(display-p3 0.094 0.643 0.82), color(display-p3 0.976 0.635 0.161));
	height: 1px;
	margin-top: 20px;
}

body.dark .more-apps .content {
	max-width: 1200px;
}
  
body.dark .more-apps a, body.dark .more-apps a h6, body.dark .more-apps h3 {
  color: #fff;
}

body.dark .more-apps a img {
  -webkit-filter: drop-shadow(0px 0px 1px #333);
  filter: drop-shadow(0px 0px 1px #333);
}

body.dark #title h2 img {
	-webkit-filter: brightness(4);
	filter: brightness(4);
}

body.dark #price-estimate-note {
	color: #fff;
	background: #3F3F3F;
}

.store-summary {
	background: none;
	color: #fff;
}
 
.platform-badge {
	background: rgba(255,255,255,0.1);
	color: #fff !important;
}
  
.store-summary h3 {
	color: #fff;
}  

.store-block-big, .store-box {
	background: rgba(255,255,255,0.1);
	color: #fff;
}

.store-box:has(h4:target), .store-box:target {
	box-shadow: 0 0 20px 5px #F9A229;
	box-shadow: 0 0 20px 5px color(display-p3 0.976 0.635 0.161);
}

.store-block-big h3, .store-box h4 {
	color: #fff;
}

h5.store-section span {
	color: #fff;
	background: #121F24;
	background: #1D2626;
}

.store-section-divider {
	background: #3F3F3F;
}

.ammo-modal-link {
	color: #18A4D1;
	color: color(display-p3 0.094 0.643 0.82);
}

.ammo-modal-link:hover {
	color: #F9A229;
	color: color(display-p3 0.976 0.635 0.161);
}

/* ==========================================================================
   Mobile Styles
   ========================================================================== */

@media (max-width: 1000px) {
	.actions-icon {
		display: none;
	}
	
	.columns.four {
		grid-template-columns: 1fr 1fr 1fr !important;
	}
}

@media (max-width: 931px) {
	
	.column {
		padding-left: 0;
		padding-right: 0;
	}
	
	.content, .section.new-link .content {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.splash video {
		max-width: 100%;
	}
	
	#tagline {
		color: #fff !important;
	}	
	
	.section.splash .title-area {
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	
	.section.splash .icon-container {
		margin: 0 auto;
		padding-top: 15px;	
	}
	
	h1 {
		font-size: 32px;
		line-height: 40px;
		padding-top: 0;
	}
	
	.section.splash h2 {
		font-size: 20px;
		line-height: 28px;
	}
	
	.section.overview p.overview-text {
		margin: 0;
	}
	
	.store-item h3 {
		width: 100%;
		clear: both;
	}
	
	.store-description {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
	.section.actions h2 {
		width: 100%;
		clear: both;
	}
	
	.features-mobile {
		display: block;
	}
	.title-area {
		width: 100%;
	}
	
	.store-box, .store-block-big {
		padding: 15px;
		text-align: center;
	}
	
	.store-box p {
		padding: 0 0 10px;
	}
	
	.promoBanner {
		width: 97%;
		margin: 0 1.5% 40px;
	}
	
	.icon-container {
		width: 100%;
		text-align: center;
		margin: 0;
	}
	
	a.new-link {
		font-size: 20px;
		line-height: 24px;
		border-radius: 28px;
		display: block;
	}
	
	.section.splash h1 {
		text-align: center; margin: 0; padding: 0; color: #FFAC00; color: #FFAC00; /* font-size: 48px; line-height: 48px; */
	}
	
	.section.splash h2 {
		text-align: center; margin: 0; padding: 0; color: #FFAC00; color: #FFAC00; letter-spacing: 0em !important; 
	}
	
	.section.actions .content.wide {
		border-radius: 40px !important;
	}
	
	.section.accolades {
		display: none;
	}
	
}

@media all and (max-width: 800px) { 
	.columns.three {
		grid-template-columns: 1fr 1fr !important;
	}
	.columns.four {
		grid-template-columns: 1fr 1fr !important;
	}
	
	.section.actions {
		text-align: center;
	}
	
	.details-column {
		grid-column: span 2;
		text-align: center;
	}
	
	.details-column p {
		text-align: center;
	}
	
	.details-column p {
		margin-top: 0px;
	}
}

@media all and (max-width: 450px) { 
	.columns.three {
		grid-template-columns: 1fr !important;
	}
	
	.details-column {
		grid-column: span 1;
	}
	
	.columns.four {
		grid-template-columns: 1fr !important;
		padding-top: 15px;
	}
}
