:root {
    --site-color: #e0d4bc;
    --site-text-color: #e0d4bc;
    --site-background-color:#000000;
    --site-hover-color:#B0C0BF;
    --site-button-color:#FFFFFF;
    --site-primary-font:
    'baskerville-display-pt, serif';
    --site-secondary-font:
    'baskerville-display-pt, serif';
    --site-white-color:#FFFFFF;
    --site-black-color:#000000;
}

body {
    margin: 0;
    font-family: var(--site-secondary-font);
    font-weight: normal;
    color:var(--site-text-color);
    width:100%;
   /* background: url(./../img/desktop-bg-p1.png) no-repeat center; */
    background-color: var(--site-background-color);
    background-size: cover;
    height: var(--app-height);
    background-attachment: fixed;
    overflow-x: hidden;
   
}
#container, #water {
    background: url(./../img/desktop-bg-p1.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
  
#container {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: -1;
}
#container:after {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    /* background: #0f0f0f;
    filter: blur(30px); */
}
#container #water {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    filter: url("#turbulence");
    overflow: hidden;
}

#svg-effect {
   position: absolute;
}
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-button-color);
    color:var(--site-text-color);
    width:100%;
    display:block;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border:1px solid var(--site-color);
}
header {
    position: fixed;
    width: 96vw;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
   
   
}
.title-wrap {
    position: absolute;
    top: 6vw;
    left: 50%;
    transform: translate(-50%);
}
.logo-image {
    width: 8.7813vw;
    padding: 1VW;
}
.logo-image.opacity{
    opacity: .6;
}

.right-items {
    display: flex;
    gap: 3vw;
    justify-content: space-between;
}
.right-items.desktop-only {
    display: flex;
}
.right-items a {
    color: var(--site-color);
    font-size: 1.5vw;
    line-height: 2.2396vw;
    text-transform: uppercase;
}
.right-items a.active{
    opacity: .5;
    text-decoration: underline;
}
.right-items a:hover{
    opacity: .5;
}
section{
    width: 68.5417vw;
    margin: 0 auto;
}

section.home{
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36vw;
}

.merch-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    /* height: 100%; */
    align-items: center;
    gap: 3vw;
}
.merch-items {
    text-align: center;
    font-size: 1.4583vw;
    line-height: 1.7708vw;
    font-family:var(--site-secondary-font);
}
.merch-wrapper .merch-items:first-child .merch-title {
    padding-top: 1vw;
}
.merch-image a img {
    transition: 0.5s ease-in-out;
}
.merch-image a img:hover{
    transform: scale(1.05);
}
.enter-store {
    padding: 2vw 0;
    text-align: center;
    font-family: var(--site-secondary-font);
    position: absolute;
    width: 100%;
    bottom: 0;
}
.enter-store a {
    text-align: center;
    font-size: 1.6667vw;
    line-height: 2.0833vw;
    text-decoration: underline;
}
.signup-content-wrapper {
    width: 100%;
}
.section-title {
    font-size: 5.2083vw;
    line-height: 6.4063vw;
    padding-bottom: 2vw;
    text-align: left;
    text-transform: uppercase;
}
section.signup{
    height: var(--app-height);
    display: flex;
    align-items: center;
}

section.signup .content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.sub-desc {
    font-size: 1.6667vw;
    line-height: 2.0833vw;
    font-family: var(--site-primary-font);
}
section.signup .content-wrapper {
    align-items: flex-start;
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
    gap: 2vw;
}
/* Mailing List */

.form-section .heading {
    font-size: 1.5625vw;
    line-height: 1.9271vw;
    padding: 2vw 0;
    width: 36.1458vw;
    margin: 0 auto;
}

.mlform form {
    width: 100%;
    margin: 0 auto;
}
.mlform {
    width: 37.5000vw;
    margin: 0 auto;
}
.input-fields {
    display: flex;
    gap: 1vw;
}
.fieldWrap {
    padding-bottom: 1.5vw;
    position: relative;
    width: 100%;
}

.fieldWrap input,
.fieldWrap select {
    background: transparent;
    border: none;
    border-bottom: 0.1vw solid #e0d4bc;
    color: var(--site-color);
    font-size: 1.6667vw;
    height: 2.1354vw;
    line-height: 2.1354vw;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    width: 100%;
    padding: 0;
    -webkit-appearance: none;
    appearance: none;
    text-align: left;
    font-family:
    var(--site-secondary-font);
}
.submit {
    padding-top: 1vw;
}
input[type="submit"]{
    background-color: #e0d4bc;
    color: #000;
    border: 0.1vw solid #e0d4bc;
    height: 4.2708vw;
    line-height: 3.2708vw;
    width: 10.2083vw;
    display:
    flex;
    justify-content: center;
    align-items: center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    font-size: 1.5vw;
    cursor: pointer;
    padding: 0 1vw;
    text-align: center;
    text-transform:
    uppercase;
    font-family:
    var(--site-secondary-font);
    box-sizing: border-box;
}
input[type="submit"]:hover{
    /* background: var(--site-hover-color); */
    /* background: var(--site-hover-color); */
    /* border: 0.1vw solid var(--site-hover-color); */
    /* color: var(--site-background-color); */
    opacity: .8;
}
.custom-field-section {
    margin-bottom: 2vw;
}
.fieldWrap .errored {
    border-bottom: 1px solid #ff0000;
}

.input-error {
    position: absolute;
    bottom: -2px;
    width: 100%;
    left: 0;
    color: #ff0000;
    font-size: 1.3vw;
    display: block;
    text-align: left;
    font-family:var(--site-secondary-font);
}
.fadeOut {
    display: none;
}
.fadeIn {
    display: block;
}

.thankyou {
    font-size: 2.084vw;
    text-align: left;
    padding: 0;
    font-family:var(--site-secondary-font);
}

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

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

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

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

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 {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: var(--site-black-color) !important;
    /* -webkit-text-fill-color: var(--site-background-color); */
    /* -webkit-box-shadow: 0 0 0px 1000px var(--site-background-color) inset; */
}
.terms-conditions-toggle{
    font-size: 1.3021vw;
    line-height: 1.5625vw;
    text-decoration: underline;
    color: #e0d4bc;
    cursor: pointer;
    padding-top: 2vw;
    font-family: var(--site-secondary-font);
}
.terms-conditions-toggle:hover{
    opacity: .5;
}

.terms-view {
    width: 100%;
    font-size: 1.3021vw;
    line-height: 1.5625vw;
    padding-top: 1vw;
    padding-left: 0;
    color: var(--site-hover-color);
    display: none;
}
.terms-view.desktop-only{
    display: none;
}
.terms-view a{
    color: var(--site-hover-color);
    text-decoration:underline;
    transition: 0.5s ease-in-out;
}


.terms-view a:hover{
    color: var(--site-white-color);
    opacity: 1;
}
section.footer{
    padding: 1vw 0;
    font-family:var(--site-secondary-font);
    text-transform: uppercase;
}
.copyright-links {
    font-size: 0.7813vw;
    line-height: 0.9375vw;
    color: var(--site-color);
    text-align: center;
    padding-top: 2vw;
    font-family:var(--site-secondary-font);
}
.copyright-links span.link {
    display: inline-block;
}
.copyright-links a {
    color: var(--site-color);
    font-size: 0.7813vw;
    line-height: 0.9375vw;
}
.copyright-links a:hover{
    color: var(--site-hover-color);
    opacity: 1;
}
.socials-nav{
    display: flex;
    justify-content: center;
}
.socials-nav ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 15.625vw;
    padding: 0;
    margin: 0;
}
.socials-nav ul li {
    padding-right: 1vw;
}
.socials-nav ul li:last-child {
    padding-right: 0;
}
.socials-nav ul li a {
    color: var(--site-color);
    font-size: 1.1979vw;
    line-height: 1.6667vw;
}
.socials-nav ul li a:hover{
    color: var(--site-hover-color);
}
.mobile-only{
    display: none;
}
.desktop-only{
    display: block;
}
.sidepanel {
    display: none;
}
section.videos{
    padding-bottom: 2vw;
}

div#videoWrapper {
    display: flex;
    flex-direction: column;
    width: 78%;
    margin: 0 auto;
}
.video-play:after {
    content: '';
    position: absolute;
    background: url('./../img/awesome-play.png') no-repeat scroll 0 0 transparent;
    top: 50%;
    left: 50%;
    cursor: pointer;
    padding: 0;
    background-size: cover;
    background-position: center;
    z-index: 2;
    display: block;
    transform: translate(-50%, -50%);
    width: 1.771vw;
    height: 2.032vw;
}

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

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

div#video-wrap .media-thumbnail-frame img {
    /* width: 90%; */
    /* max-height: 456px; */
    /* margin: 0 auto; */
    max-width: 100%;
    height: auto;
}

div#video-wrap iframe,
div#video-wrap .media-thumbnail-frame {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.video-title {
    font-size: 2.8vw;
    line-height: 5.4063vw;
    text-align: left;
    text-transform: capitalize;
    color:
    var(--site-color);
    padding: 1vw 0;
    text-transform: uppercase;
}
section.tour {
    padding-top: 4vw;
    padding-bottom: 10vw;
}
section.artwork {
    position: relative;
    width: 100%;
    padding: 5vw 0;
    margin-bottom: 5vw;
}
.left-artwork {
    position: absolute;
    width: 38.125vw;
    left: -10%;
    top: 29%;
}
.top-right-artwork{
    width: 32.4479vw;
    position: absolute;
    top: -10%;
    right: 2vw;
}
.bottom-right-artwork{
    width: 26.1979vw;
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
}
.center-artwork {
    width: 68.5417vw;
    margin: 0 auto;
}

.section-title-header{
    font-size: 2.5vw;
    text-align: center;
    /* padding-top: 6vw; */
}

.section-subtitle-header{
    font-size: 1.7vw;
    text-align: center;
padding-top:.5vw;
}

@media only screen and (max-width: 1024px) and (orientation: portrait){
.section-title-header{
    font-size: 7vw;
}
.section-subtitle-header{
    font-size: 6vw;
}
.title-wrap{
    position: static;
    padding-top: 26vw;
    transform: none;
}


    .mobile-only{
        display: block;
    }
    .desktop-only{
       
        display: none;
    }
    .right-items.desktop-only{
        display: none;
    }
   
    #container, #water {
        background: url(./../img/mobile-bg.png) no-repeat center;
        background-size: cover;
        background-attachment: fixed;
    }
    body.safari #container, #water{
        background: url(./../img/mobile-bg.png) no-repeat center;
        background-size: cover;
        background-attachment: unset;
    }
    #container #water{
        height: 100%;
    }
    section {
        width: 90vw;
        margin: 0 auto;
    }
    .logo-image{
        width: 29.7436vw;
    }
    /* The sidepanel menu */
    .mobile-menu{
        width: 8.2564vw;
        cursor: pointer;
    }
    .menu-icon{
        width: 9.4872vw;
        transform: rotate(45deg);
        transition: 1s;
    }
    .menu-icon.active{
        transform: none;
    }
    
    .sidepanel {
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 5;
        top: 0;
        right: -100%;
        background-color: var(--site-background-color);
        overflow-x: hidden;
        transition: 1s;
        display: block;
        z-index: 3;
        
       
    }
    .sidepanel.open{
        right: 0;
    }
    header{
        
        width: 90vw;
        padding: 5vw;
        top: 0;
        margin: 0 auto;
        /* transition: 1s; */

    }
    body{
      height: auto;
    }
   
    .sidepanel .mobile-menu-items a {
        padding: 0;
        text-decoration: none;
        font-size: 8.9744vw;
        line-height: 11.0256vw;
        color: #F8EEEC;
        font-weight: var(--site-secondary-font);
        display: block;
        transition: 0.3s;
        padding-bottom: 8vw;
       
    }
    .sidepanel .mobile-menu-items a.active{
        font-family: var(--site-secondary-font);
        text-decoration: underline;
    }
    .mobile-menu-wrapper {
        display: grid;
        /* grid-template-rows: 2fr 1fr; */
        grid-template-columns: 1fr;
        height: 100%;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .mobile-menu-items {
        height: 100%;
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .mobile-menu-footer {
        display: flex;
        gap: 3vw;
        justify-content: flex-start;
        flex-direction: column;
        align-items: center;
        position: absolute;
        bottom: 5vw;
        width: 100%;
    
    }
    .socials-nav ul {
        gap: 5vw;
        max-width: 100%;
    }
    .mobile-menu-footer .socials-nav a {
        color: var(--site-color);
        font-size: 4.6154vw;
    }
   
    .mobile-menu-footer .copyright-links, .mobile-menu-footer .copyright-links a{
        color: var(--site-color);
        font-size: 2.5641vw;
        line-height: 3.0769vw;
        text-transform: uppercase;
    }
    section.home,section.tour{
        padding-top: 25vw;
    }

    .merch-wrapper {
        grid-template-columns: 1fr;
        gap: 10vw;
        /* width: 60vw; */
    }

    section.signup .content-wrapper {
        grid-template-columns: 1fr;
    }
    .signup-content-wrapper {
        width: 100%;
    }
    .section-title {
        font-size: 11.5385vw;
        line-height: 14.1026vw;
        padding-bottom: 5vw;
        text-align: center;
    }
    .no-dates {
        font-size: 7vw;
    }

   .sub-desc{
        font-size: 3.8462vw;
        line-height: 5.6410vw;
        text-align: center;
    }
    .terms-conditions-toggle{
        padding-top: 4vw;
    }
    .socials-nav ul {
        gap: 5vw;
        max-width: 100%;
    }
    .terms-conditions-toggle{
        padding-top: 4vw;
    }
    .terms-view.mobile-only{
        display: none;
    }
    .terms-view{
        font-size: 2.8462vw;
        line-height: 3.6410vw;
        text-align: center;
        padding-top: 4vw;
    }
    .terms-conditions-toggle{
        padding-top: 4vw;
    }
   
    .mlform {
        width: 100%;
        margin: 0 auto;
    }
    .fieldWrap input, .fieldWrap select{
        font-size: 5.1282vw;
        line-height: 10.6410vw;
        height: 10.3077vw;
        text-align: center;
    }
    input[type="submit"] {
        width: 100%;
        height: 12.3077vw;
        font-size: 5.1282vw;
        line-height: 12.3077vw;
    }
    .fieldWrap {
        padding-bottom: 4.5vw;
    }
    .input-error{
        text-align: center;
        font-size: 2.9vw;
        bottom: 2px;
    }
    .terms-conditions-toggle{
        font-size: 3.8462vw;
        line-height: 5.6410vw;
        text-align: center;
    }
    .socials-nav ul li a {
        font-size: 6.8462vw;
        line-height: 7.641vw;
        
    }
    .thankyou {
        font-size: 5.084vw;
        text-align: center;
    }
    .copyright-links{
        padding-bottom: 2vw;
    }
    .copyright-links,.copyright-links a{
        font-size: 3.0769vw;
        line-height: 4.3590vw;
    }
    .merch-items, .enter-store a,.sub-desc  {
        font-size: 5.1282vw;
        line-height: 6.4103vw;
    }
    section.home {
        flex-direction: column;
        padding-top: initial;
    }
    .enter-store {
        position: relative;
        padding: 13vw 0;
    }
    .left-artwork {
        top: -10%;
    }
    
    .video-play:after {
        width: 8.7179vw;
        height: 9.7436vw;
    }
    .video-title {
        font-size: 8.5385vw;
        line-height: 10.1026vw;
        text-align: center;
        padding: 4vw 0;
    }
    section.artwork {
        padding: 10vw 0;
        margin-bottom: 15vw;
    }
    section.videos {
        padding-bottom: 15vw;
    }
}

@media only screen and (max-width: 1024px)  and (orientation: landscape){
    section {
        width: 80.5417vw;
        margin: 0 auto;
    }
    section.footer .socials-nav ul{
        max-width: 30%;
    }
    section.footer .socials-nav ul li a {
        font-size: 2.1979vw;
        line-height: 2.6667vw;
    }
    body.safari #container, #water{
        background: url(./../img/desktop-bg-p1.png) no-repeat center;
        background-size: cover;
        background-attachment: unset;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px)  and (orientation: portrait){ 
   
    .copyright-links {
        padding-bottom: 2vw;
        padding-top: 2vw;
    }
    .copyright-links, .copyright-links a {
      
        font-size: 2.0769vw;
        line-height: 3.359vw;
    }
    .mlist-wrapper {
        padding-bottom: 20vw;
    }
    .input-error {
        text-align: center;
        font-size: 2.9vw;
        bottom: 2px;
    }
    .socials-nav ul li a {
        font-size: 4.8462vw;
        line-height: 5.641vw;
    }
    .menu-icon {
        width: 6.4872vw;
    }
}

hr{
    display: block;
    height: 2px;
    border: 0;
    border-top: 1px solid #e0d4bc;
    margin: 1em 0;
    padding: 0;
}

.consent-placeholder {
    position: relative;
    margin: 1.25vw auto 0.5vw;
    display: block;
}

.plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked),
.plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked {
    position: absolute;
    left: 0px;
    width: 1.8vw;
    height: 1.8vw;
    z-index: 10;
    top: 0px;
    opacity: 0;
    cursor: pointer;
    margin: 0;
    -webkit-appearance: none;
    padding: 0;
    opacity: 0;
    background: transparent;
    border: none;
}

.plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked)+label:before,
.plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    width: 1.8vw;
    height: 1.8vw;
    border: 2px solid #e0d4bc;
    background: transparent;
    border-radius: 0px;
    box-sizing: border-box;
}

.plain-ml-wrapper .consent-placeholder input[type="checkbox"].errored:not(:checked)+label:before {
    border-color: red;
}

.plain-ml-wrapper .mlform .consent-placeholder input[type="checkbox"]+label {
    display: inline-block;
    box-sizing: border-box;
    line-height: 1;
    text-align: left;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1.1vw;
    padding-left: 2.54vw;
    vertical-align: top;
    font-weight: 400;
    padding-top: 0;
    color: #e0d4bc;
}

.plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:after {
    content: "\2713";
    position: absolute;
    top: 0.45vw;
    line-height: 1;
    left: 0.45vw;
    font-size: 0.98vw;
    color: #e0d4bc;
    font-weight: 700;
    text-align: center;
    border: none;
    transform: none;
}

.plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:after {
    color: #e0d4bc;
}

.consent-placeholder span.input-error {
    color: red;
    position: absolute;
    top: -1.5vw;
    left: 0;
    bottom: auto;
}

.secondform .consent-placeholder {
    margin: 1vw auto;
}

.consent-placeholder a {
    text-decoration: underline;
    border: none;
    color: #e0d4bc;
}

.consent-placeholder a:hover {
    text-decoration: none;
    border: none;
}

.plain-ml-wrapper label.tiny {
    font-size: 0;
    height: 0;
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
    .secondform .consent-placeholder {
        margin: 3vw auto;
    }
    

    .plain-ml-wrapper .mlform .consent-placeholder input[type="checkbox"]+label {
        font-size: 4.024vw;
        padding-left: 7.94vw;
    }

    .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked),
    .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked,
    .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked)+label:before,
    .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:before {
        width: 5.8vw;
        height: 5.8vw;
    }

    .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:after {
        top: 2vw;
        left: 1.5vw;
        font-size: 3vw;
    }

    .consent-placeholder {
        margin: 5.5vw auto 5vw;
    }

    .consent-placeholder span.input-error {
        top: -3.5vw;
    }
}