/*   
Theme Name: steviewonder_modeng
*/

@font-face {
  font-family: 'Alternate Gothic No1 D';
  src: url('_/fonts/ufonts.com_alternate-gothic-no1-d.eot'); /* IE9 Compat Modes */
  src: url('_/fonts/ufonts.com_alternate-gothic-no1-d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('_/fonts/ufonts.com_alternate-gothic-no1-d.woff') format('woff'), /* Modern Browsers */
       url('_/fonts/ufonts.com_alternate-gothic-no1-d.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('_/fonts/ufonts.com_alternate-gothic-no1-d.svg#0a3573609c569d03edde71089d1f7b83') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}

@font-face {
  font-family: 'Lust Script';
  src: url('_/fonts/Positype - LustScript.eot'); /* IE9 Compat Modes */
  src: url('_/fonts/Positype - LustScript.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('_/fonts/Positype - LustScript.woff') format('woff'), /* Modern Browsers */
       url('_/fonts/Positype - LustScript.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('_/fonts/Positype - LustScript.svg#c9f601654c0c1b2a3c8ed122e91052a2') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}

@font-face {
	font-family: "Flaticon";
	src: url("_/fonts/flaticon.eot");
	src: url("_/fonts/flaticon.eot#iefix") format("embedded-opentype"),
	url("_/fonts/flaticon.woff") format("woff"),
	url("_/fonts/flaticon.ttf") format("truetype"),
	url("_/fonts/flaticon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
	font-family: Flaticon;
        font-size: 20px;
font-style: normal;
margin-left: 20px;
}.flaticon-amazon5:before {
	content: "\e000";
}
.flaticon-cross93:before {
	content: "\e001";
}
.flaticon-facebook12:before {
	content: "\e002";
}
.flaticon-google35:before {
	content: "\e003";
}
.flaticon-play106:before {
	content: "\e004";
}
.flaticon-play87:before {
	content: "\e005";
}
.flaticon-social19:before {
	content: "\e006";
}
.flaticon-song1:before {
	content: "\e007";
}
.flaticon-spotify1:before {
	content: "\e008";
}
.flaticon-tshirt18:before {
	content: "\e009";
}
.flaticon-youtube18:before {
	content: "\e00a";
}



* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.chromeframe {position: absolute; top: 0;}

html { background:#000; }

body { background-color:#000; font: 18px Helmet, Freesans, sans-serif; overflow-x:hidden;}

body, select, input, textarea {color: #fff;}

a {color: #fff; text-decoration: none;}
a:hover {color: #fff; text-decoration: none; }

::-moz-selection{background: none; text-shadow: none;}
::selection {background: none; text-shadow: none;} 

a:link {-webkit-tap-highlight-color: none;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

body {position: relative; font-family: 'Alternate Gothic No1 D'; background-size: cover; background-repeat: no-repeat;}

*:focus {
	outline: 0 !important;
}

html {
	overflow-y: auto;
}

/* And here begins the WordPress fun.
-------------------------------------------------------------------------------*/


/* TYPOGRAPHY 
-------------------------------------------------------------------------------*/
H1
{
	font-size: 2.8em;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 20px;
}
H2
{
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 20px;
}
H3
{
	font-size: 1.25em;
	font-weight: normal;
	margin-bottom: 20px;
}
H4
{
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 20px;
}
P
{
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 20px;
}
.small
{
	font-size: 0.8em;
}

/* SPOT BTNS
-------------------------------------------------------------------------------*/

a.spot {
	display:block;
	cursor:pointer;
	width:50px;
	height:50px;
	background-image:url('_/inc/images/spot-btn.png');
	background-repeat:no-repeat;
}

a.spot:hover {
	background-position:0 -50px;
}

a.spot > span {
	font-family: Flaticon;
	font-size: 1.3em;
	font-style: normal;
	margin-left: 0;
	line-height: 2.1em;
	text-align: center;
	width: 50px;
	float: left;
}

a.spot.fb > span:before {
	content: "\e002";
}

a.spot.spotify > span:before {
	content: "\e008";
}

.social-links {
	text-align:center;
}

.social-links a.spot {
	display:inline-block;
	margin:0 10px;
}



/* COLOURS
-------------------------------------------------------------------------------*/

.orange {
	color: #fe764b;
}

.light-orange {
	color: #ff7448;
}

.blue {
	color: #64b3da;
}

.light-blue {
	color: #7fd5ff;
}

.blue-bg {
	background-color: #2c3b43;
	color: #fff;
}

.orange-bg {
	background-color: #bd441e;
	color: #2c3b43;
}

.grey {
	color: #2a3940;
}

/* MENU
-------------------------------------------------------------------------------*/

a.hamburger {
	position:absolute;
	width:35px;
	height:21px;
	top:30px;
	right:30px;
	background-image:url('_/inc/images/hamburger.png');
}

a.hamburger:hover {
	background-position:0 -21px;
}

.menu {
	position:absolute;
	right:0;
	width: 550px;
	height: 100%;
	right:-550px;
	background-image:url('_/inc/images/menu-back.svg');
	background-repeat:no-repeat;
	background-size:cover;
	z-index:1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 9;
}

.menu.open {
	right:0px;
}

a.close {
	position: absolute;
	top: 30px;
	right: 30px;
}

a.close:before {
	font-size:20px;
}

a.close:hover {
	color:#bd441e;
}

.mobile-share {
	display:none;
}

ul.page-links {
	font-family: Lust Script;
	float: left;
	margin-top: 150px;
	margin-left: 150px;
}

ul.page-links > li {
	clear:both;
	float:left;
	padding: 30px 0;
	border-bottom: solid 1px #545c61;
	text-align: left;
	width: 330px;
}

ul.page-links > li > a {
	margin-left: -10px;
}

ul.page-links a:hover {
	color:#bd441e;
}

ul.page-links > li#two {
	margin-left: 20px;
	width: 310px;
}

ul.page-links > li#three {
	margin-left: 40px;
	width: 290px;
}

ul.page-links > li#four {
	margin-left: 60px;
	width: 270px;
}

div.social-links {
	float:left;
	padding: 30px 0;
	width:250px;
	margin-left:230px;
}

div.menu div.social-links a.spot.fb {
	margin:0 auto;
}

.menu-footer {
	position: absolute;
	bottom: 20px;
	right: 0;
	text-align: center;
	margin-right: 70px;
}

.menu-footer a, .menu-footer span {
	display:inline-block;
	color:#4c565c;
}

span.pipe:after {
	content:'|';
}

.menu-footer a:hover {
	color:#fff;
}

/* SHADE/SIGNUP
-------------------------------------------------------------------------------*/

.shade {
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	z-index:100;
	visibility:hidden;
}

.padding {
	float:left;
	width:100%;
	padding:30px;
}

.row {
	clear:both;
	float:left;
	width:100%;
	margin-bottom:20px;
}

.col {
	float:left;
}

.col.country {
	width:220px;
	margin-right:10px;
}

.col.zip {
	width:100px;
}

.col.country > .select-style {
	width:100%;
}

.dob {
	float:left;
	margin-right:10px;
}

form#signup {
	width:439px;
	height:auto;
	background:#2c3b43;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

form#signup > a.close {
	top:-30px;
	right:-30px;
}

form#signup label {
	float:left;
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 20px;
	margin:0;
	width:100%;
}

input[type=email], input[type=text] {
	font-family: 'Alternate Gothic No1 D';
	font-size: 16px;
	color: #e4e4e4;
	border: solid 1px #545c61;
	background: #2c3b43;
	padding:0 15px;
	height:45px;
	width: 130px;
	margin-right:10px;
}

input#surname {
	margin-right:0;
}

.select-style {
    border: 1px solid #545c61;
    width: 200px;
    height:45px;
    overflow: hidden;
    background: #2c3b43 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAAM0lEQVQIW2NkIAIwgtQ8efLkPy61MjIyjGBFuBSCFIDk4IrQFcIUYCiCKURWgFURNrcBAD8QEAdHAJhDAAAAAElFTkSuQmCC") no-repeat 90% 50%;
}

.select-style select {
	font-family: 'Alternate Gothic No1 D';
	font-size: 16px;
    padding: 13px 8px;
    width: 130%;
    color:#e4e4e4;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    text-transform:uppercase;
}

.select-style select:focus {
    outline:none;
}

select:focus > option {
    background:#2c3b43;
}

.select-style option {
    color:#e4e4e4;
}

button[type=submit] {
	float:right;
	font-family: Lust Script;
	font-size:20px;
	background:#bd441e;
	color:#2c3b43;
	border:0;
	padding:0 15px;
	height:45px;
}

button[type=submit]:hover {
	color:#000;
}

/* PAGE BACKGROUNDS
-------------------------------------------------------------------------------*/

.stevie-bg {
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}

body.home,
body.single {
	background-image: url('_/inc/images/bg-home.jpg');
}

body.home .stevie-bg,
body.single .stevie-bg {
	background-image: url('_/inc/images/home-stevie.png');
}

body.tour-dates {
	background-image: url('_/inc/images/bg-gigs.jpg');
}

body.tour-dates .stevie-bg {
	background-image: url('_/inc/images/gigs-stevie.png');
}

body.featured-albums {
	background-image: url('_/inc/images/bg-albums.jpg');
}

body.featured-albums .stevie-bg {
	background-image: url('_/inc/images/albums-stevie.png');
}

body.loaded .stevie-bg {
	visibility: visible;
    -webkit-animation: blurin 2s; 
    animation: blurin 2s;
    -moz-animation: blurin 2s; 
    -o-animation: blurin 2s; 
}

@-webkit-keyframes blurin {
    from {opacity:0;}
    to {opacity:1;}
}

@-moz-keyframes blurin {
    from {opacity:0;}
    to {opacity:1;}
}

@-o-keyframes blurin {
    from {opacity:0;}
    to {opacity:1;}
}

@keyframes blurin {
    from {opacity:0;}
    to {opacity:1;}
}

body.single .stevie-bg {
	visibility: visible;
    -webkit-animation: none !important; 
    animation: none !important;
    -moz-animation: none !important; 
    -o-animation: none !important; 
}

body.single .right {
	visibility:visible !important;
	opacity:1 !important;
}


/* COMMON STYLES
-------------------------------------------------------------------------------*/
html,body {
	height: 100%;
	margin: 0;
}

#wrapper {
	position:relative;
	padding: 30px;
	width: 100%;
	height: 100%;
}

.clear {
	clear: both;
}

.logo {
	display: none;
	width:210px;
}

body.home .blue-logo,
body.single .blue.logo, 
body.featured-albums .blue-logo,
body.tour-dates .orange-logo {
	display: none;
}

body.home .orange-logo,
body.single .orange-logo, 
body.featured-albums .orange-logo,
body.tour-dates .blue-logo {
	display: block;
}

body.single .flip {
	visibility: visible !important;
	-webkit-animation-name: none !important;
	-moz-animation-name: none !important;
	-o-animation-name: none !important;
	animation-name: none !important;
}

.grid-container {
	max-width: 100% !important;
}

.page-wrap {
	height: 100%;
}

.share .orange {
	background-image: url('_/inc/images/orange-share.png');
}

.share .orange:hover {
	background-image: url('_/inc/images/orange-share-hover.png');
}

.subscribe .orange {
	background-image: url('_/inc/images/orange-subscribe.png');	
}

.subscribe .orange:hover {
	background-image: url('_/inc/images/orange-subscribe-hover.png');	
}

.share .blue {
	background-image: url('_/inc/images/blue-share.png');
}

.share .blue:hover {
	background-image: url('_/inc/images/blue-share-hover.png');
}

.subscribe .blue {
	background-image: url('_/inc/images/blue-subscribe.png');	
}

.subscribe .blue:hover {
	background-image: url('_/inc/images/blue-subscribe-hover.png');	
}

.left {
	float: left;
	height: calc(100% - 90px);
}

.right {
	float: right;
	height: calc(100% - 90px);
	visibility: hidden;
	opacity: 0;
}


/* FACTOID FLIP
---------------------------------------------------------------------------------*/

.factoid {
	position:absolute;
	bottom:0;
	width: 195px;
	margin-left: 50px;
}

.flip-container {
	position: relative;
	border-left: 2px solid #ff7448;
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
  	-webkit-perspective: 1000px;
  	-moz-perspective: 1000px;
  	-o-perspective: 1000px;
  	perspective: 1000px;
}

.flip-container.orange {
	border-left: 1px solid #ff7448;
}

.flip-container.blue {
	border-left: 1px solid #7fd5ff;
}

.flip-container p {
	margin:0;
}

.flip {
	position: absolute;
	width: 100%;
	height: 430px;
	top: 0;
	bottom: 0;
	margin: auto;
	float: left;
	backface-visibility: hidden;
	visibility: hidden;
}

.flip h2 {
	margin-bottom: -6px;
	padding-left: 30px;
}

.flip-container.orange .flip-border {
	border-top: 2px solid #ff7448;
	border-right: 2px solid #ff7448;
	max-height: 395px;
	height: auto;
}

.flip-container.blue .flip-border {
	border-top: 2px solid #7fd5ff;
	border-right: 2px solid #7fd5ff;
	max-height: 395px;
	height: auto;
}

.flip.animate {
	visibility: visible;
	-webkit-animation-name: flip;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-delay: 0s;
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-iteration-count: forward;
	-webkit-transform-origin: 0% 0%;

	-moz-animation-name: flip;
	-moz-animation-duration: 0.5s;
	-moz-animation-delay: 0s;
	-moz-animation-timing-function: ease-in;
	-moz-animation-iteration-count: forward;
	-moz-transform-origin: 0% 0%;

	-o-animation-name: flip;
	-o-animation-duration: 0.5s;
	-o-animation-delay: 0s;
	-o-animation-timing-function: ease-in;
	-o-animation-iteration-count: forward;
	-o-transform-origin: 0% 0%;

	animation-name: flip;
	animation-duration: 0.5s;
	animation-delay: 0s;
	animation-timing-function: ease-in;
	animation-iteration-count: forward;
	transform-origin: 0% 0%;
}

@-webkit-keyframes flip {
	from { -webkit-transform: rotateY(-90deg); }
	to { -webkit-transform: rotateY(-0deg); }
}

@-moz-keyframes flip {
	from { -moz-transform: rotateY(-90deg); }
	to { -moz-transform: rotateY(-0deg); }
}

@-o-keyframes flip {
	from { -o-transform: rotateY(-90deg); }
	to { -o-transform: rotateY(-0deg); }
}

@keyframes flip {
	from { transform: rotateY(-90deg); }
	to { transform: rotateY(-0deg); }
}

.flip-box {
	border-bottom: 2px solid #ff7448;
	float: left;
	width: 100%;
	font-size: 20px;
	box-sizing: border-box;
	font-family: "Alternate Gothic No1 D";
	text-transform: uppercase;
	text-align: center;
	padding: 5px 0;
}

.flip-container.orange .flip-box {
	border-bottom: 2px solid #ff7448;
}

.flip-container.blue .flip-box {
	border-bottom: 2px solid #7fd5ff;
}

.flip-box.line {
	position: relative;
}

.flip-box.line:before {
	width: 15px;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: "";
}

.flip-box.line:after {
	width: 15px;
	position: absolute;
	bottom: 50%;
	right: 0;
	display: block;
	content: "";
}

.flip-container.orange .flip-box.line:before,
.flip-container.orange .flip-box.line:after {
	border-bottom: 2px solid #ff7448;
}

.flip-container.blue .flip-box.line:before,
.flip-container.blue .flip-box.line:after {
	border-bottom: 2px solid #7fd5ff;
}

.flip-box.row1 p {
	color: #fff;
	font-size: 115px;	
	line-height: 1em;
}

.flip-box p {
	line-height: 1em;
	color: #fff;
}

.flip-box p.large {
	font-size: 45px;
}

.flip-box.row2 {
	padding: 5px 0px;
}

.flip-box.row2 p.large {
	font-size: 60px;
}

.flip-box.row2 p.large.blue {
	font-size: 71px;
}

.flip-box.row3 {
	padding: 10px 0;
}

.flip-box.row4 p.orange.large {
	font-size: 35px;
}

.flip-border .clear {
	border: none !important;
}

.flip-box.row3 p.large {
	font-size: 32px;
}

.blue .flip-box.row3 p.large {
	font-size: 25px;
}

.flip-box p.medium {
	font-size: 40px;
}

.flip-box p.orange {
	color: #bd441e !important;
}

.flip-box p.blue {
	color: #89d8fe !important;
}

.flip-container .social {
	position: absolute;
	bottom: 30px;
	left: -11px;
}

.flip-container .social a.social-icon {
	font-family: 'Lust Script';	
	margin-bottom: 10px;
	padding-left: 30px;
	display: block;
	height: 21px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 23px;
}

.albums .flip-box.row3 .medium {
	font-size: 35px;
}

.social .share,
.social .share-box { 
	float: left;
}

.social .share-box {
	display: none;
}

.social .share {
	margin-right: 20px;
}

.at-share-tbx-element .at-share-btn {
	margin: 0 5px !important;
}

/* ===== MAC LINE-HEIGHT FIX / FIXCLIENTJS ===== */

.row1 p.mac-only {
	margin-bottom:-20px;
}

.row2 p.orange.large.mac-only {
	margin-bottom:-7px;
	margin-top:2px;
}

p.line2.mac-only {
	margin-bottom:-6px;
}

p.line1.large.mac-only {
	margin-bottom:-5px;
}

p.medium.mac-only {
	margin-bottom:-5px;
}


/* TOUR DATES
--------------------------------------------------------------------------------*/

.live {
	width: 600px;
	max-height: 390px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 80px;
	margin: auto;
	padding: 30px 0;
}

.right {
	width: 700px;
	max-height: 390px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 80px;
	margin: auto;
	padding: 30px 0;
}

.live-wrap {
	width: 100%;
	height: 240px;
	padding-right: 20px;
	overflow: auto;
}

.right h1 {
	text-transform: uppercase;
	border-bottom: 1px solid #545c61;
	margin-bottom: 30px;
	max-width: 660px;
}

.gigs-table {
	text-transform: uppercase;
	width: 100%;
	font-size: 1.2em;
}

.gigs-table td {
	vertical-align: middle;
	padding: 20px;
}

.gigs-table td.date {
	padding-left: 0;
}

.gigs-table tr:first-child td {
	padding-top: 0;
}

.gigs-table tr:last-child td {
	padding-bottom: 0;
}

td.tickets a {
	padding: 0px 30px 0 25px;
	display: block;
	font-family: 'Lust Script';
	font-size: 0.7em;
	text-transform: none;
	line-height: 44px;
	text-align: center;
}

td.tickets .unavailable {
	background-color: #2c3b43;
	padding: 0px 30px 0 25px;
	display: block;
	font-family: 'Lust Script';
	font-size: 0.7em;
	text-transform: none;
	line-height: 44px;
	text-align: center;
}

body.tour-dates .small.social-icon, 
body.tour-dates .small.social-icon {
	color: #64b3da !important;
}

body.tour-dates .share .orange {
	background-image: url('_/inc/images/blue-share.png') !important;
}

body.tour-dates .share .orange:hover {
	background-image: url('_/inc/images/blue-share-hover.png') !important;
}

body.tour-dates .subscribe .orange {
	background-image: url('_/inc/images/blue-subscribe.png') !important;	
}

body.tour-dates .subscribe .orange:hover {
	background-image: url('_/inc/images/blue-subscribe-hover.png') !important;	
}


/* SCROLLBAR STYLES
--------------------------------------------------------------------------------------*/

.jspVerticalBar {
	background: none !important;
}

.jspTrack {
	background: none !important;
}

.jspDrag {
	width: 10px !important;
	background: #545c61 !important;
	margin-left: 6px;
}

.jspDrag:hover {
	background: #fff !important;
}

.jspHorizontalBar {
	display: none !important;
}

/* FEATURE ALBUMS
--------------------------------------------------------------------------------------*/

.album-list {
	max-height: 545px;
}

.album-item {
	margin-bottom: 30px;
}

.album-item img {
	float: left;
	border: 2px solid #29373e;
}

.album-thumb,
.album-links {
	display: inline-block;
	vertical-align: middle
}

.album-links {
	padding-left: 30px;
}

.buy-icon {
	display: inline-block;	
}

a.spot.itunes > span.icon {
}

a.spot.itunes > span.icon:before {
	content: "\e007";
	font-size:20px;
}

a.spot.amazon > span.icon:before {
	content: "\e000";
	font-size:21px;
}

a.spot.play > span.icon {
	/*content: "\e005";*/
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9IiM1NjczODIiIGQ9Ik0yNS45OCw0OTUuMjIxbDIzOS41NTQtMjM4Ljk5TDI1Ljk4LDE2Ljc4QzIwLjA4LDI2LjMwMiwxNiw0MS43MjMsMTYsNjMuOTM4VjI1Ni4yM3YxOTEuODIzQzE2LDQ3MC4yNzEsMjAuMDgsNDg1LjY5LDI1Ljk4LDQ5NS4yMjFMMjUuOTgsNDk1LjIyMXoiLz48cGF0aCBmaWxsPSIjNTY3MzgyIiBkPSJNNTUuMDEzLDBsMjMzLjIsMjMzLjU0Nmw3OC40OTUtNzguOTA2TDEyMi4xNiwyMi4yMTdDOTQuNDg3LDcuMjU3LDc3LjI0NywwLDU3LjI4NywwQzU2LjM3MywwLDU1LjQ2NiwwLDU1LjAxMywwTDU1LjAxMywweiIvPjxwYXRoIGZpbGw9IiM1NjczODIiIGQ9Ik0zOTYuMTg2LDE3MC41MTNsLTg1LjI5Myw4NS43MTdsODUuMjkzLDg1LjI1N2w1MS43MjItMjguMTIyQzQ2Ni45NTksMzAyLjkyOSw0OTYsMjgzLjg4NCw0OTYsMjU2LjIzYzAtMjguMTIyLTI5LjA0MS00Ny4xNjctNDguMDk0LTU3LjYwM0wzOTYuMTg2LDE3MC41MTN6Ii8+PHBhdGggZmlsbD0iIzU2NzM4MiIgZD0iTTM2Ni43MDgsMzU3LjM0NWwtNzguNDk1LTc4Ljg5Nkw1NS4wMTMsNTEyYzAuNDU0LDAsMS4zNiwwLDIuMjc0LDBjMTkuOTU5LDAsMzcuMi03LjI2NSw2NC44NzMtMjIuMjMxTDM2Ni43MDgsMzU3LjM0NXoiLz48L2c+PC9zdmc+);
	background-size: cover;
	height: 19px;
	width: 19px;
	margin: 16px 0 0 17px;
}

a.spot.play:hover > span.icon {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yNS45OCw0OTUuMjIxbDIzOS41NTQtMjM4Ljk5TDI1Ljk4LDE2Ljc4QzIwLjA4LDI2LjMwMiwxNiw0MS43MjMsMTYsNjMuOTM4VjI1Ni4yM3YxOTEuODIzQzE2LDQ3MC4yNzEsMjAuMDgsNDg1LjY5LDI1Ljk4LDQ5NS4yMjFMMjUuOTgsNDk1LjIyMXoiLz48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNNTUuMDEzLDBsMjMzLjIsMjMzLjU0Nmw3OC40OTUtNzguOTA2TDEyMi4xNiwyMi4yMTdDOTQuNDg3LDcuMjU3LDc3LjI0NywwLDU3LjI4NywwQzU2LjM3MywwLDU1LjQ2NiwwLDU1LjAxMywwTDU1LjAxMywweiIvPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0zOTYuMTg2LDE3MC41MTNsLTg1LjI5Myw4NS43MTdsODUuMjkzLDg1LjI1N2w1MS43MjItMjguMTIyQzQ2Ni45NTksMzAyLjkyOSw0OTYsMjgzLjg4NCw0OTYsMjU2LjIzYzAtMjguMTIyLTI5LjA0MS00Ny4xNjctNDguMDk0LTU3LjYwM0wzOTYuMTg2LDE3MC41MTN6Ii8+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTM2Ni43MDgsMzU3LjM0NWwtNzguNDk1LTc4Ljg5Nkw1NS4wMTMsNTEyYzAuNDU0LDAsMS4zNiwwLDIuMjc0LDBjMTkuOTU5LDAsMzcuMi03LjI2NSw2NC44NzMtMjIuMjMxTDM2Ni43MDgsMzU3LjM0NXoiLz48L2c+PC9zdmc+);
}

a.spot.play > span.label {
	margin-top: 15px;
}

a.spot.merch > span.icon:before {
	content: "\e009";
}

.album-list a.spot {
	display:inline-block;
	color:#567382;
	margin-right: 30px;
	background-image: url('_/inc/images/spot-btn-blue.png');
}

.album-list a.spot:hover {
	color:#fff;
} 

.album-list a.spot .label {
	display: none;
	font-family: 'Alternate Gothic No1 D';
	color: #fff;
	font-size: 0.8em;
}

.album-list a.spot:hover .label {
	display: block;
}

.album-list h2 {
	font-size: 1.4em;
}


/* MEDIA WALL
----------------------------------------------------------------------------------------------*/

.feeds {
	max-height: 612px;
	padding-bottom: 0;
}

.feeds .scroller {
	width: 100%;
	height: 100%;
}

.feed-wrap {
	position: relative;
	width: 100%;
	height: 100%;
}

a.filter {
	display: block;
	width: 60px;
	line-height: 2em;
	color: #2c3b43;
	border: 2px solid #2c3b43;
	text-align: center;
	position: absolute;
	left: -65px;
	top: 5px;
	background-color: rgba(0,0,0,0.7);
}

a.filter.social-feeds {
	top: 5px;
}

a.filter.news-feeds {
	top: 55px;
}

a.filter.bday-feeds {
	top: 105px;
	line-height:1em;
}

.cake {
	margin: 3px auto;
	width:29px;
	height:36px;
	background-image:url('_/inc/images/cake2.png');
	display:block;
}

a.filter.bday-feeds.active > .cake {
	background-position:0 -36px;
}

a.filter.active {
	color: #bd441e;
	left: -53px;
}

.feed-wrap .scroller,
.feed-wrap .livefyre-feeds {
	width: 100%;
	height: 100%;
}

.livefyre-feeds {
	display: none;
}

.livefyre-feeds.active {
	display: block;
}

[data-lf-package~="streamhub-wall#3.1.5"] .content {
	background-color: transparent !important;
}

[data-lf-package~="streamhub-wall#3.1.5"] .content p {
	color: #fff;
	font-family: 'Alternate Gothic No1 D';
	font-weight: normal;
	text-transform: uppercase;
	font-size: 0.9em;
}

[data-lf-package~="streamhub-wall#3.1.5"] .content-default .content-byline .content-author-name a {
	color: #bd441e !important;
	font-family: 'Alternate Gothic No1 D';	
	font-size: 1.3em;
	font-weight: normal;
	text-transform: uppercase;
}

[data-lf-package~="streamhub-wall#3.1.5"] .content-default .content-author-username, [data-lf-package~="streamhub-wall#3.1.5"] .content-default .content-author-username a, [data-lf-package~="streamhub-wall#3.1.5"] .content-default .content-created-at, [data-lf-package~="streamhub-wall#3.1.5"] .content-default .content-created-at a {
	color: #474747 !important;
	font-size: 1.1em !important;
	font-family: 'Alternate Gothic No1 D';	
}

[data-lf-package~="streamhub-wall#3.1.5"] .content.content-tweet .content-source-logo {
	color: #fff !important;
}

[data-lf-package~="streamhub-wall#3.1.5"] .hub-list article.content {
	border-radius: 0 !important;
	border: 2px solid #2c3b43 !important;
	box-shadow: none !important;
	background-color: rgba(0,0,0,0.7) !important;
}

[data-lf-package~="streamhub-wall#3.1.5"] .hub-list-more, [data-lf-package~="streamhub-wall#3.1.5"] .hub-list-queue{
	background-color: #bd441e !important;
	color: #2c3b43 !important;
	font-family: 'Alternate Gothic No1 D' !important;	
	border-radius: 0 !important;	
	text-transform: uppercase; 
	font-weight: normal !important;
	font-size: 1em !important;
}

[data-lf-package~="streamhub-wall#3.1.5"] .hub-btn-link {
	color: #474747 !important;
	font-family: 'Alternate Gothic No1 D' !important;	
	font-size: 1.1em !important;
	font-weight: normal !important;
}

[data-lf-package~="streamhub-wall#3.1.5"] .content-default .content-footer .hub-btn-link:before,
[data-lf-package~="streamhub-wall#3.1.5"] .content.content-tweet .hub-btn.hub-content-action-favorite>a:before, 
[data-lf-package~="streamhub-wall#3.1.5"] .content.content-tweet .hub-btn.hub-content-action-retweet>a:before,
[data-lf-package~="streamhub-wall#3.1.5"] .content.content-tweet .hub-btn.hub-content-action-reply>a:before {
	color: #474747 !important;
}

[data-lf-package~="streamhub-wall#3.1.5"] .content.content-facebook .content-source-logo:before,
[data-lf-package~="streamhub-wall#3.1.5"] .content .content-source-logo:before {
	color: #fff !important;
}

[data-lf-package~="streamhub-wall#3.1.5"] .content-default.content-with-image .content-header {
	box-shadow: none !important;
}

[data-lf-package~="streamhub-wall#3.1.5"] .content-default a {
	color: #bd441e !important;
}

.scroller .fb_iframe_widget > span,
.scroller .fb_iframe_widget iframe {
	width: 100% !important;
	overflow:hidden !important;
}

/* NEWS POSTS
--------------------------------------------------------------------------------------------*/

.livefyre-feeds.news {
	width: 100%;
	height: 100%;
}

.livefyre-feeds.news .jspPane {
	height: 100% !important;
}

.isotope-container {
	width: 100%;
	height: 100%;
}

.posts a h1 {
	font-size: 1em;
	border-bottom: none !important;
	margin-bottom: 10px;
	padding: 20px 16px 0;
	text-transform: uppercase;
}

.posts img {
	opacity: 0.6;
	max-width: 100%;
	height: auto;
	margin-bottom: 16px;
}

.posts .excerpt {
	padding: 0px 16px 0px 16px;
}

.posts a {
	color: #bd441e;
	text-decoration: none;	
}

.posts a:hover {
	text-decoration: underline;
}

.posts .excerpt p{
	font-size: 1em;
	line-height: 1.5em;
	text-transform: uppercase;
}

.posts .news-item {
	width: 320px;
	margin: 5px;
	background-color: rgba(0,0,0,0.7);
	border: 2px solid #2c3b43;
	float: left;
}

/* SINGLE POST 
-----------------------------------------------------------------------------------------*/

.single-content p {
	line-height: 1.5em;
	font-size: 1.1em;
}

.single-content img {
	/*max-height: 300px;
	width: auto;*/
	opacity: 1;
}

.single a#back-btn {
	color:#bd441e;
}

.single a#back-btn:hover {
	color:#fff;
	text-decoration:underline;
}

h2.mobile {
	display: none;
}


#outdated {
	height:100%;
}

.orientation-overlay {
	visibility: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999999;
	font-size: 1.9em;
	box-sizing: border-box;
	background: #2c3b43;
}
.orientation-overlay .msg {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	left: 0;
	transform: translateY(-50%);
	padding: 0 20px;
	font-family: 'Alternate Gothic No1 D';
	color: #fff;
}

@media all and (max-width: 1080px) {
	.factoid.left {
		display:none;
	}
}

@media only screen and (orientation:portrait) {
	.orientation-overlay {
		visibility: hidden;
	}
}
@media only screen and (orientation:landscape) {
	body.phone.noform .orientation-overlay {
		visibility: visible;
	}

	body.tablet.noform .orientation-overlay {
		visibility: visible !important;
	}

	body.ipad.noform .orientation-overlay {
		visibility: hidden !important;
	}
}
