/* ==========================================================================
   Audio Hijack Website Redesign
   by Neale Van Fleet
   ========================================================================== */
   
   
 /* ==========================================================================
   General Styles
   ========================================================================== */

html {
	background-color: rgba(248, 244, 254, 1);
	background-image: url('images/bg-light@2x.png');
	background-attachment: fixed;
	background-size: 256px 256px;
}

body {
	background: linear-gradient(180deg, rgba(118, 43, 245, 1) 5%, rgba(118, 43, 245, 0) 12%);
	background: linear-gradient(180deg, color(display-p3 0.428 0.188 0.924) 2%, color(display-p3 0.428 0.188 0.924 / 0) 12%);
	min-height: 100vh;
}

body.buy-page {
	/* background-color: rgba(248, 244, 254, 1); */
	background: linear-gradient(180deg, 
		color(display-p3 0.428 0.188 0.924 / 0.25) 0%, 
		color(display-p3 0.428 0.188 0.924 / 0) 10%, 
		color(display-p3 0.428 0.188 0.924 / 0) 90%, 
		color(display-p3 0.428 0.188 0.924 / 0.25) 100%);
	padding-top: 90px;
}

#header {
	border-bottom: none;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.152);
}

::-moz-selection {
	color: #fff;
    background: #762BF5;
	background: color(display-p3 0.463 0.169 0.961);
    text-shadow: none;
}

::selection {
	color: #fff;
    background: #762BF5;
	background: color(display-p3 0.428 0.188 0.924);
    text-shadow: none;
}

h1, h3, h4, h5, h6 {
	color: #762BF5;
	color: color(display-p3 0.463 0.169 0.961);
}

h2 {
	color: #762BF5;
	color: color(display-p3 0.463 0.169 0.961);
	font-size: 44px;
	line-height: 46px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0 3px 0 color(srgb 0.463 0.169 0.961 / 0.2);
	text-shadow: 0 3px 0 color(display-p3 0.463 0.169 0.961 / 0.2);
}

h3 {
	font-weight: 800;
	text-shadow: 0 2px 0 color(srgb 0.463 0.169 0.961 / 0.2);
	text-shadow: 0 2px 0 color(display-p3 0.463 0.169 0.961 / 0.2);
}

h4 {
	font-size: 22px;
	margin-bottom: 5px;
}

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

p.smaller {
	font-size: 16px;
	line-height: 22px;
}


p.smallest {
	font-size: 14px;
	line-height: 20px;
	opacity: 0.75;
}

a, a:link, a:visited {
	color: #762BF5;
	color: color(display-p3 0.463 0.169 0.961);
}

p a:hover {
	color: #762BF5;
	color: color(display-p3 0.463 0.169 0.961);
	text-decoration: underline;
	text-decoration-color: rgba(118, 43, 245, 0.5); 
}

h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 54px;
	line-height: 48px;
	padding-top: 7px;
	text-align: center;
	font-weight: 900;
	text-shadow: 0 3px 0 color(srgb 1 1 1 / 0.7);
}

.new-badge{
	border-radius: 6px;
	color: #fff;
	background: #762BF5;
	background: color(display-p3 0.463 0.169 0.961);
	padding: 5px 5px;
	margin: 0;
	font-size: 10px;
	display: inline;
}

.new {
	color: #FFEC51;
}

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

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

p {
	margin-bottom: 15px;
}

.filled {
	background: rgba(248, 244, 254, 0.66);
	box-shadow: 0 0 20px 20px rgba(248, 244, 254, 0.66);
	overflow: hidden;
	border-radius: 24px;
	padding-bottom: 0;
	padding-top: 0 !important;
	margin-top: 30px !important;
}

/* ==========================================================================
   Title Section
   ========================================================================== */

.title-area {
	width: 566px;
	margin: 0 auto 0 auto;
}

.icon-container {
	margin: 0 5px 10px 0;
	float: left;
}

.title-area h1 {
	font-weight: 900;
	font-size: 84px;
	margin-bottom: 10px;
	padding-top: 25px;
}

.title-area h2 {
	text-align: center;
	font-size: 29px;
	line-height: 33px;
	text-transform: none;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.75);
	margin-bottom: 0;
	padding-bottom: 0;
}

.title-area.whatsnew {
	width: 480px;
	margin: 0 auto 0 auto;
}

.app-icon {
	margin-top: 10px;
	width: 75px;
	height: 75px;
}

h3.splash-title {
	font-size: 36px;
	line-height: 40px;
	margin-top: 0px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
}

p.splash-intro {
	font-size: 22px;
	margin-top: 10px;
	color: #fff;
}

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

.section.splash {
	margin-top: -20px;
	padding-bottom: 30px;
}

.section.splash h3 {
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 900;
}

.trademark {
	font-size: 24px;
	top: 0px;
}

.action-small.purchase, .action-large.purchase {
	background: url('../../global/images/siteimages/icon-basket.png') no-repeat 22px center;
	background-size: 24px 24px;
	background-color: #762BF5;
	background-color: color(display-p3 0.428 0.188 0.924);
	font-weight: 600;
	color: #fff;
	position: relative;
	padding-left: 30px;
	box-shadow: 0 3px 0 rgba(118, 43, 245, 0.2);
}

.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 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms 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 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms 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 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms 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 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms 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: #762BF5;
		background-color: color(display-p3 0.428 0.188 0.924);
		background-size: 24px 24px;
	}
}

.action-small.purchase:hover, .action-large.purchase:hover {
	background: url('../../global/images/siteimages/icon-basket.png') no-repeat 22px center;
	background-color: #2D0970;
	background-color: color(display-p3 0.118 0 0.318 / 0.8);
	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: #2D0970;
		background-color: color(display-p3 0.118 0 0.318 / 0.8);
		background-size: 24px 24px;
	}
}

/* Download Button */

.action-small.download, .action-large.download {
	background: url('../../global/images/siteimages/icon-download-small.png') no-repeat 20px 15px, url('../../global/images/siteimages/icon-download-small-stem.png') no-repeat 20px 15px;
	background-color: #762BF5;
	background-color: color(display-p3 0.428 0.188 0.924);
	background-size: 16px 20px;
	color: #fff;
	padding-left: 30px;
	position: relative;
	font-weight: 600;
	box-shadow: 0 3px 0 rgba(118, 43, 245, 0.2);
}

.action-small.download:hover, .action-large.download:hover {
	background: url('../../global/images/siteimages/icon-download-small.png') no-repeat 20px 20px, url('../../global/images/siteimages/icon-download-small-stem.png') no-repeat 20px 15px;
	background-color: #2D0970;
	background-color: color(display-p3 0.118 0 0.318 / 0.8);
	background-size: 16px 20px;
	color: #fff;
	
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms 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 20px 15px, url('../../global/images/siteimages/icon-download-small-stem@2x.png') no-repeat 20px 15px;
		background-color: #762BF5;
		background-color: color(display-p3 0.428 0.188 0.924);
		background-size: 16px 20px;
	}
	
	.action-small.download:hover, .action-large.download:hover {
		background: url('../../global/images/siteimages/icon-download-small@2x.png') no-repeat 20px 20px, url('../../global/images/siteimages/icon-download-small-stem@2x.png') no-repeat 20px 15px, #333;
		background-size: 16px 20px;
	}
}

.action-small.download, .action-small.purchase {
	background-color: #5010bc;
	background-color: color(display-p3 0.428 0.188 0.924);
}

.action-small.download:hover, .action-small.purchase:hover {
	background-color: #2D0970;
	background-color: color(display-p3 0.118 0 0.318 / 0.8);
}

.action-large.download, .action-large.purchase {
	text-decoration: none !important;
	margin-top: 55px;
	background-color: #2D0970;
	background-color: color(display-p3 0.118 0 0.318 / 0.8);
	box-shadow: 0 3px 0 rgba(45, 9, 112, 0.5);
}

.action-large.download:hover, .action-large.purchase:hover {
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
	background-color: #160040;
	background-color: color(display-p3 0.086 0 0.251 / 1);

}

h2.new-title {
	color: #762BF5;
	color: color(display-p3 0.428 0.188 0.924);
	background: #F2EBFE;
	padding: 0px 15px;
	margin: 0 auto;
	border-radius: 40px;
	max-width: 460px;
	font-size: 28px;
	line-height: 30px;
}

a.whats-new-link {
	position: absolute;
	top: 20px;
	right: 10px;
	display: block;
	width: 250px;
	color: #fff;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50px;
	padding: 10px 15px;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	box-shadow: 0 2px 5px #762BF5;
	box-shadow: 0 2px 5px color(display-p3 0.463 0.169 0.961);
	
}

a.whats-new-link:hover {
	background-color: #762BF5;
	background-color: color(display-p3 0.428 0.188 0.924);
	text-decoration: none;
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

a.whats-new-link.large {
	display: inline-block;
	position: relative;
	top: 0;
	right: 0;
	color: #762BF5;
	color: color(display-p3 0.428 0.188 0.924);
	background-color: rgba(118, 43, 245, 0.15);
	background-color: color(display-p3 0.428 0.188 0.924 / 0.15);
	
	background: #EEE5FD;
	background-image: url('images/bg-blur@2x.png');
	background-size: 256px 256px;
	background-attachment: fixed;
	   
	   
	border-radius: 50px;
	padding: 15px 30px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	text-shadow: none;
	width: 600px;
}

a.whats-new-link.large:hover {
	color: #fff;
	background-color: rgba(118, 43, 245, 1);
	background-color: color(display-p3 0.428 0.188 0.924 / 1);
}


.splash-image:hover {
	cursor: pointer;
}

.splash-image .video-helper {
	position: absolute;
	top: 350px;
	right: 2px;
	transform: scale(1);
	transform-origin: bottom right;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.splash-image:hover .video-helper {
	right: 2px;
	transform: scale(1.1);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

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

.section.features-primary {
	   background: #762BF5;
	   background: color(display-p3 0.428 0.188 0.924);
	   background-image: url('images/bg-white@2x.png');
	   background-size: 256px 256px;
	   background-attachment: fixed;
   }

.section.features-primary .content.wide {
	padding-top: 0;
}

.tour-description {
	color: rgba(255, 255, 255, 0.75);
	padding: 30px 15px 0;
	text-align: center;
	display: block;
}

.tour-description p {
	padding: 10px 0 0;
	margin: -5px 0 0;
}

.tour-description h4 {
	color: rgba(255, 255, 255, 0.75);
	text-transform: uppercase;
	font-weight: 900;
	line-height: 22px;
	margin: 0;
	padding: 0 0 5px;
}

#tour-full {
	position: relative;
	margin: 0 auto;
	max-width: 1025px;
}

#tour-full video {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	opacity: 0;
	display: none;
	
	filter: saturate(1.1);
	
	-webkit-transition: all 300ms ease-out 100ms;
	-moz-transition: all 300ms ease-out 100ms;
	-o-transition: all 300ms ease-out 100ms;
	transition: all 300ms ease-out 100ms;
}

#tour-full #tour-control {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	opacity: 0;
	transform: translateY(100px);
	
	-webkit-transition: all 300ms ease-out 100ms;
	-moz-transition: all 300ms ease-out 100ms;
	-o-transition: all 300ms ease-out 100ms;
	transition: all 300ms ease-out 100ms;
}

#tour-full #tour-inspector-overlay, #tour-full #tour-sets-overlay {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	opacity: 0;
	
	-webkit-transition: all 300ms ease-out 100ms;
	-moz-transition: all 300ms ease-out 100ms;
	-o-transition: all 300ms ease-out 100ms;
	transition: all 300ms ease-out 100ms;
}

#tour-base {
	opacity: 1;
	
	-webkit-transition: all 300ms ease-out 100ms;
	-moz-transition: all 300ms ease-out 100ms;
	-o-transition: all 300ms ease-out 100ms;
	transition: all 300ms ease-out 100ms;
}

/* #tour-sets-overlay, #tour-tiles-overlay,  #tour-edit-overlay, #tour-inspector-overlay {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	
	-webkit-transition: all 300ms ease-in 100ms;
    -moz-transition: all 300ms ease-in 100ms;
    -o-transition: all 300ms ease-in 100ms;
    transition: all 300ms ease-in 100ms;
}



/* Alternative States for Tour Section */

#tour-full.first #tour-sets {
	opacity: 1;
	display: block;
	
	-webkit-transition: all 300ms ease-out 100ms;
    -moz-transition: all 300ms ease-out 100ms;
    -o-transition: all 300ms ease-out 100ms;
    transition: all 300ms ease-out 100ms;
}

#tour-full.first #tour-sets-overlay {
	opacity: 0.33;
	
	-webkit-transition: all 300ms ease-out 100ms;
	-moz-transition: all 300ms ease-out 100ms;
	-o-transition: all 300ms ease-out 100ms;
	transition: all 300ms ease-out 100ms;
}

#tour-full.second #tour-inspector {
	opacity: 1;
	display: block;
	
	-webkit-transition: all 300ms ease-out 100ms;
    -moz-transition: all 300ms ease-out 100ms;
    -o-transition: all 300ms ease-out 100ms;
    transition: all 300ms ease-out 100ms;
}

#tour-full.second #tour-inspector-overlay {
	opacity: 0.33;
	
	-webkit-transition: all 300ms ease-out 100ms;
	-moz-transition: all 300ms ease-out 100ms;
	-o-transition: all 300ms ease-out 100ms;
	transition: all 300ms ease-out 100ms;
}

#tour-full.third #tour-edit {
	opacity: 1;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.33);
	display: block;
	
	-webkit-transition: all 300ms ease-out 100ms;
	-moz-transition: all 300ms ease-out 100ms;
	-o-transition: all 300ms ease-out 100ms;
	transition: all 300ms ease-out 100ms;
}



#tour-full.third #tour-base {
	opacity: 0.3;
	
	-webkit-transition: all 300ms ease-out 100ms;
	-moz-transition: all 300ms ease-out 100ms;
	-o-transition: all 300ms ease-out 100ms;
	transition: all 300ms ease-out 100ms;
}

#tour-full.fourth #tour-control {
	opacity: 1;
	transform: translateY(0px);
	
	-webkit-transition: all 300ms ease-out 100ms;
	-moz-transition: all 300ms ease-out 100ms;
	-o-transition: all 300ms ease-out 100ms;
	transition: all 300ms ease-out 100ms;
}

#tour-full.fourth #tour-base {
	opacity: 0.3;
	
	-webkit-transition: all 300ms ease-out 100ms;
	-moz-transition: all 300ms ease-out 100ms;
	-o-transition: all 300ms ease-out 100ms;
	transition: all 300ms ease-out 100ms;
}

/* Trigger zones */

#tour-active-area-inspector {
	position: absolute;
	right: 0;
	top: 0;
	height: 504px;
	width: 260px;
}

#tour-active-area-sets {
	position: absolute;
	left: 0;
	top: 0;
	height: 504px;
	width: 765px;
	z-index: 9999;
}

/* Highlight Arrows */


/* #tour-sets-arrow, #tour-tiles-arrow, #tour-inspector-arrow {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	
	transform: translate(0, 40px);
	
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

#tour-full.first #tour-tiles-arrow,
#tour-text.first #tour-tiles-description .tour-arrow
 {
	opacity: 1;
	transform: translate(0, 0);
	
	-webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
    -moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
    -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
}

#tour-full.second #tour-inspector-arrow,
#tour-text.second #tour-inspector-description .tour-arrow {
	opacity: 1;
	transform: translate(0, 0);
	
	-webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
    -moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
    -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
}

#tour-full.fourth #tour-sets-arrow,
#tour-text.fourth #tour-sets-description .tour-arrow {
	opacity: 1;
	transform: translate(0, 0);
	
	-webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
    -moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
    -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
} */

/* Hover Zones */
/* #activation-first {
	width: 480px;
	height: 420px;
	position: absolute;
	top: 0px;
	left: 100px;
	opacity: 0;
}

#activation-second {
	width: 170px;
	height: 420px;
	position: absolute;
	top: 0px;
	right: 0;
	opacity: 0;
}

#activation-fourth {
	width: 100px;
	height: 420px;
	position: absolute;
	left: 0;
	top: 0px;
	opacity: 0;
} */

/* Highlight Descriptions */

.first #tour-tiles-description, .first #tour-tiles-description h4 {
	color: #fff;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.second #tour-inspector-description, .second #tour-inspector-description h4 {
	color: #fff;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.third #tour-edit-description, .third #tour-edit-description h4 {
	color: #fff;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.fourth #tour-sets-description, .fourth #tour-sets-description h4 {
	color: #fff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

#tour-tiles-description, #tour-inspector-description, #tour-edit-description, #tour-sets-description {
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.first #tour-tiles-description, .second #tour-inspector-description, .third #tour-edit-description, .fourth #tour-sets-description {
	transform: translate(0,-30px);
	
	-webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
    -moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
    -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
}

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

.first #tour-tiles-description .tour-arrow, .second #tour-inspector-description .tour-arrow, .third #tour-edit-description .tour-arrow, .fourth #tour-sets-description .tour-arrow {
	transform: translate(0, 0px);
	opacity: 1;
	transition: all 300ms ease;
}

/*
@keyframes bounce {
	0%, 50%, 100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
*/


/* ==========================================================================
   Movie Link
   ========================================================================== */

.movie-link {
	filter: drop-shadow(0 2px 5px rgba(0,0,0,0));
	filter: drop-shadow(0 2px 10px #fff);
	-webkit-transform: translateZ(0);
	
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.movie-link:hover {
	filter: drop-shadow(0 2px 10px #762BF5);
	filter: drop-shadow(0 2px 10px color(display-p3 0.463 0.169 0.961));
	cursor: pointer;
	
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.movie-link:active {
	filter: drop-shadow(0 2px 20px #ffffff);
	cursor: pointer;
	
	-webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

/* ==========================================================================
   Video Section
   ========================================================================== */

/* #lightbox {
	background: red;
} */

#video-bg, #lightbox {
	background-color: rgba(33, 0, 88, 0.8);
	background-image: url('images/bg-dark@2x.png');
	background-size: 256px 256px;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	padding: 0;
	transform: translateZ(0);
	z-index: 999;
	
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;

	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
  
	opacity: 0;
	pointer-events: none;
	
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#video-bg.active, .lightboxed #lightbox  {
	opacity: 1;
	pointer-events: all;
	
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#video-bg.active video {
	background: black;
}

.pop-up h2 {
	font-size: 32px;
	line-height: 34px;
	margin-bottom: 0;
}

#video-bg:hover {
	cursor: pointer;
}

#fg-video {
	display: none;
	width: 960px;
	height: auto;
	max-width: 100%;
	z-index: 9999;
	pointer-events: none !important;
	
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
	border-radius: 5px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.5);
	
	position: fixed;
	
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#fg-video.active {
	display: block;
	pointer-events: auto !important;
	opacity: 1;
	transform: translate(-50%, -50%);
	
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#fg-video:-webkit-full-screen {
	transform: translate(0, 0);
}



/* ==========================================================================
   About Section
   ========================================================================== */

.section.about {
	background-color: #F8F4FE;
	background-color: color(display-p3 0.973 0.957 0.996);
	overflow: hidden;
	text-align: center;
}

.main-page-link {
	text-shadow: none;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.main-page-link:hover {
	color: #5010bc;
	color: color(display-p3 0.118 0 0.318);
}

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

.section.features img, .section.use-cases img {
	float: left;
	margin: 0 5px 35px 0px;
}

@media (max-width: 931px) {
	.section.features img, .section.use-cases img, {
		float: none;
		margin: 0 auto;
	}
}

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

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

.section.features-secondary {
	background: #fff;
	overflow: hidden;
}

.column.feature {
	background: url('images/feature-star@2x.png') no-repeat 15px 5px;
	background-size: 25px 25px;
	text-align: left;
}

.feature-icon {
	width: 100%;
	float: none;
	text-align: center;
	display: block;
	margin-top: -15px;
}

.feature-icon img {
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.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;
}

/* ==========================================================================
   Actions Section
   ========================================================================== */
   
.section.actions {
	text-align: left;
	color: #fff;
}

.section.actions a {
	color: #fff;
	text-decoration: underline;
	text-decoration-color: rgba(255, 255, 255, 0.5);
	text-decoration-thickness: 1px;
}

.section.actions h2 {
	color: #fff;
}

.section.actions a:hover {
	color: #fff;
	text-decoration: underline;
	text-decoration-color: rgba(255, 255, 255, 1);
}

p.details {
	margin-top: 50px;
}

.section.actions .content.wide {
	padding-bottom: 0;
	background: #762BF5;
	background: color(display-p3 0.428 0.188 0.924);
	background-image: url('images/bg-white@2x.png');
	background-size: 256px 256px;
	background-attachment: fixed;
	border-radius: 32px;
}

h1.whatsnew-action {
	font-size: 46px;
	line-height: 48px;
}

/* Dual Index */

.dual .details-columns { 
	grid-template-columns: 1fr 2fr;
}

.dual p, .dual table {
	font-weight: 400;
}

.dual table {
	margin: 0 auto;
}

.dual table tr, .dual table td  {
	font-size: 14px;
	line-height: 20px;
	padding: 0 3px;
	margin: 0;
	text-align: right;
}

@media (max-width: 1000px) {
		.dual .actions-icon {
			  display: block;
		}
}
  
  @media (max-width: 880px) {
		.dual table tr, .dual table td  {
			font-size: 12px;
			line-height: 16px;
		}
		
		.dual .details-column strong {
			font-size: 12px;
			line-height: 16px;
		}
		
		.dual table tr td {
			padding-bottom: 2px;
			margin-bottom: 2px;
		}
		
		.dual table {
			margin-bottom: 15px;
		}
	}
  
	  @media (max-width: 780px) {
		.dual .actions-icon {
			display: none;
		}
		
		.dual .details-columns { 
			grid-template-columns: 1fr;
		}
		
		.dual table tr td {
			padding-bottom: 2px;
			margin-bottom: 2px;
		}
	}
	
@media (max-width: 300px) {
	.dual table tr, .dual table td  {
		font-size: 11px;
		line-height: 12px;
	}
	
	.dual .details-column strong {
		font-size: 11px;
		line-height: 12px;
	}
}

/* ==========================================================================
   Accolades Section
   ========================================================================== */

.quote p {
	color: #333;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
}

#quotes-container {
	height: 170px;
}

.quote img {
	filter: brightness(0.05);
}


/* ==========================================================================
   Buy Page
   ========================================================================== */

h1#purchase-farrago, h1#upgrade-to-farrago-2 {
	text-transform: uppercase;
	font-size: 51px;
	line-height: 55px;
	font-weight: 900;
	color: #762BF5;
	color: color(display-p3 0.428 0.188 0.924);
	text-shadow: 0 3px 0 rgba(118, 43, 245, 0.2);
	text-shadow: 0 3px 0  color(display-p3 0.463 0.169 0.961 / 0.2);
}

#title h2 {
	font-size: 22px;
	font-weight: 300;
	color: #762BF5;
	color: color(display-p3 0.463 0.169 0.961);
	text-shadow: 0 3px 0 rgba(118, 43, 245, 0.2);
	text-shadow: 0 3px 0  color(display-p3 0.463 0.169 0.961 / 0.2);
	text-transform: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.upgrade-page #title h2 {
	font-size: 28px;
	line-height: 28px;
	font-weight: 300;
	color: #762BF5;
	color: color(display-p3 0.463 0.169 0.961);
	text-transform: none;
	margin: 0;
	padding-bottom: 0;
	text-shadow: none;
}

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

a.storeButton, a.storeButton:link, a.storeButton:visited {
	color: #fff;
	background: #762BF5;
	background: color(display-p3 0.463 0.169 0.961);
	box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.198) inset;
}

a.storeButton:hover {
	color: #fff;
	background: #333;
	background-color: #2D0970;
	background-color: color(display-p3 0.118 0 0.318 / 0.8);
	box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.6) inset;
}

.store-item h3 {
	color: #21252b;
}

.store-block-big, .store-box {
	background: #EEE5FD;
	position: unset;
	box-shadow: 0 1px 5px rgba(45, 9, 112, 0.33);
}

.store-box:has(h4:target), .store-box:target {
	box-shadow: 0 0 20px 5px #762BF5;
	box-shadow: 0 0 20px 5px color(display-p3 0.463 0.169 0.961);
}

.store-summary {
	background: none;
}

/* .store-summary h3 {
	color: #fff;
	text-decoration-color: #fff;
}

.store-summary h3:hover {
	color: #fff;
	text-decoration-color: rgba(255, 255, 255, 0.5);
} */

h5.store-section {
	margin-bottom: 15px;
}

h5.store-section span {
	background: none;
}

.store-section-divider {
	background: none;
}

h2#store-info, .store-summary h3 {
	text-align: left;
	line-height: 34px;
	text-shadow: none;
}

.ammo-modal-content h3 {
	text-shadow: none;
}

.platform-badge {
	background: none;
	padding: 0;
}

.buy-page #title h2 {
	margin: -10px 0 0;
	padding: 0;
	text-shadow: none;
}

.buy-page h3 {
	text-shadow: none;
}

/* ==========================================================================
   More Apps Section
   ========================================================================== */
   
   .section.more-apps {
	   background: #EEE5FD;
	   background-image: url('images/bg-blur@2x.png');
	   background-size: 256px 256px;
	   background-attachment: fixed;
	   margin: 60px 0 0px;
   }
   
   #footer { 
	   background: #EEE5FD;
   }
   
   .buy-page #footer {
	   background: none;
   }
   
   .more-apps h3 {
	   text-shadow: none;
   }

  /* .section.more-apps {
	  background: none;
  }
  
  .section.more-apps .column.full {
		max-width: 1200px;
	}
  
  .more-apps a h6, .more-apps a {
		color: #fff !important;
	}

	.section.more-apps h3 {
		color: #762BF5;
		color: color(display-p3 0.463 0.169 0.961);
	}
  
  .more-apps .airfoil a:hover h6, .more-apps .airfoil a:hover {
	  color: #fff;
	  
  }
  
  .more-apps .audiohijack a:hover h6, .more-apps .audiohijack a:hover {
	  color: #fff;
  }
  
  .more-apps .farrago a:hover h6, .more-apps .farrago a:hover {
	  color: #fff;
  }
	  
  .more-apps .fission a:hover h6, .more-apps .fission a:hover {
	  color: #fff;
  }

  .more-apps .loopback a:hover h6, .more-apps .loopback a:hover {
	  color: #fff;
  }
  
  .more-apps .piezo a:hover h6, .more-apps .piezo a:hover {
	  color: #fff;
  }	
  
  .more-apps .soundsource a:hover h6, .more-apps .soundsource a:hover {
	 color: #fff;
  }
  
  #footer, #footer a {
	  color: rgba(255, 255, 255, 0.66);
  } */

/* ==========================================================================
  Mobile Styles
   ========================================================================== */
@media (max-width: 631px) {
	.responsive a.storeButton {
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

@media (max-width: 931px) {
	#tagline {
		color: #fff !important;
	}
	
	.responsive.buy-page #tagline {
		color: #333 !important;
	}
	
	.title-area, .title-area.whatsnew {
		width: 100%;
		margin-top: 15px;
	}
	
	.title-area h2 {
		margin-top: 10px;
	}
	
	.app-icon {
		margin-top: 10px;
		width: 128px;
		height: 128px;
	}
	
	h2 {
		font-size: 34px;
		line-height: 38px;
	}
	
	.action-large.download, .action-large.purchase {
		margin-top: 10px;
	}
	
	p.details {
		margin: 10px 0 15px;
		font-size: 16px;
		text-align: center;
	}
	
	.tour-arrow {
		display: none;
	}
	
	.tour-description, .tour-description:hover, .tour-description h4 {
		color: #fff;
		transform: none !important;
	}
	
	p.splash-intro {
		font-size: 22px;
		margin-top: 10px;
		color: #fff;
	}
	
	a.whats-new-link {
		position: inherit;
		width: 100%;
		margin: 10px 0 15px;
		padding: 5px 10px;
		height: auto;
		display: block;
		font-size: 14px;
		line-height: 18px;
	}
	
	a.whats-new-link.large {
		width: 100%;
		
	}

	.responsive .icon-container, .responsive .store-icon {
		margin: 0 auto 0;
		width: 100%;
		float: none;
	}
	
	.responsive	.section.actions .content.wide {
		border-radius: 0;
	}
	
	h1#purchase-farrago, h1#upgrade-to-farrago-2 {
		text-align: center;
		font-size: 40px;
		line-height: 43px;
	}
	
	body.buy-page {
		padding-top: 195px;
	}
	
	body.buy-page #title {
		padding: 0;
	}
	
	.section.actions h1 {
		font-size: 36px;
		margin-bottom: 30px;
	}
	
	.store-box .icon-container, .store-box h4 {
		text-align: center;
	}
	
	.store-box p {
		padding: 0 0 10px;
		text-align: center;
	}
}

@media (max-width: 1060px) {
	a.whats-new-link {
		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 .content {
		border-radius: 0 !important;
	}
	
	.icon-column {
		display: none;
	}
}

@media all and (max-width: 450px) { 
	.columns.three {
		grid-template-columns: 1fr !important;
	}
	
	.columns.four {
		grid-template-columns: 1fr !important;
		padding-top: 15px;
	}
	
	.section.accolades {
		display: none;
	}
	
	.section.actions h1 {
		font-size: 36px;
		margin-bottom: 15px;
	}
}

/* ==========================================================================
   Dark Mode Styles
   ========================================================================== */
@media (prefers-color-scheme: dark) {
	html {
		background-color: #222;
		background-image: url('images/bg-dark@2x.png') !important;
		background-size: 256px 256px;
	}
	
	body.dark-modal {
		background: none !important;
	}
	
	body.buy-page.dark-modal a {
		color: #AF71FF;
	}
	
	.dark-modal .filled {
		background: rgba(50, 35, 76, 0.7);
		box-shadow: 0 0 20px 20px rgba(50, 35, 76, 0.7);
		overflow: hidden;
		border-radius: 24px;
		padding-bottom: 0;
		padding-top: 0 !important;
		margin-top: 30px !important;
	}
	
	.dark-modal a.storeButton {
		color: #fff !important;
	}
	
	.dark-modal .quotes-container p {
		color: #fff;
	}
	
	.dark-modal .section.accolades img {
		filter: brightness(5);
	}
	
	.dark-modal .more-apps,
	.dark-modal .whats-new-link {
		background: rgba(118, 43, 245, 0.2);
	}
	
	.dark-modal .whats-new-link:hover {
		color: #fff;
	}
	
	.dark-modal .platform-badge {
		padding: 0 15px;
		margin-top: 10px;
	}
	
	.dark-modal .store-block-big,
	.dark-modal .store-box,
	.dark-modal #footer,
	.dark-modal .section.store-summary,
	.dark-modal .section.features-primary,
	.dark-modal .section.more-apps {
		background-color: #40256E;
		background-image: url('images/bg-blur-dark@2x.png');
		background-attachment: fixed;
		background-size: 256px 256px;
	}
}

/* ==========================================================================
	 Accessibility
	 ========================================================================== */

@media (prefers-reduced-motion) {
   a, a:hover, *, *:hover {
	-webkit-transition: all 0s !important;
	-moz-transition: all 0s !important;
	-o-transition: all 0s !important;
	transition: all 0s !important;
   }
 }