/*
 Theme Name:   Knomad Child
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Knomad Child Theme
 Author:       Harrison Burt
 Author URI:   http://knomad.co.nz
 Template:     Knomad
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  knomad
*/

@import url("../knomad/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */


body {
	font-family: "futura-pt",sans-serif;
	font-family: 'Iowan Old Style Pro Bold';
	font-family: 'IowanOldStyleBTPro-Roman';
	font-family: 'AvenirLTStd-Light', sans-serif;	
	color:black;
	transition: all 200ms ease-in;  
	-webkit-transition: all 200ms ease-in;  /* Safari */
  }


/* `Basic HTML
----------------------------------------------------------------------------------------------------*/


pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

hr {
  clear: both;
  margin-top: 50px;
}

img {
	border:0;
}

.clear:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.mobile{
	display: none;
}



/* `Headings
----------------------------------------------------------------------------------------------------*/

section#web-body.inside{
	background-image: url('http://brooke.knomad.co.nz/wp-content/themes/Knomad-child/images/dot.png');
	background-repeat: repeat;
	background-size: 50px;
}

#instant{
	background: url('http://brookefraser.com/wp-content/themes/Knomad-child/images/bkg-home-2.jpg') center center; 
/*	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;*/
	 margin-top: 60px;
	 padding-top: 60px;
	 background-repeat: repeat-y;
	 width: 100%;
	 height:100%;	
	background-size: 100%;
	background-position-y: 200px;
}

.post-left{
	width: 45%;
	float: left;
	margin-right: 5%;
	padding-left: 5%;		
}

.post-right{
	width: 45%;
	padding-right: 5%;
	float: left;
}

.post-container{
	padding-top: 20px;
}

.post-container h2{
	font-family: 'SteelfishRg-Bold'; 
	font-size: 60px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 0px;
}

span.highlight {
    background-color: white;
    padding: 5px 0;
}

.post-container h1{
	margin-top:0px;
	line-height: 0.8em;

	padding-bottom: 20px;
	font-weight: normal; 
	font-style: normal; 
}

.post-container p{
	font-size: 14px;
	letter-spacing: 0px;
	background-color: white;
	padding: 5px 0;
	margin-bottom: 0px;
}

.page-id-326 .post-container p{
	background-color: transparent !important;
}

.post-share{
	background-color: rgba(238,238,238,0.4);
	padding: 20px;
	width:50%;
	margin-top: 20px;
}

figure{
	margin-left:0px;
	margin-top: 0px;
	margin-bottom: 0px !important;
	margin-right: 0px;
}

.tour-background{
	height: auto;
	margin-top: -70px;
		background: url('http://brookefraser.com/wp-content/themes/Knomad-child/images/bkg-home-2.jpg') center center; 
	 background-repeat: repeat-y;
	 width: 100%;
	 height:100%;	
	background-size: 100%;
	background-position-y: 0px;
	 padding-bottom: 20px;
}

.tour-background .container{
	margin-top: 40px;
	padding-top: 40px;
}

.tour-background h1{
	margin-left: 25px;
	float: left;
	width: 50%;
}

table.bit-events{
	background: transparent;
}
#bit-events .bit-share-text, #bit-events .bit-share-links{
	display: none;
}

.tour-background .post-share{
	float: right;
	background-color: transparent;
	border: 2px solid white;
	display: inline;
	width: 250px;
	padding: 5px;
}

.tour-background .post-share p{
	float: left;
	color: white;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: middle;
	padding: 3px 8px;
}

.tour-background .post-share a{
	padding-top: 5px;
}

/* `Divz
----------------------------------------------------------------------------------------------------*/

#web-body{
	padding-top: 0px;
	margin-top: 30px;
}

#top-section{
	padding-bottom: 40px;
}

#home{
	top:30px;
	position: relative;
	z-index: 1;
	padding-top: 0px;
}

section{
	position: relative;
	z-index: 0;
	background-color: white;
}

.home section{
	top:0px;
}

.heading{
	background: transparent url('http://brooke.knomad.co.nz/wp-content/themes/Knomad-child/images/back-heading.png') center center repeat-x;
	width: 90%;
	text-align: center;
	margin:40px 0 35px;
	margin-left:5%;
	margin-right:5%;
	height:1px;
	margin-bottom: 60px;
}

.heading h2{
	font-size: 20px;
	line-height: 20px;
	margin: 0;
	color: #393536;
	display: inline-block;
	background-color: white;
	padding: 0 10px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 3px;
}


/* `Classez
----------------------------------------------------------------------------------------------------*/

header{
	background: white;
	position: fixed;
	margin: 0 auto;
	z-index: 999;
	transition: all 200ms ease-in;  
	-webkit-transition: all 200ms ease-in;  /* Safari */
	padding: 10px 0px;
	padding-top: 0px;
	padding-bottom: 0px !important;
	height:49px;
}

.header-home{
	top:0px;
}

.row{
	max-width: none;
}

nav{
	padding-bottom: 7.5px;
	padding-top: 8px;
	transition: all 200ms ease-in;  
	-webkit-transition: all 200ms ease-in;  /* Safari */
}

header:hover nav{
	margin-top: 0px !important;
}

nav.row{
	max-width: 62.5em !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.container{
	width: 85%;
	margin: 0 auto;
}

.large-3{
	float:left;
}

.post{
	margin-bottom: 2%;
}

.post-hover{
	position: absolute;
	top:10px;
	bottom:10px;
	left: 10px;
	right:10px;
	background-color:rgba(0,0,0,0.8);
	color: white;
	margin-left: 0.9375rem;
	margin-right: 0.9375rem;
	padding: 3%;
}

.post-hover{
	opacity: 0;
	filter: alpha(opacity=0); /* For IE8 and earlier */
}

.post:hover .post-hover {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.album-slider, #home-slider, .album-info{
	position: relative;
}

/*#home-slider{
	margin: 50px 0;
}*/

#home-slider{
	height: 80vh;
	width: 100vw;
	background: black;
	position: fixed;
	z-index: 0;
	background: url('http://brooke.knomad.co.nz/wp-content/themes/Knomad-child/images/splash-edit.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	
}

#home-slider img{
	width: 60%;
}

#stuff-you{
	display: none;
}

.album-slider{
	margin-bottom: 0px;
}

.album-slider-hover{
	position: absolute;
	top:0px;
	bottom:0px;
	left: 0px;
	right:0px;
	background-color:rgba(0,0,0,0.5);
	padding: 10%;
}

.album-slider-hover{
	opacity: 0;
	filter: alpha(opacity=0); /* For IE8 and earlier */
	}

.album-slider:hover .album-slider-hover{
	opacity: 1;
	filter: alpha(opacity=1);
	}
	
	
#archives .album-slider{
	margin-bottom: 10px;
}

#archives .album-slider h1{
	width: 100%;
}

div#posts.posts-container.clear{
	overflow: hidden;
}
	
#therapy{
	background: url('http://brookefraser.com/wp-content/themes/Knomad-child/images/bf-background.jpg');
	background: white;
	background-repeat:  no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	
}

#therapy .flex-full{
	width: 100%;
    padding: 0 10%;
}

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

#therapy .flex-full {
    width: 100%;
    padding: 0 0%;
}

}
	
/* Button Stylez
----------------------------------------------------------------------------------------------------*/

.post-sharing{
	position: absolute;
	bottom: 10px;
	width: 90%;
}

.read-more{
	display: block;
	color: white;
	padding-bottom: 10px;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: normal;

}

.read-more:hover{
	color: white;
	text-decoration: underline;
}

.read-more, .facebook, .twitter{
	display: inline-block;
	padding-right: 10px;	
	font-size: 14px;
	letter-spacing: 1px;
}

.facebook img, .twitter img{
	width: 20px;
}

.facebook, .twitter{
	float: right;
}

.facebook{
	color: #3e5c98;
}

.facebook:hover{
	color: #3e5c98;
	text-decoration: underline;
}

.twitter{
	color: #59adeb;
}

.twitter:hover{
	color: #59adeb;
	text-decoration: underline;
}

button{
	border-style: none;
	border-width: 0px;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	position: relative;
	text-decoration: none;
	text-align: left;
	display: inline-block;
	background-color:transparent;
	border-color: transparent;
	color: black;
	-webkit-transition: color 300ms ease-out;
	-moz-transition: color 300ms ease-out;
	transition: color 300ms ease-out;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-size: inherit;
}

button:hover, button:focus, .play-video:hover, .purchase-track:hover, .lyrics:hover{
	background-color: transparent;
	text-decoration: underline;
	color: black;
	cursor: pointer;	
}

/* `Paragraphs Stylez
----------------------------------------------------------------------------------------------------*/

.album-tracks, .track-listing, .player-controls, .track-meta, .track-meta li, #tracks{
	overflow: hidden;
}

.album-tracks{
	width: 100%;
}

.track-listing{
	display: block;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 8px;
	overflow:auto;
	z-index: 2;
	position: relative;
}

.player-controls, .track-meta, .track-meta li{
	display: inline-block;
}

.player-controls{
	width: 55%;
}
.track-meta{
	width: 45%;
}

.track-meta{
	padding-left: 10%;
}

.player-controls{
	float: left;
}

.track-meta, .purchase-track, .play-video, .track-duration, .lyrics{
	float: right;
}

.purchase-track, .play-video, .track-duration, .lyrics{
	width: 25%;
	text-align: right;
}

.icon-pause{
	display: inline;
	margin-right: 10px;
}

.icon-play img, .icon-pause img{
	width:8px;
	margin-bottom: 5px;
	margin-right:20px;
	}

#videos .play-video{
	width: 100%;
}

.play-video{
	margin-right: 15px;
}

#tracks{
	padding-top:50px;
	
}

#tracks .album-info{
	width:30%;
	float: left;
}


#tracks .album-tracks{
	width: 65%;
	margin-left: 5%;
	float: left;
}

.lyrics-container{
	width: 100%;
	max-height: 350px;
	overflow-y: scroll !important;
	padding:0 10px;
}

/* `Footer
----------------------------------------------------------------------------------------------------*/	

footer{
	background-color: white;
	color: #ccc;
	text-align: center;
	position: fixed;
	height: 30px;
	width: 100%;
	bottom:0px;
}

footer .container{
	width: 90%;
}

.overlay{
/*	background: rgba(238,238,238,0.4);*/
	overflow: auto;
	position: relative;
}

footer p{
	color: #666;
    padding-top: 7px;
    padding-bottom: 0px;
    font-size: 10px;
    z-index: 999999;
    text-align: left;
}


@media (min-width: 640px){
	footer p{
	    text-align: center;
	}
}

.knomad{
	font-family: 'Source Code Pro', sans-serif;
	position: absolute;
	color: #666;
	right:20px;
	bottom: 10px;
	font-size: 12px;
}

.knomad:hover{
	color: aqua;
}


/* `Flexbox
----------------------------------------------------------------------------------------------------*/

.flex, .flex-full {
  display: flex;
  flex-flow: row wrap; 
}

.flex {
  padding: 2.5% 15%;
}
  
.col, .col-full {
  flex: 1;
  justify-content: space-around;
 }
 
 .col{
  padding: 2.5%; 
 }
 

 
.album-releases{
 	background-color: #e8e9ea;
 }
 
 .album-releases p{
    font-size: 12px;
    text-transform: lowercase;
    text-align: center;
    margin-top: 20px;
    color: #666;
 }
 
  .album-releases i{
    font-size: 10px;
    text-transform: lowercase;
    text-align: center;
    margin-top: -15px;
    color: #666;
    display: block;
 }
 
  .album-releases iimg.logo{
    display: block;
    margin-top: -20px;
 }
  
  
 @media all and (max-width: 800px) {
	 .flex{
		 padding: 2.5% 5%;
	 }
  .col{
    /* On small screens, we are no longer using row direction but column */
	flex:1 50%;
	padding: 5%;
  }
}

#human, #equator, #petersburg, #dead{
	position: fixed;
	background-color: rgba(0, 0, 0, 0.80);
	display: none;
	height: 100%;
	width: 100%;
	z-index: 999999999;
}

#human-click, #equator-click, #petersburg-click, #dead-click{
	cursor: pointer;
}

.col-center{
  align-items: center;
  justify-content: center;
  flex: 1;
  margin: 10%;
 }


/* `Spacing
----------------------------------------------------------------------------------------------------*/

ul, li{
	font-size: 15px;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

ul li ul{
	margin-left: 0px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 5px;
}

#videos h2{
	padding-top: 40px;
}

#videos{ 
overflow: hidden;}

.mob-logo{
	padding-top: 25px;
	margin-bottom: 0px;
	position: relative;
	z-index: 2;
	padding-bottom: 10px;
	background-color: white;
}

.mob-logo{	
	padding-top: 15px;
	padding-bottom: 0px;
}

img.logo{
	width: 400px;
	padding-bottom: 10px;
	transition: all 200ms ease-in;  
	-webkit-transition: all 200ms ease-in;  /* Safari */

}	 

.mob-nav{
	height: 100vh;
	background-color: rgba(255,255,255,1);
}

.bottom-feeder{
	bottom:10%;
	position: absolute;
	font-size: 12px;
}

.desktop{
	display: none;
}
	
.mobile{
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
}

.mob-nav{
	display: none;
}

.mob-menu img{
	width: 22px;
	position: fixed;
	top:27px;
	right:6%;
}

.mob-menu img{
	top: 14px;
	width: 16px;
}

.mob-list{
	padding: 25px 0px;
}
#music-sub{
	display: block;
}

nav.row.mob-nav{
	max-width: 100% !important;
}

.slipper{
	width: 100vw;
	top:6px;
	position:relative;
	height: auto;
	min-height:250px;
}

#web-body{
	min-height: 90vh;
}

.slidez {
        position: relative;
      }

.flex-viewport{
	height: 80vh;
}

.flex-viewport li{
	height:80vh;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

section.slider{
	padding-bottom: 5px;
}

.small-wrapper{
	background-color: white;
	width: 100%;
	height:60px;
	display: none;
}

.button{
	background-color: white;
	border: 3px solid black;
	color: black;
	padding:10px;
	font-family: 'AvenirLTStd-Medium', sans-serif;
	text-transform: uppercase;
	padding-top: 12px;
	margin-top: 10px;
}

.button:hover,
.button:focus,
.button:active{
	color: #ccc;
	border: 3px solid #ccc;
	background-color: white;
	
}
.title-wrapper{
	width: 100%;
	position: relative;
	top:80%;
	margin-top: -20px;
	text-align: center;
}

.flexslider .button{
	position: relative;
	top:50%;
	z-index: 999;
}

#bit-events table, .bit-events td{
	border: none;
	border-top: none !important;
	border-bottom: none !important;
}

table tr:nth-of-type(even){
	background-color: transparent;
	border-bottom: 1px solid black;
}

div.post-container.music-video{
	width: 70%;
	margin: 0 15%;
	padding-top: 0px;
}

.music-video .post-left{
	width: 100%;
	float: none;
	margin-right: 0;
	padding-left: 0%;
}

.music-video .post-right{
	width: 100%;
	float: none;
	margin-right: 0;
	padding-left: 0%;
	margin-top: 20px;
	overflow: auto;
	padding-right: 0px;
}

.music-video .copy{
	width: 50%;
	float: left;
}

.music-video .info{
	float: right;
	width: 50%;
}

.music-video .post-share{
	float: right;
	display: block;
} 

.music-video .post-share{
	margin-top: 0px;
} 

.post-share p{
	margin-top: -5px;
	margin-bottom: 10px;
}

.soundcloud-container{
	margin-top: 10px;
}

.soundcloud iframe{
	height: 100px;
	margin-top: 10px;
}

#single-posts .button{
	background-color: black;
	border: 2px solid white;
	color: white;
	padding:10px;
	font-family: 'AvenirLTStd-Light', sans-serif;
	text-transform: uppercase;
	padding-top: 12px;
	margin-top: 15px;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: 200;
}

#single-posts .button:hover{
	border: 2px solid white;
	background-color: white;
	color: black;
}

.post-share{
	float: left;
	background-color: white;
	border: 2px solid black;
	display: inline;
	width: 250px;
	padding: 5px;
}

.post-share p{
	float: left;
	color: black;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: middle;
	padding: 3px 8px;
}

.post-share a{
	padding-top: 5px;
	float: right;
}

.music-video .post-share{
	float: right;
}

.music-video .button{
	float: right !important;
	margin-top: 0px !important;
	height: 42px;
	margin-left: 20px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email{
	width:80%;
	float:left;
}

input[type="submit"]{
	background-color: black;
	border: 2px solid white;
	color: white;
	padding:10px;
	font-family: 'AvenirLTStd-Light', sans-serif;
	text-transform: uppercase;
	padding-top: 12px;
	margin-top: 0px; 
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: 200;
	margin: 0px;
	margin-left:1%;
	width: 19%;
}

div.background-clear{
	background-color: white;
	margin-top: -30px;
	height:100%;
}

#bit-events a.bit-track-artist-header{
	border-top: none !important;
	border-bottom: none !important;
}

#bit-events a.bit-track-artist-header .bit-invert{
	padding: 13px 20px !important;
}

#bit-events a.bit-track-artist-header{
	margin-top:10px !important;
}

div.bit-notify{
	display: none;
}

class*="column"]+[class*="column"]:last-child {
float: left;

.post-container p{ 
	margin-bottom: 0px !important;
}

/* Menu Adjustment -----------------------------------------*/
















