/*
Theme Name: Macklemore & Ryan Lewis
Author: Hum Creative
Author URI: http://humcreative.com

*/


/* basics */

* {
	margin: 0;	
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	overflow-y: scroll;
	background: #141414;
	color: #f9f8f1;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 18px;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	text-shadow: none; 
}

.clear {
	clear: both;	
}

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

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 1em 0;
}

img {
	border: 0;
}

a {
	color: #c3a467;
	text-decoration: none;
}

a:hover {
	color: #f9f8f1;
}

ol {
  margin-left: 0;
  padding-left: 0;
  color: #c3a467;
  list-style-type: none;
  *list-style-type: decimal; /* targets IE6 and IE7 only */
}

ol > li {
  counter-increment: customlistcounter;
  margin-bottom: 1em;
}

ol > li:before {
  content: counter(customlistcounter) " ";
  float: left;
  width: 2.3em;
}

ol:first-child {
  counter-reset: customlistcounter;
}

ol span {
	color: #f9f8f1;
}

ul.menu {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

ul.menu li {
	margin: 0 2em 1em 0;
	padding: 0;
	display: inline-block;
}

ul.menu li:last-child {
	margin: 0;
}

ul.menu li.current-menu-item a {
	color: #f9f8f1;
}

ul.menu-lines {
	padding: 0;
	margin: 0;	
	list-style-type: none;
}

ul.menu-lines li {
	border-right: 1px solid #f9f8f1;
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
}

ul.menu-lines li:last-child {
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}

input {	
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	font-family: 'Open Sans', sans-serif;
}

input[type=text],
input[type=email] {
	background: #c3a467;
	padding: 1em;
	border: none;
	font-size: 24px;
	line-height: 30px;
	color: #f9f8f1;
	width: 100%;
	max-width: 570px;
}

input[type=submit] {
	text-transform: uppercase;
	color: #c3a467;
	border-color: #c3a467;
	border-style: solid;
	border-width: 0 0 3px 0;
	padding: 0 0 6px 0;
	background: transparent;
	font-size: 16px;
	line-height: 19px;
	margin: 10px 0;
}

input[type=submit]:hover {
	color: #f9f8f1;
	border-color: #f9f8f1;
	cursor: pointer;
}

input::-webkit-input-placeholder {
color: #f9f8f1 !important;
opacity: 1 !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: #f9f8f1 !important;  
opacity: 1 !important;
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: #f9f8f1 !important;  
opacity: 1 !important;
}
 
input:-ms-input-placeholder {  
color: #f9f8f1 !important;  
opacity: 1 !important;
}


/* ---- Clearfixes ---- */

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


/* ---- GRID Layout ---- */

*{box-sizing:border-box; -ms-box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
body{margin:0 auto; }
.grid{margin:0 auto; max-width:1000px; width:100%;} /* You can choose the grid 1200 or 1140 or 1024 or 960 as per your requirement */
.biggrid {max-width: 1300px;}
.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; padding-left: 10px;padding-right: 10px;}
.c1-5{width:20%;}/* This column can be used as a one fifth of the row */
.c1-8{width:12.5%;}/* This colum n 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;
}
.third {width:30%;}
.twothirds {width:63%;}
.wrapper {
	padding-left: 40px;
	padding-right: 40px;
}

/* ---- Alignments ---- */
.valign-middle {display:table;width: 100%;height: 100%;}
.valign-middle > div {display:table-cell;vertical-align:middle;}
.centered{float: none; margin: auto;}
.left {float: left; margin-left:0px;}
.right {float: right;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-justify {text-align: justify;}
.space-top10 {margin-top: 10px;}
.space-bot10 {margin-bottom: 10px;}
.space-top20 {margin-top: 20px;}
.space-bot20 {margin-bottom: 20px;}
.space-top25 {margin-top: 25px;}
.space-bot25 {margin-bottom: 25px;}
.space-top40 {margin-top: 40px;}
.space-bot40 {margin-bottom: 40px;}
.space-top50 {margin-top: 50px;}
.space-bot50 {margin-bottom: 50px;}
.space-top60 {margin-top: 60px;}
.space-bot60 {margin-bottom: 60px;}
.space-top100 {margin-top: 100px;}
.space-bot100 {margin-bottom: 100px;}
.hpadded {	padding: 0 40px;  }


/* ---- Sizes ---- */

.size10 {
	font-size: 24px;
	line-height: 27px;
}

.size8 {
	font-size: 20px;
	line-height: 23px;
}

.size6 {
	font-size: 18px;
	line-height: 21px;
}

.size5 {
	font-size: 16px;
	line-height: 19px;
}

.size4 {
	font-size: 15px;
	line-height: 18px;
}

.size3 {
	font-size: 14px;
	line-height: 17px;
}

.size2 {
	font-size: 12px;
	line-height: 15px;
}

.size1 {
	font-size: 11px;
	line-height: 15px;
}

.size0 {
	font-size: 10px;
	line-height: 16px;
}


/* ---- Styles ---- */

.font-b {  
	font-family: 'Libre Baskerville', serif;	
	font-weight: 700 !important;
}
.caps {		text-transform : uppercase;		}
.bold {		font-weight: 600;	}
.double-spaced { line-height: 1.5em;}
.double-spaced.size10 {line-height: 1.5em;}

.gold {			color: #c3a467;		}
.white {		color: #f9f8f1;		}

.whitelinks a {	color: #f9f8f1;	}
.whitelinks a:hover {	color: #c3a467;	}

.blacklinks a {	color: #141414;	}
.blacklinks a:hover {	color: #f9f8f1;	}

.underlinedlinks a {
	padding-bottom: 4px;
	border-bottom: 1px solid #c3a467;
}

.video-preview {
	position: relative;
	display: block;
}

.play-button {
	position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    width: 100px;
    height: 100px;
    background: url(images/gold-play.png) center center no-repeat;
    background-size: 100px 100px;	
    z-index: 100;
    -moz-transition: transform .5s;
    -webkit-transition: transform .5s;
    transition: transform .5s;
    -ms-transform: scale(.9,.9);
    -webkit-transform: scale(.9,.9);
    transform: scale(.9,.9);
    
}

.video-preview:hover .play-button {
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}

.social-logos {
	line-height: 18px;
}

.twitter-logo,
.instagram-logo {
	width: 19px;
	height: 16px;	
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 0px;
	position: relative;
	top: 2px;
}

.twitter-logo {
	background-image: url(images/social-gold-twitter.png);
}

.instagram-logo {
	background-image: url(images/social-gold-instagram.png);
}

/* ---- Lazy Loading ---- */

.grid img {
	width: 100%;
}
.grid img.nostretch {
	width: auto;
}

.lazy-container {
	line-height: 0;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.lazy-container img.lazy {
	width: 100%;
	height: 100%;
	opacity: 0;
	-moz-transition: opacity 2s;
	-webkit-transition: opacity 2s;
	transition: opacity 2s;
}

.lazy-container .overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(195,164,103,.7);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	-moz-transition: opacity 2s;
	-webkit-transition: opacity 2s;
	transition: opacity 2s;
}

/*.lazy-container .loader-0 {		background-image: url(images/ImageLoader_0.gif);		}
.lazy-container .loader-1 {		background-image: url(images/ImageLoader_1.gif);		}
.lazy-container .loader-2 {		background-image: url(images/ImageLoader_2.gif);		}
.lazy-container .loader-3 {		background-image: url(images/ImageLoader_3.gif);		}
.lazy-container .loader-4 {		background-image: url(images/ImageLoader_4.gif);		}*/

.lazy-container img.lazy.loaded + .overlay {
	opacity: 0;
}

.lazy-container img.lazy.loaded {
	opacity: 1;
}

/*.lazy-container span {
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -30px;
	left: 50%;
	margin-left: -32.5px;
	width: 65px;
	height: 60px;
	background: url(images/icons-snake.png) center center no-repeat;
}*/

img.lazy {

}

/* ---- Header ---- */

#page-wrapper {
	position: relative;
	z-index: 10;
}

#header {
	background: rgba(26,26,26,.9);	
	position: absolute;
	top: 0;
	width: 100%;
	height: 74px;
	opacity: 1;
	z-index: 1000;
}

#header-anchor {
	height: 74px;
}

#header.stuck {
	opacity: 0;
	position: fixed;
}

.home #header {
	opacity: 0;
	position: fixed;
}

.home #header-anchor {
	display: none;
}

.home #header.stuck {

}

#logo {
	line-height: 70px;		
}

#menu-overlay {
	background: rgba(0,0,0,.9);
	position: fixed;
	top: -9999999em;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .001;
	-webkit-transition: opacity .25s;
	-moz-transition: opacity .25s;
	transition: opacity .25s;
	z-index: 1001;
}

.nav-overlay-active #menu-overlay {
	opacity: 1;
	top: 0;
}

.menu-main {
	position: relative;
	z-index: 100;
}

ul.menu-main li {
	margin-right: 42px;
}

ul.menu-main li:last-child {
	margin-right: 0;
}

.menu-main a {
	padding-bottom: 3px;
}

.menu-main a:hover,
.menu-main .current-menu-item a {
	color: #c3a467 !important;
	border-bottom: 3px solid #c3a467;	
}


/* ---- Hamburger ---- */

#menu-button {
	line-height: 70px;		
	position: absolute;
	width: 100px;
	text-align: right;
	padding-right: 60px;
	right: 40px;
	z-index: 1002;
	cursor: pointer;
    transition: all 250ms ease-in-out;	
    top: 0;
}

#menu-button:before {
	content: "Menu";
}

.nav-overlay-active #menu-button:before {
	content: "Close";
}

.nav-overlay-active #menu-button {
	position: fixed;	
}

#menu-button:hover {
	color: #f9f8f1;	
}

body:not(.nav-overlay-active) #menu-button:hover #hamburger span,
#menu-button:hover #hamburger span:before,
#menu-button:hover #hamburger span:after {
	background-color: #f9f8f1;
}

#hamburger { 
	cursor: pointer;
	padding: 8px 18px 14px 0px; 
	position: absolute;
	right: 10px;
	top: 25px;
}

#hamburger span, #hamburger span:before, #hamburger span:after {
  cursor: pointer;
  height: 3px;
  width: 18px;
  background: #c3a467;
  position: absolute;
  display: block;
  content: '';
}
#hamburger span:before {
  top: -8px; 

}
#hamburger span:after {
  bottom: -8px;
}

#hamburger span, #hamburger span:before, #hamburger span:after {
  transition: all 250ms ease-in-out;
}
.nav-overlay-active #hamburger span {
  background-color: transparent;
}
.nav-overlay-active #hamburger span:before, .nav-overlay-active #hamburger span:after {
  top: 0;
}
.nav-overlay-active #hamburger span:before {
  transform: rotate(45deg);
}
.nav-overlay-active #hamburger span:after {
  transform: rotate(-45deg);
}

/* ---- Top Image ---- */

#top-image {
	background-color: transparent;
	position: relative;
	display: block;
	width: 100%;
	max-height: 650px;
	background-repeat: no-repeat;
	background-position: center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
/*	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;	*/
	overflow: hidden;
}

#top-image .spacer {
	max-height: 650px;
	padding-top: 40%;
}

#top-image iframe {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

#top-image.video-active .play-button {
    -ms-transform: scale(0,0);
    -webkit-transform: scale(0,0);
    transform: scale(0,0);
    z-index: 99;
}


/* ---- Posts ---- */

.post {
	margin: 0 auto 95px auto;
}

.post .post-main {
	margin: 0 auto;
	width: 90%;
	max-width: 680px;
	min-width: 550px;
}

.post-image-container {
	position: relative;
}

.post-main img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.post-main img.aligncenter {
	margin: auto;
}

.post-main img.alignleft {
	margin: 1em 1em 1em 0;
	float: left;
}

.post-main img.alignright {
	margin: 1em 0 1em 1em;
	float: right;
}

.post-main ul,
.post-main ol {
	margin-bottom: 1em;
	margin-left: 0;
	padding-left: 0;
	font-size: 13px;
	line-height: 15px;
}

.post-main li {
  list-style: none;
	margin-left: 0;
}

.post-main li:before {
  /* For a round bullet */
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -22px;
  top: -0px;
  color: #c3a467;
  font-size: 11px;
}

.wp-caption-dd,
.wp-caption-text {
	margin: 1em 0 2em 0;
	color: #c3a467;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 15px;
}

.wp-caption {
	max-width: 100%;
}

.style0 {
	color: #c3a467;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 15px;	
}

#show-more {
	display: none;
}

.is-loading-more-posts #show-more {
	width: 29px;
	height: 37px;
	background: url(images/loading-hourglass-small.gif) center center no-repeat;
	display: block;
	margin: 20px auto 100px;
}

/* ---- Timeline ---- */

#timeline-container {
	display: none;
	position: absolute;	
	top: 74px;
	height: 3px;
	width: 100%;
	left: 0;
	background-color: #222222;
}
.page-template-p-timeline #timeline-container {
	display: block;
}

#timeline {
	position: absolute;
	background: #c3a467;
	width: 0%;
	left: 0;
	top: 0;
	height: 3px;
	-webkit-transition: width 1s;
	-moz-transition: width 1s;
	transition: width 1s;
}


#timeline-years {
	width: 100%;
	z-index: 1001;
}

#timeline-years ul {
	line-height: 150px;
	transition: line-height .2s;
}

#timeline-years li {
	margin-right: 50px;
	opacity: .5;
}

#timeline-years li:hover,
#timeline-years li.current {
	opacity: 1;
}

#timeline-years li:last-child {
	margin-right: 0;
}

#timeline-years.stuck {
	opacity: 0;
	position: fixed;
	top: -36px;
	left: 50%;
	width: 50%;
	margin-left: -25%;
	padding: 0;
}

#timeline-years.stuck + #timeline-years-anchor {
	height: 150px;
}

/* ---- Fans / Instagram ---- */

#mce-error-response,
#mce-success-response {
	max-width: 680px;
	margin: 20px auto;
}

#mce-error-response {
	color: #FF0000;
}

.instagram-item {
	background-repeat: no-repeat;
	background-position: center center;
	background-position: center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-bottom: 20px;
}

.instagram-item .sizer {
	padding-top: 100%;
}

.instagram-item > a,
.instagram-item .inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.instagram-item > a {
	background: transparent;
	width: calc(100% - 20px);
	height: calc(100% - 20px);	
	margin-left: 10px;
	-webkit-transition: background .25s;
	-moz-transition: background .25s;
	transition: background .25s;
	overflow: hidden;
}

.instagram-item .inner {
	margin: 25px;
	width: calc(100% - 50px);
	height: calc(100% - 50px);
	display: none;
}

.instagram-item > a:hover {
	background: rgba(0,0,0,.9);
}

.instagram-item > a:hover .inner {
	display: block;
}


.byline {
	position: absolute;
	bottom: 0;
	left: 0;
}


/* ---- Logos ---- */

.logos {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	text-align: center;
	max-width: 600px;
}

.logos li {
	width: 45%;	
	margin: 0 0 40px 0;
	padding: 0;
	float : left;
	display: inline-block;
	height: 150px;
}

.logos li:nth-child(odd) {
	clear: both;
}

.logos li:nth-child(even) {
	float : right;
}


.logos li img {
	width: auto;
	max-width: 100%;
}

/* ---- Shows --- */

.az-widget-custom-td {
	vertical-align: top;
}

body .applauze-tour table p {
	margin: 0;
}

.applauze-tour table th, .applauze-tour table td {
	border-bottom: 0 !important;
	max-width: 40% !important;
}

body .az-widget-custom-td-date {
	width: 32% !important;
}
body .az-widget-custom-td-venue-and-locality {
	width: 43% !important;

}
body .az-widget-custom-td-tickets {
	text-align: center;
	width: 25% !important;
}

body .applauze-tour table {
	font-family: 'Open Sans', sans-serif;	
	font-size: 18px;
	line-height: 21px;
	color: #f9f8f1;
	max-width: 80%;
	margin: auto;
}

body .az-widget-narrow-venue,
body .az-widget-custom-weekday {
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	color: #c3a467;
	display: block;
	margin-bottom: .6em;
}

body .az-widget-custom-narrow-notes {
	font-size: 12px;
	line-height: 15px;
}

body .az-widget-narrow-locality {
	font-weight: normal;
}

body .az-widget-sold-out,
body .az-widget-presale a,
body .az-widget-custom-td-tickets .az-widget-custom-buy-tickets a {
	color: #f9f8f1 !important;
	background: #c3a467;
	display: inline-block;
	padding: 10px 15px;
	color: #f9f8f1 !important;
	border: 1px solid #c3a467;
	width: 130px;
	text-align: center;
}

body .az-widget-presale a {
	width: auto;	
	font-size: 14px;
	line-height: 16px;
}

body .az-widget-custom-td-tickets a:hover {
	border-color: #c3a467;
	color: #c3a467 !important;
	background: transparent;
}

body .az-widget-sold-out {
	background: #333333 !important;
	border-color: #333333 !important;
	pointer-events: none;
}




/* ---- Sides ---- */

#side-left,
#side-right {
	width: 256px;
	height: 100%;
	position: absolute;
	top: 0;
	background: url(images/sides-shapes.jpg) center center repeat-y;
	z-index: -100;
	display: none;
}

#side-left {
	left: 0;
}

#side-right {
	right: 0;
}


.footer-logo {
	display: block;
	background-image: url(images/footer-logo.png);
	width: 150px;
	height:75px;
	background-size: 150px 75px;
	margin: 0 auto;
	margin-bottom: 30px;
}

/* ---- Footer Marquee ---- */

#footer ul.menu li {
	margin: 0 3em 1em 0;
}

#footer-marquee {
	background: rgba(195,164,103,.9);
	color: #141414;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	z-index: 900;
	opacity: 0;
	height: 0;
	line-height: 0;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}

#footer-marquee.active {
	opacity: 1;
	height: 47px;
	line-height:47px;	
}

#footer-marquee ul {
	width: auto;
}

#footer-marquee li {
	width: auto;
	margin-right: 1200px;
}