/* ==========================================================================
   Audio Hijack Website Redesign
   by Neale Van Fleet
   ========================================================================== */
   
   
 /* ==========================================================================
   Colors
   ========================================================================== */

#header {
	border-bottom: none;
}

::-moz-selection {
	color: #fff;
    background: #D6B75A;
    text-shadow: none;
}

::selection {
	color: #fff;
    background: #D6B75A;
    text-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #333;
}

h4 {
	margin-bottom: 0;
}

a, a:link, a:visited {
	color: #DDB846;
}

a:hover {
	color: #333;
	text-decoration: underline;
	text-decoration-color: rgba(221, 184, 70, 0.33);
	text-decoration-thickness: 2px;
}

.new-badge{
	border-radius: 6px;
	color: #333;
	background: #FFEC51;
	padding: 5px 5px;
	margin: 0;
	font-size: 10px;
	display: inline;
}

.new {
	color: #FFEC51
}

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

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

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

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

.section.splash {
	background: #fffbdc;
/* 	background: url('../images/bg.png'), #fffbdc; */
	overflow: hidden;
	padding-bottom: 30px;
	color: #21252b;
	
	background: 
	linear-gradient(115deg, transparent 75%, #fffbdc 75%) 0 0,
	linear-gradient(245deg, transparent 75%, #fffbdc 75%) 0 0,
	linear-gradient(115deg, transparent 75%, #fffbdc 75%) 15px -30px,
	linear-gradient(245deg, transparent 75%, #fffbdc 75%) 15px -30px,
	#FCF6D1;
	background-size: 30px 60px;
}

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
	.section.splash {
/*
		background: url('../images/bg@2x.png'), #fffbdc;
		background-size: 56px 56px;
*/
	}
}

.title {
	margin: 0 auto;
	display: inline-block;
	width: 400px;
	text-align: left;
}

.title .icon-container img {
	width: 128px;
	height: 128px;
}


h1 {
	font-weight: 900;
	color: #333;
	text-transform: uppercase;
	font-size: 56px;
	line-height: 44px;
	padding-top: 8px;
}

.splash h2 {
	color: #D7B85A;
	font-weight: 300;
	font-size: 34px;
	line-height: 34px;
	margin: 5px 0 0;
}


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

.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, #DDB846;
		background-size: 24px 24px;
	}
}

.action-small.purchase:hover, .action-large.purchase:hover {
	background: url('../../global/images/siteimages/icon-basket.png') no-repeat 22px center, #333;
	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, #333;
		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, #DDB846;
	background-size: 16px 20px;
	color: #fff;
	padding-left: 30px;
	position: relative;
	font-weight: 600;
}

.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, #333;
	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, #DDB846;
		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;
	}
}

.registered-trademark {
	top: -21px;
}

/* ==========================================================================
   Screenshots Section
   ========================================================================== */

/* Screenshots */

.screenshot {
	border: 2px solid #fff;
	
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background: none !important;
}

.screenshot:hover {
	border: 2px solid #D7B85A;
	-webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}

.screenshot:active {
	border: 2px solid #333;
	-webkit-transition: all 50ms ease;
    -moz-transition: all 50ms ease;
    -o-transition: all 50ms ease;
    transition: all 50ms ease;
}

.goverlay {
	background: rgba(0, 0, 0, 0.8);
}

.glightbox-clean .gslide-media {
	box-shadow: none;
}

/*
.screenshot {
	transform: scale(1);
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background: none !important;
}

.screenshot:hover {
	transform: scale(1.025);
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.screenshot:active {
	transform: scale(0.98);
	-webkit-transition: all 50ms ease;
    -moz-transition: all 50ms ease;
    -o-transition: all 50ms ease;
    transition: all 50ms ease;
}
*/

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

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

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

.section.use-cases {
	background: #fff;
	overflow: hidden;
}

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

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

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

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

/* ==========================================================================
   Actions Section
   ========================================================================== */
   
.section.actions {
	background: #fffbdc;
/* 	background: url('../images/bg.png'), #fffbdc; */
}

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
	.section.actions {
/*
		background: url('../images/bg@2x.png'), #fffbdc;
		background-size: 56px 56px;
*/
	}
}

.section.actions h2 {
	margin-top: 18px;
}

/* Dual Index */

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

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

.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
   ========================================================================== */
   
.section.accolades {
	background: #333;
	color: #fff;
	border-right: 1px solid #444;
	border-left: 1px solid #444;
}

.section.accolades h2 {
	color: #DDB846;
}

.section.accolades p {
	color: #fff;
	font-weight: 200;
}

.section.accolades a {
	color: #fff;
}

.section.accolades a:hover {
	color: #ffc03d;
}

#quotes-container {
	height: 230px;
}

/* ==========================================================================
   Buy page
   ========================================================================== */

#title {
	overflow: hidden;
}

#title h1 {
	color: #333;
	font-weight: 700;
	padding-top: 0;
}

#title h2 {
	font-size: 22px;
	font-weight: 300;
	color: #DDB846;
	text-transform: none;
}

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

a.storeButton, a.storeButton:link, a.storeButton:visited {
	color: #fff;
	background: #DDB846;
}

a.storeButton:hover {
	color: #fff;
	background: #333;
}

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

.store-block-big {
	background: #fffbdc;
}

.store-box:has(h4:target), .store-box:target {
	box-shadow: 0 0 20px 5px #DDB846;
}

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

.section.whatsnew {
	background: #36c;
	background: 
	linear-gradient(115deg, transparent 75%, #fffbdc 75%) 0 0,
	linear-gradient(245deg, transparent 75%, #fffbdc 75%) 0 0,
	linear-gradient(115deg, transparent 75%, #fffbdc 75%) 15px -30px,
	linear-gradient(245deg, transparent 75%, #fffbdc 75%) 15px -30px,
	#FCF6D1;
	background-size: 30px 60px;
}

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

.section.whatsnew .main-page-link {
	background: #DDB846;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	padding: 5px 20px 5px;
	margin: 0;
	font-size: 14px;
}

.section.whatsnew .main-page-link:hover {
	background: #333;
	color: #fff;
}

/* ==========================================================================
   AH4 Banner
   ========================================================================== */

.cross-banner {
	background-color: #333;
	background:  url('../images/banner-bg.svg'), #333;
	background-size: 30px 60px;
	color: #DDB846;
	color: #fff;
	border-radius: 120px;
	padding: 20px 80px 20px 320px;
	margin-top: -30px;
	position: relative;
	animation-timing-function: ease-out;
}  

.cross-banner h3 {
	color: #fff;
	color: #DDB846;
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 5px;
}

.cross-banner h4 {
	margin: 5px 0 0;
}

.cross-banner p {
	font-size: 22px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	text-shadow: 0 0 10px #333;
}

.cross-banner a {
	color: #fff;
	color: #DDB846;
}

.cross-banner .icons .other-app-icon {
	/* transform: rotate(-5deg); */
	position: absolute;
	top: 5px;
	left: 150px;
	animation-timing-function: ease-out;
}

.cross-banner .icons .fs-app-icon {
	/* transform: rotate(-5deg); */
	position: absolute;
	top: 5px;
	left: 50px;
	animation-timing-function: ease-out;
}

.cross-banner .icons .heart {
	/* transform: rotate(-5deg); */
	position: absolute;
	top: 65px;
	left: 133px;
	font-size: 50px;
	line-height: 50px;
	animation-timing-function: ease-out;
}

@media (max-width: 931px) {
	.section.splash {
		text-align: center;
	}
	
	.cross-banner {
		padding: 15px 30px;
		margin-top: 0px;
		border-radius: 32px;
	}  
	
	.cross-banner h3 {
		font-size: 24px;
		line-height: 28px;
	}
	
	.cross-banner p {
		font-size: 16px;
		line-height: 20px;
	}
}

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

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

@media (max-width: 931px) {
	.section.splash h1 {
		font-size: 44px;
		line-height: 44px;
		padding-top: 15px;
	}
	
	.section.splash h2 {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	
	.registered-trademark {
		top: -12px;
	}
	
	.store-description {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
	.section.actions h2 {
		width: 100%;
		clear: both;
	}
	
	.icon-container {
		margin: 0 auto 0;
		width: 128px !important;
		float: none;
	}
	
	.store-box, .store-box .icon-container, .store-box h4 {
		text-align: center;
	}
	
	.store-box p {
		padding: 0 0 10px;
		text-align: center;
	}
}

@media all and (max-width: 800px) { 
	.columns.three {
		grid-template-columns: 1fr 1fr !important;
	}
}

@media all and (max-width: 450px) { 
	.columns.three {
		grid-template-columns: 1fr !important;
	}
	
	.icon-container {
		width: 96px !important;
	}
	
	.title .icon-container img {
		width: 96px;
		height: 96px;
	}
}

@media all and (max-width: 350px) { 	
	.icon-container {
		width: 64px !important;
	}
	
	.title .icon-container img {
		width: 64px;
		height: 64px;
	}
}

/* ==========================================================================
   Dark Mode Styles
   ========================================================================== */
@media (prefers-color-scheme: dark) {
	.dark-modal .store-block-big,
	.dark-modal .section.splash,
	.dark-modal .section.features-secondary,
	.dark-modal .section.actions {
		background: rgba(210, 185, 104, 0.2);
		color: #fff;
	}
	
	.dark-modal .section.splash h1
	 {
		color: #fff;
	}
	
	.dark-modal .section.features-primary h2,
	.dark-modal .section.features-primary h4,
	.dark-modal .section.features-secondary h2,
	.dark-modal .section.features-secondary h4,
	.dark-modal .section.use-cases h2,
	.dark-modal .section.use-cases h4,
	.dark-modal .section.actions h2 {
		color: #D7B85A;
	}
	
	.dark-modal .section.features-primary,
	.dark-modal .section.use-cases {
		background: #222;
	}
}