/*
 * 
 * Macklemore & Ryan Lewis - White Privilege II
 * Hum Creative 
 * humcreative.com
 * 
 */

/* ---- HTML RESET ---- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; font: inherit; vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, label, legend { display: block; }
body { font-size:100%; line-height: 1; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-spacing: 0; }

/* ---- Clearfixes ---- */
.row:before,.row:after,.clearfix:before,.clearfix:after{content:'';display:table}
.row:after,.clearfix:after{clear:both}
.row,.clearfix{zoom:1}


*{box-sizing:border-box; -ms-box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
body{
	margin:0 auto; 
	background-image: url(/img/macklemore-bg.jpg);
	background-repeat: repeat;
	color: #e9e9e9;
	font-family: 'Source Sans Pro', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	text-shadow: none;

}


::selection {
    background: #000 !important;
    color: #fff;
}

/* ---- Site borders ---- */
.border {
	z-index:9999;
	position: fixed;
	display: block;
	background: #e9e9e9;
}

.border-top {
	height: 15px;
	width: 100%;
	top: 0px;
	left: 0px;
}

.border-bottom {
	height: 15px;
	width: 100%;
	bottom: 0px;
	left: 0px;
}

.border-right {
	width: 15px;
	height: 100%;
	right: 0px;
	top: 0px;
}

.border-left {
	width: 15px;
	height: 100%;
	left: 0px;
	top: 0px;
}


#sticky {
	font-size:10px;
}
#sticky.stick {
    position: fixed;
    top: 0;
    width:100%;
    height:90px;
    z-index: 1000;
    background-image: url(/img/macklemore-bg.jpg);
	background-repeat: repeat;
    left: 0;
    transition: all .25s ease-in-out;
  	-moz-transition: all .25s ease-in-out;
  	-webkit-transition: all .25s ease-in-out;   
  	border-bottom: 1px solid #272727;
}

/* ---- GRID Layout ---- */
.grid{margin:0 auto; max-width:1200px; width:100%;} 
.g1140{margin:0 auto; max-width:1140px; width:100%;}
.g1024{margin:0 auto; max-width:1024px; width:100%;}
.g960{margin:0 auto; max-width:960px; width:100%;}
.row{width:100%; margin:0 auto;}
.c1{width:8.33%;}
.c2{width:16.66%;}
.c3{width:25%;}
.c4{width:33.33%;}
.c5{width:41.66%;}
.c6{width:50%;}
.c7{width:58.33%;}
.c8{width:66.66%;}
.c9{width:75%;}
.c10{width:83.33%;}
.c11{width:91.66%;}
.c12{width:100%; min-height:1px; float:left; position:relative;}
.c1-5{width:20%;}/* This column can be used as a one fifth of the row */
.c1-8{width:12.5%;}/* This column can be used as a one eigth of the row */ 
.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10,.c11,.c1-5,.c1-8 {min-height:1px; float:left; padding-left:10px; padding-right:10px; position:relative;}
.c1.first,.c2.first,.c3.first,.c4.first,.c5.first,.c6.first,.c7.first,.c8.first,.c9.first,.c10.first,.c11.first,.c1-5.first,.c1-8.first {
	padding-left: 0; position:relative;
}
.c1.last,.c2.last,.c3.last,.c4.last,.c5.last,.c6.last,.c7.last,.c8.last,.c9.last,.c10.last,.c11.last,.c1-5.last,.c1-8.last {
	padding-right: 0; position:relative;
}

/* ---- Alignments ---- */
.centered{float: none; margin: auto;}
.left {float: left;}
.right {float: right;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.space-top {margin-top: 20px;}
.space-bot {margin-bottom: 20px;}
.space-top50 {margin-top: 50px;}
.space-bot50 {margin-bottom: 50px;}
.space-top75 {margin-top: 75px;}
.space-bot75 {margin-bottom: 75px;}
.space-top100 {margin-top: 100px;}
.space-bot100 {margin-bottom: 100px;}
.padding20 { padding: 20px;}

/* ---- Typography ---- */
h1, h2, h3, h4, h5, h6 { 
	font-family: sans-serif;
	font-weight: bold; 
	font-style: normal; 
	text-rendering: optimizeLegibility; 
	line-height: 1.1; 
	margin-bottom: 10px; 
	margin-top: 10px; 
}

h1 {
	display: none;
	text-indent: -9999px;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-size: 80%; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; text-decoration:none; }
h1 {font-size: 36px; line-height: 48px;}
h2 {font-size: 32px; line-height: 42px;}
h3 {font-size: 28px; line-height: 36px;}
h4 {font-size: 24px; line-height: 32px;}
h5 {font-size: 21px; line-height: 27px;}
h6 {font-size: 18px; line-height: 27px;}

a {color: #2ba6cb; text-decoration: none; line-height: inherit; }
a:hover {color: #333333; }
a:focus {color: #333333; outline: none; }

p {
	font-style: normal;
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 15px;
}
p span {color: #46aae3; }
p a, p a:visited {line-height: inherit; }

i { font-style: italic; line-height: inherit; }
strong, b { font-weight: bold; line-height: inherit; }
small { font-size: 70%; line-height: inherit; }


/* ---- Lists ---- */
ul, ol, dl { 
	margin-bottom: 8px; 
	list-style-position: inside;  
}
li { 
	list-style-type: none;
	font-style: normal;
    font-size: 16px;
    line-height: 1.5;
}
ul li ul, ul li ol { margin-left: 15px; margin-bottom: 0; }
ul.square li ul, ul.circle li ul, ul.disc li ul, ul.no-bullet li ul {margin-left: 15px; }
ol li ul, ol li ol { margin-left: 20px; margin-bottom: 0; }

img {
	width: 100%;
}


.section-title {
    font-size: 20px;
    border-bottom: 3px solid;
    display: inline-block;
}

.gray {
	color: #545454;
}

.underline {
	display: inline-block;
	color: #e9e9e9;
	text-transform: uppercase;
	font-size:12px;
}

.small {
	text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
}

.soundcloud-wrap {
    padding-right: 0px;
}


#sticky.stick .soundcloud-wrap {
    padding-right: 0px;
}

#sticky.stick .song-name {
    position: absolute;
    top: 42px;
    left: 0px;
    width: 100%;
}

.overlay {
	position: absolute;
	top:0;
	background:rgba(37,37,37,0.9);
	width:100%;
	height: 100%;
	padding:15px;
	opacity:0;
	transition: all .25s ease-in-out;
  	-moz-transition: all .25s ease-in-out;
  	-webkit-transition: all .25s ease-in-out;   
}

.bio {
	font-size: 14px;
    color: #e9e9e9;
}

.name {
	font-size: 16px;
    color: #e9e9e9;
    line-height: 27px;
    font-weight: normal;
    border-bottom: 3px solid;
    padding-bottom: 8px;
    margin-top: 0px;
    font-weight: bold;
}

#sticky.stick .download-mp3 {
	margin-top: 20px;
}

.white-link {
	color: #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}

.white-link:hover {
	color: #616161;
	border-bottom: 1px solid #616161;
}

.song-name {
	position: absolute;
	top: 60px;
    left: 26%;
}

.download-mp3 {
	    font-size: 14px;
    border-bottom: 1px solid #545454;
    color: #545454;
    padding-bottom: 3px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    display: inline-block;
    float: right;
    position: absolute;
    right: 5px;
    top: 62px;
    cursor: pointer;
}

.download-mp3:hover {
	border-bottom: 1px solid #e9e9e9;
	color: #e9e9e9;
	transition: all .25s ease-in-out;
  	-moz-transition: all .25s ease-in-out;
  	-webkit-transition: all .25s ease-in-out;  
}

.song-title {
	background-image: url(/img/white-privilege-title.png); 
	display: block;
	width: 550px;
	height: 201px;
	background-size: 550px 201px;
	margin: 0 auto;
	margin-top: 90px;
	transition: all .25s ease-in-out;
  	-moz-transition: all .25s ease-in-out;
  	-webkit-transition: all .25s ease-in-out;   
}

.collaborators {
	background-image: url(/img/collaborators.png); 
	display: block;
	width: 250px;
	height: 45px;
	background-size: 250px 45px;
	margin: 0 auto;
	margin-bottom: 40px;
	transition: all .25s ease-in-out;
  	-moz-transition: all .25s ease-in-out;
  	-webkit-transition: all .25s ease-in-out;   
}

.what-is {
	background-image: url(/img/what-is.png); 
	display: block;
	width: 350px;
	height: 42px;
	background-size: 350px 42px;
	margin: 0 auto;
	margin-bottom: 20px;
	transition: all .25s ease-in-out;
  	-moz-transition: all .25s ease-in-out;
  	-webkit-transition: all .25s ease-in-out;   
}

.supporting {
	background-image: url(/img/supporting.png); 
	display: block;
	width: 280px;
	height: 79px;
	background-size: 280px 79px;
	margin: 0 auto;
	margin-bottom: 40px;
	transition: all .25s ease-in-out;
  	-moz-transition: all .25s ease-in-out;
  	-webkit-transition: all .25s ease-in-out;   
}

.supporting-links a {
	color: #fff;
	border-bottom: 1px solid #fff;
	transition: all .25s ease-in-out;
  	-moz-transition: all .25s ease-in-out;
  	-webkit-transition: all .25s ease-in-out;  
}

.supporting-links a:hover {
	color: #9A9A9A;
	border-bottom: 1px solid #9A9A9A;
	transition: all .25s ease-in-out;
  	-moz-transition: all .25s ease-in-out;
  	-webkit-transition: all .25s ease-in-out;  
}



.song-credits {
	background-image: url(/img/song-credits.png); 
	display: block;
	width: 250px;
	height: 43px;
	background-size: 250px 43px;
	margin: 0 auto;
	margin-bottom: 40px;
	transition: all .25s ease-in-out;
  	-moz-transition: all .25s ease-in-out;
  	-webkit-transition: all .25s ease-in-out;   
}

.wp-collaborators  {
	width: 70%;
	margin: 0 auto;
	margin-top: 100px;
}


.wp-collaborators .c3  {
	padding: 0px;
	width:24%;
	margin: .5%;
}

.statement:hover .overlay  {
	opacity:1;
	transition: all .25s ease-in-out;
  	-moz-transition: all .25s ease-in-out;
  	-webkit-transition: all .25s ease-in-out;   
}


/* Media query for 960 Screens - sets nested grids to 100% */
@media only screen and (max-width:1100px){
	

	.overlay {
		position: relative;
		top:0;
		background:none;
		width:100%;
		height: 100%;
		padding:5px;
		opacity:1;
		transition: all .25s ease-in-out;
	  	-moz-transition: all .25s ease-in-out;
	  	-webkit-transition: all .25s ease-in-out;   
	}

	.bio {
		display: none;
	}

	.underline {
		display: none;
	}

	.name {
	    font-size: 18px;
	    color: #e9e9e9;
	    text-align: center;
	    line-height: 21px;
	    font-weight: normal;
	    border-bottom: 0px solid;
	    padding-bottom: 8px;
	}
}


/* Media query for 960 Screens - sets nested grids to 100% */
@media only screen and (max-width:960px){
	.row .row .c1,.row .row .c2,.row .row .c3,.row .row .c4,.row .row .c5,.row .row .c6,.row .row .c7,.row .row .c8,.row .row .c9,.row .row .c10,.row .row .c11,.row .row .c12,.row .row .c1-5,.row .row .c1-8{width:100%;margin-bottom:20px;margin-left:0px;margin-right:0px; }
	.row .row > div:last-child{margin-bottom:0 !important}

	.wp-collaborators .c3  {
		padding: 0px;
		width:49%;
		margin: .5%;
	}

	.overlay {
		position: relative;
		top:0;
		background:none;
		width:100%;
		height: 100%;
		padding:5px;
		opacity:1;
		transition: all .25s ease-in-out;
	  	-moz-transition: all .25s ease-in-out;
	  	-webkit-transition: all .25s ease-in-out;   
	}

	.bio {
		display: none;
	}

	.underline {
		display: none;
	}

	.name {
	    font-size: 18px;
	    color: #e9e9e9;
	    text-align: center;
	    line-height: 21px;
	    font-weight: normal;
	    border-bottom: 0px solid;
	    padding-bottom: 8px;
	}

	.download-mp3 {
		display: none;
	}
}

/* Media query for iPad and tablets */
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation:portrait){
	body{font-size:90%}
	.row{margin-bottom:0!important; padding: 10px;}
	.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10,.c11,.c12,.c1-5,.c1-8{width:100%;margin-right:0;margin-left:0;margin-bottom:0px; padding:0 10px;}
	.c1.first,.c2.first,.c3.first,.c4.first,.c5.first,.c6.first,.c7.first,.c8.first,.c9.first,.c10.first,.c11.first,.c1-5.first,.c1-8.first {
		padding-left: 10px; position:relative;
	}
	.c1.last,.c2.last,.c3.last,.c4.last,.c5.last,.c6.last,.c7.last,.c8.last,.c9.last,.c10.last,.c11.last,.c1-5.last,.c1-8.last {
		padding-right: 10px; position:relative;
	}

	p {
	    font-size: 18px;
	}

	.space-top {margin-top: 5px;}
    .space-bot {margin-bottom: 5px;}

	.border-top {
		height: 5px;
	}

	.border-bottom {
		height: 5px;
	}

	.border-right {
		width: 5px;
	}

	.border-left {
		width: 5px;
	}

	.song-title {
		width: 250px;
		height: 92px;
		background-size: 250px 92px;
		margin-top: 30px;
	}

	.space-top50 {margin-top: 20px;}
	.space-bot50 {margin-bottom: 20px;}
	.space-top100 {margin-top: 50px;}
	.space-bot100 {margin-bottom: 50px;}
	.space-top75 {margin-top: 5px;}
	.space-bot75 {margin-bottom: 5px;}

	#sticky.stick {
		height: 70px;
	}

	.soundcloud-wrap {
	    padding-right: 0px;
	}

	.name {
	    font-size: 14px;
	    line-height: 16px;

	}

	.wp-collaborators  {
		width: 98%;
		margin-top: 0px;
	}

	.what-is {
		width: 280px;
		height: 34px;
		background-size: 280px 34px;
	}

 .song-name {
    position: absolute;
    top: 60px;
    left: 0px;
    width: 100%;
  }

  .small {
	text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .5px;
}
	#sticky.stick .song-name {
    text-align: right;
}

}
