/*
                   ....``  ``...   .`  `.``  .`...`...   `...`... `...` .  ```..`
                   -oo-+o``o/d:-   hy `sho:  d.-d-.m:-  ++---.h-y-s---s:d  ++s+:h
                    /+ /s--s/m-.  -+/oo.ds/  m  m  m-`  m.  /+ho++s   +om  ++s:-:
                    /+ /+  +/h//. /- o: s+s::h `h  h//. -o/:sos`++o+:/+`s/:o/o:






                             `..:..````````````` ` `       ````````:.``
                             ..``-```          `::-/-``  ``       .:++-
                             ``:/-o:-++/:.--::::---/+/:/::-::::./o-+:.`
                             `-.+o+::/+//:+oo  ./+/+++-.//://:::/:oo:..
                              ``os.-`+/-:--:` -o////o+/`.--::o+.--s--`
                                -+o//://:-o-.-+/ooooo::.-+/-++///++``
                                 ./.-/osoo++`-++...-o:+-o++o/oo/+s/`
                                  -``++-:++o-//:`..:+-/+o/+/.+/``-`
                                  ..:++`.:/:-/.  .+o/`-/+./.:/:/..
                                   `--+.`.///```   ````-+:-`:-./-
                                    `.:.` -+/``     ```.+:``/`.:`
                                    ...``.`-/:.`.``:../:-.`/:../:
                                    .::/-.:/-+/:..-+.//-.`:s+///+
                                     ..+-````-+-  ```-/`  .:o::/
                                     .`o:`  `-/.`   .-/`   .+.:/
                                     :-+:.```//-.```/::. ``/+.:o`
                                    ```                    ```.+.
                                     .-.----..-.--...----:-:/+o-
                                     `-.. `. -.` /. `/. +- o-+o`
                                     `..```` . ``:` .-. +` o`/+`
                                     `..` `` . ``:` .-. /` +`:+`
                                     `..` `` . ``:` .-. /` o`:+`
                                     `..` `` . ``-` .-` :` o`:+.
                                     `..` `` . ``:` .-` :` +`:/.
                                     `.````` . ``:` .-. :` +`-/.
                                     `.``` ` . ``-` .:` -``o`::.
                                     ``````` ` ``-` .-. :``o`-:-
*/

@font-face {
    font-family: 'Garamond';
    src: url('fonts/garamond-regular.eot');
    src: url('fonts/garamond-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/garamond-regular.woff') format('woff'),
         url('fonts/garamond-regular.ttf') format('truetype'),
         url('fonts/garamond-regular.svg#garamond_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Selection colours (easy to forget) */
::selection     {background: rgb(138,138,138); color: #FFF; }
::-moz-selection  {background:rgb(138,138,138);color: #FFF; }
img::selection    {background: transparent;}
img::-moz-selection {background: transparent;}
body {-webkit-tap-highlight-color: rgb(138,138,138); color: #FFF; }

body {
  font-family:  sans-serif;
  font-weight: 500;
  background: rgb(255,255,255);
  min-width: 320px;
  color: #FFF;
  line-height: 1.4em;
  font-size: 18px;
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'Garamond',sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin: 0;
  padding: 0;
}
.garamond {
  font-family: 'Garamond',sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.sans {
  font-family: sans-serif;
}
.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; }
.small { font-size: 11px; }

.white { color: #FFF; }
.white-bg { background-color: #FFF; }
.black { color: #000; }
.black-bg { background-color: #000; }
.grey { color: #8a8a8a; }
.grey-bg { background-color: #8a8a8a; }
.not-quite-light-grey { color: rgba(0,0,0,0.3); }
.not-quite-light-grey-bg { background-color: rgba(0,0,0,0.3); }
.light-grey { color: #cacaca; }
.light-grey-bg { background-color: #cacaca; }

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

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

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

.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%;
}
.inline-block {
  display: inline-block !important;
}
.text-large {
  font-size: 22px;
}
.text-xlarge {
  font-size: 32px;
}
.widescreen iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vertical-center {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.horizontal-center {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.vertical-center.horizontal-center {
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
}
a, a:active {
  color: #FFF;
  text-decoration: none;
}
a:hover {
  color: #fff;
}
a.grey {
  color: #464646;
}
a.grey:hover {
  color: #000;
  text-decoration: underline;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* tOOLS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.border { border: 1px solid rgba(0,0,0,0.2); }
.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-bottom-light { border-bottom: 1px solid rgba(0,0,0,0.2); }
.border-left { border-left: 1px solid #023240; }
.border-right { border-left: 1px solid #023240; }
.block { display: block !important;}
.button {
  display: inline-block;
  background-color: #8a8a8a;
  color: #fff ;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: sans-serif;
  padding: 15px 30px;
  border-radius: 4px;
}

.button:hover,
.button.hover {
  color: #FFF;
  background: #5f5f5f;
}
.form-signup .button {
  background: #5f5f5f;
  color: #FFF;
}
.form-signup .button:hover {
  background: #333;
}
.dropshadow {
  text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* NAV */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: 999;
}
.navbar h1 {
  display: none;
  color: #FFF;
  font-weight: bold;
}
.navbar nav a {
  display: inline-block;
  padding: 4px 10px;
}
.navbar nav a:hover {
  background: #5f5f5f
}
@media only screen and (max-width: 40em) {
  .navbar nav {
    text-align: center;
  }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* MAIN */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.main {
  height: 90vh;
  min-height: 750px;
  background: url('images/sinister-column.png');
  background-size: auto 450px;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.main.no-bg {
  background-image: none;
}
.main hgroup {
  position: absolute;
  top: 25%;
  left: 20%;
  transform: translate(0,-50%);
  width: 60%;
  height: auto;
}
.top-promo {

}
.top-promo hgroup {
  width: 80%;
  margin: 0 auto 2rem auto;
}
hr.half {
  width: 40%;
  margin: 0 auto;
  border: none;
  border-top: 1px solid rgba(0,0,0,0.2);
}
h1.name {
  display: block;
  text-indent: -9999px;
  background: url('images/the-mute-group.png') no-repeat;
  background-size: contain;
  background-position: bottom center;
  min-height: 120px;
  margin-bottom: 30px;
}
h2.title {
  display: block;
  text-indent: -9999px;
  background: url('images/sinister-hand.png') no-repeat;
  background-size: contain;
  background-position: center center;
  min-height: 20px;
}
.column-container {
  height: 50vh;
  min-height: 450px;
  background: url('images/sinister-column.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}
/*    Tablet Layout:   */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {

  .main {
    background-size: auto 450px;
    height: 90vh;
  }

}
@media only screen and (max-width: 40em) {
  .main {
    overflow: hidden;
    height: 55vh;
    min-height: auto;
    background-size: auto 190px;
    background-position: bottom center;
  }
  .main hgroup {
    top: 20%;
  }
  h1.name {
    margin-bottom: 10px;
  }
  .mobile-break {
    display:block;
  }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* THE ALBUM */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.thealbum hgroup {
  width: 80%;
  margin: 0 auto;
}
.thealbum hgroup h1.name {
  width: 80%;
  margin: 0 auto 20px auto;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* SOCIAL  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.social a {
  font-size: 45px;
  display: block;
}
.social a:hover {
  opacity: 0.5;
}
.small-social a {
  font-size: 22px;
  margin-left: 20px;
  display: inline-block;
}
.small-social a:hover {
  opacity: 0.5;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* ABOUT  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.who-is-the-mute-group {
  background-image: url('images/the-mute-group.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  height: 80vh;
}

.medium-triple {
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
     -moz-column-count: 3; /* Firefox */
     column-count: 3;
     -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
    -moz-column-gap: 20px; /* Firefox */
    column-gap: 20px;
}
.medium-triple p {
  margin-top: 0;

}
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .who-is-the-mute-group {
      height: 0px;
      padding-top: 56.25%;
      background-size: contain;
  }
  .medium-triple {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
       -moz-column-count: 2; /* Firefox */
       column-count: 2;
       -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
      -moz-column-gap: 20px; /* Firefox */
      column-gap: 20px;
  }
}


@media screen and (max-width: 39.9375em) {
  .who-is-the-mute-group {
      height: 0px;
      padding-top: 56.25%;
      background-size: contain;
  }
  .medium-triple {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
       -moz-column-count: 1; /* Firefox */
       column-count: 1;
       -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
      -moz-column-gap: 20px; /* Firefox */
      column-gap: 20px;
  }
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* EVENTS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.event-date {
  font-weight: 900;
}

.offset {
  position: relative;
  top: -230px;
}
.offset img {
  max-height: 630px;
}
.quotes h2 {
  font-size: 20px;
  line-height: 26px;
}
@media only screen and (max-width: 40em) {
  .events .columns,
  .events .event-info {
    text-align: center !important;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* VIDEOS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.video-embed.widescreen  {
    background: #000;
}

.videoplayer .background {
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  filter: blur(25px);
  -webkit-filter: blur(25px);
  -webkit-transition: all .6s ease-out;
  -moz-transition: all .6s ease-out;
  -ms-transition: all .6s ease-out;
  -o-transition: all .6s ease-out;
  transition: all .6s ease-out;
}
.videoplayer .background.is-transparent {
  opacity: 0;
}
.videoplayer .background:afterrrrrr {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: -moz-linear-gradient(top,  rgba(225,157,189,0) 0%, rgba(225,157,189,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(225,157,189,0) 0%,rgba(225,157,189,1) 100%);
  background: linear-gradient(to bottom,  rgba(225,157,189,0) 0%,rgba(225,157,189,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e19dbd', endColorstr='#e19dbd',GradientType=0 );

  z-index: 2;
}
.videoplayer .row {
  position: relative;
  z-index: 100;
}
.videolist li {

}
.videolist li .border {

}

.videolist a {
  display: block;
  position: relative;
}
.videolist a img {

}

.videolist .video-container,
.featured .video-container {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.video-container a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videolist iframe,
.featured .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videolist a .play-icon,
.featured a .play-icon {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 25px;
  opacity: 0.8;
}
.video-title {
  font-size: 26px;
}
.video-credit {
  font-size: 18px;
  opacity: 0.7;
}
.videolist li:hover .border {
  border: 1px solid #000;
}
.videolist li:hover .play-icon {
  opacity: 1;
}
.videolist li:hover .video-title {
  color: #000;
}
.videolist li:hover a img {

}

.form-signup label {
  display: block;
}
.form-signup input {
  -webkit-appearance: none;
  border: none;
  background: #FAFAFA;
  color: #9a9a9a;
  width: 100%;
  padding: 10px;
  font-family: 'Garamond', serif;
}
input[type='submit'].button {
  width: 100%;
  padding: 11px;
  margin-top: 20px;
  font-family: 'Garamond', serif;
}


.discog-release a.discog-cover {
  display:block;
}
.discog-release a.discog-cover:hover {
  opacity: 0.7;
}

.discog-release .button {
  font-size: 12px;
  padding: 5px 10px;
}
.discog-release h2 {
  font-size: 20px;
}
.discog-release h3 {
  font-size: 17px;
}
@media only screen and (max-width: 40em) {
  section.discog {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
  }
  .discog-release .actions {
    padding-top: 20px;
  }
}

body.listen {
  background: #fff url('images/mute-group--sinister-hand--blurred.jpg');
  background-size: auto;
  background-repeat:no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
body.listen .button {
  padding: 15px 15px;
}
body.listen .button i {
  font-size: 20px;
}
body.listen .main {
  padding-top: 3em;
  background: transparent;
  height: auto;
  min-height: auto;
}
body.listen .album-art {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
body.listen .social a {
  color: #8a8a8a;
}
/*    Tablet Layout:   */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  body.listen {
    background-size: auto;
  }
}
/*    Mobile Layout:   */
@media only screen and (max-width: 40em) {
  body.listen .album-art {
    padding: 20px;
  }
  body.listen {
    background-size: auto;
  }
  body.listen .album-art {
    padding: 20px;
  }
}
