body::-webkit-scrollbar {
    width: 0 !important
}
a {
    transition: 1s all ease-out;
}
img {
    width: 100%;
    height: auto;
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;          /* Firefox */
    image-rendering: -o-crisp-edges;            /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
    -ms-interpolation-mode: nearest-neighbor;
}
a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: none !important;
}
body {
    display: block;
    font-family: 'arial';
    font-weight: normal;
    font-style: normal;
    margin: 0 auto;
    text-align: center;
    background: #E0DDD2;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}
input:focus {
    outline: none;
}
.bfr-load {
    width: 25%;
    margin: 0 auto;
    margin-top: 25%;
}
.load-wrd {
    display: block;
    padding-top: 20px;
}
.memeContainer {
    display: none;
    position: relative;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-top: 0;
}
.layer2 {
    width: 90%;
    margin: 0 auto;
}
.rightWrapper {
    display: block;
    margin-top: 10px;
    width: 100%;
}
.socialIcons,
.chooseFile a {
    display: inline-block;
    vertical-align: top;
}
.socialIcons a,
.socialIcons span {
    display: inline-block;
    vertical-align: top;
}

.socialIcons {
    margin-left: 0;
    position: relative;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 5px;
}
.socialIcons span {
    font-size: 14px;
    color: #a6dacf;
    padding-right: 16px;
    letter-spacing: 1px;
}
.socialIcons a.share {
    padding: 0;
    display: block;
    border: none;
    height: 35px;
    width: 192px;
    background: #B783A9;
    color: #E1CD58;
    font-size: 15px;
    margin: 0 auto;
    text-transform: uppercase;
    line-height: 35px;
    cursor: pointer;
}
.socialIcons a:last-child {
    padding-right: 0;
}
.shareSocials {
    display: none;
}
.shareSocials.show {
    display: block;
    position: absolute;
    width: 100%;
    right: auto;
    z-index: 100;
    background: transparent;
    top: auto;
    text-align: center;
    left: auto;
    opacity: 1;
    transition: 1s all ease-out;
}
.shareSocials.show a {
    width: 100%;
    display: block;
    font-size: 14px;
}
.shareSocials.show a:hover{
    background: #B783A9;
    color: #E1CD58;
    opacity: 0.7;
    z-index: 111;
}
.shareSocials.show a {
    width: 30px;
    display: inline-block;
    background: #B783A9;
    border: none;
    color: #E1CD58;
    z-index: 1;
    margin-top: 7px;
    padding: 0;
}
::-webkit-input-placeholder {
    color: #B783A9;
    font-size: 12px;
    letter-spacing: 1.2px;
}
 :-ms-input-placeholder {
    color: #B783A9;
    font-size: 12px;
    letter-spacing: 1.2px;
}
 ::placeholder {
    color: #B783A9;
    font-size: 12px;
    letter-spacing: 1.2px;
}
.error input::-webkit-input-placeholder,
.error input:-ms-input-placeholder,
.error input::placeholder {
    color: red;
}

/*new css*/
input#copyurlinput {
    display: inline-block;
    padding: 2px;
    text-transform: none;
    position: absolute;
    left: 0;
    font-size: 15px;
    height: 35px;
    width: 115px;
    background: #B783A9;
    color: #E1CD58;
    margin: 0;
    z-index: 0;
    font-size: 0;
}

.copytextbuttonwrap {
    margin: 20px auto 10px 10px;
    text-align: center;
    display: inline-block;
    width: 30%;
    position: relative;
}
.sharePage .contentSection{
    overflow: hidden;
}
.sharePage .finalTitle{
   color: #3E725D;
   font-size:20px;
   margin: 0 auto 15px;
}
.sharePage a#restart2 {
    text-decoration: none;
    margin: 20px auto 0;
    font-size: 14px;
    text-transform: uppercase;
    background: #B783A9;
    color: #E1CD58;
    height: 40px;
    line-height: 40px;
    width: 200px;
}
.footer-section {
    background-color: #B783A9;
    text-align: center;
    padding-bottom: 30px;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    font-style: normal;
    position: relative;
}
ul.socials {
    list-style: none;
}
.footer-section li {
    display: inline-block;
    width: 30px;
    margin: 30px 10px;
    vertical-align: middle;
    line-height: 1;
}
.socials li a {
    text-decoration: none;
    color: #B783A9;
    transition: all .5s;
    background: #E1CD58;
    border: 1px solid #E1CD58;
    display: inline-block;
    width: 100%;
    line-height: 30px;
    height: 30px;
    border-radius: 24px;
    transition: all .5s;
    box-sizing: border-box;
    font-size: 17px;
}
.footer-section li:first-child{
   margin-left:0;
}
.footer-section li:last-child{
   margin-right:0;
}
.copyrightWrapper {
    color: #fff;
    font-size: 10px;
}
.copyrightWrapper a {
    color: #fff;
    text-decoration: underline;
    text-transform: capitalize;
}
.socials li a:hover {
    opacity: .5;
}
.socials li a.icon-soundcloud {
    font-size: 23px;
    line-height: 1;
}
.cta-right, .content-outer, #spotify-app .right-wrapper,
.rightWrapper {
    display: inline-block !important;
    vertical-align: middle;
    width: 50%;
}
.art-logo {
    margin-top: -3%;
}
#spotify-app .right-wrapper {
    max-width: 415px;
    margin-left: 5%;
}
img.searchLogo {
    width: 17px;
}
.awesomplete ul li {
    font-size: 14px;
}
canvas#spotifyWorkArea {
    display: none;
}
.final-iframe {
    background: url("../images/embedBg.png") no-repeat center top / contain;
    width: 330px;
    margin: 0 auto;
    height: 490px;
    position: relative;
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;          /* Firefox */
    image-rendering: -o-crisp-edges;            /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
    -ms-interpolation-mode: nearest-neighbor;
}
.memeInnerWrapper {
    overflow: hidden;
}
.rightWrapper {
    width: 32%;
}
.paint{
    display: none;
}
@media only screen and (max-width: 767px) {
    br.desk {
        display: block;
    }
    .contentSection {
        min-height: 40vh;
    }
    .memeContainer {
        left: auto;
        margin: 0 auto;
        max-width: 886px;
        position: relative;
        top: auto;
        transform: none;
        -webkit-transform: none;
        width: 100%;
    }
    .socialIcons span {
        font-size: 17px;
    }
    .socialIcons a {
        width: auto;
        height: auto;
    }
    .rightWrapper {
        display: block;
        float: none;
        margin: 0 auto;
        max-width: 95%;
    }
    .leftTextHeader {
        color: #fff;
        font-size: 13px;
        letter-spacing: 0.5px;
        line-height: 1;
        margin-top: 12px;
        text-indent: 0;
        text-transform: uppercase;
        font-weight: 500;
        font-family: 'arial';
    }
    .socialIcons a {
        width: auto;
        height: auto;
    }
}

@media only screen and (max-width: 1023px) {
    .socialIcons, .copytextbuttonwrap {
        display: block;
        width: auto;
    }
    .copytextbuttonwrap{
        margin-top:55px;
    }
    button.copybutton {
        margin: 0 auto;
    }
    input#copyurlinput{
        left: 50%;
        transform: translateX(-50%);
    }
    .song-message {
        width: 90%;
        left: 17px;
    }
    .layer2, .callout-section, .content-outer {
        width: 100%;
    }
    .cta-right, .content-outer, #spotify-app .right-wrapper, .rightWrapper{
        display: block;
        width:100%;
    }
    .totalWrap .cta-right{
        width:95%;
        margin: 0 auto 40px;
    }
    .favorite-txt, .create-txt{
        font-size:16px;
    }
    .content-outer{
        max-width: none;
        margin: 0 auto -35%;
    }
    .art-logo img {
        width: 120%;
        max-width: none;
        margin-left: -7%;
    }
    .favorite-txt, .userPlaylist{
        margin: 20px 0 25px;
    }
    .termsContent {
        position: relative;
        left: 50%;
        z-index: 9;
        max-width: none;
    }
    .socials li a{
        font-size: 12px;
        line-height: 27px;
        height: 27px;
    }
    .footer-section li {
        width: 27px;
        margin: 30px 4px;
    }
    .socials li a.icon-soundcloud {
        font-size: 20px;
        line-height: 1;
    }
    #spotify-app .content-outer, .memeContainer .content-outer{
        display: none !important;
    }
    div#spotify-app{
        overflow: hidden;
    }
    button#add-song-playlist{
        margin-bottom: 155px;
    }
    .paint{
        display: block;
    }
    .paint img {
        position: absolute;
    }
    img.purple {
        right: -21%;
        width: 52%;
        top: -1%;
    }
    img.yellow {
        width: 70%;
        left: -30%;
        top: 48%;
    }
    img.green {
        bottom: -35%;
        width: 65%;
        left: -5%;
    }
    .memeContainer img.green {
        bottom: -16%;
    }
    #spotify-app .right-wrapper {
        max-width: none;
        margin-left: 0;
    }
    .contentSection {
        min-height: calc(100vh - 148px);
        position: relative;
        overflow: hidden;
    }
    .caption-txt{
        font-size: 24px;
        margin: 90px auto 45px;
    }
    input#search-input, span.defaultSong,
    #selected-song, .awesomplete ul li, ul#myselectedSongs li {
        font-size: 14px;
        margin-bottom:0;
    }
    input#search-input{
        font-size:18px;
    }
    .awesomplete ul li {
        font-size: 12px;
    }
    .rightWrapper{
        margin: 9vh auto;
    }
    .socialIcons{
        margin-top: 10vh;
    }
    .final-iframe{
        width: 280px;
        height: 570px;
    }
    iframe#finalIframe {
        height: 370px;
        width: 244px;
        top: 90px;
        left: 18.5px;
    }
}


@media only screen and (max-width: 767px) {
    .contentSection {
        min-height: calc(100vh - 148px);
    }
    .bfr-load {
        width: 18%;
        margin: 0 auto;
        margin-top: 45%;
    }
    a.terms {
        font-size: 10px;
        line-height: 1.5;
        margin: 12px 0;
    }
}
@media only screen and (min-width:1024px) and (max-width:1300px){
    .cta-right, .content-outer, #spotify-app .right-wrapper, .rightWrapper {
        display: inline-block !important;
        vertical-align: middle;
        width: 62%;
    }
    .totalWrap .cta-right {
        width: 37%;
        margin: 0 auto;
    }
    .create-txt, .favorite-txt{
        font-size:15px;
    }
    .sweeps-load{
        padding: 24% 0;
    }
    #spotify-app .right-wrapper{
        max-width: 295px;
    }
    .tet1, .tet2{
        font-size: 12px;;
    }
    .memeContainer .rightWrapper {
        width: 37%;
    }
}
@media only screen and (min-width:1024px) and (max-width:1300px) and (orientation: portrait){
    .callout-section, div#second-page, .memeInnerWrapper{
        padding: 26vh 0 0;
        overflow: visible;
    }

}
@media only screen and (max-width:330px){
    .favorite-txt, .create-txt{
        font-size:14px;
    }
}
@media only screen 
    and (width : 375px) 
    and (height : 812px)
    and (orientation : portrait)  
    and (-webkit-device-pixel-ratio : 3) {
        .memeContainer img.green{
            bottom: -11%;
        }
     }
     @media only screen and (max-width:1023px) and (min-width:768px){
        .memeContainer img.green {
            bottom: -20%;
            width: 50%;
            left: 3%;
        }
        .memeContainer img.yellow {
            width: 80%;
            left: -30%;
            top: 30%;
        }
     }
.bfr-load.searchloading {
    display: none;
    margin-top: 7%;
    width: 10%;
}
@-moz-document url-prefix() {
    img, .final-iframe {
        image-rendering: auto;
    }
}