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

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

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

ul {
    list-style: none;
}

body {
    color: #edecc4;
    text-align: center;
	background: url(../img/enya_blur_BG_new.png) no-repeat 0 0;
    background-size: cover;
	font-family: "elza", sans-serif;
font-weight: 400;
font-style: normal;
  height: calc(100vh + 25px);
    position: relative;
}



.album-wrapper {
    width: 30%;
    margin: 0 auto;
    padding: 3vw 0 7vw;
}





.album-wrapper img:nth-child(2) {
    margin-top: 2vw;
}

.album-wrapper a {
    background: url("../img/WIDE_BUTTON.png") no-repeat;
    background-position: left top;
    background-size: 13.833vw 5.052vw;
    height: 5.072vw;
    line-height: 5.072vw;
    text-transform: uppercase;
    display: block;
    padding: 0;
    font-size: 1.6vw;
    width: 13.833vw;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
    transition: none;
    -webkit-transition: none;
    margin-top: 2vw;
}

.merch-outer-wrapper {
    background: url(../img/BG_PATTERN_2.jpg);
    padding: 6vw 0;
}

.merch-inner-wrapper {
    width: 70%;
    margin: 0 auto;
}

.merch-image-wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 2vw 0 1vw;
}

.merch-wrapper {
    background: #edecc4;
}

.merch-title {
    margin-bottom: 2vw;
    font-size: 1.5vw;
}

.merchname {
    font-size: 1vw;
    color: #000000;
    text-align: left;
    font-weight: bold;
}

.content-wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 0 0 2vw;
}

.merch-desc {
    color: #000000;
    text-align: left;
    font-size: 1vw;
    margin-top: 0.8vw;
}

.merch-cost {
    color: #7f1d18;
    text-align: left;
    margin-top: 3vw;
    display: inline-block;
    vertical-align: middle;
    width: 24%;
    height: 2vw;
    line-height: 1.4vw;
    font-size: 1.5vw;
}

.merch-btn a {
    font-size: 1vw;
    color: #7f1d18;
    display: block;
    text-align: left;
    background: url("../img/underline.png");
    background-repeat: no-repeat;
    background-size: 5vw;
    background-position: 0vw 1.3vw;
    height: 2vw;
    line-height: 1.4vw;
}

.merch-btn {
    display: inline-block;
    vertical-align: middle;
    margin-top: 3vw;
    width: 72%;
}

.mailing-lister-wrapper {
    padding: 0;
}

.message {
     font-size: 1.2vw;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 1vw;
    color: #7f1d18;
    font-weight: 600;
	    padding-top: 4vw;
}
option{
	background: #edecc4;
	color: #7f1d18;
}
form#mlistFormOne {
    width: 40%;
    margin: 0 auto;
}
.submit{
	padding-bottom: 2vw;
}
form#mlistFormOne input:not(.mlistSubmit) {
       font-size: 1.3vw;
    width: 100%;
    border: none;
    text-align: center;
    height: 3vw;
    line-height: 3vw;
    border-bottom: 2px dotted #7f1d18;
    color: #7f1d18;
    -webkit-text-fill-color: #7f1d18;
    background: transparent;
    text-transform: uppercase;
}

form#mlistFormOne input:focus-visible {
    outline: none;
}

form#mlistFormOne select {
    background: #7f1d18;
    height: 4vw;
    line-height: 4vw;
    width: 100%;
    color: #edecc4;
    font-size: 1.4vw;
    padding-left: 1.5vw;
	-webkit-appearance: none;
  -moz-appearance: none;
}

.country.fieldWrap {
    margin: 2vw auto 0vw;
}

form#mlistFormOne select:focus-visible {
    outline: none;
}

input#submit {
    height: 3.072vw;
    line-height: 3.072vw;
    text-transform: uppercase;
    display: block;
    padding: 0;
    font-size: 1.2vw;
    width: 12.833vw;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
    transition: none;
    -webkit-transition: none;
    margin-top: 0vw;
    border: none;
    background: #7f1d18;
    color: #edecc4;
    border-radius: 3vw;
    font-weight: 600;
}

.fadeOut {
    display: none;
}

a.terms {
    color: #7f1d18;
    font-size: 1.4vw;
    text-decoration: underline;
}

p.terms-message {
      color: #7f1d18;
       font-size: 0.8vw;
    margin: 0.3vw auto;
    text-transform: uppercase;
}

span.input-error {
    font-size: 0.8vw;
    color: #ff0000;
    display: block;
    padding: 0.5vw;
}

p.terms-message a {
    color: #7f1d18;
    text-decoration: underline;
    font-size: 0.8vw;
}

p.terms-message a:hover {
    text-decoration: none;
}
.mailClose {
    position: absolute;
    right: 1vw;
    top: 1vw;
    width: 2vw;
	cursor: pointer;
}
.mailClose img{
	width: 100%;
}
.mailClose:hover{
	opacity: 0.7;
}
div.terms {
    margin: 0 auto;
}

form#mlistFormOne>div {
    padding: 0.5vw 0;
}

div#thankyou.fadeIn {
    display: block;
    color: #7f1d18;
    font-size: 2vw;
       text-transform: uppercase;
    padding: 4vw;
}

footer {
    font-size: 1vw;
    padding-bottom: 0;
    position: absolute;
    bottom: 1vw;
    left: 0;
    right: 0;
}

.copyTextAndLinks * {
    color: #edecc4;
}

.copyrightText {
margin-bottom: 0;
margin-right: 0;
}

.copyLinks a {
    text-decoration: none;
	
}

.copyLinks a:hover {
    text-decoration: none;
	opacity: 0.7;
}

.socialWrapper a {
margin-right: 1.5vw;
    font-size: 1.1vw;
}
.socialWrapper a:last-child{
	margin-right: 0;
}
.socialWrapper {
padding-top: 0;
    padding-bottom: 1vw;
}
.copyTextAndLinks>div {
    display: inline-block;
	    text-transform: uppercase;
    font-size: 0.8vw;
}
a.terms:hover {
    text-decoration: none;
}

.socialWrapper a:hover,
.album-wrapper a:hover,
.merch-btn a:hover,
input#submit:hover {
    opacity: 0.5;
}


@media only screen and (max-width:1023px),
only screen and (max-width:1024px) and (orientation:portrait) {



    .album-wrapper {
        width: 80%;
        padding-top: 15vw;
    }

    .socialWrapper a {
        margin-right: 7vw;
        font-size: 6vw;
    }

    .socialWrapper a:last-child {
        margin: 0;
    }

    .socialWrapper {
        padding-top: 15vw;
        padding-bottom: 5vw;
    }


    .album-wrapper a {
        width: 70%;
        background-size: 100% 15vw;
        height: 15vw;
        font-size: 6vw;
        line-height: 15vw;
        margin-top: 20vw;
        margin-bottom: 10vw;
    }

    .merch-title {
        font-size: 6vw;
        margin-bottom: 15vw;
    }

    .merch-inner-wrapper {
        width: 100%;
    }

    .merch-outer-wrapper {
        padding: 40vw 0;
    }

    .merch-image-wrapper {
        padding: 7vw 0 2vw;
    }

    .merchname {
        font-size: 5vw;
    }

    .merch-desc {
        font-size: 3.1vw;
    }

    .merch-cost {
        font-size: 6vw;
        margin-top: 7vw;
        height: 8vw;
        line-height: 8vw;
    }

    .merch-btn a {
        font-size: 4vw;
        height: 8vw;
        line-height: 8vw;
        background-size: 17vw;
        background-position: 0 6vw;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        font-size: 9vw;
        color: #7f1d18;
    }

    .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        transform: translate(-50%, -50%);
        bottom: -40vw;
        right: 3vw;
    }

    .mailing-lister-wrapper {
        font-size: 0;
        border: none;
    }

    .owl-carousel {
        position: relative;
    }

    .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        transform: translate(-50%, -50%);
        bottom: -40vw;
        left: 11vw;
    }

    form#mlistFormOne {
        width: 90%;
    }

    .message {
        font-size: 7vw;
        margin-bottom: 9vw;
    }

    form#mlistFormOne input:not(.mlistSubmit) {
        font-size: 5vw;
        height: 10vw;
        line-height: 10vw;
    }

    form#mlistFormOne>div {
        padding: 2vw 0;
    }

    form#mlistFormOne select {
        height: 10vw;
        line-height: 10vw;
        font-size: 4vw;
    }

    input#submit {
        height: 20vw;
        line-height: 22vw;
        font-size: 4vw;
        width: 50%;
        background-size: 100% 20vw;
    }

    a.terms {
        font-size: 3vw;
    }

    p.terms-message {
        font-size: 3vw;
    }

    div#thankyou.fadeIn {
        font-size: 7vw;
    }

    div.terms {
        width: 90%;
        margin: 0 auto;
    }

    p.terms-message a {
        font-size: 3vw;
    }

    .copyTextAndLinks *,
    .copyTextAndLinks>div {
        font-size: 3vw;
    }
    .copyrightText {
        padding: 2vw 0 1vw;
    }
    a.ot-sdk-show-settings {
        display: block;
        margin-top: 2vw;
    }

    .copyrightText {
        margin-bottom: 0;
    }

    span.input-error {
        font-size: 3vw;
    }

    span.mob-none {
        display: none;
    }
}

.navWrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    padding-top: 2vw;
    align-items: start;
	min-height: auto;
}
.copyright-links span.year {
  font-family: "elza", sans-serif;
}
.logo {
    width: 13vw;
    font-size: 0;
    margin: 0;
}
.navItems {
    line-height: 1;
}

.logo img,.albumLogo img {
    width: 100%;
}
.navItems a {
    color: #7f1d18;
    text-transform: uppercase;
    margin-right: 3vw;
    font-family: "elza", sans-serif;
    font-size: 1.3vw;
    padding: 0;
    font-weight: 600;
}

.navItems a:last-child {
    margin-right: 0;
    padding-right: 0;
}
.navItems a:hover {
    opacity: 0.7;
}

.mobOpen{
	display: none;
}
 .video-embed {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        margin: 0 auto;
        z-index: 1;
    }
    
    .videoimage {
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 100;
    }
    
    a.play_button {
        display: inline-block;
        position: absolute;
        width: 3vw;
    height: 3.3vw;
        top: 50%;
        left: 50%;
        line-height: 0;
        z-index: 999;
        text-align: center;
        transform: translate(-50%, -50%);
    }
       a.play_button:hover{
		   opacity: 0.7;
	   }
    .video-embed iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100% !important;
    }
    .videoWrapper {
		width: 45%;
		margin: 0 auto;
		position: absolute;
		top: 48%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
.videoimage img {
    border-radius: 0.5vw;
	width: 100%;
}
a.play_button img{
	width: 100%;
}
.headText {
    font-size: 1.2vw;
    padding: 1.3vw 0;
    line-height: 1.3;
    font-weight: 300;
}
.watchbut.BUT {
    padding-top: 1.5vw;
    margin-bottom: 5vw;
}
.BUT a {
    background: #edecc4;
    color: #7f1d18;
    padding: 0;
    border-radius: 3vw;
    display: block;
    width: 15vw;
    margin: 0 auto;
    height: 6vh;
    line-height: 7vh;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.1vw;
}
.BUT a:hover{
	opacity: 0.7;
}
.watchbut.BUT a{
	width: 18vw;
}
.mlistwrapper .mlform .globaloptin {
    margin-top: 2vw;
}
.mlistwrapper form#mlistFormOne .globaloptin,.mlistwrapper form#mlistFormOne input#artist_mktg_consent {
    position: relative;
}
.mlistwrapper form#mlistFormOne .globaloptin input[type="checkbox"] {
    width: 1vw;
    height: 1vw;
    margin-top: 0;
    display: inline-block;
    vertical-align: top;
    border: 0.1vw solid #7f1d18;
    margin-right: 0.4vw;
    opacity: 1;
    -webkit-appearance: none;
    color: #7f1d18;
    -webkit-text-fill-color: #7f1d18;
}
.mlistwrapper form#mlistFormOne .globaloptin label {
    width: 89%;
    padding-left: 1%;
    text-align: left;
    display: inline-block;
    padding-top: 0;
}
.mlistwrapper .mlform .globaloptin label, .mlistwrapper .mlform .globaloptin label a {
    font-size: 0.7vw;
    text-transform: none;
    color: #7f1d18;
    font-family: var(--site-primary-font);
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 0;
}
.mlistwrapper .mlform .globaloptin label a:hover{
    opacity: 0.7;
}
.mlform .globaloptin label a{
    text-decoration: underline;
}
form#mlistFormOne input#artist_mktg_consent.errored {
    border: 0.1vw solid red;
}
.mlistwrapper form#mlistFormOne input#artist_mktg_consent:checked:after {
    content: "\2713";
    color: #7f1d18;
    display: block;
    text-align: center;
    font-size: 0.7vw;
    line-height: 12px;
    /* margin-top: 2px; */
    margin-top: 2px;
    margin-left: -3px;
    box-sizing: border-box;
    left: 64%;
    position: absolute;
    top: 46%;
    transform: translate(-50%, -50%);
}
form#mlistFormOne div.globaloptin {
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
}
@media only screen and (max-width: 1023px) and (orientation: portrait){
	.logomob {
		width: 200px;
		font-size: 0;
		margin: 0;
	}
	.mobOpen{
		display: block;
		width: 50px;
	}
	.mobOpen img{
		width: 100%;
	}
	.navWrapper.desk .navItems{
		display: none;
	}
	.mobileNav{
		position: fixed;
		height: 100vh;
		width: 100%;
		z-index: 999;
		background: #edecc4;
		top: 0;
		padding: 25px;
	}
	.mobileNav .navItems a{
		color: #7f1d18;
	}
	.mobClose{
		
		font-size: 50px;
	  font-family: "elza", sans-serif;
		line-height: 1;
	}
	.navItems a:hover {
		opacity: 0.7;
	}
	.navItems a{
		display:block;
		margin-right: 0;
		margin-bottom: 40px;
		font-size: 25px;
		padding: 0;
	}
	.navItems a:last-child{
		margin-bottom: 0;
	}
	.navWrapper{
		padding-top: 40px;
	}
	.logo {
		width: 200px;
		font-size: 0;
		margin: 0;
	}
	.mobInner{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: start;
	}
	.mobileNav .navItems {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		text-align: center;
	}
	.mobileNav .copyright-links a, .mobileNav .copyright-links span{
		color: #7f1d18;
	}
	.mobileNav .copyright-links, .mobileNav{
		text-align: center;
	}
	.mobileNav .copywrightWrapper {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.mobileNav .socials {
		position: absolute;
		bottom: 65px;
		left: 0;
		right: 0;
	}
	.mobileNav .icons {
		margin-right: 22px;
		font-size: 25px;
	}
.social-content a{
	    margin-right: 7vw;
    font-size: 6vw;
	color: #7f1d18;
}
form#mlistFormOne div.globaloptin {
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
}
.mlistwrapper form#mlistFormOne .globaloptin input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border: 1px solid #7f1d18;
    margin-right: 6px;
    border-radius: 0;
}
.mlistwrapper form#mlistFormOne .globaloptin label {
    width: 87%;
    padding-left: 1%;
}
.mlistwrapper .mlform .globaloptin label, .mlistwrapper .mlform .globaloptin label a {
    font-size: 12px;
}
.mlistwrapper .mlform input#artist_mktg_consent:checked:after {
    font-size: 19px;
}
}
.logo a:hover{
opacity: 0.7;
}
.mlistLB {
    position: fixed;
    top: 0;
    height: 100vh;
    z-index: 9999;
    left: 0;
    right: 0;
}
.lbInner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
    background: #edecc4;
	border-radius:1vw;
}
@media only screen and (max-width: 1024px){
	.videoWrapper {
		width: 90%;
		margin: 0 auto;
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.headText {
    font-size: 24px;
    padding: 30px 0;
    line-height: 1.3;
    font-weight: 300;
}
a.play_button{
	width: 45px;
    height: 50px;
}
.BUT a {
    background: #edecc4;
    color: #7f1d18;
    padding: 0;
    border-radius: 50px;
    display: block;
    width: 250px;
    margin: 0 auto;
    height: 45px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}
.watchbut.BUT {
    padding-top: 30px;
}
.watchbut.BUT a {
    width: 300px;
}
footer {
    font-size: 0;
    padding-bottom: 0;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
}
.socialWrapper {
    padding-top: 0;
    padding-bottom: 20px;
}
.socialWrapper a {
    margin-right: 20px;
    font-size: 25px;
}
body{
	height: auto;
    min-height: 100vh;
}
.copyTextAndLinks>div {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
}
.copyTextAndLinks * {
    font-size: 10px;
}
a.ot-sdk-show-settings {
    display: block;
    margin-top: 0;
}
.copyTextAndLinks {
    line-height: 1.3;
    padding-bottom: 10px;
}
.videoimage img,.lbInner{
	    border-radius: 10px;
}
.lbInner{
	width: 80%;
}
.mailClose {
    position: absolute;
    right: 14px;
    top: 14px;
    width: 25px;
    cursor: pointer;
}
.message {
    font-size: 20px;
    margin-bottom: 20px;
    padding-top: 50px;
    max-width: 90%;
    margin: 0 auto;
}
.message br {
    display: none;
}
form#mlistFormOne input:not(.mlistSubmit) {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
}
form#mlistFormOne>div {
    padding: 0;
}
form#mlistFormOne .fieldWrap {
    padding: 15px 0;
}
div.terms {
    width: 90%;
    margin: 10px auto 20px;
}
p.terms-message,p.terms-message a {
    font-size: 12px;
}
input#submit {
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    width: 50%;
    background-size: auto;
    border-radius: 20px;
}
.submit {
    margin-bottom: 40px;
}
span.input-error {
    font-size: 14px;
    padding-top: 5px;
}
div#thankyou.fadeIn {
    font-size: 25px;
    padding: 40px;
}
}
@media only screen and (max-width: 767px){
.mobileNav .socials{
bottom: 120px;
}
.mobileNav .copywrightWrapper{
bottom: 60px;
}
}
@media only screen and (max-width: 1023px) and (orientation: landscape){
	.lbInner {
		width: 80%;
		height: 90vh;
		overflow-y: scroll;
	}
	div#thankyou.fadeIn {
		font-size: 25px;
		padding: 40px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		padding: 0;
	}
}
