body {
    margin: 0 auto;
    font-family: 'MonoSpecMedium', Arial, Helvetica, Sans-serif;
    font-size: 14px;
    color: #573c82;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #bdb5d5;
}

a:link,
a:visited {
    color: #573c82;
    text-decoration: none;
    transition: all 0.5s ease;
}

a:hover {
    color: #6f4ca6;
}

.hidetext {
    font-size: 5%;
    text-indent: -9999em;
    text-align: left;
    color: transparent;
    white-space: nowrap;
    outline: none;
}

.sr {
    border: 0;
    height: 1px;
    left: -99999px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.clearboth {
    clear: both;
}

img {
    max-width: 100%;
    height: auto !important;
}

.outer-wrap {
    position: relative;
    margin: 0 auto;
    min-height: 100%;

}

.container-outer {
    position: relative;
    margin: 0 auto 0px;
    width: 100%;
}

.content-wrap {
    position: relative;
    margin: 0px auto;
    text-align: center;
    width: 100%;
}



.logo_wrap {
    position: relative;
    margin: 0 auto;
    text-align: left;
    /* width: 1100px;
     max-width: 94%; */
    width: 100%;
    max-width: 100%;
   
   
}

.logo {
    position: relative;
    margin: 30px 0 50px;
    width: 250px;
    max-width: 100%;
    margin-left: 30px;
}

.artisticon {
    position: relative;
    margin: 55px auto 70px;
    width: 55px;
    height: auto;
}

.top_content {
    position: relative;
    width: 940px;
    z-index: 999;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 94%;
}

.top_content .cover_wrap {
    width: 50%;
}

.top_content .cover_wrap img {
    max-width: 90%;
    margin: 0 auto;
    width: 450px;
}

.top_content .right_side {
    width: 50%;
}


.top_content .right_side .release_details {
    width: 92%;
    margin: 0 auto;
    font-family: 'NeoGramRegular', Arial, Helvetica, sans-serif;
}

.top_content .right_side .release_title {
    position: relative;
    margin: 0 auto 10px;
    font-size: 70px;
    white-space: nowrap;
    word-spacing: -10px;
    text-transform: none;
}

.top_content .right_side .release_title img {
    width: 300px;
    max-width: 70%;
    width: 70%;
}

.top_content .right_side .release_headline {
    font-size: 40px;
    margin: 0 auto 5px;
    word-spacing: -5px;
}

.top_content .right_side .release_date {
    position: relative;
    margin: 0 auto 25px;
    font-size: 26px;
    word-spacing: -5px;
}


.spacer {
    height: 15px;
}

.header {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 25px;
    font-weight: 500;
    font-family: 'MonoSpecMedium', Arial, Helvetica, sans-serif;
}

.button_wrap {
    position: relative;
    margin: 0 auto;
}

.listen_button {
    margin: 0 auto 10px;
}

.listen_button a.btn {
    border: 2px #573c82 solid;
    padding: 9px 15px 9px;
    font-size: 16px;
    color: #573c82;
    transition: all 0.5s ease;
    background: transparent;
    border-radius: 35px;
    width: 170px;
    display: block;
    margin: 0 auto;
    font-weight: 500;
    font-family: 'MonoSpecMedium', Arial, Helvetica, sans-serif;
}

.listen_button a.btn:hover {
    border-color: #573c82;
    color: #bdb5d5;
    background: #573c82;

}

.banner_missinu {
    width: 722px;
    margin: 60px auto 0;
    max-width: 94%;
}

.tour_wrap {
    position: relative;
    margin: 0 auto;
    max-width: 90%;
    padding-bottom: 50px;
}

.tour_wrap .tour_poster {
    position: relative;
    margin: 0 auto;
    width: 722px;
    max-width: 100%;
    padding: 0px 0px 20px;
}

.video-outer {
    position: relative;
    margin: 0 auto;
    max-width: 90%;
    padding-bottom: 30px;
}

.video-wrap {
    position: relative;
    margin: 0 auto;
    clear: both;
    padding: 0px 0 50px;
}

.video-embed {
    position: relative;
    margin: 0 auto;
    width: 722px;
    max-width: 100%;
    padding: 0px 0px 20px;
}

.photo_wrap {
    position: relative;

	margin: 0px auto 60px;
	width: 94%;
	max-width: 94%;
}

.social-wrap {
    position: relative;
    margin: 60px auto;
}

.social-wrap .social li {
    margin-right: 0px;
    display: inline-block;
    vertical-align: middle;    
}

.social-wrap .social li svg {
    padding: 8px;
}

.social-wrap ul.social li a {
    font-size: 32px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.5s ease;    
}

.social-wrap ul.social li.merch a {
    font-size: 26px;
}

.social-wrap ul.social li a:hover {
    text-decoration: none;
}

.social-wrap ul.social {
    overflow: hidden;
}

.social-wrap ul.social li {
    display: inline-block;
    padding: 0;
    margin: 0px 0px 0px;
}

.social-wrap ul.social {
    padding: 0px;
}

/* iframe responsive */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0px;
}

/* form details */

.form-wrap {
    position: relative;
    margin: 0px auto 0px;
    width: 100%;

}

#form-outer {
    position: relative;
    margin: 0px auto 0px;
    padding: 20px 0 0;
    max-width: 90%;
}

/*
form#form {
    display: flex;
} */

.form-wrap .header {
    margin-bottom: 10px;
}

#Form-Wrapper {
    position: relative;
    margin: 0px auto 0px;
}

.form-field {

    display: inline;
    vertical-align: top;
    margin: 0 5px;
}

.form-field-outer {
    position: relative;
    margin: 0 auto 10px;
}

.form-field input {
    padding: 9px 15px 8px;
    margin-bottom: 15px;
    width: 140px;
    max-width: 80%;
    background-color: transparent;
    border-bottom: 1px solid #573c82;
    border-top: transparent;
    border-left: 0;
    border-right: 0;
    font-size: 12px;
    font-family: 'MonoSpecMedium', Arial, Helvetica, Sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #573c82;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;

}

/* .form-field input:focus {border-bottom: 1px #000000 solid !important;} */

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.form-field select {
    padding: 13px 15px 10px;
    margin-bottom: 15px;
    width: 180px;
    max-width: 80%;
    background-color: #ffffff;
    border: 1px solid #573c82;
    font-size: 12px;
    font-family: 'MonoSpecMedium', Arial, Helvetica, Sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    text-align-last: center;
    -webkit-appearance: none;
    color: #000000;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.form-field select:invalid {
    color: #f7f3ea !important;
}

.form-field.submit-button button {
    background-color: transparent;
    border: 2px solid #573c82;
    padding: 6px 15px 8px;
    margin-bottom: 15px;
    font-size: 14px;
    max-width: 80%;
    text-transform: uppercase;
    font-weight: 400;
    color: #573c82;
    transition: all 0.5s ease;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-family: 'MonoSpecMedium', Arial, Helvetica, Sans-serif;
    width: 120px;
}

.form-field.submit-button button:hover {
    cursor: pointer;
    color: #bdb5d5;
    background-color: #573c82;
    border-color: #573c82;
}

.input-group.hidden {
    display: none;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #573c82;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #573c82;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #573c82;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #573c82;
}

/* Change the to any color, but not transparent */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #bdb5d5 inset;
    -webkit-text-fill-color: #573c82 !important;
    border: 1px solid #573c82;
}

/* for iOS */
textarea,
input,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
    -webkit-appearance: none;
    /* border-radius: 0; */
}

#thankyou-mailinglist {
    color: #573c82;
    margin: 0 auto;
    max-width: 84%;
    line-height: 100%;
    font-weight: 400;
    /* min-height: 135px; */
    font-family: 'MonoSpecMedium', Arial, Helvetica, Sans-serif;
    font-size: 14px;
    margin-bottom: 15px;
}

/**** FOOTER ****/

.label-logos {
    position: relative;
    margin: 0px auto 0px;
    display: inline-block;
}

.label-logos .label-logo-inner {
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
}

.label-logos .label-logo-inner img:hover {
    opacity: 0.8;
}

#footer {
    clear: both;
    position: relative;
    margin: 0px auto;
    
    text-align: center;
    font-size: 9px;
    color: #573c82;
    text-transform: none;

    width: 100%;
    text-transform: none;
    font-weight: 500;
    font-family: 'MonoSpecMedium', Arial, Helvetica, Sans-serif;

 
}

.footer-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px 0 25px;
    align-items: center;
    width: 90%;
    margin: 0 auto;
 
}

/*
.footer-inner {
    text-align: left;
} */

.footer-inner {
    max-width: 94%;
}

#footer .copyright {
    text-align: center;
    display: inline-block;
    vertical-align: middle;

}

#footer .copyright .footer_links {
    padding-top: 3px;
    line-height: 140%;
    text-transform: uppercase;
}

#footer .copyright a {

}

#footer .copyright a:hover {
 
    text-decoration: underline;
}

/* Responsive CSS */
@media only screen and (max-width: 1300px) {
}

@media only screen and (max-width: 1160px) {
}

@media only screen and (max-width: 970px) {
    .top_content .right_side .release_title {font-size: 60px;}
    .logo_wrap {
        width: 94%;
        margin: 0 auto;
    }
}


@media only screen and (max-width: 787px) {
    .top_content .right_side .release_title {font-size: 50px;}
    .top_content .right_side .release_date {
        font-size: 24px;
    }
    
    .listen_button a.btn {
        font-size: 16px;
        width: 150px;
    }
}

@media only screen and (max-width: 640px) {

    .top_content {
        flex-direction: column;
    }

    .top_content .cover_wrap, .top_content .right_side {
        width: 90%;
    }

    .top_content .right_side {
        margin-top: 25px;
    }

    .logo {
        margin: 40px auto 25px;
    }

    .top_content .right_side .release_title img {
        width: 200px;
    }

    

    /*
    .button_wrap {
        display: flex;
    }

    .listen_button a.btn {
        width: 100px;
    } */

  /*  form#form {
        display: flex;
        flex-direction: column;
    } */

}

@media only screen and (max-width: 414px) {
    
    .social-wrap ul.social li a {
        font-size: 28px;
    }
    .social-wrap .social li svg {
        padding: 4px;
    }

    

    .artisticon {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 375px) {
   /* .form-wrap .header {
        max-width: 90%;
        margin: 0 auto;
    } */

    
}

@media only screen and (max-width: 355px) {
    .top_content .right_side .release_title {font-size: 40px;word-wrap: normal;}
    .social-wrap ul.social li a {
        font-size: 24px;
    }
    .social-wrap .social li svg {
        padding: 2px;
    }
    .logo {max-width: 90%;}
}


@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: portrait) { /* iPad Pro Portrait */
  
  }

  @media only screen 
  and (max-height: 600px) 
  and (orientation: landscape) {
 
  }

  /* Tour Laylo Embed */

  .tour_embed {
    width: 740px;
    margin: 0 auto;
    max-width: 100%;
}

.MuiGrid-root.MuiGrid-container.MuiGrid-direction-xs-column.css-1yqxy54 {
    background: transparent;
}
.tour_embed div, .tour_embed span, .tour_embed p, .tour_embed button {
    font-family: 'MonoSpecMedium', Arial, Helvetica, Sans-serif !important;
	color: #573c82 !important;
}
.css-158fgdm {
    background: transparent;
    border-bottom: 1px #9e98b3 solid;
	border-radius: 0;
}
.css-1yqxy54 {
    backdrop-filter: none;
	padding-top: 0;
}

.tour_embed button {
    border: 2px #573c82 solid;
    padding: 9px 15px 9px;
    font-size: 14px !important;
    color: #573c82;
    transition: all 0.5s ease;
    background: transparent;
    border-radius: 35px;
    width: 140px;
    display: block;
    margin: 0 auto;
    font-weight: 500 !important;
    font-family: 'MonoSpecMedium', Arial, Helvetica, sans-serif;
	line-height: 120% !important;
    height: auto !important;
	background: transparent !important;
	margin: 0;
} 
.MuiGrid-root.MuiGrid-container.css-1gfurq9 {
    display: none;
}

.social-wrap {
    margin-bottom: 42px;
}

@media only screen and (max-width: 640px) {
	.tour_embed button {width: 110px;}
}

@media only screen and (max-width: 500px) {
.css-1wxaqej {
    width: 100% !important;
    margin: 0 auto;
}
.css-g7kf87 {
    align-items: center;
}
.css-v3z1wi {
    width: 100% !important;
    margin: 0 auto !important;
    display: flex;
    justify-content: center;
}


.css-kyse2m {
    justify-content: center;
    margin-top: 5px;
}

}