/*
Theme Name: KRIT It's Better
Theme URI: http://www.fishbucket.com
Description: 2015 style
Version: 2.0
Author: Fishbucket, Inc.
Author URI: http://www.fishbucket.com
Template: stanleywp
*/

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



@font-face {
    font-family: 'maridavid_boldmaridavid_bold';
    src: url('fonts/maridavid_bold-webfont.eot');
    src: url('fonts/maridavid_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/maridavid_bold-webfont.woff2') format('woff2'),
         url('fonts/maridavid_bold-webfont.woff') format('woff'),
         url('fonts/maridavid_bold-webfont.ttf') format('truetype'),
         url('fonts/maridavid_bold-webfont.svg#maridavid_boldmaridavid_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*@font-face {
    font-family: 'maridavid_extraboldbold';
    src: url('fonts/maridavid_extrabold-webfont.eot');
    src: url('fonts/maridavid_extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/maridavid_extrabold-webfont.woff2') format('woff2'),
         url('fonts/maridavid_extrabold-webfont.woff') format('woff'),
         url('fonts/maridavid_extrabold-webfont.ttf') format('truetype'),
         url('fonts/maridavid_extrabold-webfont.svg#maridavid_extraboldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
    font-family: 'maridavidregular';
    src: url('fonts/maridavid-webfont.eot');
    src: url('fonts/maridavid-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/maridavid-webfont.woff2') format('woff2'),
         url('fonts/maridavid-webfont.woff') format('woff'),
         url('fonts/maridavid-webfont.ttf') format('truetype'),
         url('fonts/maridavid-webfont.svg#maridavidregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* sticky footer */
	* {
		margin: 0;
	}
	html, body {
		height: 100%;
	}
	#wrapper {
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto -80px;
		padding: 0;
	/*	max-width: 1610px;*/
	}
	#footer, .push {
		height: 80px;
	}

/* transitions */
	a, .album-grid, .album-grid:hover, #logo img {
		-webkit-transition: all 0.1s ease-out;
		-o-transition: all 0.1s ease-out;
		-ms-transition: all 0.1s ease-out;
		-moz-transition: all 0.1s ease-out;
		transition: all 0.1s ease-out;
	}


/* general */
	body {
		background-image: url('images/bg-base.png'), url('images/bg-splitsky.jpg');
		background-position: center bottom, center top;
		background-size: 100%, cover;
		background-attachment: fixed;
		background-repeat: no-repeat,repeat;
	}
/*	body.page-template-itsbetterthisway {
		background-image: url('images/bg-splitsky.jpg');
		background-position: center top;
		background-size: cover;
		background-attachment: fixed;
		background-repeat: repeat;
	}*/
	body, p {
		font-family: "signo",sans-serif; 
		font-weight:400; 
		font-stretch:normal;
		font-size:14px;
		line-height: 26px;
		color: #150101;
	}
	  .wf-loading .gigpress-row td, .wf-loading p, .wf-loading .album-details, .wf-loading ol {
		visibility: hidden;
	  }
	  .wf-active .gigpress-row td, .wf-active p, .wf-active .album-details, .wf-active ol {
		visibility: visible;
	  }

	a {
		font-weight: 500;
		font-style: normal;
		color: #000;
	}
	a:hover, a:focus {
		color: #812a37;
	}
	h1, h2, h3, h4, h5, h6 {
		font-family: "maridavidregular", sans-serif;
		text-transform: uppercase;
		font-size: 200%;
	}	
	#ww { background-color: transparent; }
	:focus { outline: transparent auto 0px;	}
	.table { margin-bottom: 0; }
	hr { border-top: 2px solid #000; }
	.tal { text-align: left; }
	.tac { text-align: center; }
	.tar { text-align: right; }

/* header */
	#logo img { 
		width: 100%;
		height: auto;
	}
	#logo:hover img {
		transform: rotate(-3deg);
	}
	.nav>li:first-child>a {
		padding-left: 0;
	}
	.navbar-inverse {
		background-color: transparent;
		border: none;
  		padding: 30px 0 20px;
  	}
  	header .social-nav {
		float: right;
  	}
  	header .social-nav li {
		color: #d3c180;
		list-style: none;
  	}
	.navbar-inverse .navbar-nav > li > a {
		font-family: "maridavid_boldmaridavid_bold","signo","HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
		color: #d3c180;
		font-size: 28px;
	}
	/* force nav */
	.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus,
	.single-muso-album .nav-music > a,
	.single-news .nav-news > a,
	.category-videos .nav-videos > a,
	.single-post .nav-blog > a,
	.category-blog .nav-blog > a,
	.page-template-itsbetterthisway .nav-home > a,
	.page-template-music .nav-music > a,
	.single-features .nav-features > a, header .social-nav li:hover {
		color: #efe8d9 !important;
	}
	header nav .form-inline {
		float: right;
	}
	.form-control {
		background-color: #bcbdc0;
		-webkit-border-radius: 17px;
		-moz-border-radius: 17px;
		border-radius: 17px;
		color: #fff;
	}
	.form-control:focus {
		border-color: #ddd;
		background-color: #909194;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-toggle {
		position: absolute;
		width: 20%;
		left: 40%;
		right: 40%;
		padding: 0;
		margin: 0;
	}
	.navbar-inverse .navbar-toggle .icon-bar {
		background-color: #d3c180;
		margin: 4px auto;
	}
	.nav li:hover ul {
		display: block;
	}
	b.caret { display: none; }
	.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
		background-color: transparent;
	}
	.dropdown-menu {
		border: none;
	}
	.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
		background-color: #ccc;
	}
	.navbar-collapse {
		box-shadow: none;
	}
	
/* social */
	#menu-social-menu {
		height: 24px;
	}
	#menu-social-menu li {
		width: 30px;
		height: 24px;
/*		opacity: .8;*/
		list-style: none;
		font-size: 24px;
		text-align: center;
	}
/*	#menu-social-menu li:hover {
		opacity: 1;
	}*/
	#menu-social-menu a {
		border-left: none;
		padding: 0;
		height: 24px;
		top: -24px;
		text-indent:9999px;
		overflow:hidden;
		display: block;
		position: relative;
	}
	.form-inline .form-control {
		margin-top: 27px;
	}
	
/* footer */
	#footer {
		background-color: transparent;
		padding: 20px 0;
	}
	#footer .textwidget {
		font-size: 10px;
	}
	
/* posts */
	.boxed {
		background: #dccd95 url('images/bg-goldtexture.jpg');
		border: 2px solid #000;
		padding: 10px;
		margin-bottom: 40px;
	}
	.post-entry .attachment-masked-thumb {
		-webkit-mask:  url('images/crown.svg') no-repeat 50% 50%;
		mask: url('images/crown.svg') no-repeat 50% 50%;
		height: 50px;
		margin-bottom: 0;
	}
	.post-entry iframe {
		max-width: 100% !important;
	}
	.post-entry .post-date {
		color: #dccd95;
	}
	.post-entry strong {
		font-weight: 500;
		font-style: normal;
	}
	.post-meta {
		text-align: center;
	}
	h4.post-title {
		margin-top: 0;
		font-size: 32px;
		font-weight: 500;
	}
	#grey, #white {
		background-color: transparent;
	}
	.author-avatar {
		display: none;
	}
	.entry-date {
		font-family: 'maridavidregular';
		font-size: 22px;
		font-weight: normal;
		color: #000;
	}
	.sharethis {
		opacity: .2;
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		filter: gray;
		filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
	}
	.sharethis:hover {
		opacity: 1;
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
		filter: none;
	}
	.post-data {
		opacity: .3;
	}
	.post-data:hover {
		opacity: 1;
	}
	.postnav .previous {
		padding-right: 20px;
		background: url('images/carat-right.png') no-repeat right center;
		background-size: 14px;
	}	
	.postnav .previous a {
		margin-right: -20px;
		padding-right: 20px;
		display: block;
		line-height: 20px;
	}
	.postnav .next {
		padding-left: 20px;
		background: url('images/carat-left.png') no-repeat left center;
		background-size: 14px;
	}	
	.postnav .next a {
		margin-left: -20px;
		padding-left: 20px;
		display: block;
		line-height: 20px;
	}

	
	
/* IBTW */
	.page-template-itsbetterthisway img#albumcover {
		border: 2px solid #000;
	/*	box-shadow: 0 2px 10px rgba(0,0,0,.4);	*/
	}

	
/* from cinematic
	.post-title, .post-title a, .page-about .post-entry p, .page-shop .post-entry p {
		margin: 0;
		font-family: "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
		color: #000;
		text-transform: uppercase;
		font-size: 32px;
		letter-spacing: .02em;
	}
	*/
	.zoomOverlay {
		background-color: transparent !important;
		background-image:none;
	}
	article {
		margin-bottom: 50px;
	}
	header+section.post-meta {
		margin-top: -5px;
		font-style: italic;
	}
	.addtoany_content_bottom, .addtoany_shortcode {
		float: right;
		margin: 0;
	}
	a.readmore {
		display: block;
		margin-top: 30px;
		margin-bottom: -25px;
		height: 0;
	}
	.post-entry > a + p {
		margin-top: 10px;
	}
	.addtoany_shortcode + h3 + p, .addtoany_content_bottom + h3 + p, div#comments {
		display: none;
	}
	.pager li>a, .pager li>span, .pager li>a:hover, .pager li>a:focus {
		background: transparent;
		padding: 0;
		border: none;
		border-radius: 0;
	}
	.jp-carousel-info {
		display: none;
	}



/* pages */
	.page h1 {
		display: none;
	}
	.page-about .post-entry p, .page-shop .post-entry p {
		line-height: 42px;
		letter-spacing: .05em;
		padding: 5% 0;
	}

/* music */
	.single-muso-album #ww .col-lg-8.col-lg-offset-2 {
		text-align: left;
	}
	.single-muso-album .post-entry .attachment-post-thumbnail {
		-webkit-mask: none;
		mask: none;
		height: auto;
	}
	.single-muso-album h2.entry-title, .tax-artist h2.entry-title {
		margin-top: 0;
	}
	.single-muso-album 	article {
		margin-bottom: 0;
	}
	#muso-discog-grid {
		margin: -10px 0 0 0;
	}
	.album-details {
		height: 3em;
		text-transform: uppercase;
		line-height: 1.2em;
		padding-top: 5px;
	}
	.album-grid {
		padding: 0 10px 10px;
		opacity:.9;
	}
	.album-grid:hover {
		opacity: 1;
	}
	.album-grid:hover .album-details a {
		color: #812a37;
	}
	.album-grid img, .single-muso-album .attachment-album-cover {
		border: 2px solid #000;
	}
	#album-description ol, .post-entry ol {
		list-style: decimal;
		margin-left: 40px;
	}
	a.albumlink {
		background: #000;
		padding: 10px 15px;
		margin: 20px 0 0 0;
		display: inline-block;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 14px;
	}
	a.albumlink:hover {
		background: #812a37;
	}
	.artist-name {
		font-size: 14px;
		margin-top: 0px;
	}
	.page-template-music .sharethis {	/* this is screwing with the discography, hide for now */
		display: none;
	}
	.albumnotes {
		padding:0 40px; font-size:12px;
	}
	.albumnotes p, .albumnotes strong {
		font-size:12px;
	}
		
/* search page */
	.search-results .type-soliloquy {
		display: none;
	}

/* tour */
	.gigpress-heading, tr.gigpress-tour td, .gigpress-table th, tr.gigpress-divider.gigpress-row td, .gigpress-row td, .gigpress-row {
		background-color: transparent !important;
		border: none !important;
	}
	.gigpress-tourname {
		font-weight: bold;
		text-transform: uppercase;
	}
	.gigpress-row {
		border-bottom: 1px solid #eee;
	}
	.gigpress-info {
		font-size: 90%;
	}
	.gigpress-info a {
		font-weight: normal;
	}
	td.gigpress-image, td.gigpress-date {
		padding-left: 0 !important;
	}
	td.gigpress-buy {
		padding-right: 0 !important;
	}
	.gigpress-image img {
		max-width: 75px;
		margin: 5px auto;
	}
	tr.gigpress-row {
		opacity: .8;
	}
	tr.gigpress-row:hover {
		opacity: 1;
	}
	.gigpress-city {
		font-weight: 500;
	}
	
/*** media queries ****/

@media (max-width: 991px) {
	.nav>li>a {
		padding: 10px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.artist-social li {
		width: 30px;
	}
	.artist-social a {
		background-size: 24px;
	}
	ul.artist-social {
		margin-top: -10px;
	}
}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}
@media (min-width: 1600px) {

}
@media (min-width: 768px) {
	header .social-nav, .navbar-collapse {
		float: right;
		display: block;
		clear: right;
	}
}
@media (max-width: 767px) {
	#logo {
		margin-top: -10px;
		max-width: 40%;
	}
	#logo img {
		width: auto;
	}
	.navbar-nav {
		margin: 0;
	}
	.navbar-collapse {
		border-top: none;
	}
	.navbar-collapse .navbar-nav > li > a {
		padding: 5px 0;
		text-align: center;
	}
	.nav li:hover ul {
		display: none;
	}
	ul.artist-social {
		margin: -10px 0 20px;
	}
	.artistlogo {
		margin-bottom: 10px;
	}
	.post-entry .thumb-holder .post-meta {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 479px) {

}