/*

THE ROBE

*/
/* 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: #1c1c1e;
    min-width: 320px;
}
body.listen {
    background: #000 url("images/the-robe--the-robe--blurred.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "avant_garde", sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.avant {
    font-family: "avant_garde", sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.vertical-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.brand {
    font-family: "avant_garde", sans-serif;
    position: fixed;
    display: inline-block;
    top: 30px;
    right: 30px;
    padding: 0.5em;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 16px;
    z-index: 200;
}
.brand:hover {
    background: rgba(0, 0, 0, 1);
}
@media screen and (max-width: 39.9375em) {
    .brand {
        top: auto;
        bottom: 30px;
        background: rgba(0, 0, 0, 0.6);
    }
}
.inline-block {
    display: inline-block;
}
.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;
}
.uppercase {
    text-transform: uppercase;
}
.bold,
.strong {
    font-weight: 700;
}

.button {
    display: inline-block;
    background-color: #de1d21;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: "avant_garde", sans-serif;
    line-height: 1;
    padding: 12px 30px;
    border: 1px solid #ac4432;
    border-radius: 4px;
}

.button:hover,
.button.hover {
    color: #fff;
    border: 1px solid #fff;
}
.button.black-button {
    background: #000;
}

.white {
    color: #fff;
}
.white-bg {
    background-color: #fff;
}
.cream {
    color: #f8f4ed;
}
.cream-bg {
    background-color: #f8f4ed;
}
.black {
    color: #00303e;
}
.black-bg {
    background-color: #000000;
}
.grey-bg {
    background-color: #c4c3c3;
}
.grey {
    color: rgba(255, 255, 255, 0.6);
}
.light-grey {
    color: rgba(255, 255, 255, 0.6);
}
.green {
    color: #63ca7a;
}
.green-bg {
    background-color: #63ca7a;
}
.blue-bg {
    background-color: #00192a;
}
.red {
    color: #de1d21;
}
.red-bg {
    background-color: #de1d21;
}
.red-throwaway-bg {
    background-color: #ce1b31;
    border: 4px solid #f7eb6c;
}
.blue-throwaway-bg {
    background-color: #359cd6;
}
.bluish-bg {
    background-color: #3e3d4b;
}
.purple-beat-bg {
    background-color: #a285bd;
    border: 4px solid #fe90ab;
}
.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-medium {
    padding: 3em 2em 2em 2em;
}

.padding-top-xsmall {
    padding-top: 0.8em;
}
.padding-top-small {
    padding-top: 1.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-right-xsmall {
    padding-right: 0.5em;
}
.padding-right-small {
    padding-right: 1.5em;
}

.margin-bottom-xsmall {
    margin-bottom: 0.5em;
}
.margin-bottom-small {
    margin-bottom: 1.5em;
}
.margin-bottom {
    margin-bottom: 3em;
}
.margin-bottom-large {
    margin-bottom: 5em;
}
.margin-top-none {
    margin-top: 0;
}
.margin-top-xsmall {
    margin-top: 0.5em;
}
.margin-top-small {
    margin-top: 1.5em;
}
.margin-top {
    margin-top: 3em;
}
.margin-top-large {
    margin-top: 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;
}
.widescreen iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fullheight {
    height: 90vh;
}

a,
a:active {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #fff;
}
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 dotted rgba(0, 0, 0, 0.2);
}
.border-bottom-white {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
}
.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;
}

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

.block {
    display: block;
}
.rounded {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.dropshadow {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
hr.slim {
    width: 40%;
    border-top: 1px dotted rgba(0, 0, 0, 0.2);
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
.smaller {
    font-size: 0.85em;
}
.i-could-stay-blurred {
    background-color: #fff;
}
.animal-blurred {
    background-color: #d1dad9;
    background-image: url("images/the-robe--animal-suddenly-last-summer--background.jpg");
    background-size: cover;
    background-position: center center;
}
.animal .album-container {
    background-color: #516f7c;
    border: 5px solid #e6cfa0;
    color: #fff;
}
.animal .album-container .button {
    background-color: #f2e9bc;
    color: #000;
    border: 1px solid #f2e9bc;
}
.animal .album-container .button:hover {
    border: 1px solid #e6cfa0;
    background: #516f7c;
    color: #e6cfa0;
}
.lights-blurred {
    background-color: #f3e000;
    background-image: url("images/the-robe--lights-river-in-the-ocean--background.png");
    background-size: cover;
    background-position: center center;
}
.lights .album-container {
    background-color: #74008e;
    border: 5px solid #ff57b2;
    color: #fff;
}
.lights .album-container .button {
    background-color: #ff57b2;
}
.hawks-blurred {
    background-color: #f7e08f;
    background-image: url("images/the-robe--hawks-onward--blurred.jpg");
    background-size: cover;
    background-position: center center;
}
.hawks .album-container {
    background-color: #22383d;
}
.may-throwaway-blurred {
    background-color: #cd1b31;
    background-image: url("images/the-robe--may-throwaway-ep--blurred.jpg");
    background-size: cover;
    background-position: center center;
}
.destroyer-blurred {
    background-image: url("images/the-robe--destroyer--blurred.jpg");
    background-size: cover;
    background-position: center center;
}
.its-so-easy-blurred {
    background-image: url("images/the-robe--its-so-easy--blurred.jpg");
    background-size: cover;
    background-position: center center;
}
.the-beat-blurred {
    background-color: #ffc4d1;
    background-image: url("images/the-robe--the-beat--blurred.jpg");
    background-size: cover;
    background-position: center center;
}

.the-jason-ep-blurred {
    background-image: url("images/the-jason-ep-bg--blurred.jpg");
    background-size: cover;
    background-position: center center;
}

.dalusa-blurred {
    background-color: #e3c649;
    background-image: url("images/the-robe--dalusa-im-a-nightmare--background2.jpg");
    background-size: cover;
    background-position: center center;
}
.dalusa .album-container {
    background-color: #524743;
    border: 5px solid #535851;
    color: #fff;
}
.dalusa .album-container .button {
    background-color: #e48d61;
    color: #fff;
    border: 1px solid #535851;
}
.dalusa .album-container .button:hover {
    border: 1px solid #e0566d;
    background: #edda3e;
    color: #535851;
}

.n-as-in-nina-blurred {
    background-color: #000;
    background-image: url("images/the-robe--n-as-in-nina-in-panorama--bg.jpg");
    background-size: cover;
    background-position: center center;
}
.n-as-in-nina .album-container {
    background-color: #231910;
    border: 5px solid #ffec25;
    color: #fff;
}
.n-as-in-nina .album-container .button {
    background-color: #9d3b34;
    color: #fff;
    border: 1px solid #a67a2b;
}
.n-as-in-nina .album-container .button:hover {
    border: 1px solid #9d3b34;
    background: #edda3e;
    color: #535851;
}

.mmxxiv-blurred {
    background-color: #4974a1;
    background-image: url("images/the-robe--mmxxiv-mryuck--bg.jpg");
    background-size: cover;
    background-position: center center;
}
.mmxxiv .album-container {
    background-color: #231910;
    border: 5px solid #ffec25;
    color: #fff;
}
.mmxxiv .album-container .button {
    background-color: #9d3b34;
    color: #fff;
    border: 1px solid #a67a2b;
}
.mmxxiv .album-container .button:hover {
    border: 1px solid #9d3b34;
    background: #edda3e;
    color: #535851;
}

.revealer {
    outline: none;
    cursor: pointer;
    color: #fff;
    display: block;
}

.hidden-credits {
    display: none;
}

.revealer:focus + .hidden-credits {
    display: block;
}
input#mmxxiv-credits:checked + label + div,
input#mryuck-credits:checked + label + div {
    display: none;
}

h1.name {
    display: block;
    text-indent: -9999px;
    background: url("images/the-robe--name.png") no-repeat;
    background-size: 40% auto;
    background-position: center center;
    width: 100%;
    min-height: 116px;
}

h2.bullies.name {
    display: block;
    text-indent: -9999px;
    background: url("images/the-robe--bullies--title.png") no-repeat;
    background-size: 50% auto;
    background-position: center center;
    width: 100%;
    min-height: 200px;
}

.main {
    min-height: 90vh;
    background-size: cover;
    background-position: top center;
}
body.section-home .main {
    min-height: 85vh;
}
body:not(.section-home) .main > div {
    min-height: 90vh;
}
body.listen .main {
    background: transparent;
    height: auto;
    padding-top: 3em;
    padding-bottom: 2em;
}
.main .cover-art {
    display: block;
    max-width: 500px;
    margin: 0 auto;
}

.event-date {
    font-weight: 900;
}
.event-info {
    opacity: 0.7;
}
.offset {
    position: relative;
    top: -230px;
}
.offset img {
    max-height: 630px;
}
.quotes h2 {
    font-size: 20px;
    line-height: 26px;
}
.tracklisting {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.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;
}
/*    Tablet Layout:   */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .main {
        background-position: center center;
    }
    body.listen {
        background-size: auto;
    }
    h2.bullies.name {
        min-height: 100px;
    }
    h1.name {
        min-height: 100px;
    }
}
/*    Mobile Layout:   */
@media screen and (max-width: 39.9375em) {
    .small-only-block {
        display: block;
    }
    .small-only-margin-left {
        margin-left: 1em;
    }
    .small-only-margin-right {
        margin-right: 1em;
    }
    .small-only-padding-top-none {
        padding-top: 0;
    }
    .small-only-padding-top-small {
        padding-top: 1em;
    }
    .small-only-padding-bottom-small {
        padding-bottom: 1em;
    }
    .small-only-padding-small {
        padding: 1em;
    }
    .padding-medium {
        padding: 2em 1em;
    }
    body.listen {
        background-size: auto;
    }
    body.listen .album-art {
        padding: 20px;
    }
    .release .button {
        margin-bottom: 10px;
        display: block;
    }
    .main {
        min-height: auto;
        background-position: center center;
    }

    h2.bullies.name {
        min-height: 60px;
    }
    h1.name {
        min-height: 80px;
    }
}
