/*sur-da*/

body::-webkit-scrollbar {
    width: 0 !important
}

a {
    transition: 1s all ease-out;
}

body {
    overflow: -moz-scrollbars-none;
}

body {
    -ms-overflow-style: none;
}

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

.memeContainer span#textto,
.memeContainer #textfrom {
    display: none;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: none !important;
}

body {
    display: block;
    font-family: proxima-nova, sans-serif;
    font-weight: normal;
    font-style: normal;
    margin: 0 auto;
    text-align: center;
    background: #0C0919;
}

body:after {
    content: "";
    background: url('../images/bg_desk.png') no-repeat 0 0 #0C0919;
    background-size: cover;
    position: fixed;
    width: 100%;
    height: 100vh;
    display: block;
    z-index: -1;
    top: 0;
    left: 0;
}

input:focus {
    outline: none;
}

body input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
select:-webkit-autofill:focus {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #000;
}

input#nameValueto,
input#nameValuefrom {
    background: transparent;
    border: none;
    font-family: 'gloria-hallelujah';
    /* font-size: 0; */
    line-height: 23px;
    color: #000;
    width: 77%;
    font-size: 15px;
    padding: 0;
}

div#nameParent span,
#nameParent1 span {
    font-family: 'gloria-hallelujah';
    font-size: 15px;
    line-height: normal;
    color: #000;
    line-height: 25px;
    text-transform: capitalize;
}

a#addesc .fa-arrow-right:before {
    /* right: 20px; */
    /* top: 12px; */
    position: unset;
}

a#addesc span.gb {
    padding: 0;
    padding-right: 7px;
}

.bfr-load {
    width: 25%;
    margin: 0 auto;
    margin-top: 70%;
}

.load-wrd {
    display: block;
    padding-top: 20px;
}

.loaderImage {
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0) url("images/bg-image.jpg") no-repeat scroll center 0 /cover;
}

.loaderImage>img {
    left: 50%;
    position: absolute;
    top: 47%;
    transform: translate(-50%, -53%);
}

.instructions {
    font-size: 25px;
    max-width: 400px;
    margin: 30px auto;
    text-transform: uppercase;
    color: #FEB8FD;
    line-height: 30px;
    font-weight: 700;
}

textarea {
    border: none;
    border-radius: 20px;
    cursor: text;
    width: 100%;
    max-width: 80%;
    min-width: 85%;
    outline: none;
    background: transparent;
    color: #000;
    overflow: auto;
    font-family: 'gloria-hallelujah';
    font-size: 15px;
    line-height: 22px;
    height: 125px;
    resize: none;
    padding: 0;
    padding-left: 2px;
}

a#totitle {
    margin-top: 20px;
}

#txtValue::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    background-color: #A498E2;
}

#txtValue::-webkit-scrollbar {
    width: 12px;
    background-color: #A498E2;
}

#txtValue::-webkit-scrollbar-thumb {
    border-radius: 30px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #0C0919;
}

input.enterText {
    background: transparent none repeat scroll 0 0;
    border-bottom: 2px solid #fff;
    border-width: 0 0 2px;
    font-family: proxima-nova, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 25px;
    margin-top: 12px;
    max-width: 330px;
    width: auto;
    text-align: center;
    color: #fff;
}

.iconImage {
    left: 16px;
    position: absolute;
    top: 10px;
}

.imageProperties>div.text-hold {
    bottom: 40px;
    display: block;
    font-size: 34.33px;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    letter-spacing: 3px;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 100%;
    font-weight: 800;
}

.memeContainer {
    display: none;
    position: relative;
    /* min-height: calc(100vh - 100px); */
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 0;
}

.layer2 {
    width: 100%;
    margin: 0 auto;
}

.mixtape-cassette {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.mixtape-cassette img {
    width: 100%;
}

.mixtape-cassette .playlist-title {
    text-align: center;
    position: absolute;
    text-transform: uppercase;
    top: 16%;
    left: 0;
    color: #000;
    font-size: 20px;
    width: 80%;
    line-height: 1;
    padding: 0 10%;
    font-weight: 700;
}


/* #photoworkarea {
    display: none;
    ;
} */

#canvas {
    /* background: #000; */
    max-width: 85%;
    margin-top: 2%;
}

.imageText>span {
    color: #fff;
    text-align: center;
}

.imageText>span:nth-child(2) {
    color: #fff;
}

.rightWrapper {
    display: block;
    /* margin-top: 10px; */
    width: 100%;
    position: relative;
}

.leftTextHeader {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 1;
    margin-top: 12px;
    text-indent: 0;
    font-weight: 800;
    text-transform: uppercase;
}

.leftTextDes {
    color: #fff;
    font-size: 22px;
    letter-spacing: 7px;
    text-indent: 0;
    line-height: 1;
    margin-top: 5px;
    font-weight: 800;
}

.layerHeader {
    color: #fff;
    letter-spacing: 1px;
    text-align: left;
    font-size: 16px;
    font-weight: 800;
}

.layerHeader>span {
    display: inline-block;
    font-size: 13px;
    margin-right: 8px;
    vertical-align: bottom;
}

.layer2 .layerHeader>span {
    vertical-align: top;
}

.chooseFile {
    font-size: 0;
}

.imageProperties .overlay {
    background: #fff;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

canvas {
    border: none;
    box-sizing: border-box;
    /* background: #fff; */
}

.icon-baptist2out {
    padding-top: 14px;
}

.chooseFile #fakeBrowse {
    margin-right: 25px;
}

.chooseFile a.download.icon-baptist2in {
    padding-right: 26px;
    position: relative;
    width: 108px;
}

.restart.icon-baptist2refresh {
    padding-left: 0;
    position: relative;
    width: 109px;
    margin-right: 10px;
}

#canvas2 {
    margin: 0px auto 18px;
    max-width: 85%;
}

.footerWrapper {
    bottom: auto;
    color: #fff;
    font-size: 10px;
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
}

.footerWrapper>a {
    color: #fff;
    font-size: 10px;
    text-decoration: none;
}

.sep {
    line-height: 1;
    padding: 0 6px;
}

.chooseFile a.icon-baptist2mail-envelope-closed2 {
    font-size: 25px;
    padding-top: 11px;
}

.chooseFile a.icon-baptist2twitter {
    font-size: 21px;
    padding-top: 12px;
}

.chooseFile a.icon-baptist2facebook2 {
    font-size: 18px;
}

.spotify-embed {
    margin-top: 12px;
    font-size: 0px;
}

.canvasLogo {
    padding: 0 0 15px;
    width: 100%;
    max-width: 154.1px;
}

.Follow-Social-icons a {
    text-decoration: none;
    color: #0C0919;
    font-size: 18px;
    margin-right: 15px;
}

.Follow-Social-icons a:last-child {
    margin-right: 0;
}

.Follow-Social-icons {
    padding-top: 120px;
}

.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: block;
    margin-top: 20px;
}

.socialIcons span {
    font-size: 14px;
    color: #a6dacf;
    padding-right: 16px;
    letter-spacing: 1px;
}

.socialIcons a {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    border: none;
    height: auto;
    width: auto;
    background: #FEB8FD;
    color: #000;
    padding: 14.5px;
    font-size: 21px;
    text-decoration: none;
    border-radius: 50%;
    margin-right: 10px;
}

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

.chooseFile {
    margin: 0 auto;
    text-align: center;
    opacity: 1;
}

.uploadButton {
    display: inline-block;
    vertical-align: middle;
}

.layer1.old-layer {
    display: none;
}

.create-title {
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    display: inline-block;
    vertical-align: middle;
    width: 48%;
    margin-top: 7%;
}

div.inputfilewrap a.upload-screen1 {
    border: none;
    box-sizing: border-box;
    height: 40px;
    line-height: 2.1;
    padding: 0px;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    width: 73px;
    text-align: center;
    background: transparent;
    font-size: 21px;
}

.chooseFile a,
.socialIcons a.share {
    border: none;
    box-sizing: border-box;
    color: #0C0919;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0px;
    text-decoration: none;
    vertical-align: initial;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    width: 130px;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    font-style: normal;
    background: #a498e2;
    letter-spacing: 0.6px;
    border: 1px solid #a498e2;
    box-sizing: border-box;
    text-align: center;
}

.inputfilewrap a:hover,
.chooseFile a:hover {
    /*color: #d4a13b;
	 border-color: #d4a13b;*/
    color: #000;
    /* background: #a498e2; */
    /* opacity: 0.7; */
}

.inputfilewrap {
    /* margin-top: 20px; */
    font-size: 0;
    position: absolute;
    top: 125px;
    left: 55%;
    transform: translateX(-50%);
    width: 100%;
}

.action {
    margin: 30px auto;
    display: none;
    text-align: center;
}

.inputfilewrap .action {
    display: block;
    float: none;
    margin: 0;
    vertical-align: middle;
    margin-bottom: 20px;
    font-size: 0;
    text-align: left;
}

div#nameParent.error:before {
    content: "Please enter your name";
    color: red;
    display: block;
    font-size: 12px;
    font-family: proxima-nova, sans-serif;
    margin-top: 12px;
    position: absolute;
    top: 35px;
    text-transform: initial;
}

div#nameParent.error input {
    border-color: red;
}

div#msgParent.error:before {
    content: "Please enter your message";
    color: red;
    display: block;
    font-size: 13px;
    font-family: proxima-nova, sans-serif;
    margin-top: 0;
    position: absolute;
    top: -13px;
    left: 15px;
    text-transform: initial;
}

div#msgParent.error textarea {
    border-color: red;
}

div#msgParent.error1:before {
    content: "Please enter a valid message";
    color: red;
    display: block;
    font-size: 13px;
    font-family: proxima-nova, sans-serif;
    margin-top: 0;
    position: absolute;
    top: -13px;
    left: 15px;
    text-transform: initial;
}

div#msgParent.error1 textarea {
    border-color: red;
}

.inputfilewrap a {
    border: none;
    box-sizing: border-box;
    color: #0C0919;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0px;
    text-decoration: none;
    vertical-align: initial;
    font-size: 10px;
    text-transform: uppercase;
    cursor: pointer;
    width: 130px;
    font-family: proxima-nova, sans-serif;
    font-weight: normal;
    font-style: normal;
    background: #94C369;
    letter-spacing: 0.5px;
    border-radius: 5px;
}

.goback {
    text-align: left;
    display: inline-block;
    width: 50%;
    /* margin: 20px 0 0 0; */
    vertical-align: middle;
    margin-top: 7%;
}

.goback a,
a#addesc {
    border: none;
    box-sizing: border-box;
    color: #0C0919;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    padding: 0px;
    text-decoration: none;
    vertical-align: initial;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
    width: 160px;
    font-family: proxima-nova, sans-serif;
    font-weight: normal;
    font-style: normal;
    background: #94C369;
    border-radius: 5px;
    text-align: center;
}

span.gb {
    padding-left: 7px;
    font-size: 15px;
    font-weight: 700;
}

.goback a:hover {
    color: #000;
    /* background: #e2b888; */
    opacity: 0.7;
}

.imageBox .thumbBox {
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    /*    background: url("images/gradient2.png") no-repeat scroll 0 10px transparent;*/
    z-index: 2;
}

.imageBox .spinner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 400px;
    background: rgba(0, 0, 0, 0.7);
    color: #999;
}

.cropped {
    display: none;
}

canvas#canvas {
    visibility: hidden;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 48.41px;
    max-width: 100%;
    margin: 0;
}

.imageBox {
    width: 400px;
    height: 280px;
}

div#fileDisplayArea,
#fileDisplayAreaMain {
    font-size: 20px;
    color: #fff;
}

.layer2Wrapper {
    border: none;
    box-sizing: border-box;
    /* background: #fff; */
    max-width: 100%;
    margin: 20px auto 2px;
}

.layer2Wrapper {
    margin: 20px 0 18px;
    border: none;
    background: transparent;
}


/* span.enterText {
    FONT-SIZE: 34.33PX;
    font-weight: 800;
    letter-spacing: 3px;
} */

.copyright-wrapper {
    color: #0C0919;
    padding: 20px 0;
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    line-height: 1.5;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    font-style: normal;
}

.copyright-wrapper a {
    color: #0C0919;
    text-decoration: none;
}

.create-desc {
    position: absolute;
    right: 5%;
    top: 37%;
    transform: translateY(-50%);
    cursor: pointer;
}

.layer2-one {
    display: none;
    POSITION: relative;
}


/* .chooseFile a:hover {
 border-color: #777777;
 color: #777777;
 } */

.restartButtonWrapper {
    margin: 0 auto;
    text-align: center;
}

.Follow-Social-icons a:hover {
    color: #fff;
    opacity: 0.7;
}

.copyright-wrapper a:hover {
    text-decoration: underline;
}

.socialIcons a:hover {
    opacity: 0.5;
}

.canvasImage {
    width: 400px;
    height: 280px;
    margin: 0 auto;
    text-align: center;
}

.layer1 .chooseFile {
    margin: 0 auto;
    text-align: center;
}

canvas {
    max-width: 100%;
}


/* .text-hold {
    padding-top: 15px;
} */

.layer2.loader .layer2Wrapper {
    /* background: url(./images/loaderImage.gif) no-repeat center center; */
    background-size: 50% 50%;
    border: none;
    box-sizing: border-box;
    background-size: 50px 50px;
    max-width: 458px;
    max-height: 458px;
}

.loader #finalWorkArea {
    opacity: 0;
}

.loader .chooseFile {
    opacity: 0;
}

span.mob {
    display: block;
}

span.sep {
    display: none;
}

.inputfilewrap a#restart1 {
    background: transparent;
    border: 1px solid #FDFDFA;
    color: #FDFDFA;
    margin-left: 15px;
}

.chooseFile a#restart2 {
    display: block;
    width: 100%;
    background: #94C369;
    border: none;
    color: #000;
    z-index: -1;
    max-width: 160px;
    margin: 15px auto;
    font-size: 15px;
    border-radius: 5px;
    font-weight: 500;
    transition: 1s all ease-in-out;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
}

.chooseFile a#restart2:hover {
    opacity: 0.5;
}

.socialIcons div a {
    width: 62px;
    height: 30px;
    line-height: 30px;
}

.shareSocials {
    /* opacity: 0;
    position: absolute; */
    display: none;
}

.shareSocials.show {
    display: block;
    position: relative;
    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,
.copybutton {
    width: 100%;
    display: block;
    font-size: 16px;
}

.shareSocials.show a:hover,
.copybutton:hover {
    /* background: #a498e2; */
    /* color: #0c0919; */
    opacity: 0.7;
    z-index: 111;
}

.copybutton {
    font-size: 16px;
    line-height: 16px;
    width: 53%;
    margin: 0 auto;
    background: transparent;
    width: 100%;
    height: 50px;
}

.shareSocials.show a {
    width: 100px;
    display: inline-block;
    background: #a498e2;
    border: none;
    border-radius: 10px;
    color: #0c0919;
    z-index: 1;
    margin-top: 5px;
}

input#nameValue,
input#txtValue {
    display: block;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    box-shadow: none;
    border: none;
    border-radius: 10px;
    color: #0C0919;
    background: rgba(182, 173, 232, 0.5);
    font-size: 18px;
    letter-spacing: 1.2px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 20px auto;
    text-transform: uppercase;
    padding: 0;
    text-align: center;
    font-family: proxima-nova, sans-serif;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #0C0919;
    font-size: 12px;
    letter-spacing: 1.2px;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #0C0919;
    font-size: 12px;
    letter-spacing: 1.2px;
}

::placeholder {
    color: #0C0919;
    font-size: 12px;
    letter-spacing: 1.2px;
}

.error input::-webkit-input-placeholder,
.error input:-ms-input-placeholder,
.error input::placeholder {
    color: red;
}

a.restart.createyourown {
    margin-top: 25px;
    width: 175px;
}

.album-wrapper {
    font-size: 0;
}


/*new css*/

.footerWrapper {
    position: relative;
    width: 100%;
    margin-top: 28px;
    /* margin: 0 auto; */
}

.contentSection {
    position: relative;
    /* width: 100%; */
    width: 340px;
    margin: 0 auto;
    min-height: calc(100vh - 13vh);
}

body.spotifysecondlayer .contentSection {
    /* min-height: calc(100vh - 70px); */
}

.footerGIF {
    width: 20%;
    margin: 0 auto;
}

.socialIcons a.share {
    box-sizing: border-box;
    color: #0C0919;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0px;
    text-decoration: none;
    vertical-align: initial;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    width: 180px;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0;
    border: none;
    background: #a498e2;
    text-align: center;
    border-radius: 10px;
    margin: 0 auto;
    transition: 1s all ease-in-out;
}

.socialIcons a.share:hover {
    opacity: 0.5;
}

i.fas.fa-arrow-right {
    color: #0c0919;
}

.final-iframe {
    margin-top: 15px;
}

canvas#spotifyWorkArea {
    display: none;
}

a.download img {
    width: 50px;
    max-width: 50px;
}

a.download {
    max-width: 50px;
    width: 50px;
    font-size: 0;
    padding: 0;
}

.copysectionwrap {
    display: inline-block;
    width: 50px;
}

.copytextfinal {
    position: absolute;
    font-size: 13px;
    color: #FEB8FD;
    text-transform: uppercase;
    line-height: 25px;
}

@media only screen and (min-width: 1024px) {
    html {
        position: relative;
        min-height: 100%;
    }
}

@media only screen and (max-width: 1023px) {
    input#nameValue,
    textarea {
        /* line-height: 19px; */
    }
    .rightWrap .innerContents {
        display: block;
    }
    body {
        background: #ebebeb;
    }
    .totalWrap {
        max-width: 100%;
    }
    .rightWrap {
        position: static;
        width: 100%;
        background: none;
        margin-bottom: -16px;
    }
    .rightWrap .headerImage img {
        width: 100%;
    }
    .logo-white {
        position: absolute;
        width: 100%;
        top: 19px;
    }
    .contentSection {
        /* min-height: 29vh; */
    }
    .memeContainer {
        /* left: auto; */
        margin: 0 auto;
        position: relative;
        /* top: auto; */
        /* transform: none; */
        /* -webkit-transform: none; */
        width: 100%;
        /* padding-top: 0; */
        /* min-height: calc(100vh - 100px); */
    }
    .loaderImage>img {
        max-width: 110px;
    }
    .rightWrapper {
        display: block;
        float: none;
        margin: 0 auto;
    }
    .footerWrapper {
        bottom: auto;
        color: #fff;
        font-size: 10px;
        left: auto;
        position: relative;
        transform: none;
        width: 100%;
        overflow: hidden;
        margin: 143px auto 10px;
    }
    .restart.icon-baptist2refresh {
        margin-right: 6px;
    }
}

@media only screen and (max-width: 767px) {
    .contentSection {
        /* min-height: 40vh; */
    }
    input#search-input {
        font-size: 20px;
        line-height: 2.3;
    }
    .imageProperties>div.text-hold,
    input.enterText {
        font-size: 18px;
        text-align: center;
    }
    a#restart1 {
        margin-bottom: 20px;
    }
    .Follow-Social-icons a {
        font-size: 20px;
        margin-right: 15px;
    }
    .Follow-Social-icons {
        padding-top: 0px;
        padding-bottom: 0;
    }
    .inputfilewrap a {
        margin-left: 0;
    }
    .inputfilewrap .action {
        margin: 0 auto 5px;
    }
    .fineLogo {
        width: 95%;
        margin: 0 auto;
    }
    .memeContainer {
        /* left: auto; */
        margin: 0 auto;
        /* max-width: 886px; */
        position: relative;
        /* top: auto; */
        /* transform: none; */
        /* -webkit-transform: none; */
        width: 100%;
    }
    .restartButtonWrapper a {
        margin-bottom: 20px;
    }
    .socialIcons span {
        font-size: 17px;
    }
    .socialIcons a {
        width: auto;
        height: auto;
    }
    .layer2 .layerHeader {
        font-size: 18px;
    }
    .rightWrapper {
        display: block;
        float: none;
        margin: 0 auto;
        max-width: 340px;
    }
    .footerWrapper {
        bottom: auto;
        color: #fff;
        font-size: 10px;
        left: auto;
        position: relative;
        transform: none;
        width: 100%;
        overflow: visible;
        max-width: 300px;
        margin: 135px auto 10px;
    }
    .copyright-wrapper {
        font-size: 8px;
        line-height: 1.8;
        letter-spacing: 0.7px;
    }
    .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: proxima-nova, sans-serif;
    }
    .layerHeader {
        font-size: 22px;
        letter-spacing: 1.8px;
    }
    .inputfilewrap {
        margin-top: 33px;
    }
    span.enterText {
        font-size: 20px;
        letter-spacing: 1px;
    }
    .chooseFile #fakeBrowse {
        float: none;
        margin: 0 auto !important;
        width: 50%;
    }
    .footerWrapper>a:nth-child(7) {
        clear: left;
        display: inline-block;
    }
    span.sep:nth-child(6) {
        display: none;
    }
    span.sep:nth-child(10) {
        display: none;
    }
    .mobileBreak {
        display: block !important;
    }
    .chooseFile a.icon-baptist2mail-envelope-closed2 {
        padding-top: 9px;
    }
    input.enterText {
        max-width: 270px;
    }
    .socialIcons a {
        width: auto;
        height: auto;
    }
}

@media only all and (max-width: 767px) {
    .imageBox {
        width: 280px;
        height: 282px;
    }
    .imageBox .thumbBox {
        background-size: auto;
    }
    .canvasBG {
        width: 266px;
        height: 220px;
    }
    .imageProperties>div.text-hold {
        bottom: 22px;
    }
    /* .layer2Wrapper {
		height: 300px;
		width: 280px;
	} */
    .layer2 .chooseFile {
        margin: 0 auto;
        text-align: center;
        max-width: 95%;
    }
    .socialIcons {
        padding-left: 0;
    }
    .imageProperties {
        padding: 13px 12px 57px;
        font-size: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .memeContainer {
        /* min-height: calc(100vh - 100px); */
    }
}

@media only screen and (max-width: 1023px) {
    .song-message {
        width: 90%;
        left: 17px;
    }
    .layer2 {
        width: 100%;
    }
    .Follow-Social-icons {
        padding-top: 35px;
    }
    /* .inputfilewrap a,
    .chooseFile a,
    .socialIcons a.share {
        width: 225px;
    } */
    .footerWrapper {
        margin: 35px auto 10px;
    }
    .Follow-Social-icons {
        padding-top: 0;
    }
    .Follow-Social-icons a {
        line-height: 1.2;
    }
}

@media only screen and (max-width:1024px) {
    .layer2.loader .layer2Wrapper {
        background-size: 20%;
    }
}

@media only screen and (min-width:768px) {
    .copyright-wrapper {
        font-size: 10px;
    }
    span.sep {
        display: inline-block;
        padding: 0;
    }
    span.mob {
        display: inline-block;
    }
}

@media only screen and (max-width: 767px) {
    .leftTextHeader {
        font-size: 12px;
        line-height: 1.2;
    }
    .inputfilewrap {
        margin-top: 0;
    }
    .inputfilewrap.btn a,
    .chooseFile a {
        font-size: 12px;
        height: 40px;
        line-height: 40px;
        width: 130px;
    }
    .inputfilewrap a,
    .inputfilewrap.btn a {
        width: 127px;
    }
    .layer2Wrapper {
        /* margin-top: 0; */
    }
    .shareSocials.show a {
        font-size: 17px;
    }
    /* .shareSocials.show a:first-child {
        padding-right: 15px;
    } */
    .Follow-Social-icons a {
        line-height: 1;
    }
}

@media only screen and (max-width: 767px) {
    .callout-section {
        width: 100%;
    }
    .contentSection {
        /* position: relative; */
        /* top: auto; */
        /* left: auto; */
        /* transform: none; */
        width: 95%;
    }
    body.final .contentSection {
        width: 95%;
    }
    .totalWrap {
        height: auto;
    }
    .footerWrapper {
        position: relative;
        bottom: auto;
        width: 100%;
        left: auto;
        right: auto;
    }
    .footerGIF {
        width: 35%;
    }
    footer.footer-wrap .legal {
        padding-bottom: 0;
    }
    .termsContent {
        position: relative;
        left: auto;
    }
    .contentSection {
        min-height: calc(100vh - 30vh);
    }
    .bfr-load {
        width: 18%;
        margin: 0 auto;
        margin-top: 45%;
    }
    .LBinner {
        width: 250px;
        top: 40%;
    }
    .readmsgLB .LBinner {
        width: 65%;
        margin-top: 20%;
        padding-bottom: 5%;
    }
    a.terms {
        font-size: 10px;
        line-height: 1.5;
        margin: 12px 0;
    }
    .cont-inner {
        margin-top: 15%;
    }
    .finalTitle {
        margin-bottom: 20px;
    }
    /* .chooseFile .tracklist,
    .chooseFile .readMsd {
        margin-right: 4px;
    } */
    .chooseFile .readMsd,
    .chooseFile .tracklist,
    .chooseFile .shareTape {
        max-width: 100px;
    }
    .readmsgLB,
    .tracklistLB,
    .mixtapeLB {
        top: 0;
    }
    .lbClose {
        margin-bottom: 35px;
    }
    .chooseFile .shareTape {
        max-width: 213px;
        display: block;
        margin: 10px auto;
        height: 40px;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .LBinner {
        height: 90vh;
        overflow-y: scroll;
    }
}


/* .tracklistLB .LBinner {
    height: 90vh;
    overflow-y: scroll;
} */

@media all and (min-width: 1920px) {
    .cont-inner {
        padding-top: 30%;
    }
}

.bfr-load.searchloading {
    display: none;
    margin-top: 7%;
    width: 10%;
}

.error {
    color: red;
    font-size: 15px;
    left: -12px;
    bottom: -9px;
    position: absolute;
}

a#restart2 span {
    padding-left: 7px;
}

@media only screen and (max-width: 1023px) and (orientation: landscape),
only screen and (max-width: 1024px) and (orientation: portrait) {
    body:after {
        content: '';
        background: url(../images/bg_mob.png) no-repeat 0 0 #0C0919;
        background-size: cover;
        position: fixed;
        width: 100%;
        height: 100vh;
        display: block;
        z-index: -1;
        top: 0;
        left: 0;
    }
}

@media only screen and (max-width: 767px) {
    body:after {
        content: '';
        background: url(../images/bg_mob.png) no-repeat 0 0 #0C0919;
        background-size: cover;
        position: fixed;
        width: 100%;
        height: 100vh;
        display: block;
        z-index: -1;
        top: 0;
        left: 0;
    }
    .header-logo {
        margin-top: 0;
    }
    /* .instructions {
        margin-top: 0;
    } */
    div#nameParent span,
    #nameParent1 span,
    input#nameValueto,
    input#nameValuefrom {
        line-height: 22px;
        appearance: none;
        -webkit-appearance: none;
    }
}

@media only screen and (max-width: 1023px) and (orientation: landscape) {
    body:after {
        display: none;
    }
    body {
        /* background: #ebebeb; */
        background: url(../images/bg_mob.png) no-repeat 0 0 #0C0919;
        background-size: cover;
        background-position: center;
    }
}