@font-face {
    font-family: 'Venetian 301';
    src: url('../fonts/Venetian301BT-Bold.eot');
    src: url('../fonts/Venetian301BT-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Venetian301BT-Bold.woff2') format('woff2'),
        url('../fonts/Venetian301BT-Bold.ttf') format('truetype'),
        url('../fonts/Venetian301BT-Bold.svg#Venetian301BT-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Venetian 301';
    src: url('../fonts/Venetian301BT-Roman.eot');
    src: url('../fonts/Venetian301BT-Roman.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Venetian301BT-Roman.woff2') format('woff2'),
        url('../fonts/Venetian301BT-Roman.ttf') format('truetype'),
        url('../fonts/Venetian301BT-Roman.svg#Venetian301BT-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    color: #fff;
}

a:hover {
    color: #fff;
	opacity: 0.7;
}

body {
    background: #1d1d1b;
    text-align: center;
    font-family: 'Venetian 301';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 1;
}

header {
    padding: 35px 2.5%;
}

.logo-listen-wrapper {
    display: inline-block;
}

.logo-wrapper img {
    height: calc(var(--app-height) - 236px);
}

.listen-now-button {
    padding-top: 35px;
}

.listen-now-button a:hover {
    color: #000;
    background: #d69768;
    border-color: #d69768;
}

.listen-now-button a {
    color: #d69768;
    background: transparent;
    font-size: 24px;
    border: 1px solid;
    width: 100%;
    display: block;
    padding: 12px 0 8px;
}

header,
.nav-social-wrapper {
    max-width: 750px;
    margin: 0 auto;
}

.nav-social-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 18px 0 43px;
    width: 100%;
    max-width: 100%;
}

nav ul {
    display: flex;
}

.nav-items {
    margin-right: 100px;
    margin-right: 90px;
    list-style: none;
}

.nav-items a {
    font-size: 17px;
    font-weight: 400;
}

.nav-items a:hover,
.social-wrapper a:hover {
    color: #fff;
	opacity: 0.7;
}

.social-wrapper a {
    font-size: 16px;
    margin-right: 35px;
}

.social-wrapper a:last-child,
.nav-items a:last-child {
    margin-right: 0;
}

#watch {
    max-width: 800px;
    margin: 0 auto;
    width: 90%;
    position: relative;
}

.video-outer-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.video-outer-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.mfp-close-btn-in .mfp-close {
    color: #fff;
    opacity: 1;
    width: auto;
    height: auto;
    line-height: 1;
    transition: all 0.5s ease-in-out;
}

.mfp-close-btn-in .mfp-close:hover {
    color: #fff;
	opacity: 0.7;
}

#watch .mfp-close {
    top: -30px;
    right: 0;
}

#live {
    max-width: 850px;
    margin: 0 auto;
    width: 95%;
    background: #000;
    padding: 25px 0;
    position: relative;
    max-height: 90vh;
    overflow-y: scroll;
}

.lb-title {
    font-size: 26px;
    color: #fff;
    text-align: center;
    padding-bottom: 25px;
}

#wsk-widget {
    max-width: 585px;
    margin: 0 auto;
    width: 90%;
}

#wsk-widget .event_status {
    text-align: center;
    padding-bottom: 25px;
}

#wsk-widget .upcoming_dates,
#wsk-widget .past_dates {
    color: #d69768;
    font-size: 18px;
    background: transparent;
    border: 1px solid #d69768;
    transition: 0.5s ease-in-out;
}

#wsk-widget .upcoming_dates.active,
#wsk-widget .past_dates.active {
    color: #000;
    background: #d69768;
}

#wsk-widget .widget_row {
    border: none;
    font-size: 0;
    display: block;
    position: relative;
}

#wsk-widget .widget_row div {
    color: #d69768;
    /* font-family: larken, sans-serif; */
    font-family: 'Venetian 301';
}

#live .mfp-close,
#sign-up .mfp-close {
    right: 13px;
    top: 13px;
}

#wsk-widget .event_date {
    width: 150px;
    font-size: 14px;
}

#wsk-widget .widget_row>div {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    line-height: 1.2;
}

#wsk-widget .event_links {
    width: 115px;
}

#wsk-widget .event_location {
    width: calc(100% - 265px);
    font-size: 15px;
}

#wsk-widget .widget_row .featuring-artists {
    display: none;
}

#wsk-widget .event_links a {
    background: transparent;
    border: 1px solid;
    font-size: 18px;
    /* font-family: larken, sans-serif; */
    font-family: 'Venetian 301';
    padding: 7px 0 5px;
    color: #d69768;
}

#wsk-widget .event_links a:hover {
    color: #000;
    background: #d69768;
    border-color: #d69768;
}

#sign-up {
    max-width: 900px;
    margin: 0 auto;
    background: #000;
    padding: 35px;
    position: relative;
    width: 90%;
}

form {
    font-size: 0;
}

.message-description {
    font-size: 26px;
    color: #fff;
    text-align: center;
}

.sub-message-description {
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 15px 0 35px;
}

.fieldWrap {
    padding-bottom: 25px;
    position: relative;
}

.firstname,
.email,
.country {
    display: inline-block;
    vertical-align: top;
    width: 30%;
}

.email {
    margin: 0 5%;
}

.fieldWrap input,
.fieldWrap select {
    color: #fff;
    background: #000;
    border: none;
    border-bottom: 1px solid #fff;
    height: 48px;
    font-size: 20px;
    padding: 0;
    line-height: 47px;
    box-sizing: border-box;
    outline: none;
    width: 100%;
    /* font-family: larken, sans-serif; */
    font-family: 'Venetian 301';
}

.input-error {
    position: absolute;
    bottom: 4px;
    width: 100%;
    left: 0;
    color: #ff0000;
    letter-spacing: 1px;
    font-size: 12px;
}

input[type="submit"] {
    color: #fff;
    background: #000;
    border: 1px solid #fff;
    height: 40px;
    font-size: 20px;
    padding: 0;
    line-height: 40px;
    box-sizing: border-box;
    outline: none;
    width: 100%;
    /* font-family: larken, sans-serif; */
    font-family: 'Venetian 301';
    transition: all 0.5s ease-in-out;
    max-width: 320px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

input[type="submit"]:hover {
    color: #fff;
opacity: 0.7;
}

.globaloptin input,
.globaloptin input+label:before,
.globaloptin input+label:after {
    content: "";
    width: 17px;
    height: 17px;
    border: 1px solid #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 17px;
    box-sizing: border-box;
    background: #000;
    z-index: 1;
    text-align: center;
}

.globaloptin input {
    position: static;
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
}

.globaloptin input+label {
    padding-left: 15px;
    color: #fff;
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 17px);
    box-sizing: border-box;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-align: left;
}

.globaloptin {
    max-width: 320px;
	max-width: 550px;
    margin: 0 auto;
}

.globaloptin input:checked+label:after {
    content: "\2713";
}

.terms,
.fadeOut {
    display: none;
}

.fadeIn {
    display: block;
}

.terms-message {
    padding: 55px 0 20px;
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
}

.terms-message a {
    color: #fff;
    border-bottom: 2px solid #fff;
}

.terms-message a:hover {
    opacity: 0.5;
}

.thankyou {
    font-size: 30px;
    color: #fff;
    text-align: center;
    padding: 50px 0;
}

::-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;
}

footer {
    font-size: 14px;
    color: #fff;
    line-height: 1.3;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.copyrightText {
    padding-right: 7px;
}

@media only screen and (max-width: 767px) {
    header {
        min-height: calc(var(--app-height) - 132px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .logo-wrapper img {
        height: auto;
    }
    .nav-social-wrapper {
        flex-direction: column;
    }
    nav ul {
        justify-content: space-between;
    }
    .nav-items {
        margin-right: 15px;
    }
    .nav-items:last-child {
        margin-right: 0;
    }
    .social-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 30px;
    }
    #wsk-widget .event_date,
    #wsk-widget .event_location {
        width: calc(100% - 100px);
    }
    #wsk-widget .event_links {
        float: none;
        width: 80px;
        position: absolute;
        right: 0;
        transform: translateY(-50%);
        top: 50%;
    }
    #wsk-widget .widget_row>div {
        display: block;
    }
    #sign-up {
        padding: 35px 10px;
        width: 95%;
    }
    .email {
        margin: 0;
    }
    .firstname,
    .email,
    .country {
        width: 100%;
    }
    .globaloptin input+label {
        text-align: left;
    }
    footer {
        flex-direction: column;
        letter-spacing: 0.2px;
    }
}


/* New Background */

main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: calc(100vh - 60px);
}

.nav-social-wrapper {
    margin-top: auto;
}

.bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    max-width: 750px;
}

.video-container {
    max-width: 950px;
    margin: auto;
    padding: 0 1.5rem;
    margin-top: 10px;
}

.video-container img {
    margin: 1.5rem 0 0;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    border: 10px solid rgb(208, 59, 174, .6);
    box-sizing: border-box;
    max-width: 820px;
    margin: auto;
    border: none;
    display: none;
}

.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

img.bg.mobile {
    display: none;
}
main{
	position: relative;
}
.logos {
    position: absolute;
    top: 40%;
    right: 10%;
    width: 40%;
    font-size: 0;
}
.video-container {
    max-width: 100%;
    margin: auto;
    padding: 0;
    margin-top: 10px;
    width: 85%;
}
.logos img{
	width: 100%;
}
br.mobile{
	display: none;
}
.pre-order {
    margin-top: 20px;
}
.pre-order a {

    font-size: 1.5vw;
    text-transform: uppercase;
    width: 13vw;
    height: 3vw;
    line-height: 1.8;
    display: block;
    margin: 0 auto;
    border: 0.2vw solid #000;
    color: #000;
    font-weight: bold;

  
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
    .pre-order a {

 
    
        font-size: 18px;
 
        width: 150px;
        height: 40px;
        line-height: 40px;
      
        border: 2px solid #000;
 
    }
	
    img.bg.desktop {
        display: none;
    }
    body img.bg.mobile {
        display: block;
    }
    .video-container {
        margin-top: 20px
    }
    .nav-social-wrapper {
        margin-top: auto;
        margin-bottom: 180px;
    }
	.logos {
		position: absolute;
		top: 50%;
		right: 10px;
		width: 70%;
		font-size: 0;
		left: auto;
		margin: 0 auto;
		text-align: center;
	}
	.globaloptin {
		max-width: 90%;
		margin: 0 auto;
	}
	
}
@media only screen and (max-width: 1023px) and (orientation: landscape){
	.video-container{
		width: 92%;
	}
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
	.logos {
		position: absolute;
		top: 50%;
		right: 10px;
		width: 280px;
		font-size: 0;
		left: auto;
		margin: 0 auto;
		text-align: center;
	}
	br.mobile{
		display: block;
	}
	span.mob{
		display: none;
	}
}