/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/

body .thankyou {
    width: 430px;
    margin: 0 auto;
}

.noTrack,
.playlistErrorMsg,
body.showSecondForm .callout-section,
body.spotifysecondlayer .callout-section,
.tracksAddedtoPlaylist button#add-song-playlist,
.tracksAddedtoPlaylist .step3Wrapper {
    display: none;
}

.showSelectTrackMsg .playlistErrorMsg,
.showNoTracks .noTrack,
.showNoTracks .thankyou,
body.signupError label.error,
body.thankyouscreen .finalThankYou,
.showPlaylist .thankyou,
body.showPlaylist .streamname-header {
    display: block;
}

.selectPlaylist.playlistErrorMsg {
    color: #ff0000;
}

.noTrack,
.playlistErrorMsg {
    color: #ff0000;
    font-size: 12px;
    position: absolute;
    text-align: center;
    left: 50%;
    /* margin: 10px auto; */
    transform: translateX(-50%);
}

.noTrack {
    margin: 10px auto;
}

button.campaigns-modal-dialogue-close {
    width: auto;
    min-width: inherit;
}

.totalWrap {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.callout-section {
    width: 100%;
    margin: 0 auto;
}

.cont-inner {
    margin-top: 10%;
}

select#userPlaylist {
    background-color: transparent;
    text-align: center;
    padding: 0px 10px;
    font-size: 16px;
    border: 1px solid #979C9D;
    margin: 0px 0 10px 0;
    height: 40px;
    display: block;
    line-height: 39px;
    /* background-position: calc(100% - 30px); */
    margin: 16px auto 20px;
    color: #979C9D;
    letter-spacing: 0;
    background: url(../images/arrow-down.svg) no-repeat scroll transparent 0 0;
    background-position: calc(100% - 20px);
    background-size: 5% auto;
}

select#userPlaylist option {
    background: #000;
    color: #979C9D;
    border: 0;
    white-space: unset;
    box-sizing: border-box;
    overflow: hidden;
}

footer.footer-wrap {
    margin-bottom: 0;
    text-transform: uppercase;
    padding: 5px 0 0;
}

footer.footer-wrap .legal span,
footer.footer-wrap .legal div {
    display: inline-block;
}

footer.footer-wrap .legal,footer.footer-wrap .legal a {
    font-size: 9px;
    color: #fff;
    max-width: 100%;
    text-align: center;
    font-family: proxima-nova,sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 1.8;
    /* padding-bottom: 0; */
    text-decoration: none;
}

a.footer-link {
    -webkit-appearance: none;
    text-decoration: none;
    font-size: 9px;
    text-transform: lowercase;
}

.topText {
    font-size: 80px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}

.subText {
    font-size: 24px;
    line-height: 1.4;
    color: #000;
}

.bottomText {
    font-size: 14px;
    line-height: 1;
    color: #000;
    padding: 30px 0 100px 0;
}

.step2,
.buttonsPage {
    display: none;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background: #000;
    border-color: #000;
}

div#spotify-app {
    padding-bottom: 0;
    display: none;
}

.wmg-button {
    color: #FFFFFF;
    background: #21BF55;
    border-radius: 20px;
    font-size: 0;
    z-index: 10;
    width: 140px;
    margin: 0 auto;
}

.cta-right a,
.cta-right .dropdown button,
button.btn.btn-primary,
button.primary1,
button,
button#add-song-playlist {
    width: 100%;
    text-decoration: none;
    color: #FFFFFF;
    display: block;
    text-align: center;
    outline: none;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 15px;
    font-family: proxima-nova,sans-serif;
    -webkit-appearance: none;
    letter-spacing: 0.38px;
    border-radius: 20px;
    padding: 0;
    height: 40px;
    line-height: 38px;
}

.cta-right a,
.cta-right .dropdown button,
button.btn.btn-primary,
button.primary1,
button,
button#add-song-playlist {
    transition: 0.5s all ease-in-out;
}

.cta-right .dropdown button:hover,
.cta-right a:hover {
    opacity: 0.5;
}

a,
.btn,
button {
    transition: all 0.7s ease-in-out;
}

.buttonsPage .topText {
    font-size: 55px;
    padding-bottom: 10px;
}

.buttonsPage .subText span {
    display: block;
    line-height: 1.2;
}

.buttonsPage .subText {
    font-size: 32px;
    padding: 5px 0 0 0;
}

.subText.step1 {
    font-size: 24.81px;
    padding: 75px 0 15px 0;
    text-transform: uppercase;
}

.dropdown-item:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-right: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #907a3e;
    color: #fff;
    -webkit-text-fill-color: #fff;
    border: 1px solid #907a3e;
}

.dropdown-menu .dropdown-item {
    width: 100px;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    padding: 0;
    height: 32px;
    outline: none;
    cursor: pointer;
}

.dropdown-menu .dropdown-item.apple {
    background: url(../images/custom/applemusic.png) no-repeat;
    background-size: 100% auto;
    width: 185px;
    height: 43px;
    font-size: 0;
    border: none;
}

.dropdown-menu .dropdown-item.spotify {
    background: url(../images/custom/spotify.png) no-repeat;
    background-size: 100% auto;
    width: 174px;
    height: 49px;
    font-size: 0;
    border: none;
}

.dropdown-menu .dropdown-item.youtube {
    background: url(../images/custom/youtube.png) no-repeat;
    background-size: 100% auto;
    width: 200px;
    height: 45px;
    font-size: 0;
    border: none;
}

.dropdown-menu .dropdown-item {
    margin: 0 15px 0 0;
}

.dropdown-menu .dropdown-item:last-child {
    margin: 0;
}

.dropdown-item:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 0;
}

.campaigns-modal-dialogue ul li input[type="checkbox"] {
    position: absolute;
    top: 48%;
    left: 4%;
    transform: translate(-50%, -50%);
}

.campaigns-modal-dialogue ul.opt-in-list li p {
    text-align: left;
    margin: 15px;
}

.login-streamname-subheader {
    font-size: 18px;
    max-width: 382px;
    margin: 0 auto;
    text-transform: none;
    line-height: 1.2;
    margin: 20px auto;
}

.login-streamname-header,
.streamname-header {
    font-size: 40.81px;
    text-transform: uppercase;
    text-align: center;
}

body.showSecondForm .trackAddedToPlaylist .thankyou {
    display: none;
}

.thankyou,
.streamname-header {
    display: none;
}

.showSecondForm .thankyou {
    display: block;
}

.listen-txt {
    font-size: 14px;
    color: #000;
}

.listen-btn {
    width: 135px;
    font-size: 30px;
    color: #000;
    background: transparent;
    border: 1px solid #000;
    text-transform: uppercase;
    height: 35px;
    line-height: 1;
    margin: 15px 0 0;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.listen-btn:hover {
    text-decoration: none;
    background: #000;
    color: #fff;
}

.finalThankYou {
    margin: 17vw auto 10vw;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
}

.dots-wrap span,
.streamentry span {
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 2px solid #000;
    background: transparent;
    border-radius: 50%;
    margin: 30px 5px 0 0;
}

.streamentry span:first-child {
    cursor: pointer;
}

.dots-wrap span.current,
.streamentry span.current {
    background: #000;
}

.streamentry span:first-child:hover {
    background: #000;
}

.campaigns-modal .error-container {
    position: absolute;
    bottom: 0px;
}

.campaigns-modal .campaigns-modal-dialogue {
    padding: 40px 20px;
    max-width: 500px;
    width: 100%;
}


/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: proxima-nova,sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 3, 2020 */

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

[class^="icon"],
[class*=" icon"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    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-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";
}

.icon-soundcloud:before {
    content: "\eac3";
}
@font-face {
  font-family: 'twt-x';
  src:  url('../fonts/twt-x.eot?jjyo3s');
  src:  url('../fonts/twt-x.eot?jjyo3s#iefix') format('embedded-opentype'),
    url('../fonts/twt-x.ttf?jjyo3s') format('truetype'),
    url('../fonts/twt-x.woff?jjyo3s') format('woff'),
    url('../fonts/twt-x.svg?jjyo3s#twt-x') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="twt-"], [class*=" twt-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'twt-x' !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;
}

.twt-x:before {
  content: "\e901";
}

body {
    margin: 0;
}

body {
    height: 100%;
    font-family: proxima-nova,sans-serif;
    font-style: normal;
}

img {
    max-width: 100%;
}

button {
    background: #a498e2;
    border: none;
    /* padding: 0; */
    color: #000;
    border-radius: 10px;
    font-size: 20px;
    vertical-align: middle;
}

button:focus {
    outline: 0;
}

#landing,
#overlay,
#register {
    display: none;
}

html {
    box-sizing: border-box;
}

body {
    color: #979C9D;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    font-style: normal;
    background-color: #EBEBEB;
}

.rightWrap {
    position: fixed;
    left: 320px;
    top: 0;
    background: url(../images/bg.jpg) no-repeat center top #EBEBEB;
    width: calc(100% - 320px);
    height: 100%;
    display: block;
    background-size: cover;
    z-index: 0;
}

.showPlaylist .thankyou {
    border-bottom: none;
}

.content-outer {
    max-width: 90%;
    margin: 0 auto;
}

.cta-right {
    width: 100%;
    margin: 0 auto;
}

.spotifylogo {
    font-size: 40px;
    margin-bottom: 25px;
    color: #363636;
    padding-top: 137px;
}

.create-txt {
    font-size: 25px;
    max-width: 100%;
    margin: 0px auto;
    line-height: 1.1;
    color: #fff;
    margin-top: 9%;
    font-weight: 700;
}

ul.socialLinks li a {
    font-size: 22px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

ul,
li {
    display: inline-block;
}

.footerWrapper {
    margin-top: 30px;
}

.footerWrapper .socials-wrap li a {
    font-size: 22px;
    display: inline-block;
    text-decoration: none;
    margin-right: 27px;
    vertical-align: middle;
}

.footerWrapper .socials-wrap li:last-child a {
    margin-right: 0;
    /* font-size: 25px; */
    vertical-align: middle;
}

.favorite-txt,
.userPlaylist {
    font-size: 12px;
    /* text-transform: none; */
    letter-spacing: 0.1px;
    text-transform: none;
    /* margin-top: 15px; */
    font-family: proxima-nova,sans-serif;
    /* letter-spacing: 0.75px; */
    line-height: 1.25;
    /* font-weight:600; */
}

body.modal-active {
    overflow: hidden;
}

.awesomplete {
    height: 350px;
    overflow: hidden;
    margin: 25px 0;
    margin-top: 20px;
}

.awesomplete.mCustomScrollbar {
    margin-top: 28px;
}

.inner.noSongs .awesomplete {
    height: 0 !important;
}

div#selectedsongsWrapper {
    margin-top: 25px;
    box-sizing: border-box;
    text-align: left;
    max-width: 100%;
    margin: 20px auto;
    background: rgba(235, 235, 235, 0.45);
}

ul#myselectedSongs li {
    margin: 8px 0;
    cursor: pointer;
    line-height: 1.4;
    letter-spacing: 1.5px;
}

a {
    color: inherit;
    transition: color 350ms;
}

a:hover,
ul.socialLinks li a:hover,
.termsContent a:hover,
a.terms:hover {
    /* opacity: 0.8; */
}

.message {
    text-transform: uppercase;
    padding: 19px 0 16px;
    font-size: 18px;
    display: none;
}

.message em {
    display: inline-block;
    font-style: normal;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.btn:disabled,
.bit-widget .bit-event .bit-offers:disabled {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    pointer-events: none;
}

.hidden {
    display: none;
}

.row .btn {
    margin-top: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
    text-transform: uppercase;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.spacer {
    width: 90%;
}

.section {
    padding: 0px;
    width: 100%;
}

.section.-blue {
    background: #5acabb;
}

.section.-grey {
    background: #808080;
}

.contain {
    *zoom: 1;
    margin: 0 auto;
    max-width: 700px;
    position: relative;
}

.contain:before,
.contain:after {
    content: '';
    display: table;
}

.contain:after {
    clear: both;
}

.contain.slim {
    max-width: 360px;
}

.chapeau {
    background: #7002ba;
    padding: 12px 20px;
}

header {
    position: relative;
    text-align: center;
}

.album {
    border: 1px solid #000;
}

.legal {
    font-size: 9px;
    margin: 0px auto 0px;
    max-width: 320px;
    text-transform: none;
    letter-spacing: initial;
    padding-bottom: 20px;
}

footer {
    text-align: center;
    /* position: relative; */
    color: #fff;
    letter-spacing: initial;
}

footer a {
    text-decoration: none;
}

#add-song {
    margin: 15px auto 0;
}

#final .message img.playlist {
    display: block;
    margin: 4px auto;
}

.spotify-logo {
    margin-top: 60px;
}

#selected-song {
    padding: 15px 0;
    font-size: 15px;
    margin: 0 auto;
}

#error-message {
    display: none;
}

input[type='text'],
input[type='email'],
select {
    box-sizing: border-box;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    width: 100%;
    border: none;
    border-radius: 0;
    color: #fff;
    padding: 0 10px;
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: center;
}

input[type='text']:focus,
input[type='email']:focus,
select:focus {
    outline: 0;
}

ul.socialLinks li {
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}

ul.socialLinks li a {
    font-size: 22px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.headerWrapper {
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.dropdown {
    max-width: 610px;
    margin: 0 auto;
    width: 100%;
    /* letter-spacing: 2px; */
    position: relative;
}

.sweeps-load {
    display: none;
    width: 20%;
    margin: 0 auto;
    padding-top: 30%;
}

.wmg-button span.icon-spotify {
    /* margin-right: 5px; */
    font-size: 19px;
    /* line-height: 1.25; */
    vertical-align: middle;
    padding-right: 1px;
}

.wmg-button span {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: normal;
    letter-spacing: 0;
}

.termsWrapper a.terms:after {
    content: 'terms';
    position: relative;
    border: 0;
}

.termsWrapper a.terms.showing:after {
    content: 'hide';
}

.termsContent {
    display: none;
}

.termsContent.showing {
    display: block;
    text-transform: lowercase;
}

a.terms {
    text-decoration: none;
    /* border-bottom: 1px solid; */
    text-transform: capitalize;
    /* font-family: 'Quicksand', sans-serif; */
}

.thankyou {
    width: 130px;
}

.signIn {
    font-size: 22.5px;
    margin: 42px auto 46px;
    letter-spacing: 9px;
    background: rgba(235, 235, 235, 0.45);
}

#intro .content {
    max-width: 335px;
    margin: 0 auto 38px;
    font-size: 12.5px;
    letter-spacing: 1.7px;
    line-height: 1.5;
    padding: 10px;
    box-sizing: border-box;
}

button#spotify-connect span.icon-spotify {
    font-size: 31px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
}

button#spotify-connect span {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 1px;
}

button#spotify-connect span.socialiconspotify {
    margin-right: 10px;
    font-size: 24px;
}

.socialwrapper a {
    /* padding-top: 12px; */
    /* padding-bottom: 6px; */
    font-size: 18px;
    padding-right: 22px;
    text-transform: unset;
    text-decoration: none;
}

.errorMsg,
.errorMsg1,
.songAvailable {
    color: #ff0000;
    font-size: 12px;
    position: relative;
    margin-top: -25px;
    /* margin-left: 32px; */
    width: 350px;
    margin-left: 5px;
    margin: 0 auto;
}

.errorMsg span,
.errorMsg1 span,
.songAvailable span {
    position: absolute;
    width: 100%;
    margin-top: unset;
    left: 0;
    top: -19px;
}

input#search-input.error {
    border: 1px solid #ff0000;
}

.select-wrapper select option {
    color: #fff;
    background: #000b03;
    max-width: 350px;
}

.step2Desc {
    padding: 20px 0 31px;
    font-size: 18px;
}

.awesomplete ul li mark {
    /*background: #707070;*/
    background: #f68c47;
    color: #fff;
}

.awesomplete ul::-webkit-scrollbar {
    width: 2px;
    background-color: #979C9D;
}

button#add-song-playlist:hover {
    background: #94C369;
}

ul.socialLinks li a.icon-soundcloud {
    font-size: 35px;
    display: inline-block;
}

div#spotify-app {
    padding-bottom: 0;
}

.step3Desc {
    padding: 0px 0 20px;
    line-height: 1.4;
    letter-spacing: 2px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

div#final {
    padding-bottom: 0;
}

.desktop {
    display: inline-block;
}

.mobile {
    display: none;
}

ul.socialLinks {
    padding: 0;
}

ul.socialLinks li:last-child {
    padding-right: 0;
}

br.desk {
    display: none;
}

.step2Desc,
.message {
    max-width: 300px;
    margin: 0 auto;
}

.step3Desc {
    max-width: 290px;
    margin: 0 auto;
}

button#add-song {
    margin: 12px 0 0;
}

.message {
    padding: 19px 0 25px;
    font-size: 14px;
}

div#final {
    padding-bottom: 0px;
}

.socialwrapper {
    padding-top: 23px;
}

footer {
    padding: 10px 0 20px;
}

.step2Wrapper {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}

.errorMsg,
.errorMsg1,
.songAvailable {
    max-width: 100%;
}

.errorMsg span,
.errorMsg1 span,
.songAvailable span {
    position: relative;
    position: absolute;
    margin-bottom: unset;
    display: block;
}

#selected-song {
    font-size: 12px;
}

select#playlist-select.selected {
    background: url(../images/tick.png) no-repeat right 40px center;
}

.btn-enter span {
    display: inline-block;
}

.LinkFire-wrap {
    max-width: 320px;
    margin: 60px auto 80px;
}

.link-title {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 1;
    padding-bottom: 0;
    text-transform: none;
    text-align: left;
}

.link-content {
    vertical-align: middle;
    display: inline-block;
    margin-left: 15px;
}

.link-button1 a {
    font-size: 22px;
    text-transform: none;
}

.link-image {
    width: 113px;
    vertical-align: middle;
    display: inline-block;
    font-size: 0;
}

.link-button a {
    text-decoration: none;
    font-size: 22.5px;
    letter-spacing: 6px;
}

.header-logo {
    text-align: center;
}

.header1 {
    margin: 0 auto;
    font-size: 22.95px;
    letter-spacing: 9px;
    margin-bottom: 45px;
}

.socials-wrap {
    margin: 0 auto;
    display: block;
    width: 100%;
}

span.copy {
    padding-right: 6px;
}

span.sep {
    padding: 0 3px;
}

#thanks,
.socialIcons {
    display: none;
}

.Final-head2 {
    padding-bottom: 20px;
    padding-top: 3px;
}

.Final-head1,
.Final-head2 {
    letter-spacing: 0.5px;
    text-transform: none;
    font-size: 18px;
    padding-bottom: 25px;
}

.Final-head1 {
    padding-top: 10px;
}

.awesomplete ul li:first-child {
    padding-top: 0px;
}

.awesomplete ul li {
    padding-bottom: 15px;
    cursor: pointer;
}

.awesomplete ul li:last-child {
    padding-bottom: 8px;
}

div#second-page {
    padding-top: 29px;
}

div#step-2 {
    position: relative;
}

.step3Wrapper .inner {
    max-width: 100%;
    margin: 0px auto 0;
    position: relative;
}

.create-song {
    position: absolute;
    top: 7px;
    right: 10px;
    width: 26px;
}

a#searchSong {
    cursor: pointer;
}

ul#playlist-search {
    width: 100%;
}

#selected-song,
.awesomplete ul li {
    padding-left: 0;
    text-align: left;
    letter-spacing: 1.7px;
    padding: 0px;
    margin: 5px 0;
    line-height: 1.4;
    width: 90%;
}

.awesomplete ul li.selected,
ul#myselectedSongs li.selected {
    color: #000;
}


/*changed0*/

.awesomplete ul li.selected {
    display: none;
}

.link-image img {
    cursor: pointer;
}

.LinkFire-wrap {
    max-width: 320px;
    margin: 0;
}

.lastWrapper img {
    display: none;
    max-width: 198px;
}


/* .spotifysecondlayer div#spotify-app {
    display: block;
} */

ul.socialLinks li:first-child {
    padding-left: 0;
}

.left-wrapper.final-page {
    width: 100%;
    display: block;
}

.musicwrapper {
    position: relative;
}

.secondline a {
    position: absolute;
    left: 15px;
    bottom: -11px;
}

.secondline a span {
    position: absolute;
    bottom: 0;
}

.awesomplete ul li:after,
ul#myselectedSongs li:after {
    content: '[+]';
    vertical-align: top;
    display: inline-block;
    margin-right: 15px;
    line-height: 0.8;
    font-size: 18px;
    width: 12px;
    position: absolute;
    right: -15px;
    color: #fff;
}

.awesomplete ul li.selected:after,
ul#myselectedSongs li.selected:after {
    content: '-';
    color: #000;
}

div#selected-song {
    /*padding-left: 41px;*/
    padding-left: 0px;
}

a#removeSelected {
    float: right;
    cursor: pointer;
}


/*step 3 styles*/

.getup_txt {
    font-size: 28px;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.spotifylogo {
    font-size: 40px;
    margin-bottom: 25px;
    color: #363636;
    padding-top: 137px;
}

iframe#finalIframe {
    height: 300px;
}

body.modal-active {
    overflow: hidden;
}

.awesomplete {
    height: 163px;
    overflow: hidden;
    margin: 10px 0;
    width: 100%;
}

.inner.noSongs .awesomplete {
    height: 0 !important;
}

div#selectedsongsWrapper {
    box-sizing: border-box;
    text-align: left;
    max-width: 310px;
    margin: 35px auto;
    margin-top: 35px;
    background: #FEB8FD;
    /* border: 1px solid #a498e2; */
    border-radius: 5px;
    padding: 20px 0px;
    padding-bottom: 8px;
}

div#selectedsongsWrapper ul#myselectedSongs li {
    /* margin: 10px 0; */
    cursor: pointer;
    line-height: 1;
    letter-spacing: 1.5px;
    padding: 0 32px;
    padding-left: 20px;
    cursor: url("https://www.google.com/intl/en_ALL/mapfiles/openhand.cur"), move;
    cursor: url("https://www.google.com/intl/en_ALL/mapfiles/openhand.cur"), -moz-grab;
    cursor: url("https://www.google.com/intl/en_ALL/mapfiles/openhand.cur"), -webkit-grab;
}

div#selectedsongsWrapper ul#myselectedSongs li.ui-sortable-helper {
    cursor: url("https://www.google.com/intl/en_ALL/mapfiles/closedhand.cur"), move;
    cursor: url("https://www.google.com/intl/en_ALL/mapfiles/closedhand.cur"), -moz-grabbing;
    cursor: url("https://www.google.com/intl/en_ALL/mapfiles/closedhand.cur"), -webkit-grabbing;
}

.selectedSongsHeading {
    text-align: center;
    box-sizing: border-box;
    letter-spacing: 2px;
    border-bottom: 1px solid;
    font-size: 20px;
    background: #e2b888;
    color: #000;
    padding: 15px 8px;
    margin-bottom: 20px;
}


/* ul#myselectedSongs {
    height: 170px;
    overflow: hidden;
    overflow-y: scroll;
}

ul#myselectedSongs::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 100px;
    background-color: #000;
    cursor: pointer;
}

ul#myselectedSongs::-webkit-scrollbar {
    width: 8px;
    background-color: #000;
    cursor: pointer;
}

ul#myselectedSongs::-webkit-scrollbar-thumb {
    border-radius: 100px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .7);
    background-color: #fff;
    cursor: pointer;
} */

a {
    color: inherit;
    transition: color 350ms;
}

a:hover,
ul.socialLinks li a:hover,
.termsContent a:hover,
a.terms:hover {
    opacity: 0.6;
}

.message {
    text-transform: uppercase;
    padding: 19px 0 16px;
    font-size: 18px;
    display: none;
}

.message em {
    display: inline-block;
    font-style: normal;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.btn:disabled,
.bit-widget .bit-event .bit-offers:disabled {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    pointer-events: none;
}

.hidden {
    display: none;
}

.row .btn {
    margin-top: 37px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
    text-transform: uppercase;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.spacer {
    width: 90%;
}

.section {
    padding: 0px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.section.-blue {
    background: #5acabb;
}

.section.-grey {
    background: #808080;
}

.contain {
    *zoom: 1;
    margin: 0 auto;
    max-width: 770px;
    position: relative;
}

.getup_title {
    color: #ffffff;
    font-size: 60px;
    text-transform: uppercase;
    line-height: 1;
}

ul#myselectedSongs {
    width: 100%;
    margin: 0 auto;
}

ul#myselectedSongs.mCSB_container {
    width: 95%;
}

.caption-txt {
    font-size: 25px;
    color: #FEB8FD;
    margin: 0px auto 6%;
    line-height: 30px;
    font-weight: 700;
}

.song-message {
    display: none;
    position: absolute;
    color: #fff;
    font-size: 12px;
    padding: 15px 0;
    top: 30px;
    line-height: 1;
    width: 98%;
    left: 3%;
}

#song-mes {
    color: #fff
}

.getup_title span {
    color: #fff;
}

.lastWrapper iframe {
    height: 274px;
    /* border: 1px solid #fff; */
    box-sizing: border-box;
}

.contain:before,
.contain:after {
    content: '';
    display: table;
}

.contain:after {
    clear: both;
}

.contain.slim {
    max-width: 360px;
}

.chapeau {
    background: #7002ba;
    padding: 12px 20px;
}

header {
    position: relative;
    text-align: center;
}

.album {
    border: 1px solid #000;
}

footer {
    font-size: 12px;
    text-align: center;
    /* position: relative; */
    padding-bottom: 20px;
    /* color: rgba(255, 255, 255, 0.8); */
    text-transform: none;
    letter-spacing: initial;
    padding: 145px 0 0 0;
}

body.page-node .view.view-turnkey-lightbox-toaster {
    display: none;
}

body.page-node .block.block-views.contextual-links-region.clearfix {
    display: none;
}

footer a {
    text-decoration: underline;
}

#add-song {
    margin: 15px auto 0;
}

#final .message img.playlist {
    display: block;
    margin: 4px auto;
}

.spotify-logo {
    margin-top: 60px;
}

#spotify-connect,
#add-song-playlist {
    /* cursor: pointer; */
    padding: 5px 20px;
}

#selected-song {
    padding: 15px 0;
    font-size: 15px;
    margin: 0 auto;
}

#error-message {
    display: none;
}

input[type='text'],
input[type='email'],
select {
    box-sizing: border-box;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    width: 100%;
    border: none;
    border-radius: 0;
    color: #fff;
    padding: 0 10px;
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 2px;
    padding-left: 30px;
    /* font-family: 'Quicksand', sans-serif; */
    font-family: proxima-nova,sans-serif;
}

input[type='text']:focus,
input[type='email']:focus,
select:focus {
    outline: 0;
}

ul.socialLinks li {
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}

ul.socialLinks li a {
    font-size: 22px;
    text-decoration: none;
    color: #707070;
    display: inline-block;
    vertical-align: middle;
}

.headerWrapper {
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.termsWrapper a.terms:after {
    content: 'Terms';
    position: relative;
    border: 0;
    letter-spacing: 0.5px;
}

div#intro {
    padding-top: 40px;
}

.termsWrapper a.terms.showing:after {
    content: 'hide';
}

.termsContent {
    display: none;
}

.termsContent.showing {
    display: block;
    text-transform: lowercase;
    z-index: 1;
}

a.terms {
    letter-spacing: 0;
    text-decoration: underline;
    font-size: 12px;
    display: block;
    vertical-align: middle;
    color: #fff;
    padding: 0;
    font-family: proxima-nova,sans-serif;
    line-height: 1;
    position: relative;
    text-transform: unset;
    margin: 6px 0;
    height: auto;
    text-transform: capitalize;
    margin-top: 10px;
}

.termsContent {
    color: #fff;
    max-width: 100%;
    margin: 0 auto;
    font-size: 10px;
    text-align: center;
    position: absolute;
    padding-top: 5px;
    left: 0;
    letter-spacing: 0;
    font-family: proxima-nova,sans-serif;
    box-sizing: border-box;
    background: #000;
    padding: 0;
    margin-top: 0px;
    font-weight: 100;
    z-index: 1;
    width: 100%;
    text-transform: initial;
    line-height: 1.25;
    padding: 5px;
}

.termsWrapper {
    padding-bottom: 0;
    margin: 0 auto;
    display: block;
    vertical-align: middle;
    width: 100%;
    /* z-index: -10; */
}

.step1,
.step2,
.step3,
.thankyou {
    color: #fff;
    font-size: 20px;
    padding-bottom: 10px;
    margin: 0 auto;
}

.thankyou {
    width: 130px;
}

.signIn {
    font-size: 22.5px;
    margin: 42px auto 46px;
    letter-spacing: 9px;
    background: rgba(235, 235, 235, 0.45);
}

#intro .content {
    max-width: 335px;
    margin: 0 auto 38px;
    font-size: 12.5px;
    letter-spacing: 1.7px;
    line-height: 1.5;
    padding: 10px;
    box-sizing: border-box;
}

button#spotify-connect span.icon-spotify {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 4px;
}

button#spotify-connect span {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
}

button#spotify-connect span.socialiconspotify {
    margin-right: 10px;
    font-size: 24px;
}

.socialwrapper {
    padding: 12px 0;
}

input#search-input.error {
    border: 1px solid #ff0000;
}

.select-wrapper select option {
    color: #fff;
    background: #000b03;
    max-width: 350px;
}

.step2Desc {
    padding: 20px 0 31px;
    font-size: 18px;
}

.awesomplete ul li mark {
    /*background: #707070;*/
    background: #f68c47;
    color: #fff;
}

.awesomplete ul::-webkit-scrollbar {
    width: 2px;
    /*background-color: #f68c47;*/
}

div#descTxt {
    margin: 16px auto 0;
}

input#search-input {
    border-radius: 0;
    padding: 0 42px 0 15px;
    border: none;
    font-size: 15px;
    color: #000;
    height: 40px;
    line-height: 41px;
    margin: 0;
    -webkit-text-fill-color: #000 !important;
    letter-spacing: 0;
    font-weight: 500;
    text-align: left;
    /* background: url(../images/search.png) no-repeat scroll #a498e2 0 0; */
    background-position: calc(100% - 10px);
    caret-color: #000;
    font-family: proxima-nova,sans-serif;
    opacity: 0.7;
    background-color: #fff;
    text-transform: none;
    border-radius: 8px;
    margin-bottom: 10px;
    opacity: 1;
}

ul.socialLinks li a.icon-soundcloud {
    font-size: 35px;
    display: inline-block;
}

div#spotify-app {
    padding-bottom: 0;
    display: none;
}

.step3Desc {
    padding: 0px 0 20px;
    line-height: 1.4;
    letter-spacing: 2px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.desktop {
    display: inline-block;
}

.mobile {
    display: none;
}

ul.socialLinks {
    padding: 0;
}

ul.socialLinks li:last-child {
    padding-right: 0;
}

.termsContent a {
    display: inline-block;
    font-size: 10px;
    padding: 0;
    color: #fff;
    text-decoration: underline;
    font-family: proxima-nova,sans-serif;
    height: auto;
    line-height: 1;
    width: auto;
    text-transform: initial;
}

div#step-3.left-wrapper {
    /* width: 100%; */
    /* text-align: center; */
}

.contentOuterWrapper {
    min-height: calc(100vh - 270px);
}

.contentSection {
    min-height: 225px;
}

.rightWrap .innerContents {
    display: none;
}

select#playlist-select.selected {
    background: url('/sites/g/files/g2000005191/f/201903/tick.png') no-repeat right 40px center;
}

.btn-enter {
    margin: 25px auto 20px;
    padding: 0;
    box-sizing: border-box;
    line-height: 1.2;
    position: relative;
    font-size: 8px;
    text-transform: none;
    /* width: 600px; */
    /* letter-spacing: 1px; */
    text-transform: none;
    font-family: proxima-nova,sans-serif;
    letter-spacing: 0.3px;
    /* 
        font-weight:600; */
}

.btn-enter span {
    display: inline-block;
}

.LinkFire-wrap {
    max-width: 320px;
    margin: 60px auto 80px;
}

.link-title {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 1;
    padding-bottom: 0;
    text-transform: none;
    text-align: left;
}

.link-content {
    vertical-align: middle;
    display: inline-block;
    margin-left: 15px;
}

.link-button1 a {
    font-size: 22px;
    text-transform: none;
}

.link-image {
    width: 113px;
    vertical-align: middle;
    display: inline-block;
    font-size: 0;
}

.link-button a {
    text-decoration: none;
    font-size: 22.5px;
    letter-spacing: 6px;
}

.header-logo {
    text-align: center;
    padding: 0;
    width: 278px;
    margin: 0 auto;
    margin-top: 20vh;
}

.header1 {
    margin: 0 auto;
    font-size: 22.95px;
    letter-spacing: 9px;
    margin-bottom: 45px;
}

.copyright {
    text-transform: none;
    letter-spacing: 1px;
}

span.copy {
    padding-right: 6px;
}

span.sep {
    padding: 0 3px;
}

#thanks,
.socialIcons {
    display: none;
}

.Final-head2 {
    padding-bottom: 20px;
    padding-top: 3px;
}

.Final-head1,
.Final-head2 {
    text-transform: none;
    font-size: 16px;
    padding-bottom: 4px;
    text-align: left;
}

.awesomplete ul li {
    padding-bottom: 15px;
    cursor: pointer;
}

.awesomplete ul li:last-child {
    padding-bottom: 8px;
}

div#second-page {
    padding-top: 0px;
    max-width: 325px;
    margin: 0 auto;
    width: 100%;
    font-size: 0;
}

#selected-song,
.awesomplete ul li,
ul#myselectedSongs li {
    padding-left: 0;
    text-align: left;
    letter-spacing: 0.5px;
    padding: 0px;
    width: 100%;
    border-bottom: none;
    line-height: normal;
    padding: 0px 20px;
    box-sizing: border-box;
    font-size: 15px;
    font-family: proxima-nova,sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.awesomplete ul li,
ul#myselectedSongs li {
    position: relative;
    padding-left: 26px;
}

.awesomplete ul li.selected,
.awesomplete ul li:hover {
    opacity: 0.5;
}

ul#myselectedSongs li.selected:hover {
    opacity: 0.5;
}

.link-image img {
    cursor: pointer;
}

div#thanks {
    /* letter-spacing: 1px; */
    /* margin-bottom: 30px; */
    font-size: 14px;
    padding: 0;
    box-sizing: border-box;
    margin: 0px auto 0;
}

#thanks p {
    margin-top: 17px;
}

div#thanks span {
    color: #fff;
    display: inline-block;
}

.LinkFire-wrap {
    max-width: 320px;
    margin: 0;
}

.lastWrapper img {
    display: none;
    max-width: 198px;
}

.copyright {
    /* position: absolute;  */
    margin-bottom: 10px;
    padding: 0;
    /* right: 20px; */
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-style: italic;
    font-size: 10px;
    color: #fff;
    letter-spacing: 1.3px;
}


/*gray-box css*/

.header1 {
    width: 67%;
}

.socials-wrap {
    /* position: absolute; */
    /* float: left; */
    padding-left: 0px;
    margin-bottom: 10px;
    /* bottom: 10px; */
}

.signIn {
    width: 53%;
}

.copyright {
    /* width: 32%; */
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
}

.header-logo a {
    display: block;
    height: auto;
    line-height: normal;
}

div#linkfire {
    position: fixed;
    top: 35px;
    left: 150px;
    display: inline-block;
    /* width: 100%; */
}

ul.socialLinks li:first-child {
    padding-left: 0;
}

.left-wrapper.final-page {
    width: 100%;
    display: block;
}

.musicwrapper {
    position: relative;
}

.secondline a {
    position: absolute;
    left: 15px;
    bottom: -11px;
}

.secondline a span {
    position: absolute;
    bottom: 0;
}

.awesomplete ul li:after,
ul#myselectedSongs li:after {
    content: '[+]';
    vertical-align: top;
    display: inline-block;
    margin-right: 0;
    line-height: 12px;
    font-size: 14px;
    width: auto;
    position: absolute;
    right: 0px;
    margin-left: 0px;
    top: 0;
}

ul#myselectedSongs li:after {
    right: 13px;
}

ul#myselectedSongs .mCustomScrollBox li:after {
    right: 2px;
}

ul#myselectedSongs li:hover:after {
    cursor: pointer;
}

.awesomplete ul li.selected:after,
ul#myselectedSongs li.selected:after {
    content: '[-]';
}

div#selectedsongsWrapper {
    /* display: none; */
}


/* 
div#selected-song {
    display: none;
} */

.tet1 {
    display: block;
    font-size: 15px;
    font-weight: 700;
}

.tet2 {
    display: block;
    font-size: 14px;
}

div#selected-song {
    /*padding-left: 41px;*/
    padding-left: 0px;
}

a#removeSelected {
    float: right;
    cursor: pointer;
}

button#add-song-playlist {
    cursor: pointer;
    margin-top: 0;
    font-size: 12px;
    width: 100%;
    height: 60px;
    margin-top: 0;
    pointer-events: none;
    opacity: 0.5;
    width: 100%;
    margin-top: 20px;
    padding: 0;
    margin-bottom: 0;
    color: #000;
    font-size: 18px;
    letter-spacing: 0;
    background: #94C369;
    position:relative;
    line-height: 1.5;
    border-radius: 5px;
    text-indent: 0;
    padding: 0;
}


/*Step 2 Css*/

body.stepTwo .create-txt,
body.stepTwo .favorite-txt {
    display: none;
}

.stepTwo .header-logo {
    max-width: 350px;
    margin: 0 auto;
}

.stepTwo .spotifylogo {
    margin-bottom: -10px;
}

.lastWrapper span {
    display: inline-block;
    vertical-align: top;
    margin: 20px auto 30px;
}

.mbl-wrap {
    display: none;
}

body.page-node div#messages-region {
    display: none;
}

body.page-node .inner.tb-terminal {
    width: 100%;
}

.social-wrap .btn {
    width: 40px;
    height: 40px;
    margin-top: 0;
    text-decoration: none;
    color: #979C9D;
}

.social-wrap .btn:hover {
    opacity: 0.5;
}

.social-wrap a {
    font-size: 23px;
}

.social-wrap {
    padding-top: 20px;
}

.social-wrap .tw {
    margin-left: 10px;
}

div.share {
    font-size: 12px;
    font-family: proxima-nova,sans-serif;
    text-transform: none;
    letter-spacing: 0.2px;
    padding-top: 10px;
}

.shareSocials a {
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    width: 125px;
    height: 40px;
    text-align: center;
    display: inline-block;
    margin: 16px 5px 0;
    line-height: 40px;
    background: #979C9D;
}

span.defaultSong {
    padding-left: 20px;
    margin: 0 0 10px;
    width: 100%;
    text-align: left;
    display: block;
    color: #000;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight:700;
}

.headerText {
    margin: 10px 0 20px;
}

.favorite-txt {
    font-size: 15px;
    color: #fff;
    text-transform: none;
    margin: 10% 0;
    font-weight: 400;
}

.favorite-txt span {
    display: block;
    margin: 20px 0;
}

/* input[type='text']::-webkit-input-placeholder {
    font-size: 18px;
}

input[type='text']:-ms-input-placeholder {
    font-size: 18px;
}

input[type='text']::placeholder {
    font-size: 18px;
} */


/*lightbox css*/

.readmsgLB,
.tracklistLB,
.mixtapeLB {
    position: fixed;
    height: 100vh;
    width: 100%;
    background: #e2b888;
    z-index: 111;
    top: 0;
}

.LBinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
}

.lbClose img,
.readMsd,
.tracklist,
.shareTape {
    cursor: pointer;
    display: inline-block;
}


/* .LBinner .tracklist,
.LBinner .readMsd {
    margin-right: 20px;
} */

.LBinner .tracklist,
.LBinner .shareTape,
.LBinner .readMsd {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.shareTape a,
.tracklist a,
.readMsd a {
    color: #0c0919;
    text-decoration: none;
    font-size: 14px;
    max-width: 100px;
    background: #a498e2;
    height: 30px;
    line-height: 33px;
    border-radius: 7px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px;
}

.lbClose {
    position: absolute;
    width: 100%;
    top: -35px;
    left: 170px;
}

.lbClose img {
    width: auto;
}

.lbClose:hover {
    opacity: 0.7;
}

.readmsgLB {
    overflow-y: scroll;
}

.readmsgLB .lbClose {
    position: relative;
    width: 100%;
    top: unset;
    left: 60%;
}

.readmsgLB .LBinner {
    position: relative;
    top: unset;
    left: unset;
    transform: none;
    width: 300px;
    margin: 0 auto;
    margin-top: 5%;
    padding-bottom: 5%;
}

.readmsgLB::-webkit-scrollbar {
    width: 0 !important
}

.readmsgLB {
    overflow: -moz-scrollbars-none;
}

.readmsgLB {
    -ms-overflow-style: none;
}

div#fileDisplayAreaMain1 {
    font-size: 18px;
    color: #0c0919;
    text-transform: uppercase;
    margin: 20px 0 40px;
    white-space: pre-wrap;
}

ul#myselectedSongs1 li,
.tracklistLB span.defaultSong {
    display: block;
    color: #0c0919;
    font-size: 14px;
    margin-bottom: 10px;
}

ul#myselectedSongs1 li:last-child {
    margin-bottom: 0;
}

ul#myselectedSongs1 {
    display: block;
    margin-bottom: 40px;
}

ul#myselectedSongs1 li {
    pointer-events: none;
}

.tracklistLB span.defaultSong {
    text-align: center;
    padding: 0;
}

.LBinner .layer2Wrapper {
    margin-bottom: 0;
}

.finalTitle {
    font-size: 25px;
    color: #FEB8FD;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 700;
}

.chooseFile .readMsd,
.chooseFile .tracklist,
.chooseFile .shareTape {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #e2b888;
    max-width: 90px;
    border-radius: 10px;
    transition: 1s all ease-in-out;
}

.chooseFile .readMsd:hover,
.chooseFile .tracklist:hover,
.chooseFile .shareTape:hover {
    opacity: 0.5;
}

.chooseFile .tracklist,
.chooseFile .readMsd {
    margin-right: 0px;
}

.chooseFile .tracklist {
    margin-left: 15px;
}

.chooseFile .readMsd a,
.chooseFile .tracklist a,
.chooseFile .shareTape a {
    font-size: 12px;
    background: #e2b888;
    border: none;
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
    height: auto;
    line-height: 2.6;
    display: block;
}

.chooseFile .readMsd a:hover,
.chooseFile .tracklist a:hover,
.chooseFile .shareTape a:hover {
    opacity: 0.7;
    background: #e2b888;
    color: #0c0919;
}

.shareTape.iframe {
    pointer-events: none;
}

.copyurltext {
    display: block;
    width: 80%;
    height: auto;
    margin: 10px auto;
    color: #fff;
    background: none;
    margin-bottom: 0;
    font-size: 10px;
}

.copytextbuttonwrap input {
    width: 53%;
    display: inline-block;
    background: #fff;
    height: 40px;
    color: #000;
    padding: 2px;
    text-transform: initial;
    margin: 5px;
    border-radius: 8px;
    height: 32px;
    line-height: 15px;
    /* display: none; */
    width: 10px;
    height: 10px;
    /* font-size: 0; */
    background: transparent;
    position: absolute;
    z-index: -1;
}

.copytextbuttonwrap {
    margin-bottom: 15px;
}

a.upload-desc {
    padding: 20px 5px;
}

.chooseFile .shareTape {
    max-width: 56%;
    display: block;
    margin: 10px auto;
    height: 40px;
}

.chooseFile .shareTape a {
    font-size: 15px;
    height: 40px;
    line-height: 2.8;
}
.socialwrapper a:last-child {
    padding: 0;
}

@media only screen and (min-width:1600px){
    .header-logo {
        margin-top: 27vh;
    }
}