/* GENERAL STYLES */

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0;
}

.container-full {
    width: 100%;
    padding: 0px;
}

.text-white {
	color:#FFF;
}

.subhead-gold {
	color:#a0944a;
	text-transform: uppercase;
	font-weight: 500;
}

.film-desc-heading {
		font-family: "Gotham Cond A", "Gotham Cond B";
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    text-rendering: geometricPrecision;
    text-transform: uppercase;
    font-size:26pt;
    line-height:30pt;
}

/* GENERAL STYLES END */

/* HERO SECTION STYLES */

.wtwbr-desc {
	text-align: center;
	padding:0 0 60px 0;
}

.wtwbr-desc p {
	max-width: 700px;
    margin: 0 auto;
}

.wtwbr-cta-container {
	display:block;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.film-desc-heading {
		font-size: 18pt;
		line-height: 20pt;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.film-desc-heading {
		font-size: 22pt;
	    line-height: 24pt;
	}
}

/* HERO SECTION END */

/* PHOTO SECTION */

section.wtwbr-photos {
    background-color: #f1f1f1;
    padding-bottom: 60px;
}

.wtwbr-quote-container {
	text-align: left;
}

.wtwbr-quote {
	font-family: "Gotham Cond A", "Gotham Cond B";
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    text-rendering: geometricPrecision;
    text-transform: uppercase;
    font-size:22pt;
    line-height:24pt;
    padding-top:60px;
    
}

/* below XS only */
@media only screen and (max-width: 767px) {
    
	section.wtwbr-photos {
    	padding: 30px 15px;
	}
	
	.wtwbr-quote {
		padding-top:30px;
		padding-left:15px;
		padding-right:15px;
	}
	
	.wtwbr-quote-container h4 {
		padding-bottom:30px;
		padding-left:15px;
	}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	.wtwbr-quote-container {
		text-align: right;
	}
	
	.wtwbr-quote {
		font-size: 14pt;
		line-height: 16pt;
		padding-top: 60px;
    }
    
    .wtwbr-photos {
	    padding-bottom:0px;
    }
    
    .wtwbr-inset-photo {
		box-shadow: 0 0 60px rgba(0,0,0,.25);
		border: 4px solid #fff;
		border-radius: 4px;
		margin-top:-20%;
	}
    
    .wtwbr-inset-photo-container {
	    padding-left: 30px;
	    padding-right: 30px;
	}
}




/* above SM only */
@media only screen and (min-width: 992px) {
	
	.wtwbr-inset-photo-container {
		padding-left: 60px;
	    padding-right: 60px;
	}
	
	.wtwbr-inset-photo {
		box-shadow: 0 0 60px rgba(0,0,0,.25);
		border: 4px solid #fff;
		border-radius: 4px;
		margin-top:-25%;
	}

	.wtwbr-quote-container {
		text-align: right;
	}
	
}


/* PHOTO SECTION END */

/* STRINGS SECTION */
section.wtwbr-strings {
	text-align: center;
	padding: 60px;
}

.wtwbr-strings img {
	margin: 0 auto;
	padding:5%;

}

.wtwbr-strings p {
	font-size: 9pt;
    line-height: 12pt;
    max-width: 300px;
    margin: 10px auto;
}

/* STRINGS SECTION XS */
@media only screen and (max-width: 767px) {

	.string-pack {
		margin-bottom:20px;
	}
	
	section.wtwbr-strings {
		padding-top:30px;
		padding-bottom:30px;
	}

}

/* STRINGS SECTION END */

/* ALBUM SECTION */
section.wtwbr-album {
	padding:60px 0;
	background-color:#130e0d;
}

.album-desc {
	font-weight:400;
	color:#FFF;
	text-transform: none;
	line-height: 1.4;
}

.music-service-logos {
	margin:20px 0;
}

.applemusic-logo {
	display:inline-block;
	margin-right:20px;
}

.spotify-logo {
	width:120px;
	display:inline-block;
}

/* ALBUM SECTION XS */
@media only screen and (max-width: 767px) {

	.music-service-logos {
	    text-align: center;
	}

}

/* ALBUM SECTION END */


/* VIDEO STUFF FROM HOMEPAGE */

.wtwbr-video-hero {
	margin-top:90px;
	padding: 2px;
}

@media only screen and (max-width: 767px) {
	.wtwbr-video-hero {
		margin-top:10px;
	}
}

.wtwbr-video-hero video {
	padding:3px;
}

.video-module-container {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}

section video {
	width:100%;
	display:block;
	margin:0;
	
}


/* Homepage module styles */

.home-hero-container,
.home-module {
	position:relative;
	color:#FFF;
	margin: 0;
}

.home-hero-left,
.home-hero-right,
.home-hero-center {
	position: absolute;
    top: 55%;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
}

.home-module-left,
.home-module-right,
.home-module-center {
	position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-hero-right,
.home-module-right {
    text-align: left;
    right:60px;
    width:30%;
}

.home-hero-left,
.home-module-left {
	text-align: left;
    left:60px;
    width:30%;
}
.home-hero-center,
.home-module-center {
    width:100%;
    text-align: center;
}

/* Homepage hero/modules BELOW sm */
@media only screen and (max-width: 767px) {

	
	.home-module h2 {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.home-module p {
		margin-bottom: 15px;
		line-height: 12pt;
		padding: 0 20px;
	}
	
	.video-module-container { /* if XS, move the caption below the video */
		position:relative;
	}
	
	.home-module div.play-icon i {
	    font-size: 26pt;
	    border: 1px solid #fff;
	    border-radius: 100%;
	    padding: 5px;
	    width: 80px;
	    height: 80px;
	    line-height: 53pt;
	    padding-left: 10px;
	    color: #fff;
	    -webkit-transition: all 300ms ease;
	    -moz-transition: all 300ms ease;
	    -o-transition: all 300ms ease;
	    transition: all 300ms ease;
	    -webkit-backface-visibility: hidden;
	    box-shadow: 0 0 10px rgba(0,0,0,.25);
	}
	
	
}

/* Homepage hero/module small mobiles (iphone5) */
@media only screen and (max-width: 320px) {
	.home-hero-left,
	.home-hero-right,
	.home-hero-center {
		padding: 0 5px 15px;
	}
	
	.home-hero-left h2,
	.home-hero-right h2,
	.home-hero-center h2 {
		font-size:21px;
	}
	
	.home-module h2,
	.home-module h3,
	.home-module h4 {
		font-size:21px;
	}
	
	.home-hero-container p {
		line-height:16px;
	}
}

/* Homepage hero/module larger mobiles */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.home-hero-left,
	.home-hero-right,
	.home-hero-center {
		padding:0 60px 30px;
	}
	
	.home-hero-left h2,
	.home-hero-right h2,
	.home-hero-center h2 {
		font-size:30px;
	}
	
	.home-module h2,
	.home-module h3,
	.home-module h4 {
		font-size:30px;
	}
	
}
/* Homepage hero/module SM */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	.home-hero-left h2,
	.home-hero-right h2,
	.home-hero-center h2 {
		font-size:21px;
	}
	
	.home-module h2,
	.home-module h3,
	.home-module h4 {
		font-size:21px;
	}
	
	.home-module p,
	.home-hero-container p {
		line-height:14pt;
	}

}

/* Homepage hero/module SM+ */
@media only screen and (min-width: 768px) {
	.ips-style {
	    text-transform: none;
	    font-family: 'againts', 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	    letter-spacing: 1.5px;
	    font-size: 200%;
	    line-height: 1.1;
	    font-weight: 100;
	    text-rendering: geometricPrecision;
	}
	
	.ips-style:last-child {
		margin-left:30px;
	}
	
	.module-heading-dark {
		color:#222;
	}
}

/* Homepage hero/module MD */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

	.home-module h2,
	.home-module h3,
	.home-module h4 {
		font-size:28px;
	}
	
	.featured-products h2 {
    	font-size: 20px;
	}

}

/* Homepage hero/module LG  */
@media only screen and (min-width: 1200px) and (max-width: 1599px) {

	.home-hero-left h2,
	.home-hero-right h2,
	.home-hero-center h2 {
		font-size:32px;
	}

	.home-module h2,
	.home-module h3,
	.home-module h4 {
		font-size:36px;
	}

}

/* Homepage hero/module LG+ */
@media only screen and (min-width: 1600px) {
	
	#homeHero { /* change to slimmer aspect ratio */
	    height: 700px;
	    overflow: hidden;
	}
	
	#homeHero img { /* change to slimmer aspect ratio */
		   margin-top: -7%;
	}
	
	.home-hero-left h2,
	.home-hero-right h2,
	.home-hero-center h2 {
		font-size:45px;
	}

	.home-module h2,
	.home-module h3,
	.home-module h4 {
		font-size:45px;
	}
	
	.home-hero-left,
	.home-module-left {
    	left: 120px;
	}
	
	.home-hero-right,
	.home-module-right {
    	right: 120px;
	}
	
	.home-hero-left p,
	.home-hero-right p,
	.home-hero-center p,
	.home-module p {
		font-size:12pt;
	}
}

h2.video-headline {
	text-shadow: 0 0 10px rgba(0,0,0,.75);
}

/* VIDEOS SECTION END */
