/*
::::^^::::::^^::^^:::^^::^^::::::^:::^^^:^::^::::::::^^::::^^^^^^~~~~~
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::^^^::::.::
:::.:::....:::::::..:...:........::::::.......:::::::::.....:.:..:..::
::::::::::::::::::.:::...^~7J5PGBBB###BGP5J?7^...::::::...............
:::::::::::::::::::..^7YG&@@@@@@@@@@@@@@@@@@@&GY!^..:::......:::....::
::.:.::...::..::..:?G&@@@@@@@@@@@@@@@@@@@@@@@@@@@#P7:.:::.:::.......::
.::..::.:.:..:..!P&@@@@@@@@@@@@@@&GBGG&B#GB@@@@@@@@@#Y^.............::
:::::.::::::::^P@@@@@@@@@@@@@@@@@&##B#&###&@@B#B###BB#57^.::::::::::::
::::::::::::.!&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&@&&#7.:::::::::::
::.:::::::^::5@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@J.::::.....:
:....::^:~!Y#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&@@@@@@@@@Y.:::::::::
:::..::::.~&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&#@&@@@@@@@@?.::::::::
::.:..:::.P&&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&&@@@@@@@@&^.:::::::
.:....::::#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@J.:::::::
.:::::::.7@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@G.:::::::
::::::::.G@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@G:.::.:::
:::::::.~&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@G.::::.:.
:::::::.7@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@Y.:::::::
:::::::::B@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&~.::^^^^^
::::::::.^#@@@#PB@@@@@@@@@@@@@@@@@@@@@@@@@@@@&##BG#@@@@@@@@@J.::::^::^
:::::::::.^5B&&#&@@@@@@@@@@@@@@@@@@@@@@&@@&G7^:::.:7G&@@@@@P::::::::::
::::::::::..P@@@&@@@@@@@@@@@@@@@@@@@@@@@BJ!........~G@@@@@5.::::::::::
:::.::::..:..Y@&&&&&&&&&&&@@@@@@@@@@@@@@#PGGGGGGGGGB&@@@&?.::::..:::::
:.............7#&&########@@@@@@@@@@@@@@@@@@@@@@@@@@@@@P5:.::.::::::::
::..........::.^JG#&&#####@@@@@@@@@@@@@@@@@@@@@@@@@@&5~.?^..::::::!7^:
:::::.:...::..:...^JG&@&&&@@@@@@@@@@@@@@@@@@@@@@@&GJ^..:::::::::::^:::
::.::.........:......!YP#@@@@@@@@@@@@@@@@@@@@&B5?^...:::::::.::::::.::
::.::.........:....:....:^!JYPBB#&&&&&#BBPY?!^......::::::::::::::::::
:...::.:......:...::..::.......::^^^^:::.......:.::.::::::::::::::::::
:.....:.....::...::...::..::......::...::::::.......::::::::::.::::...
::....:.....:....:...:::..:.....s a l t.::::::..::::::::::.::::::::.::
^:::.......:.:.:::..::::.............:::::::::.:::::::::::.:.:::::::::
^::::::::::..:::::..::...::.......::..::.::::::::::::::::::..:::::::::
*/
/* Selection colours (easy to forget) */
::selection     {background: rgb(254,248,214);}
::-moz-selection  {background: rgb(254,248,214);}
img::selection    {background: transparent;}
img::-moz-selection {background: transparent;}
body {-webkit-tap-highlight-color: rgb(254,248,214);}

body {
  font-family: sans-serif;
  font-weight: 500;
  background: #e7e6e1;
  min-width: 320px;
}
body.listen {
  background: #e7e6e1;
  background-size: cover;
  background-repeat:no-repeat;
  background-position: center center;

}

h1, h2, h3, h4, h5, h6 {
  font-family: monospace;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
p {
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.sans { font-family: sans-serif; }
.underline { text-decoration: underline; }
.vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.fullwidth { max-width: 100%; }
.fullwidth [class*="block-grid-"] { margin-right: 0; margin-left: 0; }
.flush-padding .columns { padding-left: 0; padding-right: 0; }

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-small { font-size: 0.8em; }
.line-height { line-height: 1.4em; }
.uppercase { text-transform: uppercase; }
.bold, .strong { font-weight: 700; }
@media screen and (max-width: 39.9375em) {
  .small-only-text-center {
    text-align: center;
  }
  .small-only-padding-top {
    padding-top: 1em;
  }
}
.two-columns {
  column-count: 2;
  column-gap: 1.5em;
  padding: 2em;
}
.two-columns p {

}
.hr {
  height: 3px;
  border-bottom: 1px solid #999;
  width: 70%;
  margin: 10px auto;
}
.white { color: #f3f3f3; }
.white-bg { background-color: #f3f3f3; }
.cream { color: #f8f4ed; }
.cream-bg { background-color: #f8f4ed; }
.black { color: #0f0f07; }
.black-bg { background-color: #0f0f07; }
.grey-bg { background-color: #c4c3c3; }
.grey { color: rgba(0,0,0,0.6); }
.green-bg { background-color: #78ffc5; }
.blue-bg { background-color: #00192a; }
.red { color: #fc0203; }
.red-bg { background-color: #fc0203; }
.purple { color: #483558; }
.purple-bg { background-color: #483558; }
.green { color: #a2dd8e; }
.green-bg { background-color: #a2dd8e; }
.yellow-bg { background-color: #ece171; }


.hidden, .is-hidden { display: none !important; }
.letterspace { letter-spacing: 2px; }
.letterspace-wide { letter-spacing: 1em; }

.padding-small { padding: 1.5em; }
.padding { padding: 3em; }
.padding-large { padding: 5em; }
.padding-xlarge { padding: 7em; }

.padding-top-small { padding-top: 1.5em; }
.padding-top-xsmall { padding-top: 0.5em; }
.padding-bottom-small { padding-bottom: 1.5em; }
.padding-bottom-xsmall { padding-bottom: 0.5em; }
.padding-top { padding-top: 3em; }
.padding-bottom { padding-bottom: 3em; }
.padding-top-large { padding-top: 5em; }
.padding-bottom-large { padding-bottom: 5em; }

.padding-left { padding-left: 3em; }
.padding-right { padding-right: 3em; }

@media screen and (max-width: 39.9375em) {
  .small-only-padding-xsmall { padding: 0.5em; }
  .small-only-padding-small { padding: 1.5em; }
  .small-only-padding { padding: 3em; }
  .small-only-padding-large { padding: 5em; }
  .small-only-padding-xlarge { padding: 7em; }
}
/*    Medium Only:   */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .medium-only-padding-xsmall { padding: 0.5em; }
  .medium-only-padding-small { padding: 1.5em; }
  .medium-only-padding { padding: 3em; }
  .medium-only-padding-large { padding: 5em; }
  .medium-only-padding-xlarge { padding: 7em; }
}
.margin-top-none { margin-top: 0; }
.margin-top-small { margin-top: 1.5em; }
.margin-bottom-small { margin-bottom: 1.5em; }
.margin-top { margin-top: 3em; }
.margin-bottom { margin-bottom: 3em; }
.margin-top-large { margin-top: 5em; }
.margin-bottom-large { margin-bottom: 5em; }
.overflow-hidden { overflow: hidden; }


.relative { position: relative; }
.topmost { z-index: 100; }
.widescreen {
  height: 0;
  position: relative;
  padding-top: 56.25%;
}
.text-large {
  font-size: 22px;
}
.text-xlarge {
  font-size: 32px;
}
.no-margin {
  margin: 0;
}
.widescreen iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a, a:active {
  color: #943f19;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  cursor: pointer;
}

a.opacity-hover:hover {
  opacity: 0.7;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* tOOLS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.border { border: 10px solid #023240; }
.border-thick { border: 12px solid #023240; }
.border-thin { border: 5px solid #023240; }
.border-bottom { border-bottom: 1px solid #023240; }
.border-black { border-color: #023240; }
.border-left { border-left: 1px solid #023240; }
.border-right { border-left: 1px solid #023240; }
.border-top { border-top: 1px solid #666; }
.button {
  display: inline-block;
  background-color: #943f19;
  color: #fff ;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: monospace;
  font-weight: 500;
  line-height:  1;
  padding: 12px 30px;
  border: 1px solid #943f19;
  border-radius: 4px;
}

.button:hover,
.button.hover {
  color: #FFF;
  background: #b74f21;
  border: 1px solid #b74f21;
  text-decoration: none;
  cursor: pointer;
}
.button.black-button {
  background: #000;
}

.button.small {
  padding: 5px 10px;
  font-size: 13px;
}

body.listen .button {
  padding: 15px 15px;
}
body.listen .button i {
  font-size: 20px;
}

.block { display: block; }
.rounded {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.rounded-top {
  -webkit-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
}
.rounded-bottom {
  -webkit-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
}
.dropshadow {
  text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}


/* NAV ISH */
input#control-nav {
	visibility: hidden;
	position: absolute;
	left: -9999px;
	opacity: 0;
}
.control-nav { /* label icon */
  display: block;
  top: 10px;
  position: relative;
}
.control-nav:hover {
  cursor: pointer;
}
.control-nav:before {
	content: "";
	display: block;
	height: 3px;
}
.control-nav-close {
  display: none;
}

input#control-nav:checked ~ .mobile-nav-menu-container .control-nav-open {
  display: none;
}
input#control-nav:checked ~ .mobile-nav-menu-container .control-nav-close {
  display: inline-block;
}

input#control-nav:checked ~ .mobile-menu-container {
  display: block;
}
body.menu-open {
  overflow: hidden;
}

.mobile-menu-container {
  position: fixed;
  top: 108px;
  left: 0;
  width: 100%;
  height: calc(100% - 108px);
  background: rgba(0,0,0,0.8);
  display: none;
  z-index: 1500;
}
.navbar.fixed .mobile-menu-container {
  top: 53px;
  height: calc(100% - 53px);
}
.mobile-menu-container .mobile-menu-options {
  position: absolute;
  width: 100%;
  height: auto;
  top:50%;
  left: 0;
  transform: translate(0,-50%);
  font-size: 30px;
}

/* PAGE STYLES */

.hero {
  height: 75vh;
  min-height: 600px;
}

/* small only */
@media screen and (max-width: 39.9375em) {
  .hero {
    height: 30vh;
    min-height: auto;
  }
}

header a.logo {
  min-height: 60px;
  background-size: contain;
}
.ykr {
  display: block;
  background: url('images/yk-records.png') no-repeat;
  height: 50px;
  background-size: contain;
  background-position: center center;
  text-indent: -9999px;
}
.bug {
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 10px;
  z-index: 100;
  background: url('images/salt--topright.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

hgroup.text-center {
  height: 85vh;
}
.main {
  min-height: 85vh;
  position: relative;
  background-size: cover;
  background-position: top center;
}
body.listen .main {
  background: transparent;
  height: auto;
  padding-top: 3em;
  padding-bottom: 1em;
  min-height: auto;
}
.main .cover-art {
  display: block;
  max-width: 500px;
  margin: 0 auto;
}

/* SECTION SPECIFIC STYLES */
body.section-home header {
  display: none;
}
body.section-shows {
  background: #000;
}
body.section-shows .event-container {
  min-height: 70vh;
}
.about-hero-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.about-hero-spacer {
  padding-top: 30%;
}
@media screen and (max-width: 39.9375em) {
  .about-hero-bg {
    background-size: contain;
  }
  .about-hero-spacer {
    padding-top: 10%;
  }
}
.event-date {
  font-weight: 900;
}
.event-info {
  opacity: 0.7;
  font-size: 0.8em;
}

.offset {
  position: relative;
  top: -50px;
}
.offset img {
  max-height: 630px;
}
.offset-margin-top {
  margin-top: -230px;
}
.quotes h2 {
  font-size: 20px;
  line-height: 26px;
}
.tracklisting {
  padding: 0;
  margin:0;
  list-style-type: none;
}
.tracklisting.padding-top {
  padding-top: 1em;
}
.tracklisting .time {
  float: right;
  color: #666260;
}
.credit {
  display: block;
  padding-left: 18px;
}

.quote-grid li {
 font-size: 18px;
}
.attribution {
  display: block;
  color: rgba(0,0,0,0.6);
  font-size: 14px;
}
.attribution a {
  color: rgba(0,0,0,0.6) !important;
}
/*    Medium Only:   */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .main {
    background-position: center center;
    min-height: 80vh;
    height: 80vh;
  }
  .main hgroup.text-center {
    height: 80vh;
  }
  body.listen {
    background-size: auto;
  }
  h2.bullies.name {
    min-height: 100px;
  }
  h1.name {
    min-height: 100px;
  }

}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .section--about .two-columns {
    column-count: 1;
  }
  .tracklisting {
    text-align: left;
  }
}
/*    Small Only:   */
@media screen and (max-width: 39.9375em) {
  header {
    position: relative;
    z-index: 9999;
  }
  body.listen {
    background-size: auto;
  }
  body.listen .album-art {
    padding: 20px;
  }
  .release .button {
    margin-bottom: 10px;
    display: block;
  }
  .main {
    background-position: center center;
    height: 0;
    min-height: auto;
    padding-top: 56.25%;
  }
  .main hgroup.text-center {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
  }
  .section--about .two-columns {
    column-count: 1;
  }

  h1.name {
    min-height: 80px;
  }
  body.section-home header {
    display: block;
  }

}
.discog-cover {
  position: relative;
}
.discog-links {
  display: flex;
}
.discog-links .button {
  flex: 1 1 0;
  width: 50%;
  text-align: center;
  margin-right: 1em;
}
.discog-links .button:last-child {
  margin-right: 0;
}
@media screen and (max-width: 39.9375em) {
  .discog-links {
    display: block;
  }
  .discog-links .button {
    display: block;
    margin: 0 0 0.5em 0;
  }
}