/*  grey #999999 */


/* black #0B0B0B */


/* bg #141414 */


/* coral #FF6259 */


/* html {
-webkit-filter: invert(100%);
filter: invert(100%);
} */

 :root {
    --grey: #d5d0d0 !important;
    --coral: #ff3931;
    --blue: #9dbbe5 !important;
    /* --grey: #9dbee3; */
    /* --coral: #fb5402; */
}

body {
    background-color: var(--coral);
    height: 100%;
    text-transform: lowercase;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

#water {
    color: var(--blue)!important;
}

#water #nav a {
    color: var(--blue)!important;
}

#water .footwrap,
#water .socials i {
    background-color: black !important;
    color: var(--blue)!important;
}

#water a.btn {
    background: var(--blue)!important;
    color: black!important;
}

#water footer label {
    color: var(--blue)!important;
}

#water #hamburger {
    color: var(--blue)!important;
}

#water footer label a {
    color: var(--blue)!important;
}

#water .btn-sm {
    background-color: var(--blue)!important;
    color: black!important
}

#water .scroll {
    background-color: black!important;
}

footer {
    /* padding-bottom: 30px; */
    overflow-y: hidden;
    overflow-x: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

#postponed_title {
    display: none;
}

.visible {
    display: block!important;
}

.tour footer,
.brixton footer {
    position: fixed !important;
}

#am {
    fill: var(--coral) !important;
    height: 21px;
    margin-bottom: -2px;
}

#am:hover {
    fill: var(--coral) !important;
}

#spotify {
    -webkit-filter: hue-rotate(230deg) saturate(4) brightness(1);
    filter: hue-rotate(230deg) saturate(4) brightness(1);
    margin-bottom: -3px;
}


/* .header ul li {
display: block;
} */


/* .header {
margin-top: 0px;
} */

ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

ul li {
    display: inline;
    padding-left: 0px;
    line-height: 1.3;
}

#wrap {
    font-size: 22px;
    color: var(--grey);
    font-family: 'TGPraktikal-Medium';
    letter-spacing: 1px;
}

a,
a:hover,
a:active,
a:focus,
a:visited {
    color: var(--grey);
    text-decoration: none;
}

.socials a,
.socials a:hover,
.socials a:active,
.socials a:focus,
.socials a:visited,
.socials i {
    color: var(--coral);
    text-decoration: none;
    cursor: pointer;
}

.socials ul li {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 23px;
}

.socials ul li:first-of-type {
    margin-left: 0px;
}

ul li a {
    color: var(--grey);
}

#background {
    background-image: url(../media/water-bg3.jpg);
    opacity: 1;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
    background-repeat: no-repeat;
}


/* 
@media (orientation: portrait) {
    #background {
        background-image: url(../media/bg.jpg);
        background-position: center center;
        background-size: cover;
    }
} */

.socials img {
    height: 21px;
    margin-top: -4px;
}


/* Animation */

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

.footwrap {
    background-color: var(--grey);
    padding: 10px;
    transition: transform 1s ease;
}


/* .brixton .offscreen {
transform: translatey(0px) !important;

} */

.offscreen {
    transform: translatey(55px);
}

#go {
    position: absolute
}


/* #links {
display: none
} */


/* body {
position: relative;
height: 500vh;
margin: 0px;
} */

video {
    height: 100%;
    position: absolute;
    left: 50%;
    /* % of surrounding element */
    top: 50%;
    transform: translate(-50%, -50%);
    /* % of current element */
}

#videowrap {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: -1;
    /* opacity: .6; */
}

#hero {
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden;
}

@media (orientation: landscape) {
    video {
        /* width: 177.77777778vh; */
        width: 100vh;
        /* 100 * 16 / 9 */
        min-width: 100%;
        /* min-height: 56.25vw; */
        min-height: 100vw;
        /* 100 * 9 / 16 */
    }
    .vid-desktop {
        display: block
    }
    .vid-mobile {
        display: none
    }
}

@media (orientation: portrait) {
    video {
        /* width: 177.77777778vh; */
        width: 100vh;
        /* 100 * 16 / 9 */
        min-width: 100%;
        /* min-height: 56.25vw; */
        min-height: 100vw;
        /* 100 * 9 / 16 */
    }
    .vid-desktop {
        display: none
    }
    .vid-mobile {
        display: block
    }
}

#events,
#postponed {
    /* font-size: 18px; */
    /* margin-bottom: 100px; */
    /* text-transform: lowercase; */
}

.day,
.venue {
    font-size: 24px
}

.city,
.month {
    font-size: 20px
}

.event {
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 15px
}


/* @media only screen and (min-width: 1200px) {
.event {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
}

@media only screen and (max-width: 1200px) {
.eventButton {
margin-left: 0;
margin-right: 0;
width: 100%;
margin-top: 10px
}
} */

.eventButton {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-top: 10px
}


/* .eventButton a {
min-width: 120px !important
} */

.tickets {
    text-align: right;
}

.btn {
    border-radius: 0px;
    border: 0px;
    padding-bottom: 2px;
    font-family: 'TGPraktikal-Medium';
    background: var(--grey) !important;
    color: var(--coral) !important;
    font-size: 18px;
}

#message {
    opacity: 0.7 !important;
    margin-top: 30px
}

.link {
    text-decoration: underline !important;
    font-size: 20px
}

.about {
    opacity: .8 !important;
    font-size: 16px !important
}

.notlink {
    margin-bottom: 0px !important;
    font-size: 20px
}

#links ul li {
    display: inline-block;
    margin-top: 15px;
}

#artist {
    font-size: 36px;
}

#nav {
    margin-top: 10px
}

@media only screen and (max-width: 768px) {
    #links {
        text-align: left;
        width: 100%;
        display: none;
    }
    footer label,
    footer label a {
        letter-spacing: 0px;
    }
    #links ul li {
        display: block;
        margin-top: 0px;
    }
    .hamburger {
        display: block !important;
    }
    .socials ul li {
        margin-right: 0px;
        margin-left: 0px;
        font-size: 23px;
    }
}

.navbar-fixed-top {
    position: fixed;
    background-color: rgba(255, 50, 43, 0);
    min-height: 75px;
    transition: background-color .5s ease
}

.nav-spacer {
    height: 75px;
}

.scroll {
    background-color: var(--coral);
}

.hamburger {
    display: none;
    margin-top: 13px;
}

.nav-expand {
    display: block!important;
    margin-bottom: 15px;
}

.content {
    margin-bottom: 90px;
}

.embed-responsive {
    margin-bottom: 15px
}

.content .about a {
    text-decoration: underline
}

.muted {
    background: #d5d0d09d !important;
}

footer label,
footer label a {
    color: var(--coral);
    font-size: 12px!important;
}

footer label a {
    text-decoration: underline
}

footer label a:hover,
footer label a:visited,
footer label a:active {
    text-decoration: underline;
    color: var(--coral);
}

.btn-sm {
    border-radius: 0px;
    border: 0px;
    font-family: 'TGPraktikal-Medium';
    background: var(--coral) !important;
    color: var(--grey) !important;
    font-size: 14px;
}

footer .input-group {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
}

label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
    margin-top: 5px;
}

input[type='checkbox'] {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -2px;
    overflow: hidden;
}

.input-sm {
    height: 31px;
    border: 0px red solid;
    border-radius: 0px;
}


/* .input-group {
margin-bottom:5px;
} */

.mailing_list {
    display: none;
}

footer .container {}

#title {
    /* margin-bottom: 60px; */
}

#title .btn {
    margin-bottom: 10px
}

#title h1 {
    margin: 0px;
    font-size: 140px;
    margin-bottom: 0px;
    line-height: 100px;
}

#title h2 {
    margin: 0px;
    margin-bottom: 10px;
    font-size: 22px;
}

#title h3 {
    margin: 0px;
    margin-bottom: 10px;
    font-size: 18px;
}


/* Samples */

.samples .trackTitle {
    font-size: 36px;
    margin-bottom: 5px;
}

.samples .quote {
    font-size: 22px;
    opacity: .8;
    margin-bottom: 10px;
    transform: skewX(-10deg);
    margin-left: 5px;
}

.samples .sampled {
    font-size: 14px;
    margin-bottom: 15px;
}

.sampled span {
    opacity: .8;
}

.samples .aboutSample {
    font-size: 14px!important;
    margin-bottom: 10px;
    text-align: justify;
}

.samples .btn {
    margin-bottom: 2px;
}

.sampled ul li {
    display: block;
}

.sampled ul {
    /* display: inline-grid; */
}

.samples .buttons {
    margin-top: 20px;
}

.samples .btn-sm,
.wlabels .btn-sm {
    border-radius: 0px;
    border: 0px;
    font-family: 'TGPraktikal-Medium';
    background: var(--grey) !important;
    color: var(--coral) !important;
    font-size: 14px;
    margin-right: 8px;
}

.iframe-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 10px;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}


/* Then style the iframe to fit in the container div with full height and width */

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.samples br {
    margin: 15px;
}

.carousel-control {
    background-image: none!important;
}

.sample {
    margin-bottom: 30px;
}


/* .glyphicon {
background-color: var(--grey);
display: inline-block;
height: 30px;
width: 30px;
color: white;
border-radius: 50%;
font-size: 14px;
padding-left: 0px;
} */

.preamble p {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: justify;
}

.outer {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;
}

.embed {
    width: 100%;
    max-width: 450px;
}

.brixton {
    text-transform: initial;
}

.brixton p,
.brixton li {
    font-size: 16px;
}

.brixton ul {
    display: list-item;
}

.brixton ul li {
    display: block;
    list-style: disc outside none;
    margin: 1em 0;
    padding: 0 0 0 40px;
    font-size: 12px;
    list-style: square;
}

.brixton a {
    text-decoration: underline;
}

.poster {
    border: var(--grey) 4px solid
}

b {
    font-family: 'TGPraktikal-Bold';
}

.single {
    margin-top: 10px!important;
}

.wlabels h1,
.wlabels h2 {
    margin-top: 0px;
}

.wlabels h2 {
    font-size: 20px;
    opacity: .75;
}

.wlabels .stores {
    margin-top: 30px;
    padding: 0px;
    font-size: 20px;
}

.wlabels .img-responsive {
    margin-bottom: 30px;
}

.wlabels .info {
    opacity: .75;
    font-size: 16px;
}

.stores .row {
    margin-bottom: 25px;
}

.wlabels .upper {
    text-transform: uppercase;
}