html, body { height: 100%; }
body {
	background: #050505 url(../images/background.jpg);
	background-repeat: no-repeat;
	background-size: 576px 324px;
	background-position: center 60px;
	/* background-attachment: fixed; */
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

#wrapper {
	min-height:100%;
	position:relative;
	margin-bottom: -60px;
	width: 100%;
}

.container {
	overflow:auto;
	padding-bottom:90px;
}

a { color: #9b9b9b; text-decoration: underline; }
a:hover {
	color: #fff;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}

/* -----------------------------------------
   Header
----------------------------------------- */
header {
	padding-bottom: 15px;
	position: relative;
	width: 
}

/* -----------------------------------------
   Footer
----------------------------------------- */
footer {
	background: #333; color: #9b9b9b; clear: both; font-size: 0.8em; line-height: 20px; padding-top: 10px; text-align: center; width: 100%; height: 60px;
}

footer a { color: #9b9b9b; text-decoration: none; }

footer a:hover 

/* Footer Copyright */

.footer-2 { background: rgb(0,0,0); background: rgba(0,0,0,0.4); color: #9b9b9b; clear: both; font-size: 0.8em; line-height: 20px; position: absolute; bottom: 0; left: 0; padding-top: 10px; text-align: center; width: 100%; height: 60px; }
.footer-2 a { color: #9b9b9b; text-decoration: none; }
.footer-2 a:hover { color: #fff; }

/* -----------------------------------------
   Logo
----------------------------------------- */

h1.logo { margin: 0 auto; max-width: 600px;}
h1.logo a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

/* -----------------------------------------
	Navicon
----------------------------------------- */
#menu-trigger {line-height: 46px; margin-top: 0;}
#menu-trigger a {
	color: #fff;
	display: block;
	text-decoration: none;
	font-size: 30px;
	font-weight: 400;
}
#menu-trigger a:hover {color: #666;}
.screen-reader-text {position: absolute; top: -9999px; left: -9999px;}


/* -----------------------------------------
   Navigation - Mobile First
   - All styles for Medium & Up are in responsive section below
----------------------------------------- */

#menu {overflow: hidden;}
ul.navigation {display: block; float: left; left: 50%; position: relative; list-style-type: none; margin: 0; padding: 0; width: 100%;}
ul.navigation > li {display: block; position: relative; right: 50%;}
ul.navigation a {
	color: #9b9b9b;
	display: block;
	font-size: 1.2em;
	font-weight: 300;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 6px;
}
ul.navigation a:hover { color: #fff; }

/* -----------------------------------------
   Page title + social links
----------------------------------------- */
.row.artistTitle { margin: 60px auto 40px auto; text-align: center; }
.page-title { margin: 0 auto 20px auto; text-align: center; }

.row.artistTitle .widget_artist_sociallinks ul.artist-socials li,
.row.artistTitle .widget_artist_sociallinks ul.artist-streaming li{
	  float: right;
	  width: auto;
	  margin-left: 10px;
}
.row.artistTitle .widget_artist_sociallinks ul.artist-socials li a,
.row.artistTitle .widget_artist_sociallinks ul.artist-streaming li a {
	  border: 1px solid white;
	  margin-right: 0;
	  opacity: .5;
	  width: 24px;
	  font-size: 16px;
	  height: 24px;
	  line-height: 24px;
}
.row.artistTitle .widget_artist_sociallinks ul.artist-socials li a:hover,
.row.artistTitle .widget_artist_sociallinks ul.artist-streaming li a:hover{
	  opacity: 1;
}
.row.artistTitle .widget_artist_sociallinks ul.artist-socials li a:hover span:before,
.row.artistTitle .widget_artist_sociallinks ul.artist-streaming li a:hover span:before {
}

/* -----------------------------------------
   Images
----------------------------------------- */
img {display: block; width: 100%; max-width: 100%; height: auto;}
img {-ms-interpolation-mode: bicubic;}
img.packShot {margin-bottom: 23px;}


/* -----------------------------------------
   Content Area
----------------------------------------- */

.home article h3 { font-size: 1.4em; line-height: 1.2; margin: 0 0 20px 0; }

.home article a img.packshot,
.home article a img.poster {
	border: 2px solid #333;
}

.home article a:hover img.packshot,
.home article a:hover img.poster {
	border: 2px solid #ccc;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}

.home article .buy {
	height: 40px;
	margin: 20px 0 0; 
}

.home article .album .button { width: 100%; margin: 0 10px 0 0; }

.home article .buy img {
	float: left;
	margin: 10px 4px 20px 4px;
	max-width: 93px;
}

.home article .price { float: left; font-size: 1.2em; width: 50%; }

.home article .tour .button { width: 100%; margin: 20px 0 0;  padding: 10px 0; }

.container-content {
	/* background: #eee; */
	margin-top: 260px;
	padding-top: 30px;
}

.container-content ul li {
	margin-bottom: 10px;
}

@media screen and (min-width: 40.063em) {
	.home article .price { width: 12%; }
	.home article .buy a { float: left; }
	.home article .album .button { width: 20%; margin: 0 20px 0 0; padding: 10px 0; }
	.home article .buy img { float: left; margin: 0 20px 0 0; max-width: 105px; }
	.home article .buy img.jbhifi {	margin: 0; }
	
}

/* Livefyre */

.livefyre { /* background: #ddd; */ padding: 30px; }

table {
	color: #fff;
	background: transparent;
	border: none;
}

table p {
	color: #fff;
}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
	background: #9b9b9b;
}

.gform_wrapper {
	max-width: 450px !important;
	margin: 0 auto !important;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium, .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {
	width: 100% !important;
}

/* -----------------------------------------
   News Items
----------------------------------------- */
article.post {margin-bottom: 30px;}
article.post img {
	border: none;
	-webkit-border-radius: none;
	border-radius: none;
}
article.post a.image {background: transparent; display: block;}
article.post section { border-bottom: 3px solid #edece8; padding: 30px 0}
article.post h4 {font-size: 1.8em; font-weight: 500; line-height:36px; margin-top: 13px; margin-bottom: 13px;}
article.post h4 a {color: #fff; text-decoration: none;}
article.post p {margin-top: 13px;}
article.post p:last-child {margin-bottom: 0;}
article.post a:hover img

.single .page-title h2 {
	font-size: 1.8em;
	line-height: 36px;
	margin-top: 0;
	margin-bottom: 30px;
	text-align: left;
}

/* -----------------------------------------
   Video Items
----------------------------------------- */
article.videos section {padding: 0 23px 11px;}
article.videos h4 {margin-top: 13px; margin-bottom: 0px;}
/* -----------------------------------------
	Fluid videos - Wrap video with div using height hack to maintain aspect-ratio. iframe inside absolute.
----------------------------------------- */
.videoWrap {position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0;}
.videoWrap iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* -----------------------------------------
   Sidebar
----------------------------------------- */
aside.miniBio {border-left: 1px solid #cacdcf; padding-left: 0.923em;}
.sidebar .widget_artist_streaminglinks .widgettitle { position: absolute; top: -9999px; left: -9999px; }
.sidebar .widget_artist_streaminglinks ul.artist-streaming { padding: 0; }
.sidebar .widget_artist_streaminglinks ul.artist-streaming li a { border-radius: 24px; border: 1px solid #33414A; font-size: 24px; }
.sidebar .widget_artist_streaminglinks ul.artist-streaming li a:hover { background-color: #33414A; }
.sidebar .widget_artist_streaminglinks ul.artist-streaming li a:hover span:before { color: #ffffff; }

/* -----------------------------------------
   Buttons
----------------------------------------- */
button, .button, #searchsubmit {
	background: #fff;
	border: 2px solid #fff;
	color: #000;
	cursor: pointer;
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;	
	font-weight: normal;
	line-height: 1;
	margin: 0 0 23px;
	position: relative;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 20px;
	width: 100%;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	outline: none;
}
/* Hover States ------------------------- */
button:hover, button:focus, .button:hover, .button:focus, #searchsubmit:hover {color: #fff; background: #333; border-color: #666; }

.button.competition {
	font-size: 2.8em;
	font-weight: 400;
	margin-bottom: 40px;
	width: 100%;
}

/* -----------------------------------------
   Forms - Basic
----------------------------------------- */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
	-webkit-appearance: none;
	background-color: #666;
	border: 2px solid #666;
	box-shadow: none;
	font-family: inherit;
	color: #fff;
	display: block;
	font-size: 1em;
	margin: 0 0 0.88889rem 0;
	padding: 0.44444rem;
	width: 100%;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
	background: #9b9b9b;
	border-color: #666;
	outline: none;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}

::-webkit-input-placeholder {color: #fff;}
:-moz-placeholder {color: #fff;}
::-moz-placeholder {color: #fff;}
:-ms-input-placeholder {color: #fff;}


/* -----------------------------------------
   Neolane Connect - Fullwidth
----------------------------------------- */
section.neolane-fullwidth {background-color: #33414a;}
.neolane-fullwidth input[type="email"] {
	background-color: transparent;
	border: none;
	border-bottom: 3px solid #33414a;
	color: #fff;
	font-size: 39px;
	line-height: 46px;
	margin-top: 46px;
	margin-bottom: 0;
	padding: 0;
}
.neolane-fullwidth input[type="email"]:focus {
	background-color: transparent;
	border-bottom-color: #2d3439;
    outline: none;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
.neolane-fullwidth button {
	background-color: #2d3439;
	border: none;
	margin: 23px 0;
	padding: 14px 69px 10px;
	font-size: 1em;
	color: white;
	width: 100%;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
.neolane-fullwidth button:hover {background-color: #0cd4a3; color: #2d3439;}

/* Placeholder text --------------------- */
.neolane-fullwidth ::-webkit-input-placeholder {color: #fff;}
.neolane-fullwidth :-moz-placeholder {color: #fff;}
.neolane-fullwidth ::-moz-placeholder {color: #fff;}
.neolane-fullwidth :-ms-input-placeholder {color: #fff;}

/* Socials */

.row.fullwidth { width: 100%; max-width: 100%; }

.widget_artist_sociallinks {
	float: left;
	margin: 5px 0 0 0;
	width: 128px;
}

.widget_artist_sociallinks h3 {
	display: none;
}

.widget_artist_sociallinks ul.artist-socials {
	margin: 0;
	padding: 0;
}
.widget_artist_sociallinks ul.artist-socials li {
	margin: 0;
	padding: 0;
	width: 32px;
	
}
.widget_artist_sociallinks ul.artist-socials li a {
	color: #666;
	font-size: 26px;
	line-height: 32px;
	margin: 0;
	width: 32px;
	height: 32px;
}
.widget_artist_sociallinks ul.artist-socials li a:hover {
	color: #9b9b9b;
}

/* Neolane Connect */

.widget_connect {
	float: right;
	margin: 5px 0 0 10px;
	max-width: 150px;
}

.widget_connect .row {
	margin: 0;
}

.widget_connect .columns {
	padding: 0;
}

.widget_connect .large-4 { width: 40px; }
.widget_connect .large-8 { width: 110px; }

.widget_connect h3 {
	display: none;
	font-size: 1em;
	margin: 0;
}

.widget_connect .label-email {
	display: none;
}

.widget_connect .neolane_input,
.widget_connect .neolane_submit {
	margin: 0;
}

.widget_connect input[type="text"] {
	background: #666;
	border: 1px solid #666;
	margin: 0;
	width: 110px;
	height: 30px;
}

.widget_connect input:focus[type="text"] {
	background: #9b9b9b;
	border-color: #9b9b9b;
}

.widget_connect button {
	background-color: #9b9b9b;
	border: 1px solid #9b9b9b;
	border: 0;
	color: #fff;
	margin: 0;
	padding: 0;
	height: 30px;
	width: 40px;
}

.widget_connect button:hover {
	background-color: #666;
	border-color: #666;
}

/* -----------------------------------------
   Responsive Area
   - All responsive changes for all content are here...
----------------------------------------- */

/* Medium & Up -------------------------- */
@media screen and (min-width: 40em) {

	body { background-size: 1440px 810px; }
	header { padding-bottom: 30px; }
	.container-content { margin-top: 600px; }

	button, .button {width: auto;}

	.widget_artist_sociallinks { float: right; }
	
}

/* Medium & Up + Portrait --------------- */
@media screen and (min-width: 40.063em) and (orientation: portrait) {
}

/* Medium & Up + Landscape -------------- */
@media screen and (min-width: 40.063em) and (orientation: landscape) {
	#menu-trigger {display: none!important;}
	ul.navigation {width: auto;}
	ul.navigation > li {float: left; margin: 0;}
	ul.navigation > li:first-child {margin-left: 0;}
	ul.navigation a { margin: 0 30px; padding: 10px 0 10px 5px;}
}

/* Large & Up (desktop) ----------------- */
@media only screen and (min-width: 64.063em) {

	.neolane-fullwidth input[type="email"] {margin-bottom: 23px;}
	.neolane-fullwidth button {margin: 51px 0 23px;}

	.home article h3 { font-size: 1.6em; line-height: 1.2; margin: 0 0 20px 0; }
}
