:root {
    --site-color:#001E44;
    --site-text-color:#F1E1C9;
    --site-background-color:#003032;
    --site-hover-color:#000000;
    --site-button-color:#011F43;
    --site-primary-font:'AlteHaasGrotesk';
}

@font-face { 
	font-family: 'AlteHaasGrotesk';
	src:url('./../fonts/AlteHaasGrotesk.eot');
	src:url('./../fonts/AlteHaasGrotesk.woff2') format('woff2'),
		url('./../fonts/AlteHaasGrotesk.woff') format('woff'),
		url('./../fonts/AlteHaasGrotesk.ttf') format('truetype'),
		url('./../fonts/AlteHaasGrotesk.svg') format('svg');
}

body {
    margin: 0;
    font-family: var(--site-primary-font);
    font-weight: normal;
    color:var(--site-text-color);
    width:100%;
    background-color: var(--site-background-color);
   
}
img{
    width:100%;
    height:auto;
}
a{
    color:var(--site-text-color);
    text-decoration: none;
    transition: 0.2s ease-in;
}
a:hover{
    opacity: 0.7;
    text-decoration: underline;
    color:var(--site-hover-color);
}
.button{
    background-color: var(--site-text-color);
    color:var(--site-button-color);
    width:100%;
    max-width: 316px;
    margin: 0 auto;
    display:block;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border:1px solid var(--site-color);
    text-transform: uppercase;
    font-family:'AlteHaasGrotesk';
    font-size: 1.25vw;
    line-height: 41px;
    height: 41px;
    text-decoration: none;
    margin-bottom: 10px;
    transition: 0.5s ease-in-out;

}
.button:hover{
    opacity: 1;
    background-color: transparent;
    color: var(--site-text-color);
    text-decoration: none;
    border: 1px solid var(--site-text-color);
}
section.header-banner {
    display: flex;
    grid-template-columns: 1fr 1fr;
    background: url(./../img/bgcolour.png) no-repeat center;
    background-size: cover;
    height: 100vh;
}
.left-wrapper {
    flex-basis: 50vw;
}

.left-wrapper video{
width:100%;
height:100%;
object-fit:cover;
}
.left-wrapper img {
    height: 100%;
}
.right-wrapper {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column; 
    flex-basis: 50vw;
}
.main-title a:hover{
    opacity: 1;
}
.right-side-content-wrapper {
    height: 95%;
    width: 35.53vw;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.arrow-icon {
    transition: 0.2s ease-in;
}
.arrow-icon img {
    width:auto;
    cursor: pointer;
}
.arrow-icon:hover img{
    opacity: 0.6;
}
.desktop-menu {
    position: absolute;
    width: 60vw;
    top: 0;
    left: 25vw;
    z-index: 1;
}
.desktop-menu  ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.desktop-menu  ul li a {
    font-size: 1.36vw;
    line-height: 1.57vw;
    color: var(--site-text-color);
    text-transform: uppercase;
}
section.section-video-merch{
    background: url(./../img/vd-bg.png) no-repeat top center;
    background-size: cover;
    padding: 100px 0;
    
}
#video .section-content-wrapper {
    width: 51.6vw;
    margin: 0 auto;
    text-align: center;
}
#video .section-title, #signup .section-title, #listen .section-title, #tour .section-title {
    font-size: 4.2vw;
    line-height: 4.85vw;
    margin-bottom: 1.1vw;
}
div#videoWrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* display:none; */
}
.video-play:after {
    position: absolute;
    background: url('./../img/awesome-play.png') no-repeat scroll 0 0 transparent;
    top: 48%;
    left: 50%;
    cursor: pointer;
    padding: 0;
    background-size: cover;
    background-position: center;
    z-index: 2;
    content: '';
    display: block;
    transform: translate(-45%, -45%);
    width:32px;
    height:36px;
    
}
.section-desc p {
    font-size: 1.83vw;
    line-height: 2vw;
}

div#video-wrap {
    position: relative;
    height: 0px;
    padding-top: 58.25%;
    max-width: 100%;
    margin: 0 auto;
}

div#video-wrap .video-play:hover {
    opacity: 0.5;
}

div#video-wrap .media-thumbnail-frame img {
    width: 100%;
    max-height: 456px;
    object-fit: cover;
}

div#video-wrap iframe,
div#video-wrap .media-thumbnail-frame {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
section.merch-section{
    padding: 100px 0;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
}
section.merch-section::after{
    content:"";
    background: url(./../img/circle-shape.png) no-repeat right;
    background-size: cover;
    position: absolute;
    top: 0;
    width: 29%;
    height: 90%;
    left: -7%;
    overflow: hidden;
    z-index: -1;
}
#merch .section-title {
    font-size: 3.13vw;
    line-height: 3.81vw;
    margin-bottom: 1.1vw;
}
#merch .section-content-wrapper {
    width: 68.86vw;
    margin: 0 auto;
    text-align: center;
}
.merch-image-section {
    width: 22.14vw;
    margin: 0 auto;
    padding-bottom: 8.7vw;
}
.merch-desc {
    font-size: 1.31vw;
    line-height: 1.52vw;
    margin-top: 0.5vw;
    font-family:'Helvetica';
    text-transform: uppercase;
}
.merch-desc span {
    border-bottom: 2px solid var(--site-text-color);
}
.merch-vinyl-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
}
.official-store-button-section {
    margin-top: 2vw;
}
#merch a:hover{
    text-decoration: none;
    opacity: 1;
    color:var(--site-text-color);
}
section.signup-section{
    background: url(./../img/vd-bg.png) no-repeat top center;
    background-size: cover;
    padding: 100px 0;
    
}
#signup .section-content-wrapper {
    width: 34.02vw;
    margin: 0 auto;
    text-align: center;
}

/** retail section **/

.retail-section{
    width: 68.86vw;
    margin: 0 auto;
    text-align: center;
}
div.retail-wrap{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    margin-top: 80px;
    text-align: center;
}

/* Mailing List */
.mlist-wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    font-family: var(--sourcesans);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding: 2vw 0;
}

form {
    font-size: 0;
}

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

.fieldWrap input,
.fieldWrap select {
    color: var(--site-text-color);
    background: transparent;
    border:none;
    border-bottom: 2px solid var(--site-text-color);
    height: 33px;
    font-size: 20px;
    padding: 0;
    line-height: 33px;
    box-sizing: border-box;
    outline: none;
    width: 100%;
    border-radius: 0px;
    padding: 0 10px;
    -webkit-appearance: none;
    appearance: none;
    text-align:center;
    text-transform: uppercase;
    font-family: bookmania, serif;
    font-weight: 600;
    font-style:normal
}
.fieldWrap select{
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align-last: center;
}

.fieldWrap .errored {
    border:none;
    border-bottom: 1px solid #ff0000;
}

.input-error {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    color: #ff0000;
    font-size: 16px;
    text-transform:none;
    font-family: bookmania, serif;
    font-weight: 600;
    font-style:normal
}

input[type="submit"] {
    color: var(--site-button-color);
    background: var(--site-text-color);
    border: 2px solid var(--site-text-color);
    padding: 0;
    box-sizing: border-box;
    outline: none;
    width: 100%;
    transition: all 0.5s ease-in-out;
    max-width: 316px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    border-radius: 0px;
    font-family:'AlteHaasGrotesk';
    font-size: 1.25vw;
    height: 41px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-transform: uppercase;
}
select option {
    background-color:var(--site-background-color);
}
input[type="submit"]:hover {
    background: transparent;
    border: 2px solid var(--site-text-color);
    color: var(--site-text-color);
}
.fadeOut {
    display: none;
}
.fadeIn {
    display: block;
}
.thankyou {
    font-size: 24px;
    color: var(--site-text-color);
    text-align: center;
    padding: 0;
    text-transform: uppercase;
    font-family: bookmania, serif;
    font-weight: 600;
    font-style:normal
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--site-text-color);
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--site-text-color);
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--site-text-color);
}

:-moz-placeholder {
    /* Firefox 18- */
    color: var(--site-text-color);
}

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: var(--site-text-color);
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

.terms-view {
    margin: 0 auto;
    max-width: 100%;
    color:var(--site-text-color);
    font-family: 'AlteHaasGrotesk';
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 25px 0;
    text-transform: none;
}
.terms-view a{
    color: var(--site-text-color);
    text-decoration:underline;
    text-transform: lowercase;
}
.terms-view a:hover{
    /* text-decoration:none; */
    opacity: 0.7;
}
section.listen-tour-sections1{
    background: url(./../img/last-section-bg.png) no-repeat top center;
    background-size: cover;
    padding: 100px 0;
    padding-bottom: 0;
    text-align: center;
}
section.listen-section{
    background: url(./../img/listen.png) no-repeat top center;
    background-size: cover;
    padding-bottom: 100px;
    text-align: center;
}
#listen .section-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 67.35vw;
    margin: 0 auto;
    text-align: center;
    background: url(./../img/listen-bg.png) no-repeat center;
    background-size: cover;
    height: 100vh;
}
.spotify-iframe {
    width:28.18vw;
}
.spotify-iframe iframe {
    width: 100%;
}
section.tour-section{
    background: url(./../img/temp-4.png) no-repeat top center;
    background-size: cover;
    padding: 100px 0;
    padding-bottom: 0;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
section.tour-section::after{
    content:"";
    background: url(./../img/circle-shape.png) no-repeat left;
    background-size: cover;
    position: absolute;
    top: 0;
    width: 20%;
    height: 90%;
    right: -7%;
    overflow: hidden;
    z-index: -1;
}
#tour .section-content-wrapper {
    width: 55.35vw;
    margin: 0 auto;
    padding-bottom: 3vw;
}

footer {
    font-size: 16px;
    padding: 30px 0;
    text-align: center;
    font-family: 'Helvetica';
    color:#88ADC5;
}
.copyright-links a {
    color:#88ADC5;
}

.socials-nav {
    padding-bottom: 3vw;
}
.socials-nav img {
    width:auto;
    max-width: 24px;
}
.socials-nav ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: 20vw;
    margin: 0 auto;
    padding-bottom: 10px;
    padding: 0;
    align-items: baseline;
}
.copyright-links span.link{
    display: inline-block;
}
.sidenav, .menu-icon.mobile-menu-action {
    display: none;
}
@media only screen and (max-width: 767px) and (orientation : portrait){
    .desktop-menu {
        display: none;
    }
    .sidenav,.menu-icon.mobile-menu-action {
        display: block;
    }
    .menu-icon.mobile-menu-action {
        position: absolute;
        left: 0;
        top: 10px;
        left: 10px;
        z-index: 70;
        cursor: pointer;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 71;
        top: 0;
        left: 0;
        background-color: #032C37;
        opacity: 86%;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }
    .sidenav.open {
        width:60.23vw;
    }
div.listen-now 
{
margin:0 auto;
width:90vw;
}
    .sidenav a {
        padding: 0px 0px 25px 25px;
        text-decoration: none;
        font-size: 28px;
        color: var(--site-text-color);
        display: block;
        transition: 0.3s;
        text-transform: uppercase;
        line-height: 30px;
    }
      
    .sidenav .closebtn {
        position: absolute;
        top: 4px;
        left: 10px;
        padding: 0;
    }
    .menu-icon.mobile-menu-action svg, .closebtn svg {
        width:auto;
    }
    section.header-banner {
        flex-direction: column;
        height: auto;
    }
    .right-side-content-wrapper {
        width: 90%;
    }
    .right-wrapper {
        padding-top: 5vw;
    }
    .desc {
        padding-bottom: 5vw;
    }
    .desc img {
        width: 58.3vw;
    }
    .button-section {
        padding-bottom: 10vw;
    }
    .button,input[type="submit"],#wskWidget .event_links a {
        font-size: 5.82vw;
    }
    section.merch-section::after , section.tour-section::after{ 
        content: "";
        display: none;;
    }
    .socials-nav ul{
        width:90vw;
        padding: 0;
    }
    #video .section-content-wrapper,  #merch .section-content-wrapper ,  #signup .section-content-wrapper, #listen .section-content-wrapper,  #tour .section-content-wrapper {
        width: 100vw;
    }
    #video .section-title, #merch .section-title, #signup .section-title, #listen .section-title, #tour .section-title {
        font-size: 14.5vw;
        line-height: 16.91vw;
        margin-bottom: 3.1vw;
    }
    #merch .section-title {
        margin-top: 15vw;
    }
    .merch-desc {
        font-size: 6.04vw;
        line-height: 7.02vw;
        margin-top: 1.5vw;
    }
    .section-desc {
        width: 90vw;
        margin: 0 auto;
    }
    .section-desc p {
        font-size: 7.3vw;
        line-height: 8.46vw;
    }
    .merch-image-section,.mlist-wrapper,.spotify-iframe{
        width:81.5vw;
    }
    .official-store-button-section {
        display: none;
    }
    .merch-vinyl-section {
        grid-template-columns: 1fr;
        width: 90vw;
        margin: 0 auto;
    }
    section.signup-section {
        padding-bottom: 200px;
    }
    div.retail-wrap{
        grid-template-columns:1fr;
        width: 90vw;
        margin: 0 auto;
    }
    .retail-section{
        width: 100%;
        margin-top: 50px;
    }
}
@media only screen and (max-width: 1024px) and (orientation : landscape){
    .desktop-menu {
        width: 70vw;
    }
    .desktop-menu ul li a {
        font-size: 2.8vw;
        line-height: 2.57vw;
        color: var(--site-text-color);
        text-transform: uppercase;
    }
    .button, input[type="submit"], #wskWidget .event_links a {
        font-size: 2.25vw;
    }
    #video .section-title, #merch .section-title, #signup .section-title, #listen .section-title, #tour .section-title {
        font-size: 6.5vw;
        line-height: 10.91vw;
        margin-bottom: 3.1vw;
    }
    #merch .section-title {
        margin-top: 3.1vw;
    }
    .section-desc p {
        font-size: 3.3vw;
        line-height: 4.46vw;
    }
    #video .section-content-wrapper, #merch .section-content-wrapper, #signup .section-content-wrapper, #listen .section-content-wrapper, #tour .section-content-wrapper {
        width: 85vw;
    }
    .merch-desc {
        font-size: 3.04vw;
        line-height: 3.02vw;
        margin-top: 1.5vw;
    }
    .merch-image-section {
        width: 54.14vw;
        margin: 0 auto;
        padding-bottom: 2.7vw;
    }
    .merch-vinyl-grid .merch-desc {
        font-size: 2.04vw;
        line-height: 3.02vw;
        margin-top: 1.5vw;
        margin-bottom: 3vw;
    }
    .socials-nav ul {
        width:40vw;
    }
    #listen .section-content-wrapper {
        height:auto;
    }
    .spotify-iframe {
        width: 60.18vw;
        margin-bottom: 5.1vw;
    }
    #tour #wskWidget {
        width:100%;
        display: flex;
    }
    section.signup-section,section.tour-section{
        padding: 0;
    }
    section.listen-section {
        padding: 100px 0;
    }
    
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : portrait){
    .desktop-menu {
        display: none;
    }
    .sidenav,.menu-icon.mobile-menu-action {
        display: block;
    }
    .menu-icon.mobile-menu-action {
        position: absolute;
        left: 0;
        top: 10px;
        left: 10px;
        z-index: 70;
        cursor: pointer;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 71;
        top: 0;
        left: 0;
        background-color: #032C37;
        opacity: 86%;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }
    .sidenav.open {
        width:60.23vw;
    }
    .sidenav a {
        padding: 0px 0px 25px 25px;
        text-decoration: none;
        font-size: 28px;
        color: var(--site-text-color);
        display: block;
        transition: 0.3s;
        text-transform: uppercase;
        line-height: 30px;
    }
      
    .sidenav .closebtn {
        position: absolute;
        top: 4px;
        left: 10px;
        padding: 0;
    }
    .menu-icon.mobile-menu-action svg, .closebtn svg {
        width:auto;
    }
    section.header-banner {
        flex-direction: column;
        height: auto;
    }
    .right-side-content-wrapper {
        width: 90%;
    }
    .right-wrapper {
        padding-top: 5vw;
    }
    .desc {
        padding-bottom: 5vw;
    }
    .desc img {
        width: 58.3vw;
    }
    .button-section {
        padding-bottom: 10vw;
    }
    .button,input[type="submit"],#wskWidget .event_links a {
        font-size: 3.82vw;
    }
    section.merch-section::after , section.tour-section::after{ 
        content: "";
        display: none;;
    }
    .socials-nav ul{
        width:60vw;
        padding: 0;
    }
    #video .section-content-wrapper{
        width: 90vw;
    }
    #merch .section-content-wrapper ,  #signup .section-content-wrapper, #listen .section-content-wrapper,  #tour .section-content-wrapper {
        width: 100vw;
    }
    #video .section-title, #merch .section-title, #signup .section-title, #listen .section-title, #tour .section-title {
        font-size: 10.5vw;
        line-height: 11.91vw;
        margin-bottom: 2.1vw;
    }
    #merch .section-title {
        margin-top: 15vw;
    }
    .merch-desc {
        font-size: 3.04vw;
        line-height: 3.02vw;
        margin-top: 1.5vw;
    }
    .section-desc {
        width: 90vw;
        margin: 0 auto;
    }
    .section-desc p {
        font-size: 3.3vw;
        line-height: 4.46vw;
    }
    .merch-image-section,.mlist-wrapper,.spotify-iframe{
        width:51.5vw;
    }
    .official-store-button-section {
        display: none;
    }
    .merch-vinyl-section {
        grid-template-columns: 1fr 1fr 1fr;
        width: 90%;
        margin: 0 auto;
    }
    .merch-vinyl-grid .merch-desc {
        font-size: 2vw;
        line-height: 3.02vw;
        margin-top: 1.5vw;
    }
    section.signup-section {
        padding-bottom: 100px;
    }
}

 @media only screen and (min-width: 1024px) and (max-width: 1200px) and (orientation : portrait){
    .desktop-menu {
        display: none;
    }
    .sidenav,.menu-icon.mobile-menu-action {
        display: block;
    }
    .menu-icon.mobile-menu-action {
        position: absolute;
        left: 0;
        top: 10px;
        left: 10px;
        z-index: 70;
        cursor: pointer;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 71;
        top: 0;
        left: 0;
        background-color: #032C37;
        opacity: 86%;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }
    .sidenav.open {
        width:60.23vw;
    }
    .sidenav a {
        padding: 0px 0px 25px 25px;
        text-decoration: none;
        font-size: 28px;
        color: var(--site-text-color);
        display: block;
        transition: 0.3s;
        text-transform: uppercase;
        line-height: 30px;
    }
      
    .sidenav .closebtn {
        position: absolute;
        top: 4px;
        left: 10px;
        padding: 0;
    }
    .menu-icon.mobile-menu-action svg, .closebtn svg {
        width:auto;
    }
    section.header-banner {
        flex-direction: column;
        height: auto;
    }
    .right-side-content-wrapper {
        width: 75%;
    }
    .right-wrapper {
        padding-top: 5vw;
    }
    
    .desc img {
        width: 58.3vw;
    }
    section.section-video-merch {
        padding: 50px 0;
    }
    .button,input[type="submit"],#wskWidget .event_links a {
        font-size: 2.82vw;
    }
    section.merch-section::after , section.tour-section::after{ 
        content: "";
        display: none;;
    }
    .socials-nav ul{
        width:50vw;
        padding: 0;
    }
    #video .section-content-wrapper,  #merch .section-content-wrapper ,  #signup .section-content-wrapper, #listen .section-content-wrapper,  #tour .section-content-wrapper {
        width: 80vw;
    }
    #video .section-title, #merch .section-title, #signup .section-title, #listen .section-title, #tour .section-title {
        font-size: 10.5vw;
        line-height: 11.91vw;
        margin-bottom: 2.1vw;
    }
    .merch-desc {
        font-size: 2.4vw;
        line-height: 2.02vw;
        margin-top: 1.5vw;
    }
    .merch-vinyl-grid .merch-desc {
        font-size: 2vw;
        line-height: 3.02vw;
        margin-top: 1.5vw;
    }
    .section-desc {
        width: 70vw;
        margin: 0 auto;
    }
    .section-desc p {
        font-size: 2.3vw;
        line-height: 3.46vw;
    }
    .merch-image-section,.mlist-wrapper,.spotify-iframe{
        width:60%;
    }
    .official-store-button-section {
        display: none;
    }
    .merch-vinyl-section {
        grid-template-columns: 1fr 1fr 1fr;
        width: 100%;
        margin: 0 auto;
    }
    section.signup-section {
        padding-bottom: 100px;
    }
} 

@media only screen and (max-width: 767px) {
    .safari .fieldWrap select {
        text-indent: 26vw;
    }
}
@media only screen and (max-width: 767px)  and (orientation: landscape){
    .safari .fieldWrap select {
        text-indent: 30vw;
    }
    
}
@media only screen and (max-width: 786px)  and (orientation: landscape){
    .safari .fieldWrap select {
        text-indent: 22vw;
    }
    
}

@media only screen and (min-width: 581px) {
    #tour .section-content-wrapper .seated-event-description-cells {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    #tour .section-content-wrapper .seated-event-date-cell {
        flex: 1;
        text-align: left;
    }
    
    #tour .section-content-wrapper .seated-event-venue-cell {
        flex: 3;
    }
    
    #tour .section-content-wrapper .seated-event-venue-name {
        text-align: left;
        padding-left: 30px;
    }
    
    #tour .section-content-wrapper .seated-event-venue-location {
        text-align: left;
        padding-left: 30px;
    }
}

button.listen-now {
    cursor: pointer;
}