/*
[ Protomen ]
*/
/* Selection colours (easy to forget) */
::selection     {background: rgb(171,21,25);}
::-moz-selection  {background: rgb(171,21,25);}
img::selection    {background: transparent;}
img::-moz-selection {background: transparent;}
body {-webkit-tap-highlight-color: rgb(171,21,25);}

body {
  font-family: 'DIN-Black', sans-serif;
  font-weight: 500;
  background: #15110f url('../images/liveinnashville--bg.jpg') no-repeat top center;
  min-width: 320px;
  margin-bottom: 0;
}
@media screen and (max-width: 39.9375em) {
body { background-size: contain; background-position: center 0px; }
.logo { width: 50vw; margin-left: auto; }
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'DIN-Black',sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  line-height: 1;
}
#TSCart_swf_div_wrap { position: fixed !absolute; }
.din-black { font-family: 'DIN-Black', sans-serif; }
.din-light{ font-family: 'DIN-Light',sans-serif; }
.sans { font-family: sans-serif; }

.block { display: block; }

.logo { max-width: 40vw; margin-left: auto; text-align: right; }

.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; }
.uppercase { text-transform: uppercase; }
.bold { font-weight: 900; }

.black { color: #15110f; }
.black-bg { background-color: #15110f; }
.deep-black { color: #000; }
.deep-black-bg { background-color: #000; }
.red { color: #ab1519; }
.red-bg { background-color: #ab1519; }
.blue { color: #00c4f9; }
.blue-bg { background-color: #00c4f9; }
.white { color: #FFF; }
.white-bg { background-color: #FFF; }


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

.padding { padding: 3em; }
.padding-small { padding: 1.5em; }

.padding-top-xsmall { padding-top: 0.5em; }
.padding-top-small { padding-top: 0.1em; }
.padding-left-small { padding-left: 1.5em; }
.padding-right-small { padding-right: 1.5em; }
.padding-bottom-xsmall { padding-bottom: 0.5em; }
.padding-bottom-small { padding-bottom: 1.5em; }
.padding-top { padding-top: 1em; }
.padding-bottom { padding-bottom: 1em; }
.padding-top-large { padding-top: 5em; }
.padding-top-xlarge { padding-top: 7em; }
.padding-bottom-large { padding-bottom: 5em; }
.padding-bottom-xlarge { padding-bottom: 7em; }


.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; }
@media screen and (max-width: 39.9375em) {
  .small-only-padding-top-small {
    padding-top: 1.5em;
  }
  .small-only-padding-bottom-small {
    padding-bottom: 1.5em;
  }
  .hide-for-small-only {
    display: none !important;
  }
  .show-for-small-only {
    display: block;
  }
}


a, a:active {
  color: #ab1519;
  text-decoration: none;
}
a:hover {
  color: #dc1b20;
}

sup {
  font-size: .5em;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* tOOLS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.border { border: 10px solid #ffffff; }
.border-thick { border: 12px solid #ffffff; }
.border-thin { border: 5px solid #ffffff; }
.border-bottom { border-bottom: 1px solid #ffffff; }
.border-black { border-color: #ffffff; }
.border-left { border-left: 1px solid #ffffff; }
.border-right { border-left: 1px solid #ffffff; }

.button {
  display: inline-block;
  background-color: #00c4fe;
  color: #14110f ;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 25px;
  font-family: "DIN-Black",sans-serif;
  padding: 5px 10px;
}

.button:hover,
.button.hover {
  background-color: #ab1519;
  color: #FFF;
}
.button.smaller {
  font-size: 18px;
}
.button.slim {
  padding: 5px 10px;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 400px;
  height: 400px;
  z-index: 100;
  left: 50%;
  top: 50%;
  margin-left: -200px;
  margin-top: -240px;
}
.modal.mailing-list {

}
#blanket {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 99;
}
.mobile-detector {
  display: none;
}
body.page-mailing-list {
  overflow-x: hidden;
}

/*    Tablet Layout:   */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {

}
/*    Mobile Layout:   */
@media screen and (max-width: 39.9375em) {
  [class*="block-grid-"] {
    margin: 0;
  }
  .mobile-detector {
    display: block;
  }
  .modal {
    width: 300px;
    height: 300px;
    margin-left: -150px;
    margin-top: -180px;
  }
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* HEADER */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
nav {
  padding: 10px 0;
  background: rgba(0,0,0,0.4);
}
nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
nav a {
  padding-right: 20px;
  font-size: 13px;
}
nav a:last-child {
  padding-right: 0px;
}
nav a.active {
  color: #00c4f9;
}
nav.is-scrolled {
  background: #0e0b12;
}
@media screen and (max-width: 39.9375em) {
  nav a {
    padding-right: 10px;
  }
}


.embed {
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.embed.anamorphic {
  padding-top: 42.25%;
}
.embed iframe,
.embed a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed a {
  display: block;
}
.embed a img {
  width: 100%;
  height: auto;
}


.two-columns {
  -webkit-column-count: 2;
   -moz-column-count: 2;
   column-count: 2;
}
.divider {
  position: relative;
}
.divider h3 {
  position: relative;
  z-index: 1;
}
.divider:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 5px;
  border-top: 3px solid #000;
  z-index: 0;
}

@media only screen and (max-width: 40em) {
  .two-columns {
    -webkit-column-count: 1;
     -moz-column-count: 1;
     column-count: 1;
  }
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* VIDEO EMBED  */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.widget-embed, .video-embed {
  background: rgba(0,0,0,0.6);
  padding: 22px;
  position: relative;
}
.video-embed {
  display: block;
}
.video-embed:hover {
  cursor: pointer;
}
.video-embed h1 {
  font-size: 98px;
}
.video-embed .info {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.video-embed .controls {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  background: url('../images/lightupthenight--vimeo.png') no-repeat;
  background-position: bottom center;
  height: 43px;
  width: 95%;
  background-size: contain;
}
.video-embed.playing .info,
.video-embed.playing .controls {
  display: none;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .video-embed h1 {
    font-size: 70px;
  }
  .video-embed .controls {
    width: 85px;
    background-size: cover;
    transform: none;
    left: 22px;
  }
}
@media screen and (max-width: 39.9375em) {
  .video-embed h1 {
    font-size: 35px;
  }
  .video-embed .controls {
    width: 85px;
    background-size: cover;
    transform: none;
    left: 22px;
    background-position: bottom left;
  }

}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* STORE ITEMS  */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.protomen-store {

}
.single-item h2,
.single-item h3 {
  font-size: 24px;
  margin-bottom: 7px;
}
.single-item .button.right {
  margin-left: 20px;
}
.num {
  display: inline-block;
  width: 30px;
}
.txt {
  margin-left: 1em;
  display: block;
  position: relative;
}
.txt:before {
  content: '-';
  display: inline-block;
  position: absolute;
  top: 0px;
  left: -1em;
}
.txt.i:before { content: 'I'; }
.txt.ii:before { content: 'II'; }
.txt.iii:before { content: 'III'; }
.txt.iv:before { content: 'IV'; }
.txt.v:before { content: 'V'; }
.txt.vi:before { content: 'VI'; }
.txt.vii:before { content : 'VII'; }
.txt.viii:before { content: 'VIII'; }
.txt.ix:before { content: 'IX'; }
.txt.x:before { content: 'X'; }
.txt.xi:before { content: 'XI'; }

@media screen and (min-width: 40em) {
  .single-item .lower.button {
    display: inline-block;
  }
  .single-item .upper.button {
    display: none;
  }
}

@media screen and (max-width: 39.9375em) {
  .single-item .lower.button {
    display: none;
  }
  .single-item .upper.button {
    display: inline-block;
  }
  .single-item .item-contents,
  .single-item .item-list {
    font-size: 13px;
  }
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* DIGITAL STORE  */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.digital-container .cover-art img {
  width: 100%;
  height: auto;
}
.digital-container .button.smaller {
  display: block;
  margin-bottom: 3px;
}
.other-links a {
  margin-bottom: 2px;
}
.advisement-copy {
  padding-top: 30px;
  text-align: center;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .digital-container .padding-small {
    padding: 0em;
  }
}
@media screen and (max-width: 39.9375em) {
  .digital-container .padding-small {
    padding: 0 !important;
  }
  .digital-container a.button {
    font-size: 13px;
    letter-spacing: 0;
  }
  .section-other .padding-top-xlarge {
    padding-top: 30px;
  }
  .other-links {
    padding-left: 0;
    margin-bottom: 30px;
  }
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* MEGA FOOTER  */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
footer a.social {
  display: inline-block;
  text-indent: -9999px;
  background: url('../images/lightupthenight--sprite-social.png') no-repeat top left;
  width: 55px;
  height: 56px;
}
footer a.social:hover {
  opacity: 0.5;
}
footer a.social.twitter {
  background-position: 0 0;
}
footer a.social.facebook {
  background-position: -55px 0px;
}
footer a.social.instagram {
  background-position: -110px 0px;
}
footer a.social.youtube {
  background-position: -165px 0px;
}
footer a.soundmachine {
  display: block;
  float: right;
  text-indent: -9999px;
  width: 89px;
  height: 87px;
  background: transparent url('../img/actii/buttons/soundmachine.png') scroll left top no-repeat;
}
footer a.soundmachine:hover {
  opacity: .5;
}

.protomen-feature {
  margin: 2em 0 0;
}

@media screen and (min-width: 1000px) {
  .packs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 5%;
  }
  .merch-pack {
    flex: 0 0 300px;
    margin: 2%;
  }
  .merch-pack .row::before, .merch-pack .row::after {
    display: none;
  }
  .merch-pack .row {
    display: flex;
    flex-direction: column;
  }
  .merch-pack .row .item-image {
    width: 100%;
    margin: 0 !important;
    flex-basis: 100%;
    float: none;
    padding: 0;
    text-align: left;
  }
  .merch-pack .row .item-list {
    float: none;
    width: 100%;
    padding: 0;
  }
}

.video-overlay-title {
  display: block;
  width: 60%;
  margin: 0 auto;
}