html, body { height: 100%; }
body {
	background: #eceff5 url("../images/background.jpg") center center 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: 60px;
}

.container-content {
	margin-bottom: 30px;
}

a { color: #ed433d; text-decoration: underline; }
a:hover {
	color: #004a69;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}

.row { max-width: 1200px; }

/* -----------------------------------------
   Header
----------------------------------------- */
header {
	position: relative;
}

.banner .widget_text {
	padding: 0;
}

/* -----------------------------------------
   Footer
----------------------------------------- */

footer { background: rgb(0,0,0); background: rgba(255,255,255,0.5); color: #004a69; clear: both; font-size: 0.8em; line-height: 20px; margin-top: 30px; padding-top: 10px; position: relative; text-align: center; width: 100%; height: 60px; z-index: 999; }
footer a { color: #004a69; text-decoration: none; }
footer a:hover { color: #ed433d; }

/* -----------------------------------------
   Logo
----------------------------------------- */

h1.logo { margin: 20px auto; max-width: 200px; }
h1.logo a:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}

/* -----------------------------------------
   Navigation - Mobile First
   - All styles for Medium & Up are in responsive section below
----------------------------------------- */

#menu { overflow: hidden; margin: 30px auto; text-transform: uppercase; }
ul.navigation { display: block; list-style-type: none; margin: 20px auto; padding: 0; position: relative; width: 215px; }
ul.navigation > li { display: block; float: left; margin: 0; position: relative; }
ul.navigation a {
	color: #004a69;
	display: block;
	font-size: 1em;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	line-height: 1em;
	margin: 0 6px;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
}
ul.navigation a:hover { color: #ed433d; }

/* -----------------------------------------
   Buttons
----------------------------------------- */
button, .button, #searchsubmit {
	background: #004a69;
	border: 1px solid #004a69;
	color: #fcc071;
	cursor: pointer;
	font-family: 'Oswald', sans-serif;
	font-size: 1em;	
	font-weight: 400;
	line-height: 1;
	margin: 0 0 23px;
	position: relative;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 20px;
	text-transform: uppercase;
	-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 { background: #ed433d; border-color: #ed433d; color: #eeb445; }

/* -----------------------------------------
   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: #ed433d;
	border: 1px solid #ed433d;
	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-color: #004a69;
	border-color: #004a69;
	outline: none;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color=#003C55)";/*IE 8*/
	-moz-box-shadow: 0 0 5px rgba(0,60,85,0.5);/*FF 3.5+*/
	-webkit-box-shadow: 0 0 5px rgba(0,60,85,0.5);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	box-shadow: 0 0 5px rgba(0,60,85,0.5);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#003C55); /*IE 5.5-7*/
}

select {
	background-color: #fff;
	border-color: #e9eaec;
	-webkit-appearance: none;
	outline: none;
}

select:hover, select:focus {
	background-color: #fff;
	border-color: #fff;
	box-shadow: 0 0 5px #999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color=#003C55)";/*IE 8*/
	-moz-box-shadow: 0 0 5px rgba(0,60,85,0.5);/*FF 3.5+*/
	-webkit-box-shadow: 0 0 5px rgba(0,60,85,0.5);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	box-shadow: 0 0 5px rgba(0,60,85,0.5);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#003C55); /*IE 5.5-7*/
}

::-webkit-input-placeholder {color: #000;}
:-moz-placeholder {color: #000;}
::-moz-placeholder {color: #000;}
:-ms-input-placeholder {color: #000;}

.page-template-default .gform_wrapper {
	margin: 10px auto !important;
	max-width: 500px !important;
}

.page-template-default .gform_wrapper label {
	color: #004a69;
}

.page-template-default .gform_wrapper input {
	width: 100% !important;
}

.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper textarea, .gform_wrapper select {
	background: #fff;
	border-color: #004a69;
	color: #004a69;
	font-size: 1em !important;
	padding: 5px !important;
}

.gform_wrapper select {
	border-color: #004a69;
}

.gform_wrapper input:focus[type=text], .gform_wrapper input:focus[type=url], .gform_wrapper input:focus[type=email], .gform_wrapper input:focus[type=tel], .gform_wrapper input:focus[type=number], .gform_wrapper input:focus[type=password], .gform_wrapper textarea:focus, .gform_wrapper select:focus {
	border-color: #ed433d;
}

.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper .gfield_checkbox li input[type=checkbox] {
	margin: 0;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	width: 110px !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.banner .widget_search {
	margin: 20px auto;
	max-width: 306px;
}

.banner .widget_search input[type="text"] {
	background: #fff;
	border-color: #e9eaec;
	color: #004a69;
	float: left;
	max-width: 233px;
	padding: 10px;
	height: 40px;
}

.banner .widget_search #searchsubmit {
	float: right;
	height: 40px;
	padding: 10px;
}

/* Socials */

.widget_artist_mixlinks {
	clear: both;
	margin: 0 auto;
}

.widget_artist_mixlinks h3 {
	display: none;
}

.widget_artist_mixlinks ul.artist-socials {
	margin: 0 auto;
	padding: 0;
	width: 176px;
}
.widget_artist_mixlinks ul.artist-socials li {
	margin: 0 2px;
	padding: 0;
	width: 40px;
}
.widget_artist_mixlinks ul.artist-socials li a {
	background: #ed433d;
	color: #fff;
	display: block;
	font-size: 20px;
	line-height: 40px;
	margin: 0;
	width: 40px;
	height: 40px;
}

.widget_artist_mixlinks ul.artist-socials li a:hover {
	color: #fff;
}

.widget_artist_mixlinks ul.artist-socials li a .artist-youtube:before { content: "\f167"; font-family: "FontAwesome"; vertical-align: top; }

.widget_artist_mixlinks ul.artist-socials li.facebook a:hover,
.artist a.facebook { background: #3B5998; }
.widget_artist_mixlinks ul.artist-socials li.twitter a:hover,
.artist a.twitter { background: #00ACEE; }
.widget_artist_mixlinks ul.artist-socials li.instagram a:hover,
.artist a.instagram { background: #A17357; }
.widget_artist_mixlinks ul.artist-socials li.youtube a:hover,
.artist a.youtube { background: #e52d27; }
.widget_artist_mixlinks ul.artist-socials li.itunes a:hover,
.artist a.apple { background: #333; }
.widget_artist_mixlinks ul.artist-socials li.spotify a:hover,
.artist a.spotify { background: #2ed565; }

.widget_artist_mixlinks ul.artist-socials li.itunes .artist-itunes:before {
	font-family: FontAwesome;
	content: "\f179";
}

/* Neolane Connect */

.widget_connect {
	background: #ED433D;
	display: block;
	margin: 0 auto 1px auto;
	width: 100%;
}

.widget_connect form {
	margin: 0;
}

.widget_connect .row {
	margin: 0;
}

.widget_connect .columns {
	padding: 0;
}

.widget_connect .large-4 { width: 40px; }
.widget_connect .large-8 { width: 266px; }

.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"] {
	margin: 0;
	width: 265px;
	height: 40px;
	text-transform: uppercase;
	font-size: 0.8em;
}

.widget_connect input:focus[type="text"] {
	background: #ED433D;
	border-color: #ED433D;
	box-shadow: none;
}

.widget_connect button {
	border: 0;
	margin: 0;
	padding: 0;
	height: 40px;
	width: 40px;
}

.neolane_submit img.ajax-loading { position: absolute; right: 55px; top: 8px; width: 16px; height: 16px; }
span#confirmation-message { font-size: 0.9em; line-height: 31px; }

.button.likeus {
	display: block;
	line-height: 20px;
	margin: 0 auto 1px auto;
	width: 100%;
}

.button.likeus i {
	color: #fcc071;
	font-size: 24px;
	line-height: 22px;
	margin-right: 15px;
}

.row.spotifyembed {
	margin-top: 30px;
}

/* -----------------------------------------
   Images
----------------------------------------- */
img {display: block; width: 100%; max-width: 100%; height: auto;}
img {-ms-interpolation-mode: bicubic;}

img.aligncenter {
	max-width: 600px;
	margin: 0 auto;
}

/* -----------------------------------------
   Content Area
----------------------------------------- */

.page-title {
	margin: 0 0 30px 0;
}

.page-title h1,
h2.sub-title {
	margin: 0;
	font-size: 2.2em;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color=#004A69)";/*IE 8*/
	text-shadow: 2px 2px 0 #004A69;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color=#004A69); /*IE 5.5-7*/
}

h2.sub-title {
	margin: 0 0 15px 0;
	font-size: 1.8em;
}

header.page-title h1 span,
h2.sub-title span {
	display: inline-block;
	position: relative;  
}

header.page-title h1 span:before,
header.page-title h1 span:after,
h2.sub-title span:before,
h2.sub-title span:after {
	content: "";
	position: absolute;
	height: 1px;
	border-bottom: 2px solid #004a69;
	top: 22px;
	width: 20%;
}

h2.sub-title span:before,
h2.sub-title span:after {
	top: 14px;
}

@media screen and (min-width: 40em) {
	header.page-title h1 span:before,
	header.page-title h1 span:after,
	h2.sub-title span:before,
	h2.sub-title span:after { width: 100%; }
}

header.page-title h1 span:before,
h2.sub-title span:before {
	right: 100%;
	margin-right: 15px;
}

header.page-title h1 span:after,
h2.sub-title span:after {
	left: 100%;
	margin-left: 15px;
}

article a:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}

.artists { text-align: center; }

.artists .artist {
	position: relative;
	margin-bottom: 1.875rem;
}

.artists .columns:last-child {
	float: left;
}

.artists .artist figure,
.artist .image {
	background: #004a69;
	margin: 0;
	position: relative;
	overflow: hidden;
}

.artists .artist figure img {
	max-width: 100%;
	display: block;
	position: relative;
	
	transition: transform 0.4s;
}

.no-touch .artists .artist figure:hover img {
	transform: translateY(-50px);
}

.artists .artist figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 0 0;
	background: #004a69;
	color: #fcc071;
	
	height: 95px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	transform: translateY(100%);
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .artists .artist figure:hover figcaption {
	opacity: 1;
	transform: translateY(0px);
	transition: transform 0.4s, opacity 0.1s;
}

.artists .artist figcaption h3 {
	color: #fcc071;
	line-height: 30px;
	margin: 0;
	padding: 0;
}

.artists .artist figcaption a,
a.linkfire {
	background: #ed433d;
	clear: both;
	color: #eeb445;
	text-align: center;
	padding: 0;
	display: block;
	text-decoration: none;
	line-height: 30px;
	margin: 10px auto;
	width: 150px;
}

a.linkfire {
	background: #ed433d;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	line-height: 40px;
	margin: 5px 0 0;
	text-transform: uppercase;
	width: 100%;
}

.artists .artist figcaption a:hover,
a:hover.linkfire {
	background: #003c55;
	color: #fff;
}

.artists .artist a:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}

/* Page navigation */

.page-numbers,
.prev.page-numbers,
.next.page-numbers {
	background: #004a69;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	padding: 5px 10px;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	height: 30px;
}
:hover.page-numbers {
	background: #ED433D;
	color: #fff;
	cursor: pointer;
}
.current {
	background: #ED433D;
	color: #fff;
}

.single-botb_artist .artist {
	margin-bottom: 30px;
}

.single-botb_artist .artist a.linkfire {
  background: #ed433d;
  color: #fff;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  line-height: 75px;
  margin: 5px 0 0;
  text-align: center;  
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
}

.single-botb_artist .artist a:hover.linkfire {
	background: #004a69;
}

/*
.artists .button.large {
	font-size: 1.82em;
	margin-top: 30px;
	padding-left: 2.1rem;
	padding-right: 2.1rem;
}
*/

.home .button.more {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.artist .links .title {
	background: #ed433d;
	color: #fff;
	display: inline-block;
	float: left;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	margin-left: 5px;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
}

.artist .links i {
	font-size: 20px;
	line-height: 40px;
}

.artist a.link {
	color: #fff;
	display: block;
	float: left;
	text-align: center;
	width: 40px;
	height: 40px;
}

.artist a:hover.link {
	background: #ed433d;
}

.spotifywrap iframe {
    width: 96%;
}
    
.embedwrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.embedwrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.row.artistcarousel {
	clear: both;
	margin-top: 40px;
}

.artists .artistcarousel .columns {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.artists .artistcarousel .sub-title {
	margin-top: 40px;
}

.carousel .artist {
	width: 20%;
}

/* -----------------------------------------
   Responsive Area
   - All responsive changes for all content are here...
----------------------------------------- */

/* Medium & Up -------------------------- */
@media screen and (min-width: 40em) {
		
	.banner .widget_text { padding: 55px 20px 0 20px; }
	
	h1.logo { float: left; }
	
	.widget_artist_mixlinks { margin: 80px 0 0; }
	.widget_artist_mixlinks ul.artist-socials {
		float: right;
		margin: 0;
		padding: 0;
		width: 176px;
	}
	
	header.page-title h1 { font-size: 3em }
	.page-template-page-comp-php h2.subtitle { font-size: 2em; }
	
	.single-botb_artist .artist a.linkfire { font-size: 30px; }
	
}

/* Medium & Up + Portrait --------------- */
@media screen and (min-width: 40.063em) and (orientation: portrait) {
	#menu { margin: 70px 0 0 0; float: right; }
	
	ul.services { margin: 70px auto 0 auto; }
}

/* Medium & Up + Landscape -------------- */
@media screen and (min-width: 40.063em) and (orientation: landscape) {
	#menu { margin: 90px 0 0 0; }
	
	ul.services { margin: 92px auto 0 auto; }
	.page-template-page-comp-php h2.subtitle { font-size: 2.6em; }
}

/* Large & Up (desktop) ----------------- */
@media only screen and (min-width: 64.063em) {
	.page-template-page-comp-php h2.subtitle { font-size: 3em; }
}



