body {
    background: #000;
    font-family: 'Tinos', serif;
    color: #fff;
    text-align: center;
    /* background: url('../graphics/Home-mobile.png') no-repeat scroll center top;
    opacity: 0.5; */
    position: relative;
    line-height: 1;
    font-size: 12px;
}

body:not(.home) {
    padding-top: 70px;
}

a {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    color: #fff;
}

a:hover {
    color: #B9A2C3;
}

li {
    list-style: none;
}

main {
    min-height: calc(var(--app-height) - 68px);
}

body:not(.home) main {
    min-height: calc(var(--app-height) - 138px);
}

.bgWrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

/* Navigation styles */
.mobileMenuIcon {
    position: fixed;
    left: 20px;
    top: 13px;
    font-size: 30px;
    display: block;
    line-height: 1;
    height: 22px;
    z-index: 3;
}

.mobileMenuIcon span {
    display: block;
    width: 30px;
    height: 4px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 5px;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    transform: rotate(0);
}

.mobileMenuIcon span:last-child {
    margin-bottom: 0;
}

.open span:nth-child(2) {
    opacity: 0;
}

.open span:first-child {
    transform: rotate(45deg);
    transform-origin: left;
    margin: 0;
}

.open span:last-child {
    transform: rotate(-45deg);
    transform-origin: 10px 6px;
}

nav {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #9B7BAA;
    z-index: 2;
    left: 0;
    top: 0;
}

.home .mobileMenuIcon {
    position: absolute;
}

.home nav {
    position: absolute;
}

.mobileMenuLogo {
    padding: 60px 0 20px;
    width: 68.2%;
    max-width: 282px;
    margin: 0 auto;
}

.menuLinks a {
    padding: 20px 0;
    display: block;
    font-size: 21px;
    font-family: "bd-retrocentric";
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}

.menuLinks a.active {
    opacity: 0.5;
}

.socialWrapper {
    padding-top: 20px;
}

.socialWrapper a {
    font-size: 25px;
    margin-right: 35px;
}

.socialWrapper a:last-child {
    margin-right: 0
}

/* Home Page Stylings */
.logoWrapper {
    width: 83.8%;
    margin: 0 auto;
    max-width: 347px;
    padding: 60px 0 20px;
}

.albumWrapper {
    width: 90.6%;
    margin: 0 auto;
    max-width: 375px;
}

.theNewAlbum,
.outNow {
    font-size: 30px;
    font-family: "bd-retrocentric";
    font-style: normal;
    font-weight: 400;
}

.theNewAlbum {
    padding: 18px 0 10px;
}

.outNow {
    color: #B9A2C3;
    padding-bottom: 23px;
}

.listenNow a {
    font-size: 20px;
    font-family: "bd-retrocentric";
    font-style: normal;
    font-weight: 400;
    display: block;
    border: 1px solid #fff;
    text-transform: uppercase;
    padding: 11px 0 7px;
    line-height: 1;
}

.listenNow a:hover {
    border-color: #B9A2C3;
}

/* Video Page Stylings */
.videoSection {
    width: 80%;
    margin: 0 auto;
}

.pageTitle {
    font-size: 21px;
    font-family: "bd-retrocentric";
    font-style: normal;
    font-weight: 400;
    padding: 15px 0;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    z-index: 1;
    left: 0;
}

.videoThumbnail {
    position: relative;
    font-size: 0;
    margin-bottom: 30px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.featuredVideo .videoTitle {
    font-size: 20px;
}

.videoTitle {
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    font-family: "bd-retrocentric";
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    display: flex;
}

.videoThumbnail:hover .videoTitle {
    display: flex;
    opacity: 1;
}

.playIcon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
}

.videoLightBox {
    display: none;
}

.videoLightBoxInner {
    padding-bottom: 56.25%;
    height: 0;
    position: relative;
}

.videoLightBoxInner iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.closeAndVideoOuter {
    display: flex;
    min-height: calc(var(--app-height) - 138px);
    align-items: center;
    justify-content: center;
    padding: 50px 0;
    box-sizing: border-box;
}

.closeAndVideo {
    position: relative;
    flex: 1;
}

.videoClose {
    position: absolute;
    right: 0;
    top: -40px;
    font-size: 20px;
}

/* Merch Page Stylings */
.merch .bgWrapper {
    background: url('../graphics/MerchBG.jpg') no-repeat scroll center top 70px / 100% auto;
}

.merchContents {
    padding-top: 70%;
}

.merchContent {
    font-size: 0;
}

.merchButton {
    padding: 30px 0 40px;
}

.merchButton a {
    font-size: 12px;
    font-family: "bd-retrocentric";
    font-style: normal;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #fff;
    text-transform: uppercase;
}

.merchButton a span:last-child {
    color: #DCFCBD;
}

/*Tour Page stylings */
body.tour main {
    min-height: calc(var(--app-height) - 40vw - 138px);
}

.tour .bgWrapper {
    background: url('../graphics/TourBG.jpg') no-repeat scroll center top -60px / 100% auto;
}

.tourSection {
    width: 90%;
    margin: 0 auto;
    background: url('../graphics/TourInnerBG.jpg') repeat scroll center top;
    margin-top: 40%;
    padding: 25px;
    min-height: 50vh;
}

.sectionTitle {
    font-size: 24px;
    font-family: "bd-retrocentric";
    font-style: normal;
    font-weight: 400;
    padding-bottom: 25px;
}

#wskWidget {
    padding: 0;
}

#wskWidget .widget_row {
    display: grid;
    grid-template-areas:
        "a d"
        "b d"
        "c d";
    text-align: left;
    grid-template-columns: auto 105px;
    border: none;
}

#wskWidget .event_date {
    width: 100%;
    display: block;
    grid-area: a;
    font-family: 'Tinos', serif;
    font-size: 15px;
}

#wskWidget .date {
    position: relative;
}

#wskWidget .date:before,
#wskWidget .date:after {
    content: ".";
    position: absolute;
    font-size: 17px;
    bottom: 1px;
}

#wskWidget .date:before {
    left: -4.5px;
}

#wskWidget .date:after {
    right: -4.5px;
}

#wskWidget .event_location {
    grid-area: b;
    width: 100%;
    display: grid;
    grid-template-areas:
        "a"
        "b"
        "c";
    font-family: 'Tinos', serif;
    padding: 0 10px 0 0;
    font-size: 15px;
}

#wskWidget .featuring-artists {
    grid-area: c;
    font-family: 'Tinos', serif;
    font-size: 15px;
    min-height: auto;
}

#wskWidget .event_links {
    grid-area: d;
    position: static;
    transform: none;
    float: none;
    width: 100%;
}

#wskWidget .event_links a:hover {
    background: #fff;
    color: #000;
}

#wskWidget .special-event {
    grid-area: a;
    padding: 3px 0;
}

#wskWidget .venue {
    grid-area: b;
    padding-bottom: 3px;
}

#wskWidget .location {
    grid-area: c;
    padding-bottom: 3px;
}

#wskWidget .event_links a {
    font-size: 14px;
    text-transform: lowercase;
    font-family: 'Tinos', serif;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    height: 35px;
    display: block;
    line-height: 33px;
    box-sizing: border-box;
    padding: 0;
}

#wskWidget .event_links a.no-link {
    display: none;
}

/* Sign up page stylings */
body.signup main {
    min-height: calc(var(--app-height) - 39vw - 138px);
}

.signup .bgWrapper {
    background: url('../graphics/MlistBG.jpg') no-repeat scroll center top -13vw / 100% auto;
}

/* .signup .pageTitle {
    background: none;
} */
.signupWrapper {
    width: 90%;
    margin: 39% auto 0;
    background: url('../graphics/TourInnerBG.jpg') repeat scroll center top;
    padding: 25px;
    box-sizing: border-box;
}

.fieldWrap {
    padding-bottom: 25px;
    position: relative;
}

.signup input,
.signup select {
    background: transparent;
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    border-bottom: 2px solid #fff;
    font-size: 20px;
    font-family: 'Tinos', serif;
    font-weight: 400;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    padding-bottom: 3px;
}

.signup select {
    background: url('../graphics/ChevronDown.svg') no-repeat scroll center right / 20px auto;
    padding-right: 20px;
}

.signup input[type="submit"] {
    font-size: 16px;
    border: 1px solid #fff;
    height: 45px;
    line-height: 43px;
    font-family: "bd-retrocentric";
    font-style: normal;
    font-weight: 400;
    text-transform: lowercase;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.signup input[type="submit"]:hover {
    background: #fff;
    color: #000;
}

.input-error {
    color: #ff0000;
    display: block;
    text-align: left;
    font-size: 14px;
    position: absolute;
    bottom: 2px;
}

.signup label {
    display: block;
    text-align: left;
    font-size: 20px;
    padding-bottom: 15px;
}

.dobMonthAndDay {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dobMonthAndDay>div {
    flex: 0 0 45%;
}

#terms {
    padding: 20px 0 0;
    font-size: 12px;
}

.terms-message {
    padding: 10px 0;
}

#thankyou {
    font-size: 24px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40vh;
    font-family: "bd-retrocentric";
    font-style: normal;
    font-weight: 400;
}

#thankyou.fadeOut,
.fadeOut {
    display: none;
}

#thankyou.fadeIn {
    display: flex;
}

.fadeIn {
    display: block;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px #000 inset;
    background-color: transparent;
    transition: background-color 0s ease 5000s;
}
p.seated-no-events {
    font-size: 16px;
}
/* Footer Stylings */
footer {
    padding: 20px 0;
}

footer .socialWrapper {
    display: none;
}

.copyTextAndLinks {
    font-size: 11px;
}

.copyText {
    display: block;
}

@media only screen and (max-width: 1023px) {
    .merchContents {
        max-width: 375px;
        margin: 0 auto;
        width: 80%;
    }
}

@media only screen and (min-width: 768px) {
    .merchWrapper {
        max-width: 600px;
        margin: 0 auto;
    }

    .merch .bgWrapper {
        background-size: unset;
    }
}

@media only screen and (min-width: 1024px) {
    main {
        min-height: calc(var(--app-height) - 135px);
    }

    body:not(.home) main {
        min-height: calc(var(--app-height) - 128px - 70px);
    }

    body.merch main {
        /*min-height: calc(var(--app-height) - 128px);*/
        /* display: flex;
        align-items: center;
        justify-content: center; */
    }

    /* Navigation styles */
    .mobileMenuIcon,
    nav .socialWrapper,
    .mobileMenuLogo {
        display: none;
    }

    nav {
        display: block;
        position: fixed;
        background: rgba(0, 0, 0, 0.8);
        height: auto;
    }

    .home nav {
        position: fixed;
    }

    .menuLinks {
        display: flex;
        justify-content: center;
        padding: 30px 0;
    }

    .menuLinks li {
        padding: 0 25px;
    }

    .menuLinks a {
        padding: 0;
    }

    .menuLinks a.active {
        color: #B9A2C3;
        opacity: 1;
    }

    /* Home Page Stylings */
    .navSection+section {
        padding-top: 81px;
    }

    .logoWrapper {
        padding-top: 10px;
        max-width: 608px;
    }

    .albumWrapper {
        max-width: 608px;
    }

    .newAlbumAndOutNow {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 0;
    }

    .theNewAlbum,
    .outNow {
        padding: 0;
        font-size: 35px;
    }

    /* Video Page Stylings */
    .pageTitle {
        display: none;
    }

    .videoSection {
        max-width: 1040px;
        margin: 0 auto;
    }

    .featuredVideo {
        width: 80.4%;
        margin: 0 auto;
    }

    .videoContents {
        display: flex;
        align-items: center;
        justify-content: space-between;
        opacity: 0;
    }

    .scrollLoaded .videoContents {
        opacity: 1;
    }

    .videoContent {
        max-width: 375px;
        display: inline-block;
        margin-right: 50px;
    }

    .videoLightBox {
        max-width: 758px;
        margin: 0 auto;
    }

    .videoThumbnail {
        margin-bottom: 50px;
    }

    .videoContent .videoThumbnail {
        border: 1px solid #fff;
    }

    .closeAndVideoOuter {
        min-height: calc(var(--app-height) - 128px - 70px - 81px);
    }

    /* Merch page stylings */
    section.merchSection {
        padding: 0;
    }

    .merch .bgWrapper {
        background-size: 35% auto;
        background-position: center top;
    }

    .merchContent {
        display: inline-block;
        max-width: 375px;
        margin-right: 50px;
    }

    .merchContents li:first-child {
        margin-left: 50vw;
    }

    .merchContents {
        padding: 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        opacity: 0;
        transition: all 0.5s ease-in-out;
    }

    .scrollLoaded .merchContents {
        opacity: 1;
    }

    .merchButton {
        padding: 50px 0 30px;
    }

    .merchButton a {
        font-size: 18px;
    }

    .merchWrapper {
        min-height: calc(var(--app-height) - 126px - 70px - 200px);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 100px 0;
        box-sizing: border-box;
        max-width: 100%;
    }

    .merchImage {
        display: flex;
        align-items: flex-end;
    }

    /*Tour Page stylings */
    body.tour {
        padding-top: 81px;
    }

    body.tour main {
        align-items: center;
        justify-content: center;
        display: flex;
        min-height: calc(var(--app-height) - 128px - 81px)
    }

    .tour .bgWrapper {
        width: 50%;
        background: url('../graphics/TourBG.jpg') no-repeat scroll center top / cover;
    }

    .navSection+section.tourSection {
        padding: 60px 50px 40px;
    }

    .tourSection {
        margin-top: 0;
        width: 50%;
        max-width: 680px;
        min-height: auto;
        margin: 40px auto 40px 40%;
    }

    .sectionTitle {
        padding-bottom: 40px;
    }

    #wskWidget .widget_row {
        grid-template-areas:
            "a b d"
            "a c d";
        grid-template-columns: 85px auto 105px;
    }

    #wskWidget .event_date {
        padding-top: 5px;
    }

    #wskWidget .event_location {
        grid-template-areas:
            "a c"
            "b c";
        grid-template-columns: 1fr 1fr;
    }

    #wskWidget .location {
        padding-left: 10px;
    }

    /* Sign Up page stylings */
    .signup .bgWrapper {
        background-size: cover;
        width: 50%;
        right: 0;
        left: auto;
        background-position: center top;
    }

    .signupWrapper {
        width: 50%;
        margin: 0 40% 0 auto;
        max-width: 670px;
        padding: 5.5% 10.5%;
    }

    .fieldWrap {
        padding-bottom: 40px;
    }

    .input-error {
        /* bottom: 13px;
        font-size: 35px; */
        bottom: 5px;
        font-size: 20px;
    }

    /* Footer Stylings */
    footer .socialWrapper {
        display: block;
        padding: 25px 0;
    }

    .copyText {
        display: inline;
        padding-right: 6px;
    }

    .copyTextAndLinks {
        font-size: 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .merchContents {
        padding-top: 70%;
    }
}

#seatedWidget {
    font-family: 'Tinos', serif;
}

#seatedWidget .seated-event-row {
    padding: 10px 0;
    border: none;
}

#seatedWidget .seated-events-table {
    border: none;
}

#seatedWidget .seated-event-date-cell {
    font-family: 'Tinos', serif;
    font-size: 15px;
    text-align: left;
    font-weight: 300;
    width: 25%;
    padding-right: 3%;
}

#seatedWidget .seated-event-venue-cell {
    font-size: 15px;
    width: 75%;
    text-align: left;
}

#seatedWidget .seated-event-description-cells {
    width: 80%;
    display: flex;
}

#seatedWidget .seated-event-venue-name {
    padding-right: 2%;
}

#seatedWidget .seated-event-link,
#seatedWidget .seated-event-link:visited,
#seatedWidget .seated-event-link1,
#seatedWidget .seated-event-link1:visited,
#seatedWidget .seated-event-link2,
#seatedWidget .seated-event-link2:visited,
#seatedWidget .seated-event-link3,
#seatedWidget .seated-event-link3:visited {
    font-size: 14px;
    text-transform: lowercase !important;
    font-family: 'Tinos', serif;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    height: 35px;
    display: block;
    line-height: 33px;
    box-sizing: border-box;
    padding: 0;
    border-radius: 0;
}

#seatedWidget .seated-event-link:hover,
#seatedWidget .seated-event-link1:hover,
#seatedWidget .seated-event-link2:hover,
#seatedWidget .seated-event-link3:hover {
    background: #fff;
    color: #000;
    padding: 0;
    height: 35px;
    display: block;
    line-height: 33px;
    font-size: 14px;
    text-transform: lowercase !important;
    font-family: 'Tinos', serif;
}

@media only screen and (max-width: 1023px) {
    #seatedWidget .seated-event-row {
        flex-direction: row;
        align-items: center;
    }

    #seatedWidget .seated-event-description-cells {
        width: 69%;
        display: flex;
        flex-direction: column;
        padding-right: 4%;
    }

    #seatedWidget .seated-event-date-cell {
        width: 100%;
        padding-right: 0;
    }

    #seatedWidget .seated-event-venue-name,
    #seatedWidget .seated-event-venue-location {
        width: 100%;
        padding-top: 6px;
    }

    #seatedWidget .seated-event-venue-cell {
        display: block;
        width: 100%;
    }
}

.logoWrapper img:hover {
    opacity: 0.8;
}

.signup select option {
    background-color: #000;
}

.signup input.errored {
    border-color: red;
}