/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name: Travis
Author: Scott van Winden

Stylesheet: Main Stylesheet

 */
@font-face {
  font-family: 'Awesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
} 

@font-face {
    font-family: 'texgyreadventorregular';
    src: url('../fonts/texgyreadventor-regular-webfont.eot');
    src: url('../fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html.generatedcontent {
    margin-top: 0px !important;
}

#wpadminbar {
    display: none;
}
 
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html, body {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	color:#fff;
	font-family: 'texgyreadventorregular', sans-serif;
	background: #000;
    font-size: 14px;
	    height: 100%;
  /* 2 */ }
  
  body {
	  background:#000;
  }

/**
 * Remove default margin.
 */
.clearboth {
    clear: both;
} 

body {
  margin: 0;
  padding:0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
  color:#fff; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/*  Header  */


.header {
    background: #07ADCF;
    position: relative;
    padding-top: 94px;
}

h1#logo {
    float: left;
    margin: 0 20px 0 0px;
    line-height: 24px;
}

#head-bar h1#logo img {
    width: auto;
    height: 20px;
}

#title {
    position: relative;
    width: 300px;
    margin: auto;
    max-width: 70%;
    line-height: 1em;
}

#title img {
    width: 100%;
    display: block;
}

#albumbutton {
    display: table;
    margin: 30px auto;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
	border: 2px solid #fff;
    padding: 20px;
	text-align:center;
}

#albumbutton:hover {
	background:#fff;
	color:#000;
}

#albumbutton span {
    display: block;
    position: relative;
    font-size: 18px;
    padding-bottom: 20px;
}

#albumbutton span:after {
    content: '';
    position: absolute;
    bottom: 7px;
    height: 2px;
    display: block;
    background: #fff;
    width: 40%;
    left: 30%;
}

#albumbutton:hover span:after {
	background:#000;
}

#head-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background: #000;
	background: #000;
    z-index: 999;
}

/*  Nav Bar  */
#menu-toggle {
    display:none;
}

@media (min-width: 1031px) {
.header nav {
    display: block !important;
}
	
}
#menu-main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
	font-weight:bold;
}

#menu-main-menu a {
    text-decoration: none;
}

#menu-main-menu li {
    float: left;
    display: block;
    margin-left: 20px;
}

#menu-main-menu li:first-child {
    margin-left: 0;
}

#menu-main-menu li:first-child:hover a, #menu-main-menu li:first-child.current_page_item a {
	color:#ff8700;
}

#menu-main-menu li:nth-child(2):hover a, #menu-main-menu li:nth-child(2).current_page_item a {
	color:#ff6490;
}


#menu-main-menu li:nth-child(3):hover a, #menu-main-menu li:nth-child(3).current_page_item a {
	color:#ffe700;
}


#menu-main-menu li:nth-child(4):hover a, #menu-main-menu li:nth-child(4).current_page_item a {
	color:#197d00;
}


#menu-main-menu li:nth-child(5):hover a, #menu-main-menu li:nth-child(5).current_page_item a {
	color:#87efff;
}


#menu-main-menu li:nth-child(6):hover a, #menu-main-menu li:nth-child(6).current_page_item a {
	color:#fe02a5;
}


#menu-main-menu li:nth-child(7):hover a, #menu-main-menu li:nth-child(7).current_page_item a {
	color:#7ddca5;
}

#menu-main-menu li:nth-child(8):hover a, #menu-main-menu li:nth-child(8).current_page_item a {
	color:#563485;
}

#menu-main-menu li:nth-child(9):hover a, #menu-main-menu li:nth-child(9).current_page_item a {
	color:#0d7eb4;
}

/*  Social  */

#social {
    list-style: none;
    padding: 0;
    display: table;
    position: absolute;
    right: 20px;
    top: 20px;
    margin: 0;
}

#social a {
    float: left;
    font-family: 'Awesome';
    color: #fff;
    text-decoration: none;
    font-size: 24px;
	line-height:24px;
    margin-left: 20px;
    font-weight: 100;
}

#social li {
    margin-left: -50000px;
    margin-top: -50000px;
    position: absolute;
}

#social a:hover {
    color: #07ADCF;
}

#social #fb:before {
content: '\f230';
}

#social #tw:before {
content: '\f099';
}

#social #in:before {
content: '\f16d';
}

#social #yt:before {
content: '\f167';
}

#social #tumblr:before {
content: '\f173';
}

#social #sp:before {
content: '\f1bc';
}

#social #it:before {
content: '\f179';
}
#social #gg:before {
content: '\f0d5';
}

#spotifyfollow {
    text-indent: 0 !important;
    background: none !important;
    overflow: initial !important;
    margin: 0 0 0 20px !important;
    float: left !important;
    position: relative !important;
}


#social a:first-child {
    margin-left: 0;
}

/*  Buildings  */

#buildings {
    display: block;
    width: 100%;
}

#container {
    position: relative;
    padding: 0 50px 50px;
    background: #07ADCF;
}

#container:after {
    content: '';
    display: block;
    clear: both;
}

.home #container {
	background:#282624;
}

h1.page-title {
    display: block;
    margin: 0 auto 30px;
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 26px;
    position: relative;
}


h1.page-title:after {
    content: '';
    display: block;
    background: #fff;
    height: 3px;
    width: 150px;
    margin: 30px auto 0;
}

/*  News feed  */

.morenews {
    display: table;
    padding: 10px 20px;
    text-decoration: none;
    color: #000;
    background: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 30px auto 0;
}

.single-post {
    display: table;
    width: 100%;
    margin: 30px 0 0;
}

.single-post:first-child {
    margin:0;
}

a.post-thumb {
    display: table-cell;
    width: 30%;
    padding-right: 30px;
    box-sizing: border-box;
}

a.post-thumb img {
    width: 100%;
    height: auto;
}

.post-content {
    display: table-cell;
    vertical-align: top;
}

h2.entry-title {
    text-transform: uppercase;
    line-height: 1em;
    margin: 0 0 30px;
    font-size: 24px;
}

h2.entry-title a {
	text-decoration:none;
}

.more {
    display: table;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}

.navigation {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 50px;
}

.newerurl {
    float: right;
}

.newerurl:after {
	content:'\f105';
	margin-left:10px;
	color:#000;
	font-family:'Awesome';
}

.olderurl {
    float: left;
}

.olderurl:before {
	content:'\f104';
	margin-right:10px;
	color:#000;
	font-family:'Awesome';
}

img.featured {
    width: 48%;
    height: auto;
    float: left;
    margin-right: 4%;
}

.single-wrap {
    float: left;
    width: 48%;
    top: 0;
}

.single-wrap p:first-child {
    margin-top: 0;
}

article:after {
    content: '';
    display: block;
    clear: both;
}
/*  FOOTER  */

#wrapper {
	position:relative;
	min-height:100%;
	padding-bottom:85px;
}

.footer {
    position: absolute;
    padding: 30px;
    background: #000;
    font-size: 10px;
	text-align: right;
    line-height: 25px;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	box-sizing:border-box;
}

.footer #social {
    margin: 0;
    right: auto;
    top: 30px;
}

/*  VIDEOS  */

#ytc-wrapper .ytc-thumbnails a.ytcthumb, #ytc-wrapper .ytcplayer-wrapper {
	border:0 !important;
}

#ytc-wrapper .ytc-thumbnails a.ytcthumb .ytcplay {
	background:none !important;
	display:table;
	    text-align: center;
    font-size: 72px;
    line-height: 72px;
	top: 50%;
	margin-top: -36px;
	height: initial !Important;
}

#ytc-wrapper .ytc-thumbnails a.ytcthumb .ytcplay:before {
	font-family:'Awesome';
	content:'\f16a';
	display:table-cell;
	vertical-align:middle;
}

/*  Discography  */

.discography-link {
    display: inline-table;
    width: 33%;
	padding:0 1.5%;
	box-sizing:border-box;
	vertical-align:top;
	text-decoration:none;
	margin-bottom: 1.5%;
}

.discography-link img {
    width: 100%;
    height: auto;
    border: 2px solid;
    box-sizing: border-box;
}

.discography-post {
    /* width: 100%; */
    margin: auto;
    display: table;
    width: 80%;
    padding: 40px 0 0;
    position: relative;
    background: #000;
    padding: 3%;
}
.discography-post:first-child {
    /*margin:0;*/
}
.discography-post img {
    width: 48%;
    height: auto;
    float: left;
    margin-right: 4%;
    border: 2px solid;
    box-sizing: border-box;

}

.discography-post-content {
    width: 48%;
    float: left;
}

.discography-link .discography-post-content {
    width: 100%;
    float: none;
    text-align: center;
}

.discography-post:after {
    display: block;
    content: '';
    clear: both;
}

.album-retail a {
    display: table;
    padding: 10px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    background: #fff;
}

/*  Tour  */

table.gigs {
    width: 100%;
    font-size: 24px;
    text-transform: uppercase;
    border-collapse: collapse;
	border-top: 2px solid;
}

table.gigs td {
    vertical-align: top;
    padding: 20px 0;
    border-bottom: 2px solid;
}

table.gigs span {
    display: block;
    font-weight: bold;
}

table.gigs a {
    display: block;
    text-decoration: none;
    padding: 10px;
    background: #FFF;
    color: #000;
    text-align: center;
}

ul.gigpress-related-show.active {
    margin: 0;
    padding: 0;
}

ul.gigpress-related-show a.gigpress-tickets-link {
    margin: 10px auto;
}
/*  Album Popup  */

.mfp-bg {
    background: #1196b1 !important;
}

#album {
    position: relative;
    width: 70%;
    margin: auto;
    padding: 3%;
    text-align: center;
    box-sizing: border-box;
}

#album .product {
    position: relative;
    display: inline-table;
    width: 25%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}

#album .product img {
    width: 100%;
    height: auto;
}

#album img {
    margin: auto;
    width: 300px;
    max-width: 80%;
    display: block;
}

#album a {
    display: inline-table;
    text-decoration: none;
    text-transform: uppercase;
    background: #fff;
    color: #000;
    padding: 10px;
    font-weight: bold;
    width: 31%;
    margin: 1%;
	box-sizing:border-box;
	    vertical-align: top;
}

#album a span {
    font-size: 0.8em;
    display: block;
    position: relative;
    padding: 10px;
    border: 2px solid #fff;
    box-sizing: border-box;
}

#album a img {
    max-width: 80%;
    max-height: 30px;
    width: auto;
    height: auto;
}

#album a div {
    padding-bottom: 20px;
    position: relative;
}

#album h4 {
    text-transform: uppercase;
    font-size: 24px;
    position: relative;
    line-height: 1em;
    padding: 0 0 20px;
    margin: 10px auto;
}

#album a div:after, #album h4:after {
	content: '';
    position: absolute;
    bottom: 9px;
    height: 1px;
    display: block;
    background: #000;
    width: 70px;
    left: 50%;
    margin-left: -35px;
}

#album a:hover span {
	border-color:#000;
}

#album h4:after {
    background: #fff;
}

#album a p {
    margin: 0;
}

.mfp-close-btn-in .mfp-close {
    color: #fff !important;
	font-size: 72px;
}

/*  Sign Up Form  */

#newsletter {
    position: relative;
    width: 90%;
	max-width:700px;
    margin: auto;
	padding:5%;
	box-sizing:border-box;
	background:#000 ;
}

.download {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 24px;
	margin-bottom:20px;
	text-decoration:none;
	display:block;
}

.download img {
    width: 75px;
    float: left;
    margin-right: 20px;
}

#newsletter table {
    width: 100%;
    border: 0;
    border-spacing: 0;
}

#newsletter td {
    padding: 0 0 10px;
}

#formfield input {
    display: block;
    width: 100%;
    padding: 10px;
    border: 2px solid #fff ;
    font-size: 18px;
    line-height: 24px;
    font-family:  'texgyreadventorregular', sans-serif;
    background: transparent;
	    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	color:#fff;
    box-sizing: border-box;
}

#country span {
    position: relative;
    display: block;
    width: 100%;
}

#dob span:before, #country span:before {
    content: '\f0dc';
    font-family: 'Awesome';
    position: absolute;
    right: 13px;
    top: 17px;
    z-index: 0;
}

#dob span select, #country select {
    display: block;
	color:#fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #fff ;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 10px;
	    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 18px;
    line-height: 24px;
    font-family:  'texgyreadventorregular', sans-serif;
    background-color: transparent;
    z-index: 9;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
}

#submit_button {
    display: block;
    width: 100%;
    background: #fff;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    font-size: 18px;
    line-height: 24px;
    font-family: 'texgyreadventorregular', sans-serif;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 2px solid #fff;
    color: #000;
}

span.help-block.form-error {
    color: #F00;
    font-size: 7px;
}

#submit_button:hover {
	background-color: transparent;
	color:#fff;
	
}

::-webkit-input-placeholder {
   color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

:-ms-input-placeholder {  
   color: #fff;  
}

.signup_options {
    font-size: 10px;
}

/*  Tour Dates  */
body .gigpress-table {
    border-top: 1px solid #fff;
    margin: auto;
}

body .gigpress-row td {
    border-bottom: 1px solid #fff;
    padding: 20px 0;
    text-transform: uppercase;
}

body a.gigpress-tickets-link {
    color: #000;
    background: #fff;
    display: block;
    text-align: center;
    padding: 5%;
    text-decoration: none;
}

body strong.gigpress-cancelled, body strong.gigpress-soldout {
	color: #fff;
    background: #000;
    display: block;
    text-align: center;
    padding: 5%;
    text-decoration: none;
}

body p.gigpress-subscribe {
    color: #fff;
}

body.page-id-43 .header, body.page-id-43 #container, body.page-id-106 .header, body.page-id-106 #container, body.page-id-21 .header, body.page-id-21 #container {
    background: #000;
}


@media (max-width: 1030px) {
	
#menu-toggle {
    display: block;
    font-family: 'Awesome';
    font-size: 24px;
    line-height: 24px;
	cursor:pointer;
    float: left;
    margin-right: 10px;
}
#menu-toggle:before {
    content: '\f0c9';
}

h1#logo {
    line-height: 22px;
}
nav {
    display: none;
    float: left;
    width: 100%;
}

#menu-main-menu li {
    float: none;
    text-align: center;
    margin: 0;
    padding: 15px 0 0;
}
}
@media (max-width: 736px) { 
/*  Header  */

body {
    font-size: 12px;
}

#head-bar {
    padding: 15px;
}


#social {
    right: 15px;
    top: 15px;
}

#head-bar #spotifyfollow {
    display: none;
}

#social a {
    margin-left: 15px;
    z-index: 9;
    position: relative;
	font-size:20px;
}

#menu-toggle {
    font-size: 20px;
}

#albumbutton {
    margin: 15px auto;
    font-size: 18px;
    padding: 15px;
}

#albumbutton span {
    font-size: 14px;
}

/*  Footer  */
.footer {
    padding: 15px;
    font-size: 6px;
    text-align: center;
    line-height: 1em;
}

.footer #social {
    margin: auto;
    right: 0;
    top: 0;
    position: relative;
    text-align: center;
}

.footer #spotifyfollow {
    margin: auto !Important;
    float: none !Important;
}

.footer #spotifyfollow:before {
    content: '';
    display: block;
    clear: both;
}

.footer #spotifyfollow iframe {
    display: table;
    margin: 15px auto;
}
/*  Page Content  */

#container {
    padding: 0 15px 15px;
}

h1.page-title {
    margin: 0 auto 15px;
    font-size: 24px;
    line-height: 1em;
}

h1.page-title:after {
    height: 2px;
    width: 100px;
    margin: 15px auto 0;
}

.single-post {
    margin: 15px 0 0;
}

.single-wrap {
    width: 100%;
    margin-top: 15px;
}

img.featured {
    width: 100%;
    margin: auto;
}

a.post-thumb {
    display: block;
    width: 100%;
    padding-right: 0;
}

h2.entry-title {
    line-height: 1em;
    margin: 0 0 15px;
    font-size: 24px;
}

.post-content {
    display: block;
    margin-top: 15px;
}

.navigation {
    font-size: 14px;
}

/*  Discography  */

.discography-link {
    width: 100%;
    padding: 0;
	margin-bottom:3%;
}

.discography-post img {
    width: 100%;
    float: none;
    margin-right: 0;
}

.discography-post-content {
    width: 100%;
    float: none;
    margin-top: 15px;
}

/*  Tour  */
body .gigpress-row td {
    border-bottom: 0;
    padding: 10px 0 0;
    text-transform: uppercase;
    display: block;
}

body a.gigpress-tickets-link, body strong.gigpress-cancelled, body strong.gigpress-soldout {
    padding: 10px;
}

span.gigpress-info-item {
    border-bottom: 1px solid;
    display: block;
    padding-bottom: 10px;
}

/*  Video  */
#ytc-wrapper .ytc-thumbnails a.ytcthumb .ytcplay {
    font-size: 36px;
    line-height: 36px;
	margin-top: -18px;
}

#album {
    width: 100%;
}
#album a {
    width: 100%;
    margin: 20px auto 0;
}
}