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

#header {
	border-bottom: none;
}

::-moz-selection {
	color: #21252b;
    background: #ffc03d;
    text-shadow: none;
}

::selection {
	color: #21252b;
    background: #ffc03d;
    text-shadow: none;
}

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

h4 {
	color: #21252b;
}


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

a:hover {
	color: #ffc03d;
}

h1 {
	font-family: '.SFNSDisplay-Heavy', 'Source Sans Pro', 'Helvetica Neue', Helvetica, Sans-serif;
	font-weight: 900;
	color: #dd6e27;
	text-transform: uppercase;
	font-size: 45px;
	line-height: 42px;
	padding-top: 20px;
}

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

.new {
	color: #ffc03d;
}

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

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

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

.section.splash {
	background: #2d333b;
/*
	background: #FCEFE0;
	background: #fcf6ef;
*/
	overflow: hidden;
	padding-bottom: 30px;
	color: #fff;
/* 	color: #333; */
	
	border-right: none;
	border-left: none;


/* 	box-shadow: 0 0 20px 5px #3d424a;  */
}

.section.splash h2 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 200;
	color: #ffc03d;
	font-family: '.SFNSDisplay-Light', 'Source Sans Pro', 'Helvetica Neue', Helvetica, Sans-serif;
}

.section.splash h4 {
	color: #dd6e27 !important;
	margin: 20px 0 0;
	padding: 25px 0 0;
	font-weight: 300;
	-webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}

.section.splash h5 {
	font-family: '.SFNSDisplay-Light', 'Source Sans Pro', 'Helvetica Neue', Helvetica, Sans-serif;
	color: #dd6e27;
}

/* Purchase button */


.section.splash .action-small.purchase, .section.splash .action-small.download {
	border: 2px solid #22252A;
} 

.section.splash .action-small.purchase:hover, .section.splash .action-small.download:hover {
	border: 2px solid #fff;
} 

.action-small.purchase, .action-large.purchase {
	background: url('../../global/images/siteimages/icon-basket.png') no-repeat 12px center, #ffc03d;
	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: 18px;
	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: 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;
}

/* 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 12px center, #ffc03d;
		background-size: 24px 24px;
	}
}

.action-small.purchase:hover, .action-large.purchase:hover {
	background: url('../../global/images/siteimages/icon-basket.png') no-repeat 12px center, #21252b;
	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 12px center, #21252b;
		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, #dd6e27;
	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, #21252b;
	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 15px 15px, url('../../global/images/siteimages/icon-download-small-stem@2x.png') no-repeat 15px 15px, #dd6e27;
		background-size: 16px 20px;
	}
	
	.action-small.download:hover, .action-large.download:hover {
		background: url('../../global/images/siteimages/icon-download-small@2x.png') no-repeat 15px 20px, url('../../global/images/siteimages/icon-download-small-stem@2x.png') no-repeat 15px 15px, #21252b;
		background-size: 16px 20px;
	}
}

.movie-thumbnail:hover {
	cursor: pointer;
}

.movielink {
	text-decoration: none;
	display: block;
	text-align: center;
	margin-top: 0px;
	border-radius: 6px;
	padding: 0;
/*
	width: 240px;
	height: 85px;
*/
}

.movielink img {
	padding: 0;
	margin: 0 0 5px;
}

.movielink img {
	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;
}

.movielink:hover img {
	transform: scale(1.05);
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

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


.section.splash .action-small.purchase, .section.splash .action-small.download {
	border: 2px solid #2d333b;
} 

.section.splash .action-small.purchase:hover, .section.splash .action-small.download:hover {
	border: 2px solid #fff;
} 

#overviewMovie {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

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

/* Photoswipe Customizations */

.pswp__bg {
	background: #21252b !important;
}

.pswp__img--placeholder--blank {
	background: none !important;
}

.pswp__images--placeholder--blank {
	background: none !important;
}

.pswp__caption__center {
	font-size: 32px !important;
	line-height: 32px !important;
	text-align: center !important;
	font-weight: 300 !important;
	color: #ffc03d !important;
	padding: 30px;
	opacity: 1 !important;
	background: none;
	
	width: 100% !important;
	max-width: 100% !important;
}


.pswp__ui--fit .pswp__top-bar, .pswp__top-bar {
	background: none !important;
}

pswp__caption pswp__caption--fake, .pswp__ui--fit .pswp__caption {
	background: none !important;
	opacity: 1 !important;
	padding: 30px;
}

.pswp__img {
	border-radius: 25px;
}

video::-webkit-media-controls-fullscreen-button
{
        display: none !important;
}

/* Screenshots */

.screenshot {
	transform: scale(1);
	box-shadow: 0 0 0 1px rgba(0,0,0,0.001);
	-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);
	box-shadow: 0 0 0 1px rgba(0,0,0,0.001);
	-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);
	box-shadow: 0 0 0 1px rgba(0,0,0,0.001);
	-webkit-transition: all 50ms ease;
    -moz-transition: all 50ms ease;
    -o-transition: all 50ms ease;
    transition: all 50ms ease;
}

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

.section.features-primary {
	overflow: hidden;
}

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

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

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

.section.features-secondary {
	background: #fff;
	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;
}

/* ==========================================================================
   Actions Section
   ========================================================================== */
   
.section.actions {
	background: #fcf6ef;
	background: #FCEFE0;
	background: #fcf6ef;
}

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

/* ==========================================================================
   Book Promo Section
   ========================================================================== */

.section.bookpromo {
	background: #fff;

	overflow: hidden;
}

/* ==========================================================================
   Accolades Section
   ========================================================================== */
   
.section.accolades {
	background: #2d333b;
	color: #fff;
	border-right: 1px solid #3d424a;
	border-left: 1px solid #3d424a;
	
}

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

.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 section
   ========================================================================== */

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

#title h2 {
	font-size: 22px;
	line-height: 36px;
	font-weight: 300;
	color: #dd6e27;
	text-transform: none;
}

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

/* Store Button */
a.storeButton, a.storeButton:link, a.storeButton:visited {
	color: #fff;
	background: #dd6e27;
}

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

/* Dark Button */
a.storeButton.dark, a.storeButton.dark:link, a.storeButton.dark:visited {
	color: #ffc03d;
	background: #21252b;
}

a.storeButton.dark:hover {
	color: #21252b;
	background: #ffc03d;
}


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

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

@media (max-width: 600px) {
	.section.splash h1 {
		font-size: 44px;
		line-height: 44px;
		padding-top: 0;
	}
	
	.section.splash h2 {
		font-size: 20px;
		line-height: 28px;
	}
	
	.store-item h3 {
		width: 100%;
		clear: both;
	}
	
	.store-description {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
	.section.actions h2 {
		width: 100%;
		clear: both;
	}
}

