/*
Theme Name: _tk
Theme URI: http://themekraft.com/store/_tk-free-wordpress-starter-theme-based-on-twitter-bootstrap/
Author: ThemeKraft
Author URI: http://themekraft.com/
Description: Hi, I am the ultra minimal starter theme _tk, ready for your next awesome WordPress project! I am the most seamless and minimalistic integration of Twitter Bootstrap Framework into the _s starter theme from Automattic, the guys behind WordPress. You can find me on GitHub. Fork me! I'm waiting for you ;)
Version: 1.1.10
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap

Credits:

1. Bootstrap

 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

*/

/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/

/* The West Harbour */

html,body
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

body{
	font-family: "proxima-nova", sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
}

a, i{
	transition: all 0.2s linear;
}

.container, #content{
	width: 100%;
	margin: 0;
	padding: 0;
}

.site-header{
	background: #151515;
	color: #fff;
}

.site-header-inner{
	padding-bottom: 30px;
	display: none;
}

h1{
	padding-bottom: 0;
}

.site-header .container{
	padding-bottom: 0;
}

.site-navigation{
	width: 100%;
	z-index: 9999;
}

.navbar-toggle {
	float: none;
	margin-right: 0px;
}

.navbar-collapse{
	width: 100%;
}

.site-navigation{
	background: #181819;
	color: #fff;
}

.site-navigation .container{
	padding-bottom: 0;
	padding-top: 0;
}

.navbar-collapse, .navbar-default{
	border: none;
	background: none;
	box-shadow: none;
	margin-bottom: 0;
	text-align: center;
}

.navbar-brand, .site-description{
	display: none;
}

.site-title{
	width: 421px;
	margin: 0 auto;
	text-align: center;
	height: 84px;
	background: url(images/logo.png);
	background-repeat: no-repeat;
	text-indent: -9999em;
}

.site-title a{
	width: 100%;
	height: 100%;
	display: block;
}

.navbar-default a{
	color: #fff !important;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
}

.navbar-default a:hover{
	color: #e6d4c7 !important;
}

#navbar-collapse{
	width: 100%;
	position: relative;
}

#main-menu{
	text-align: center;
	width: 100%;
}
#main-menu li{
	display: inline-block;
	font-size: 18px;
	background: none;
}

#main-menu a{
	background: none;
}

.navbar-nav{
	margin: 0 auto !important;
	width: auto;
	position: relative;
}
.navbar-nav > li {
	float: none;
	background: none;
}

.page-id-2 .page-title{
	display: none;
}

#home-carousel{
	background: #e0e0e0;
	text-align: center;
	//height: 840px;
}

.carousel img{
	width: 100%;
	height: auto;
}

.carousel-caption, .carousel-indicators{
	display: none;
}

#follow{
	background: #e6d4c7;
	color: #383d5e;
	text-align: center;
}

#follow h2{
	background: #181818;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	padding: 30px;
	margin: 0;
	font-size: 20px;
	letter-spacing: 18px;
	background: url(images/divider2.png) no-repeat center;
}

#follow p{
	padding: 20px 20px 20px 20px;
	margin-bottom: 0;
}

#follow a:first-child {
	-ms-animation-delay: 0ms;
	-moz-animation-delay: 0ms;
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms;	
}
#follow a:nth-child(2) {
	-ms-animation-delay: 100ms;
	-moz-animation-delay: 100ms;
	-webkit-animation-delay: 100ms;
	animation-delay: 100ms;	
}
#follow a:nth-child(3) {
	-ms-animation-delay: 200ms;
	-moz-animation-delay: 200ms;
	-webkit-animation-delay: 200ms;
	animation-delay: 200ms;	
}
#follow a:nth-child(4) {
	-ms-animation-delay: 300ms;
	-moz-animation-delay: 300ms;
	-webkit-animation-delay: 300ms;
	animation-delay: 300ms;	
}
#follow a:nth-child(5) {
	-ms-animation-delay: 400ms;
	-moz-animation-delay: 400ms;
	-webkit-animation-delay: 400ms;
	animation-delay: 400ms;	
}
#follow a:nth-child(6) {
	-ms-animation-delay: 500ms;
	-moz-animation-delay: 500ms;
	-webkit-animation-delay: 500ms;
	animation-delay: 500ms;	
}
#follow a:nth-child(7) {
	-ms-animation-delay: 600ms;
	-moz-animation-delay: 600ms;
	-webkit-animation-delay: 600ms;
	animation-delay: 600ms;	
}

#follow i, .footer-follow i{
	color: #383d5e;
	font-size: 30px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background: none;
	margin: 0 5px;
}

/* #follow i.fa-envelope, .footer-follow i.fa-envelope{
	font-size: 26px;
	height: 40px;
} */


#follow i:hover, .footer-follow i:hover{
	color: #6d7398;
}

.scroll-section{
	padding: 70px 30px;
}

.section-title{
	font-family: 'Great Vibes', cursive;
	text-transform: capitalize !important;
	font-weight: normal !important;
	font-size: 75px !important;
}

.section-title, .page-title{
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	font-size: 45px;
	padding-bottom: 70px;
	font-weight: 700;
}

.single .page-title{
	padding-bottom: 30px;
	padding-top: 70px;
}

#news .section-title, .single .page-title, #videos .section-title{
	color: #2a324e;
}

#subscribe .section-title, #tour-dates .section-title, #photos .section-title, #about .section-title, #music .section-title{
	color: #fff;
}

#subscribe{
	background: #555;
	padding: 190px 30px;
}

#mc_embed_signup{
	background: none !important;
	color: #fff !important;
}

#mc_embed_signup input{
	border: 1px solid #fff !important;
	background: rgba(220,220,220,0.5) !important;
	color: #fff !important;
	text-transform: uppercase;
}

#mc_embed_signup input#mc-embedded-subscribe{
	background: #fff !important;
	color: #444 !important;
}

.read-more{
	padding: 12px 10px;
	border: 1px solid #c0b8c0;
	color: #313951 !important;
	background: #e3e8e9;
	margin: 30px auto;
	text-transform: uppercase;
	display: block;
	width: 250px;
	text-align: center;
}

.read-more:hover{
	background: #c0b8c0;
}

#news{
	background: #ffffff;
	color: #2a324e;
}

.news-feed{
	padding: 0;
}

.news-overlay{
	padding: 7vw 20px 0 20px;
	height: 20vw;
	background: rgba(30,30,30,0.8);
	color: #fff;
	opacity: 0;
	transition: all 0.2s linear;
	text-align: center;
}

.news-overlay:hover{
	opacity: 1;
}

.news-overlay .read-more{
	padding: 10px;
	border: none;
	background: #e3e8e9;
	text-transform: uppercase;
	width: 130px;
	color: #fff !important;
	margin: 0 auto;
	text-align: center;
padding: 12px 10px;
	border: 1px solid #c0b8c0;
	color: #313951 !important;
	background: #e3e8e9;
	margin: 30px auto;
	text-transform: uppercase;
	display: block;
	width: 250px;
	text-align: center;
}

.news-overlay .read-more:hover{
	background: #c0b8c0;
}

.news-feed{
	padding: 0 15px;
}

.news-feed a{
	color: #fff;
}

.news-feed a:hover{
	text-decoration: none;
}

.news-feed h2{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 25px;
}

.news-post{
	padding: 0;
	text-align: center;
	margin: 0 1.5%;
	margin-bottom: 30px;
	width: 30.33%;
}

.blog .news-post .entry-meta{
	display: none;
}

.blog .news-post .page-title{
	text-align: left;
}

.blog a.news-link-wrapper{
}

#music{
	background-image: url(images/music.jpg);
	background-repeat: none;
	background-size: auto 125%;
	color: #fff;
}

.music-cover{
	float: left;
	width: 55%;
	margin: 0;
	padding: 0;
}

.music-tracks{
	float: right;
	width: 42%;
	background: #121212;
	margin: 0;
	padding: 0;
}

.music-purchase{
	text-align: center;
	padding-top: 70px;
	padding-bottom: 30px;
}

#spotify-link {
	-ms-animation-delay: 1500ms;
	-moz-animation-delay: 1500ms;
	-webkit-animation-delay: 1500ms;
	animation-delay: 1500ms;
}
#google-play-link {
	-ms-animation-delay: 1800ms;
	-moz-animation-delay: 1800ms;
	-webkit-animation-delay: 1800ms;
	animation-delay: 1800ms;
}
#itunes-link {
	-ms-animation-delay: 2100ms;
	-moz-animation-delay: 2100ms;
	-webkit-animation-delay: 2100ms;
	animation-delay: 2100ms;
}

.music-purchase img{
	padding: 0 15px;
}

#tour-dates{
	background-image: url(images/shows.jpg);
	background-repeat: none;
	background-size: cover;
	color: #fff;
	padding-bottom: 200px;
}

.tour-dates-feed{
	background: rgba(0,0,0,0.65);
	width: 100%;
	padding: 10px;
}

.bit-header{
	display: none;
}

.bbit-shortcode-dark-transparent{
	background: none !important;
	margin-bottom: 0 !important;
}

/* .blog article{
	width: 60%;
	margin: 0 auto;
} */

.blog #content{
	padding: 70px 0 40px 0;
}

.blog .page-title{
	padding-bottom: 20px;
}

.blog article{
	padding-bottom: 30px;
}

#photos{
	color: #fff;
	text-align: center;
	background: #6d7193;
}

#about{
	color: #fff;
	text-align: left;
	background: url(images/about.jpg);
	background-size: cover;
}

#about p{
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.8em;
	font-weight: 400;
}

.about-bio{
	background: rgba(50,50,50,0.8);
	padding: 20px 20px 0 20px;
}

#videos{
	background-image: url(images/videos.jpg);
	background-repeat: none;
	background-size: cover;
	color: #fff;
	text-align: center;
}

.ytc-pagination, .ytc-links{
	display: none;
}

#colophon{
	padding: 10px 30px 35px 30px;
	background: url(images/footer.jpg);
	background-size: cover;
	color: #46536c;
	text-align: center;
	font-size: 14px;
}

#colophon a{
	color: #fff;
}

.footer-follow{
	width: 473px;
	padding: 10px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 20px;
}

.footer-follow i{
	color: #fff;
}

.footer-form{
	width: 473px;
	margin: 0 auto;
	display: none;
}

.footer-form form{
	padding-left: 0 !important;
	width: 100% !important;
}

.footer-form input, .footer-form textarea{
	background: #191919 !important;
	border: 1px solid #444 !important;
	border-radius: 0 !important;
	text-align: center !important;
	padding: 10px 0 !important;
	color: #777 !important;
}

.footer-form label{
	background: #5f7dae;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	padding: 10px 0;
	width: 100%;
	font-weight: normal;
	margin-bottom: 0 !important;
	color: #fff;
}

.footer-form input, .footer-form textarea{
	width: 100%;
	max-width: 100%;
	min-width: 100%;
}

.footer-form input.wpcf7-submit{
	color: #fff !important;
	width: 100%;
	text-align: center;
	background: #00788b !important;
	text-transform: uppercase;
	font-size: 18px;
	border: 0 !important;
	height: auto;
}

.footer-factor{
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 35px;
}

.footer-links{
	padding-bottom: 30px;
	padding-left: 0;
}

.footer-links a{
	color: #6d6d6d;
	text-transform: uppercase;
}

.footer-links a:hover{
	text-decoration: none;
	color: #385687;
}

.footer-links li{
	display: inline-block;
	padding-right: 25px;
	margin-right: 25px;
	border-right: 1px solid #385687;
	font-size: 18px;
}

.footer-links li:last-child{
	padding-right: 0;
	margin-right: 0;
	border-right: 0;
}

.footer-copyright{
	padding-top: 10px;
}

.entry-content-thumbnail{
	width: 100%;
	height: 740px;
}

.single .byline{
	display: none;
}

.entry-meta{
	padding-bottom: 35px;
	text-align: center;
}

#nav-below, footer.entry-meta{
	display: none;
}

.single .hentry{
	margin-bottom: 70px;
}

.clear{
	clear: both;
}

#news-band-photo {
	-webkit-animation-duration: 1.6s;
	-moz-animation-duration: 1.6s;
	-ms-animation-duration: 1.6s;
	animation-duration: 1.6s;
}


#subscribe {
  position: relative;
  overflow: hidden;
  color: white;
	background: #333;
}
#subscribe video {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  //top: -200px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
	opacity: 0.65;
}

#mc_embed_signup, #subscribe .section-title {
	position: relative;
	  z-index: 4;
}

@media only screen and (min-width: 750px) {

.music-flex{
	flex: 1 0 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: space-around;
    align-items: space-around;
    height: 100%; // add this
}

.music-cover, .music-tracks{
	-webkit-flex: 0 1 50%;
	flex: 0 1 50%;
}

.music-cover{
	margin-right: 3%;
}

}

@media only screen and (max-width: 991px) {

.footer-factor{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}

.footer-factor img{
	width: 100%;
}

.news-photo{
	text-align: center;

}

@media only screen and (max-width: 850px) {

.news-photo{
	display: none;
}

}


@media only screen and (max-width: 750px) {

.news-feed{
	padding: 0 15px;
}

.news-post{
	margin: 0;
	margin-bottom: 30px;
	width: 100%;
}

.site-title{
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	background-size: 100% auto;
}

.music-tracks, .music-cover{
	width: 100%;
	float: none;
}

.music-purchase{
	padding-top: 50px;
}

.music-purchase a{
	padding-top: 20px !important;
	display: inline-block !important;
}

#subscribe{
	background: url("images/music.jpg");
	background-size: cover;
	padding: 70px 30px !important;
}

#tour-dates{
	padding-bottom: 70px !important;
}

}

@media only screen and (max-width: 640px) {

.site-title{
	width: 94%;
}

#tour-dates table{
	width: 100%;
}

.bit-rsvp{
	display: none;
}

.sbi_item{
	height: 50%;
}

.sbi_item img{
	width: 100% !important;
}

.music-purchase img{
	width: 75%;
	padding: 0 10px;
}

.music-cover, .music-tracks{
	width: 100%;
}

.footer-form, .footer-follow{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}

}

@media only screen and (max-width: 450px) {

.footer-follow i{
	font-size: 24px !important;
	width: 30px;
	line-height: 30px;
}

}