/*
HerPillow.net v2.1
author: kwaaui.com
-------------------------------- */

:root {
--green: #080;
--orange: #E36C0A;
}
html {scroll-behavior: smooth;}
html, body, .jumbotron { height: 100%; }
body
{
	background-color: #000;
	color: #ccc;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 400;
	text-shadow: #222 1px 1px 1px;
/* 	background-image: url(/img/noise.gif); */
}
/* b, strong { font-weight: 700; } */
a, button {transition: all .2s ease;}
a, a:visited, .btn { color: var(--green); }
a:hover, a:focus, .btn:hover, .btn:focus { color: #fff; }
a:hover { text-decoration: underline; }
a:active { color: orange; }
strong .btn { font-weight: inherit; }
body > footer
{
	z-index: 1;
	padding: 1rem;
	line-height: 12px;
	font-size: 0.9em;
	color: #888;
/* 	border-top: 1px solid #333; */
/* 	background-color: rgba(0,0,0,0.3); */
}
body > footer > div { margin: .5rem auto;}
.social { margin: 0 auto; }
.social a {color: #eee; opacity: .6;}
.social:hover a {opacity: .2;}
.social a:hover {color: #fff; opacity: 1;}

.copyright > span { margin-right: 10px; font-size: 12px; line-height: 1.5; border: 1px solid transparent; display: inline-block; }
.langToggle {display: none;}
.langSwitch { display: inline-block; font-size: 1.28em; }
.langSwitch .dropdown-menu {background-color: rgba(30, 30, 30, 0.9);}
.langSwitch a, .langSwitch button {text-decoration: none;}
.langSwitch .dropdown-item {color: #fff; text-transform: uppercase;}
.langSel, .langLabel { font-weight: 700; }


/* Utilities
-------------------------------------------------- */
.relative {position: relative;}
.absolute {	position: absolute; left: 0; right: 0; top: 0; bottom: 0; }
.absolute.top { bottom: auto; }
.absolute.right { left: auto; }
.absolute.bottom { top: auto; }
.absolute.left { right: auto; }
.absolute.center { left: 50%; top: 50%; right: auto; bottom: auto; transform: translate(-50%, -50%);  }

.spacer1 { margin-top: 1rem; }
.spacer2 { margin-top: 2rem; }
.spacer3 { margin-top: 4rem; }
.spacer4 { margin-top: 8rem; }

.nomargin { margin: 0 auto; }
.nopadding { padding: 0; }
.pad10v { padding-top: 1rem; padding-bottom: 1rem; }
.pad20v { padding-top: 2rem; padding-bottom: 2rem; }

.bg-img
{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.bg-transparent { background-color: transparent; }
.invisible {width: 1px; height: 1px;}
.kdivider { padding: 2rem 0; }
.box { display: block; padding: 15px;}

.bg-grey { background-color: #f2f2f2; }
.white { color: #fff !important; }
.orange  {color:var(--orange)}

.sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 86px;
  z-index: 1;
}

/* BOOTSTRAP CUSTOM
-------------------------------------------------- */
.btn-close {
/* 	font-size: 2rem; */
	font-weight: 300;
	filter: alpha(opacity=50);
	opacity: 0.5;
	color: #fff !important;
	text-shadow: none;
	float: right;
}
.btn-close:hover, .btn-close:focus
{
	opacity: 0.9;
	transform: scale(0.8);
}

#main-section, a { transition: all .3s ease-in-out !important; }
.dropdown-item:hover, .dropdown-item:focus { color: #222;}


/* .modal .btn-close { position: absolute; right: 10px; top: 10px; line-height: 3rem; } */
.modal-title { min-height: 1em; }
#modal1 .modal-content {background: #121212; border: 1px solid #555}
#modal1 .modal-header { border-color: transparent;}
#modal1 audio { width: 100%; }


/*
-------------------------------------------------- */

.jumbo
{
	z-index: 0;
	margin: 0;
	padding-top: calc(8% + 290px);
	background-color: #000;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-image: url(/img/bgs/bg07.jpg);
	overflow-y: scroll;
	animation: pulse 6s infinite;
}

@keyframes pulse {

	0%, 50%, 100% { opacity: .35; }
	30%, 40%, 75% { opacity: .92; }
	86% { opacity: .62; }
}

.bracket
{
	position: relative;
	text-align: justify;
	min-height: 3em;
	padding: 0 20px;
}

.bracket:before {
	content: "[";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 3em;
	font-weight: bold;
	line-height: 1em;
}

.bracket:after {
	content: "]";
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 3em;
	font-weight: bold;
	line-height: 1em;
}

#nav-main
{
/* 	pointer-events: none; */
	position: absolute;
	top: 8%;
	margin: 0 auto;
	left:0;
	right:0;
	z-index: 4;
	float: none;
	display: block;
	width: 180px;
	max-width: 80%;
	max-height: 100%;
	text-align: center;
	transition: all .6s ease-in-out;
}

.logo { position: relative; max-width: 100%; max-height: 100%; z-index: 1001; padding: 0; }
.logo img { width: 100%;  filter: drop-shadow(2px 12px 10px rgba(0,0,0,0.9));}

#nav-main .nav-list {
	z-index: 1000;
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	padding-top: 50%;
	background-color: rgba(30, 30, 30, 0.9);
	transition: all .4s ease-in-out;
	clip: rect(0vh, 100vw, 0vh, 0vw);
}
#nav-main .nav-list.active {;
	clip: rect(0vh, 100vw, 100vh, 0vw);
}

#nav-main .nav-link, .dropdown-item
{
	padding: .1875rem 1rem;
	color: #E1E1E1;
	font-size: 1.15em;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: none;
	text-decoration: none;
}
#nav-main .nav-link:hover, #nav-main .nav-link:active, .dropdown-item:active {color: #111; background: var(--green); text-decoration: none;}

#nav-main .nav-link[data-nav=home] {display: none;}

#nav-main.sticky
{
	position: fixed !important;
	top: -75px;
	width: 180px;
/* 	height: 130px; */
}
#nav-main.sticky .nav-link[data-nav=home] { display: block; }

#main-section
{
	position: absolute;
	z-index: 2;
	top: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
#main-section.active { top: 0; }
#main-section:after
{
	pointer-events:none;
	content: "";
	filter: alpha(opacity=30);
	opacity: 0.3;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: fixed;
	z-index: -1;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 90%;
	background-attachment: fixed;
}
#main-section.section-live:after { background-image: url('/img/bgs/bg-live.jpg'); }
#main-section.section-audio:after { background-image: url('/img/bgs/bg-audio.jpg');}
#main-section.section-discography:after { background-image: url('/img/bgs/bg-discography.jpg');}
#main-section.section-bio:after { background-image: url('/img/bgs/bg-bio.jpg'); }
#main-section.section-gallery:after { background-image: url('/img/bgs/bg-gallery.jpg');}
.section-gallery iframe {height: 200px;}

#main-section header
{
	display: none;
	position: relative;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	height: 130px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0.5+100,0.6+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
}
#main-section.active header { display: block; position: fixed; }
#main-section .btn-close {
/* 	margin-right: 15px; */
/* 	background: #000; */
	font-size: 3rem;
	line-height: 3rem;
/* 	color: #fff !important; */
	text-shadow: none;
}
#main-section .btn-close:hover, #main-section .btn-close:focus {
	filter: alpha(opacity=90);
	opacity: 0.9;
	transform: scale(0.8);
}
#main-section main { margin-top: 150px; }
#main-section main .sticky {z-index: 3;}
#main-section footer { height: 130px;}

/*
.tracks {
-webkit-columns: 3 auto;
   -moz-columns: 3 auto;
     -o-columns: 3 auto;
}
 */

.album
{
	margin-bottom: 80px;
	padding: 6px 10px;
	background-color: rgba(10, 100, 0, 0.2);
	border-width: 1px 0 1px 0;
	border-color: #666;
	border-style: solid;
}
.album .title { margin: 10px auto 20px; }
.album ol { font-weight: bold; line-height: 1.5; }
.album img { margin-bottom: 20px; }
.tracks { margin-bottom: 10px; }
.credits, .desc { white-space: pre-line; font-size: 0.86em; margin-bottom: 10px; }

	#gallery-outer {
/*
		position: absolute;
		left: 20px;
		right: 20px;
 */

	}
	.g-item {
		width: 80%;
		left: 0; right: 0; top: 0; margin: 0 auto;
		float: left;
		overflow: hidden;
		opacity: .7;
		filter: alpha(opacity=70);
/* 		border: 4px solid transparent; */
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		transform: none;
		z-index: 0;
	}

	.g-item:hover { opacity: 1; transform: scale(1.05); z-index: 1;}
	.g-item:active {border: 4px solid #000;}

	.g-item img {
		display: block;
		width: 100%;
	}

	.loader { margin: 20px auto;}
	#btn_more { display: none; width: 100%; }
	.btn-circle
	{
		display: block;
		border: 4px solid #eee;
		border-radius: 1000px;
		width: 100px;
		height: 100px;
		margin: 20px auto;
		font-size: 1.4em;
		line-height: 90px;
		text-decoration: none;
	}

/* -------------------------- */


/* ul.one { list-style: url('/img/shamrock.png'); } */
ul.one li { border-bottom: 1px solid #314534; margin-bottom: 40px; padding-bottom: 20px; }
ul.one li:last-child { border: 0; }
ul.one .fa-li, ul.one li time { text-shadow: 0px 0px 16px rgba(255,255,255,.6); }
ul.one time, ul.one address, ul.one .venue { font-size: 1.25em; }
ul.one time  { color: var(--orange); text-transform: uppercase; padding-right: 1em; }
ul.one address { text-transform: uppercase; }
ul.one small { display: inline-flex; text-transform: none; }
ul.one .venue, ul.one address { font-size: 1.25rem; }
ul.one .venue { flex-grow: 1!important; }
ul.one .venue a { color: #fff; }
ul.one .venue a:hover, ul.one .venue a:active { color: var(--green); }
ul.one + hr { margin-top: 70px; }

/* -- kwaaui TAB -- */
#kwaauiTab {
	z-index: 21;
	display: block;
	box-sizing: border-box;
	position: fixed;
	bottom: 10px;
	right: 0px;
	margin: 0;
	padding: 0px 0px 0px 16px;
	width: 0px;
	height: 16px;
	overflow: hidden;
	background: url(//www.kwaaui.com/ext/kwaauiTab.png) no-repeat 2px 50%;
	text-align: left;
	background-color: rgba(255,255,255,.6);
	/* border-right: 1px #fff solid; */
	border-radius: 2px 0 0 2px;
	opacity: .4;
	transition: all .15s ease;
	text-shadow: none;
/* 	filter: invert(100%); */
}
#kwaauiTab:hover, #kwaauiTab:active {
	width: 68px;
	margin-left: 0px;
	text-decoration: none !important;
	outline: none !important;
	opacity: 1;
/* 	background-color: rgba(255,255,255,.4); */
}
/* --- */


/* Media Queries
-------------------------------------------------- */
/*
@media (max-width: 320px) {
	.g-item {left: 0; right: 0; top: 0; margin: 0 auto; }
}
 */
@media (min-width: 768px) {
	.sticky {  top: 70px;}
	#nav-main {width: 240px;}
	#main-section header { height: 120px; }
	.section-audio .tracks {
		-webkit-columns: 2 auto;
		   -moz-columns: 2 auto;
			 -o-columns: 2 auto;
			    columns: 2 auto;
	}
	.section-gallery iframe {height: 400px;}
	.g-item {width: 50%; left: auto; right: auto; top: auto; margin: 0 auto;}

}
@media (min-width: 992px){
	.section-audio .tracks {
		-webkit-columns: 3 auto;
		   -moz-columns: 3 auto;
			 -o-columns: 3 auto;
			    columns: 3 auto;
	}
	.g-item {width: 33.33%;}

}
@media (min-width: 1200px){
	.jumbo, #main-section:after { background-size: cover; }
	.g-item {width: 25%;}
}
@media (max-height: 420px) and (orientation: landscape) {
	#nav-main {
		position: fixed !important;
		top: -75px;
		width: 180px;
	/* 	height: 130px; */
	}
	.jumbo {padding-top: 110px;}
	#main-section.section-gallery header { background: transparent;}
}

