/*
@@@@@@@@@@@@@@@@@@@@@%%%@@
@@@@@@@@@@@@@@@@@@@@@%%%@@
@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@#**%@@@@@@@@@@@
@@@@@@@@@@#**%##@@@@@@@@@@
@@@@@@@@@@#+*%%#@@@@@@@@@@
@@@@@@@@@@*+***#@@@@@@@@@@
@@@@@@@@@@%*+**@@@@@@@@@@@
@@@@@@@@@@@#+**%@@@@@@@@@@
@@@@@@@@%%@%%##@%%%%%%%@@@
@@@@#%@@@@@@@@%%%%%%%%%%%%
@@@@###@@@@@%%%%%%%#=#%%%%
@@@@*++*%@@%%%%%%%%#+##%%%
*/
/* Selection colours (easy to forget) */
::selection {
    background: rgb(81, 171, 221);
}
::-moz-selection {
    background: rgb(81, 171, 221);
}
img::selection {
    background: transparent;
}
img::-moz-selection {
    background: transparent;
}
body {
    -webkit-tap-highlight-color: rgb(81, 171, 221);
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: sans-serif;
    font-weight: 500;
    background: #ffffff;
    min-width: 320px;
}
body.listen {
    background: #51abdd;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    line-height: 1;
}
p {
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

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

.two-columns {
    column-count: 2;
    column-gap: 0em;
}
.two-columns p {
    padding: 10px 20px;
}

.white {
    color: #ffffff;
}
.white-bg {
    background-color: #ffffff;
}
.black {
    color: #231f20;
}
.black-bg {
    background-color: #231f20;
}
.black-black {
    color: #000;
}
.black-black-bg {
    background-color: #000;
}
.grey {
    color: #eaecee;
}
.grey-bg {
    background-color: #eaecee;
}
.red {
    color: #f05547;
}
.red-bg {
    background-color: #f05547;
}
.duchenne-red {
    color: #bb2828;
}
.duchenne-red-bg {
    background-color: #bb2828;
}
.green {
    color: #90ad8f;
}
.green-bg {
    background-color: #90ad8f;
}
.yellow {
    color: #fcf75b;
}
.yellow-bg {
    background-color: #fcf75b;
}
.blue {
    color: #53acde;
}
.blue-bg {
    background-color: #53acde;
}

.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-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-bottom-none {
    padding-bottom: 0px !important;
}

.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;
}
.widescreen iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a,
a:active {
    color: #1db9f2;
    text-decoration: none;
}
a.white {
    color: #fff;
}
a:hover {
    color: #d5452b;
}
a.white:hover {
    color: #fff;
}
a.opacity-hover:hover {
    opacity: 0.7;
}
.proximanova {
    font-family: "ProximaNova", sans-serif;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 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: #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;
}
.button.green-bg {
    background-color: #90ad8f;
    border: 1px solid #90ad8f;
}
.button.green-bg:hover {
    background-color: #343e29;
}
.button.black-bg {
    background-color: #040808;
    border: 1px solid #040808;
}
.button.black-bg:hover {
    background-color: #bb2828;
    color: #fff;
}
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);
}

/* 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 */

.logo {
    display: block;
    text-indent: -9999px;
    background: url("images/fetching-pails-logo.png") no-repeat;
    background-size: 40% auto;
    background-position: center center;
    width: 100%;
    min-height: 56px;
}
.logo.white {
    background-image: url("images/fetching-pails-logo--white.png");
}
.logo.red {
    background-image: url("images/fetching-pails-logo--red.png");
}
.logo.slim {
    min-height: 90px;
}
.huge {
    font-size: 4rem;
}

header a.logo {
    min-height: 30px;
    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;
}
.bg-image {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}
.bg-image video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
}

.bg-image.fill {
    background-size: cover;
}

.main {
    aspect-ratio: 16/9;
}
.main.tfb {
    min-height: 85vh;
    position: relative;
    background-size: contain;
    background-position: top center;
    width: 100%;.id
    aspect-ratio: auto;
}
.main.tfb .bg-image {
    background-size: 20% auto;
}
.main.tfb hgroup.text-center {
    height: 85vh;
}

body.listen .main {
    background: transparent;
    height: auto;
    padding-top: 3em;
    padding-bottom: 2em;
}
.main.tfb .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 {
    position: relative;
    aspect-ratio: 3/2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.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%;
    }
    .logo {
        min-height: 0;
        height: 0;
        padding-top: 8%;
        background-size: contain;
    }
    .identifier {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: 100%;
        transform: none;
    }
    .identifier h1 {
        font-size: 32px;
        white-space: nowrap;
    }
    .identifier .text-container {
        transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        left: 50%;
    }
}
.event-date {
    font-weight: 900;
}
.event-info {
    opacity: 0.7;
    font-size: 0.8em;
}

.offset {
    position: relative;
    top: -80px;
}
.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;
}
.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) {
    body.listen {
        background-size: auto;
    }
}
/*    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;
    }

    .section--about .two-columns {
        column-count: 1;
    }

    h1.name {
        min-height: 80px;
    }
    body.section-home header {
        display: block;
    }
    .small-only-padding-top-small {
        padding-top: 1em;
    }
    .small-only-padding-bottom-small {
        padding-bottom: 1em;
    }
    .small-only-padding-left-small {
        padding-left: 1em;
    }
    .small-only-padding-right-small {
        padding-right: 1em;
    }
    .small-only-padding-small {
        padding: 1em;
    }
}

.shattery-blurred {
    background-image: url("images/fetching-pails--shattery--bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.the-witching-hour-blurred {
    background-image: url("images/fetching-pails--the-witching-hour--bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.ruiner-blurred {
    background-image: url("images/fetching-pails--ruiner--bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.duchenne-blurred {
    background-image: url("images/fetching-pails--a-duchenne-smile--bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.next {
    position: absolute;
    z-index: 20;
    bottom: 40px;
    right: 50%;
    transform: translateX(-50%);
    font-size: 20px;
}
