@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?1gcgst');
  src:  url('../fonts/icomoon.eot?1gcgst#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?1gcgst') format('truetype'),
    url('../fonts/icomoon.woff?1gcgst') format('woff'),
    url('../fonts/icomoon.svg?1gcgst#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-external-link:before {
  content: "\e900";
}
.icon-shopping-cart:before {
  content: "\e901";
}
.icon-tiktok:before {
  content: "\e902";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-spotify:before {
  content: "\ea94";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-appleinc:before {
  content: "\eabe";
}


html,
body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}

ul {
padding: 0;
margin: 0;
}

body {
padding: 0px;
margin: 0px;
text-align: center;
color: #fff;
font-family: "din-condensed", sans-serif;
    font-weight: 700;
font-style: normal;
background-color: #000000;
background: url(../images/header_desktop.jpg);
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
min-height: 102vh;
/*position: relative;*/
z-index: 10000;
/* background-attachment: fixed;
scroll-behavior: smooth; */
}

body.tourPage .menu-wrapper li.tour-link-wrapper a {
color: #fff;
}

body.musicPage .menu-wrapper li.music-link-wrapper a {
color: #fff;
}

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

img {
max-width: 100%;
height: auto;
}
.dedMode>div img, .pepMode>div img {
    width: 53px;
}

.headerOurerWrapper {
background: url(../images/headerImg.jpg);
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
min-height: 102vh;
/*position: relative;*/
z-index: 10000;
background-attachment: fixed;
background: none;
}

.socialIcons li {
display: inline-block;
}

.socialIcons a {
text-decoration: none;
color: #fbdd00;
padding-right: 24px;
font-size: 20px;
transition: all 0.5s ease-in-out;
}

.socialIcons a#soundcloudSocial {
font-size: 28px;
vertical-align: sub;
}

.logoWrapper {
margin: 0 auto;
/* padding-top: 26px; */
position: absolute;
top: 28px;
left: 28px;
z-index: 5;
transition: all 0.5s ease-in-out;
}
.logoWrapper:hover {
opacity: 0.5;
}

.logoWrapper h1 {
margin: 0 auto;
}

img.artistLogoDesk {
display: inline-block;
max-width: 74px;
vertical-align: middle;
}

span.logoTitle {
display: inline-block;
vertical-align: middle;
font-size: 54px;
letter-spacing: 5.4px;
padding-left: 26px;
font-weight: 300;
color: #fbdd00;
}

.menu-wrapper {
}

.menu-wrapper li {
margin: 22px 0;
list-style: none;
margin-left: 40%;
font-size: 20px;
line-height: 1;
}

.menu-wrapper li:last-child {
margin-right: 0;
}

ul.menu li.active {
list-style: disc;
color: #fbdd00;
}

ul.menu {
width: auto;
text-align: left;
float: left;
position: fixed;
top: 14vw;
margin: 3.5em 3.5em 4.1em 2.3em;
left: 0;
display: block;
background: url(../images/red-line.png) no-repeat;
background-size: 3% 90%;
background-position-x: 23%;
background-position: 23% 60%;
}

.menu-wrapper li a {
display: inline-block;
vertical-align: middle;
text-transform: uppercase;
text-decoration: none;
font-size: 1.2vw;
color: #fbdd00;
transition: all 0.5s ease-in-out;
letter-spacing: 1.4px;
}

.menu-wrapper li.active a,
.menu-wrapper li a:hover {
color: #fbdd00;
}

.title {
font-size: 40px;
font-weight: 400;
margin-bottom: 30px;
text-transform: uppercase;
}

.morebutton {
color: #fff;
font-size: 1.2vw;
text-decoration: underline;
width: 110px;
text-transform: uppercase;
}

a.morebutton:hover {
text-decoration: none;
}

/* Header scroll animation */

@keyframes scroll_1 {
0% {
  transform: translateY(0);
}
25% {
  transform: translateY(-0.6em);
}
50% {
  transform: translateY(0);
}
75% {
  transform: translateY(0.6em);
}
100% {
  transform: translateY(0);
}
}

.scroll-desktop {
position: fixed;
bottom: 45px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-o-transform: translateX(-50%);
-moz-transform: translateX(-50%);
}

.scroll-icon__wheel-outer {
display: block;
position: absolute;
left: 50%;
top: 0.6em;
height: 1em;
width: 0.4em;
margin-left: -0.2em;
border-radius: 0.4em;
overflow: hidden;
}

.scroll-icon__wheel-inner {
display: block;
height: 100%;
width: 100%;
border-radius: inherit;
background: #fff;
animation: scroll_1 2.75s ease-in-out infinite;
}

.scroll-icon {
display: block;
margin: 0 auto;
position: relative;
height: 60px;
width: 35px;
border: 4px solid #fff;
border-radius: 20px;
font-size: 15px;
}

a#soundColudSocial {
font-size: 24px;
vertical-align: sub;
}

.socialIcons a:hover {
opacity: 0.5;
}

span.mobsep.sep {
display: block;
}

.mobBlock {
display: inline-block;
}

span.mobsep.sep {
display: inline-block;
}

/*carousel styles*/

.Header-Video-Album .Hleft-wrap {
max-width: 900px;
margin: 0 auto;
padding-top: 70px;
text-align: center;
}

.menu-logo-wrapper {
position: fixed;
z-index: 999;
}

.menu-logo-wrapper.interior {
position: relative;
}

.linkbutton {
padding: 9px;
padding-top: 10px;
padding-bottom: 10px;
width: 43%;
text-align: center;
display: inline-block;
vertical-align: middle;
font-style: normal;
font-weight: 400;
font-size: 10px;
letter-spacing: 3px;
}

.content-wrap.music {
margin-top: 1px;
}

.menu-wrapper li a:hover {
opacity: 0.5;
}

.getlinkbutton {
width: 40%;
display: inline-block;
vertical-align: middle;
text-transform: uppercase;
padding: 10px;
padding-top: 17px;
padding-bottom: 15px;
text-align: center;
margin-right: 3px;
font-size: 10px;
letter-spacing: 3px;
font-style: normal;
font-weight: 400;
}

.musicbg a:hover {
opacity: 0.5;
}

a.getlinkbutton {
color: #000;
text-decoration: none;
background-color: #eae5e5;
}

a.linkbutton {
color: #000;
text-decoration: none;
}

.linkbutton {
background-color: #eae5e5;
text-transform: uppercase;
text-align: center;
}

.Headeralbumart {
max-width: 264px;
margin: 0 auto;
}

.links {
width: 96%;
position: relative;
max-width: 280px;
margin: 0 auto;
margin-top: 10px;
}

footer {
background: #000;
}

.contentInnerWrapper {
background: #000;
position: relative;
z-index: 3;
}

/* #thankyoublock-innerwrapper {
  
  
  
   margin: 0 auto;
  
  
  
   position: absolute;
  
  
  
   left: 90%;
  
  
  
   transform: translate(-50%, 50%);
  
  
  
   width: 100%;
  
  
  
   margin: 0 auto;
  
  
  
   text-align: center;
  
  
  
   background: #a2a2a2;
  
  
  
   } */

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: #000000;
-webkit-box-shadow: 0 0 0px 1000px #fff9ea inset;
}

.tour_mlist #secondform input:-webkit-autofill,
.tour_mlist #secondform input:-webkit-autofill:hover,
.tour_mlist #secondform input:-webkit-autofill:focus textarea:-webkit-autofill,
.tour_mlist
#secondform
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
.tour_mlist #secondform select:-webkit-autofill,
.tour_mlist #secondform select:-webkit-autofill:hover,
.tour_mlist #secondform select:-webkit-autofill:focus {
-webkit-text-fill-color: #666666;
-webkit-box-shadow: 0 0 0px 1000px #e6e6e6 inset;
}

.second-line {
margin-top: 10px;
}

.Headeralbumart {
/* position: relative; */
}

.Spotify-follow1 {
max-width: 280px;
width: 100%;
margin: 0 auto;
text-align: center;
margin-left: 43px;
}

.followWrapper {
margin-top: 18px;
margin-bottom: 20px;
}

.ytube-follow {
margin-top: 3px;
}

select {
background: url(../image/icons8-expand-arrow-26.png) no-repeat 95% center;
background-size: 12px;
}

.thankyou-message.embed {
display: none;
}

.followWrapper a {
color: #000;
}

.follow a {
text-decoration: none;
background: #eae5e5;
padding: 10px 10px;
margin-bottom: 10px;
margin-top: 5px;
font-style: normal;
font-weight: 400;
font-size: 10px;
letter-spacing: 3px;
text-transform: uppercase;
}

.followWrapper a:hover {
/*opacity: 0.5;*/
background-color: #ffefc5;
}

input#email.error {
border-bottom: 3px solid red;
}

#thankyoublock-innerwrapper .thankyou-message.embed {
display: block;
text-transform: uppercase;
color: #000;
padding-bottom: 20px;
font-style: normal;
font-weight: 400;
font-size: 12px;
}

.secondFormCloseWrap a {
right: 2%;
display: inline-block;
position: absolute;
}

.thankswelcome-msg {
line-height: 20px;
color: #000;
padding-bottom: 20px;
font-style: normal;
font-weight: 400;
font-size: 12px;
}

#thankyouBlock {
padding-top: 18px;
max-width: 100%;
width: 100%;
margin: 0 auto;
position: relative;
}

.secondFormCloseWrap {
text-align: right;
}

.secondFormCloseWrap a {
display: inline-block;
position: static;
color: #000;
}

input#postalcode {
height: 40px;
width: 100%;
padding-left: 10px;
background-color: transparent;
}

.mlist-field.postalcode {
width: 100%;
text-align: center;
margin-bottom: 10px;
}

.mlist-field.country {
width: 100%;
text-align: center;
margin-bottom: 10px;
}

select#country {
width: 100%;
height: 40px;
padding-left: 10px;
text-transform: uppercase;
}

.mlist-field.mlist-field1 {
width: 100%;
margin-bottom: 10px;
text-align: center;
}

input#firstname {
width: 100%;
padding-left: 10px;
background-color: transparent;
}

::-webkit-input-placeholder {
color: #000;
}

:-ms-input-placeholder {
color: #000;
}

::-moz-placeholder {
color: #000;
}

:-moz-placeholder {
color: #000;
}

#thankyoublock-innerwrapper .mlist-field {
font-size: 0;
margin-bottom: 10px;
}

select#dobMonth {
width: 49%;
height: 35px;
display: inline-block;
margin-right: 2%;
padding-left: 10px;
}

select#dobDay {
width: 49%;
height: 35px;
display: inline-block;
padding-left: 10px;
}

#thankyoublock-innerwrapper input.submit {
border: 0;
background: #ffe49b;
color: #fff;
padding: 0;
cursor: pointer;
border: 1px solid #ffe49b;
/*width: 50%;*/
}

.mlist-submit-new input.submit {
width: 50%;
}

#thankyoublock-innerwrapper .mlist-field {
display: inline-block;
width: 100%;
vertical-align: top;
max-width: 100%;
}

#thankyoublock-innerwrapper input.submit:hover {
text-decoration: none;
background-color: #ffefc5;
border: 1px solid #ffefc5;
}

select {
background: url(../image/icons8-expand-arrow-26.png) no-repeat 95% center;
background-size: 12px;
}

input,
select {
border-radius: 0;
border: none;
outline: none;
text-transform: uppercase;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
height: 40px;
color: #fff;
appearance: none;
width: 100%;
padding-left: 10px;
background-color: gray;
font-style: normal;
font-weight: 400;
font-size: 10px;
letter-spacing: 3px;
box-sizing: border-box;
}

.termsContent {
position: absolute;
max-width: 280px;
}

.termsWrapper {
font-style: normal;
font-weight: 400;
font-size: 8.12px;
margin-top: 12px;
max-width: 100%;
text-align: center;
position: relative;
color: #fff;
/* margin: 0 auto; */
}

div#secondary-list-values {
width: 100%;
}

.termsWrapper.second .termsContent {
background: #ffe49b;
color: #fff;
padding: 10px 8px;
font-size: 12px;
/* top: 50%; */
/* bottom: -101px; */
position: relative;
text-align: center;
margin: 0 auto;
width: 100%;
max-width: 384px;
}

.headerOurerWrapper a.getitnow {
padding: 9px 53px;
}

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

.owl-carousel .owl-stage-outer {
overflow: hidden;
}

.owl-nav button {
position: absolute;
top: calc(50% - 41px);
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
width: 30px;
height: 30px;
outline: none;
border: none;
}

.owl-nav button:active {
outline: none;
}

.owl-nav button span {
display: none;
}

body .owl-carousel .owl-nav button.owl-prev {
background: url("../images/left_1.png") no-repeat scroll center 38%;
background: url(../images/left-arrow.svg) no-repeat scroll center top;
left: -50px;
height: 30px;
width: 30px;
transition: all 0.5s ease-in-out;
}

body .owl-carousel .owl-dots.disabled,
body .owl-carousel .owl-nav.disabled {
display: block;
}

body .owl-carousel .owl-nav button.owl-next {
background: url(../images/right_new.png) no-repeat scroll center 38%;
background: url(../images/right-arrow.svg) no-repeat scroll center top;
right: -50px;
height: 30px;
width: 30px;
transition: all 0.5s ease-in-out;
}

body .owl-carousel .owl-nav button.owl-next:hover,
body .owl-carousel .owl-nav button.owl-prev:hover {
opacity: 0.5;
}

li {
list-style: none;
}

.videoConatiner {
background: #e8e5eb;
}

.videoCarousel {
position: relative;
overflow: hidden;
padding: 30px 0;
}

ul.owl-carousel {
padding: 0;
/*max-width: 79.7%;*/
width: 100%;
margin: 0 auto;
position: relative;
}

.Header-Video-Album {
padding-top: 50px;
background: #000000;
height: 115vh;
min-height: 100vh;
background: url(../images/dEd_PhotoByLindseyBlane.jpg) no-repeat;
background-size: cover;
box-sizing: border-box;
background-position: left top;
position: relative;
}

a.pre-save.linkout {
margin-top: 5px;
}

.musicbg {
position: absolute;
left: 0;
bottom: 30px;
text-align: center;
width: 100%;
}

.albumContent {
display: inline-block;
vertical-align: top;
text-align: center;
width: 23vw;
padding: 32px 12.5px;
}

.section-title {
margin: 0 12px;
margin-left: 0;
padding: 32px 23px;
margin-right: 54%;
font-size: 28px;
}

.albumContent {
border: 1px solid #fbdd00;
margin: 0 auto;
margin-right: 0;
padding: 32px 23px;
margin-left: 65%;
}

.musicOverallWrapper .total-wrap {
/* max-width: 87%;
margin: 0 auto;*/
}

.Midalbumart {
position: relative;
height: max-content;
}

.albumTitle {
font-size: 58px;
text-transform: uppercase;
text-align: center;
line-height: 56px;
letter-spacing: 2px;
margin-top: 4px;
}

.getItNow a {
width: 100%;
text-decoration: none;
text-transform: uppercase;
height: 50px;
line-height: 50px;
font-size: 1.2vw;
border: 1px solid #fff;
display: inline-block;
transition: all 0.5s ease-in-out;
height: 3.8vw;
line-height: 3.8vw;
}

/*a.linkout {
display: none;
}*/

.getItNow {
padding-top: 13px;
}

.getItNow a:hover {
background: #F80000 !important;
border: 1px solid #007CD2 !important;
color: #007CD2 !important;
}

.albumContent:first-child .getItNow a {
border: 1px solid #AA0001;
color: #A40000;
background: #000000;
}

.overlayText {
position: absolute;
font-size: 20px;
color: #fff;
text-align: center;
width: 100%;
top: 50%;
left: 0;
transform: translateY(-50%);
color: #eae5e5;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 4px;
padding: 0 10px;
box-sizing: border-box;
line-height: 1.3;
}

.video-play.bottom {
background: url(../images/PlayButtonWhite.png);
background-size: 100% auto;
}

a.preplay {
position: absolute;
top: 50%;
left: 50%;
z-index: 1000;
cursor: pointer;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
text-decoration: none;
width: 100%;
}

.video-play {
width: 37px;
height: 37px;
margin: 0 auto;
background-size: 100% auto;
/*display: inline-block;*/
vertical-align: middle;
}

.videoCarousel .owl-carousel .owl-nav button.owl-next {
background: url(../images/right-arrow.svg) no-repeat scroll center top;
right: 22px;
}

.videoCarousel .owl-carousel .owl-nav button.owl-prev {
background: url(../images/left-arrow.svg) no-repeat scroll center top;
left: 35px;
}

.youtube-player img {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}

.footerSocial {
background: #000;
}

.footerSocial ul.socialIcons {
margin: 0;
color: #000;
}

.footerSocial .socialIcons a {
color: #000;
margin-right: 25px;
padding: 0;
font-size: 24px;
}

.footerSocial .socialIcons a#soundcloudSocial {
font-size: 32px;
vertical-align: sub;
}

.footerSocial a#soundColudSocial {
font-size: 37px;
vertical-align: sub;
}

.tsunamiLogo {
max-width: 50px;
margin: 0 auto;
padding: 25px 0 11px 0;
}

.copyRightWrapper {
font-size: 12px;
text-transform: lowercase;
padding-bottom: 50px;
}

.copyRightWrapper a {
color: #000;
text-decoration: none;
}

.mobilemenu {
display: none;
}

.main-video-wrap span.youtubeplay img {
border: 2px solid #fff;
border-radius: 40px;
padding: 12px;
padding-left: 15px;
cursor: pointer;
}

.heaqder-socials-wrapper {
margin: 9px auto;
margin-bottom: 20px;
position: fixed;
right: 44px;
top: 44px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
.videoLB .play-button1.playicon-play {
  width: 100%;
}
.scroll-desktop {
  position: absolute;
}
.videoLB {
  width: 45%;
  margin: 0 auto;
}
.headerOurerWrapper .mlistwrapper {
  position: absolute;
}
body.homepage:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background: url(../images/header-img-desk.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.albumContent {
  /* width: auto; */
  margin: 0 auto;
}
.Header-Video-Album {
  padding-top: 5vh;
  background: url(../images/debmobile.png) no-repeat transparent;
  background-size: cover;
  background-position: center top;
}
.musicbg {
  padding-top: 0px;
}
.headerOurerWrapper {
  background: url(../images/header_mobile.jpg) no-repeat;
  background-size: cover;
}
.albumContent:first-child {
  margin: 0 auto;
  margin-top: 55%;
  max-width: 400px;
}
.section-title {
  margin: 0 auto;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
.headerOurerWrapper {
  background: url(../images/header_desktop.jpg);
  background-size: cover;
  background-position: top;
}
body.homepage:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background: url(../images/header-img-desk.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.albumContent {
  width: 234px;
}
}

@media only screen and (max-width: 767px) {
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
  font-size: 16px;
}
.headerOurerWrapper .mlistwrapper {
  position: absolute;
}
.logoWrapper h1 {
  margin: 0;
}
body.homepage:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background: url(../images/header-img-desk.jpg);
  background-size: cover;
  background-position: center;
}
body .headerOurerWrapper {
  background-attachment: fixed;
  background: url(../images/header_mobile.jpg) no-repeat;
  background-size: 100% auto;
  /* background: none; */
  background-size: cover;
}
.scroll-desktop {
  bottom: 210px;
  position: absolute;
}
span.mobsep.sep {
  display: none;
}
body .mobBlock {
  display: block;
}
body .copyRightWrapper {
  font-size: 8px;
  text-transform: lowercase;
  padding-bottom: 20px;
  max-width: 95%;
  margin: 0 auto;
}
body .Mid-wrap .owl-carousel .owl-nav button.owl-prev {
  background: url(../images/left_mob.png) no-repeat scroll center 38%;
  background: url(../images/left-arrow.svg) no-repeat scroll center top;
  left: 0;
  height: 30px;
  width: 30px;
}
body .Mid-wrap .owl-carousel .owl-nav button.owl-next {
  background: url(../images/right_mob.png) no-repeat scroll center 38%;
  background: url(../images/right-arrow.svg) no-repeat scroll center top;
  right: 0;
  height: 30px;
  width: 30px;
}
.Header-Video-Album {
  padding-top: 300px;
  background: url(../images/debmobile.png) no-repeat transparent;
  background-size: cover;
  /* box-sizing: border-box; */
  background-position: top;
}
.albumContent:first-child {
  margin: 0 auto;
  padding: 28px 23px;
  margin-bottom: 61px;
}
.leftWrapper {
  max-width: 430px;
  position: absolute;
  left: unset;
  width: 100%;
  transform: unset;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
}
.getitNowButton {
  position: unset;
  padding-top: 28px;
  margin: 0 auto;
}
.whileWeWant {
  margin-bottom: 0;
}
a.getitnow {
  padding: 10px 60px;
}
ul.socialIcons {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
}
.rightWrapper {
  bottom: 39px;
  margin: 0 auto;
  right: unset;
  transform: unset;
  text-align: center;
  width: 100%;
  max-width: 100%;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  opacity: 0.5;
}
.owl-item.active img {
  opacity: 1;
}
.logo img.desk {
  display: block;
  filter: drop-shadow(2px 2px 2px #000);
  margin: 0 auto;
}
.logo img.mob {
  display: none;
}
.dropdownwrap {
  max-width: 450px;
  margin: 0 auto;
  padding-top: 0px;
  text-align: center;
  width: 94%;
}
#content .links a.linkbutton.arrow-down {
  margin-top: 10px;
}
.owl-carousel .owl-nav.disabled {
  display: block;
}
.videoGif img {
  display: block;
  width: 100%;
}
.videoGif video {
  display: none;
}
.inner-container {
  max-width: 100%;
}
.Spotify-follow1 {
  width: 20%;
  text-align: center;
  margin: 0 auto;
}
form#secondForm {
  overflow-y: scroll;
  padding-top: 0;
}
.mlist-outer-wrapper.embedded-inline-list.country-detect
  #thankyouBlock
  #thankyoublock-innerwrapper {
  max-width: 90%;
  margin: 0 auto;
}
iframe#ytplayer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
body {
  margin: 0;
}
.logo {
  margin: 0 auto;
  text-align: center;
  width: 90%;
}
.Headeralbumart {
  display: block;
  width: 90%;
  vertical-align: middle;
  margin: 0 auto;
}
.links {
  width: 350px;
  display: inline-block;
  vertical-align: middle;
}
div#embed1 {
  overflow: hidden;
}
.albumContent {
  width: auto;
  padding: 20px 23px;
  margin: 0 auto;
}
.section-title {
  text-align: center;
  margin: 0 auto;
}
.getlinkbutton {
  width: 86%;
  margin-bottom: 1px;
  display: inline-block;
  vertical-align: top;
  padding-top: 18px;
  margin: 0 auto;
}
.linkbutton {
  width: 87%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  padding-top: 18px;
  padding-bottom: 18px;
}
.youtube-player iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.Header-Video-Album .Hleft-wrap {
  max-width: 450px;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
}
.youtube-player {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 56.25%;
  margin-top: 30px;
}
.youtube-embed {
  width: 100%;
  /*max-width: 264px;*/
}
.header {
  padding-top: 97.9%;
}
.mlistheader {
  color: #fff;
  width: 100%;
  font-size: 20px;
}
fieldset {
  max-width: 100%;
}
.mlist {
  display: block;
  vertical-align: top;
  width: 90%;
  margin: 0 auto;
  color: #fff;
}
.mlist-social-wrap {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.socials {
  display: block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 0 auto;
}
.socials a {
  color: #000;
  background-color: #fff;
}
.first-line,
.second-line {
  display: inline-block;
}
.terms {
  color: #fff;
  text-align: right;
  padding-right: 0;
}
span.copy {
  display: block;
}
span.desktop {
  display: none;
}
.copyright {
  line-height: 1.5;
}
.mlist-header,
.first-wrap {
  text-align: center;
}
.secondFormCloseWrap a,
#thankyoublock-innerwrapper .thankyou-message.embed,
.thankswelcome-msg,
.copyright a,
.copyright {
  color: #eae5e5;
}
#thankyoublock-innerwrapper input.submit {
}
.second .terms {
  color: #eae5e5;
  text-align: center;
  padding-right: 0;
}
#thankyouBlock.final-screen .thankyou-message.embed {
}
input#postalcode {
  width: 100%;
}
footer {
  background: none;
}
.mlist-submit input.submit {
}
input.submit.button {
  color: #000;
}
.streamSelector {
  width: 93%;
  right: 3.2%;
}
#thankyoublock-innerwrapper .thankyou-message.embed {
  padding: 10px;
}
/*.termsWrapper.second .termsContent {
  
       bottom: 25px;
  
       margin-right: 6px;
  
       background: #eae5e5;
  
       color: #000;
  
       padding: 10px 8px;
  
       font-size: 10px;
  
       max-width: 265px;
  
       }*/
.termsWrapper.first .termscontent {
  /* bottom: 8px; */
  margin-right: 6px;
  background: #eae5e5;
  color: #000;
  margin-top: 2px;
  padding: 10px 8px;
  font-size: 10px;
}
.albumContent .getItNow {
  margin-top: 9px;
}
.albumContent .getitNow a {
  padding: 14px 10px;
}
ul.owl-carousel {
  width: 100%;
}
.videoCarousel {
  padding-bottom: 60px;
}
.overlayText {
  font-size: 12px;
  padding: 0 5px;
}
.logoWrapper {
  max-width: 100%;
  margin: 0 auto;
  /* padding-top: 26px; */
  left: 44%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
img.artistLogoDesk {
  max-width: 28%;
}
span.logoTitle {
  width: 49%;
}
.mobilemenu {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  color: #212526;
  padding: 20px 0 15px 15px;
}
.menu-content ul.menu {
  display: none;
}
.menu-wrapper ul.menu li {
  padding-top: 15px;
}
.menu-content ul.menu li {
  position: relative;
  width: 100%;
  margin: 0;
}
.overlays.open {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*background: #fff;*/
  z-index: 100;
  width: 100%;
}
.menu-content ul.menu.showed {
  display: block;
  padding: 0;
  margin: 0;
  position: fixed;
  top: 85px;
  right: 0;
  bottom: 0;
  left: 20px;
  background: #081ccf;
  z-index: 10000000000;
  width: 150px;
  height: 280px;
  text-align: left;
  padding-left: 25px;
}
.nav-toggle {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  width: 50px;
  height: 50px;
  z-index: 30;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
}
.nav-toggle {
  z-index: 999;
}
.nav-toggle span {
  width: 25px;
  display: block;
  height: 3px;
  position: absolute;
  left: 13px;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background: #fbdd00;
}
.nav-toggle span:nth-child(1) {
  top: 15px;
}
.nav-toggle span:nth-child(2) {
  top: 22px;
}
.nav-toggle span:nth-child(3) {
  top: 29px;
}
.mobilemenu.open .nav-toggle span:nth-child(1) {
  top: 4px;
  -webkit-transform: rotateZ(46deg) translate(8px, 12px);
  transform: rotateZ(46deg) translate(8px, 12px);
}
.mobilemenu.open .nav-toggle span:nth-child(2) {
  /* opacity: 0; */
  /* left: -30px; */
  top: 22px;
  -webkit-transform: rotateZ(-46deg) translate(1px, -5px);
  transform: rotateZ(-46deg) translate(1px, -5px);
}
.mobilemenu.open .nav-toggle span:nth-child(3) {
  top: 22px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(90deg);
  left: 5px;
  width: 0;
}
ul.menu.showed::before {
  content: "";
  position: absolute;
  top: -13px;
  width: 0;
  height: 0;
  border-bottom: solid 14px #081ccf;
  border-left: solid 7px transparent;
  border-right: solid 7px transparent;
  left: 15px;
}
.headerOurerWrapper {
  background-attachment: unset;
}
.scroll-icon {
  height: 45px;
  width: 25px;
}
.heaqder-socials-wrapper {
  position: static;
}
.albumTitle {
  padding-top: 20px;
}
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
body.homepage:after {
  background: url(../images/headerImg.jpg) no-repeat;
  background-size: 100% auto;
}
.mlist-outer-wrapper.embedded-inline-list.country-detect
  #thankyouBlock
  #thankyoublock-innerwrapper {
  max-width: 90%;
  margin: 0 auto;
}
.scroll-desktop {
  bottom: 0;
  position: absolute;
}
.mlist-outer-wrapper.embedded-inline-list.country-detect
  #thankyouBlock
  #thankyoublock-innerwrapper {
  position: static;
  transform: none;
  -webkit-transform: none;
  margin-bottom: 50px;
}
.logoWrapper {
  top: 0;
  position: absolute;
}
.headerOurerWrapper {
  background-attachment: fixed;
  min-height: 162vw;
}
body .mlistwrapper {
  top: 94vw;
  position: absolute;
}
body.tourPage.interiorpage .tour_mlist .mlistwrapper {
  top: 0;
}
}

@media only screen and (min-width: 1500px) {
.videoLB .txt {
  display: none;
}
}

@media (max-width: 767px) and (orientation: portrait) {
span.logoTitle {
  width: 60%;
  font-size: 39px;
  letter-spacing: 3.9px;
  padding-left: 15px;
}
.logoWrapper {
  top: 20px;
  right: 20px;
  transform: unset;
  z-index: 1000;
}
.Header-Video-Album {
  padding-top: 235px;
}
}

.socialIcons li:last-child a {
padding-right: 0px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
div#musicSectionstart {
  min-height: 100vh;
  height: auto;
  background: url(../images/dEd_PhotoByLindseyBlane.jpg) no-repeat transparent;
  background-size: cover;
}
.copyRightWrapper {
  max-width: 400px;
  margin: 0 auto;
}
span.sep-ad {
  display: none;
}
#musicSectionstart .rightSide {
  height: 100vh;
  background: #1F1F1F;
  width: 50%;
  float: right;
}
}

@media only screen and (max-width: 1023px) and (min-width: 768px) and (orientation: landscape) {
ul.menu {
  top: 9vw;
}
.musicOverallWrapper .total-wrap .albumContent {
  margin: 0 auto;
  margin-right: 0;
  padding: 10px;
  margin-left: 65%;
  width: 150px;
}
.albumfirstLine {
  font-size: 18px;
  line-height: 20px;
}
.getItNow {
  padding-top: 0px;
}
div#musicSectionstart {
  padding-top: 0vh;
}
}

@media only screen and (min-width: 1800px) {
.Header-Video-Album {
  padding-top: 25%;
}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
body.homepage {
  background: url(../images/header_mobile.jpg) no-repeat;
  background-size: cover;
  background-position: center 18%;
}
.Header-Video-Album {
  background: url(../images/debmobile.png) no-repeat transparent;
  background-size: cover;
  background-position: center top;
}
div#merchsection {
  overflow-x: hidden;
}
}
@media only screen and (max-width: 1023px) {
  .menu-wrapper li a {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1023px) and (orientation: landscape) {
  #secondform {
    position: absolute;
    bottom: 0;
    height: 300px;
    overflow-y: scroll;
  }
  .heaqder-socials-wrapper {
    top: 34px;
  }
  .logoWrapper {
    top: 18px;
  }
}
