/*
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
*/


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

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

.icon-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";
}

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

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

.memeContainer.secondpage {
    margin-top: 0;
}

textarea#top-section-input::placeholder {
    text-transform: capitalize;
    color: #707070;
    font-size: 14px;
    text-align: left;
}

.selected-image {
    position: relative;
}

.select-text.btn a#addtext {
    color: #fff;
    font-family: poppins, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    width: 100%;
}

.select-text.btn.add:hover,
.select-text.btn.generate:hover {
    background: #FFDF56;
}

a.merchImage {
    background: url(../images/merch-bg.png) no-repeat center;
}

a.merchImage:hover img {
    transform: rotate(45deg);
}

@media only screen and (min-width: 1024px) {
    .layer3.lyr {
        margin-top: 40px;
    }
    .copyright,
    .copyright a,
    .copyright span {
        display: inline-block;
    }
    a.merchImage img {
        padding-bottom: 7px;
    }
    .layer2Wrapper {
        padding-top: 70px;
    }
    .atlLogo h1 {
        width: 55%;
        text-align: left;
    }
    .bottom-wrapper {
        width: 95%;
        margin: 0 auto;
    }
    .cardimages img {
        width: 180px;
    }
    .container .cardimages {
        width: 100%;
    }
    .container .toAndfrom {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        padding-top: 25px;
    }
    body .footerWrapper {
        padding-bottom: 10px;
        width: 49%;
        display: inline-block;
        text-align: left;
        max-width: unset;
    }
    .merch.desktop {
        width: 50%;
        display: inline-block;
        text-align: right;
    }
    a.merchImage {
        width: 150px;
    }
    html {
        position: relative;
        min-height: 100%;
    }
    .selected-image,
    .toAndfrom {
        display: inline-block;
        vertical-align: middle;
        width: 510px;
    }
    .selected-image {
        max-width: 600px;
        margin-right: 2%;
        position: relative;
        height: 510px;
    }
    a#Reset img.restart {
        width: 22px;
        transform: rotate(220deg);
        vertical-align: middle;
        margin-right: 5px;
    }
    a#Reset {
        margin-left: 10px;
        font-size: 14px;
        font-family: poppins, sans-serif;
        font-weight: 500;
        font-style: normal;
        color: #fff;
        vertical-align: middle;
    }
    a#Reset:hover {
        color: #FFFFFF80;
    }
    .layer3Wrapper {
        width: 30%;
        margin: 0 auto;
        display: inline-block;
        vertical-align: middle;
    }
}

body {
    display: block;
    font-family: 'tex_gyre_herosregular';
    font-weight: 500;
    font-style: normal;
    margin: 0 auto;
    text-align: center;
    background: #000000;
    background-size: cover;
    text-transform: uppercase;
}


/* body:after,
body::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #F1F2ED;
    z-index: -1;
} */

.subTitle {
    font-style: normal;
    font-size: 57px;
    color: #EB297A;
}

input:focus {
    outline: none;
}

body input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
select:-webkit-autofill:focus {
    color: #8C4160;
    -webkit-text-fill-color: #8C4160;
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
}


/* body:after {
    content: '';
    position: fixed;
    z-index: -2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-image: url(../images/hearts.png);
    animation: falling-hearts 13s linear infinite;
} */


/* 
@keyframes falling-hearts {
    0% {
        background-position: 0% 30%;
    }
}

@-moz-keyframes falling-hearts {
    0% {
        background-position: 0% 30%;
    }
}

@-webkit-keyframes falling-hearts {
    0% {
        background-position: 0% 30%;
    }
} */

.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%);
}

.lyr .title {
    font-family: poppins, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 8%;
    color: #8C4160;
    padding-bottom: 30px;
    padding-top: 20px;
    letter-spacing: 4.8px;
    max-width: 600px;
    margin: 0 auto;
}

.toAndfrom .inline input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #707070;
    font-size: 14px;
    text-align: left;
}

#mlform input#email::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #707070;
    font-size: 14px;
    text-align: left;
}

textarea a#convertToCanvas {
    opacity: 0.5;
    pointer-events: none;
}

.select-bg {
    margin-top: 50px;
}

.l2right,
.l2left {
    display: inline-block;
    width: 55%;
    vertical-align: top;
}

.inline {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    text-align: left;
    color: #8C4160;
    letter-spacing: 1.2px;
    padding-bottom: 5px;
}

.toAndfrom .inline {
    display: block;
}

#top-section {
    width: auto;
    text-align: left;
    font-family: poppins, sans-serif;
    font-weight: 700;
    font-style: normal;
    outline: none;
    position: relative;
}

.toAndfrom {
    /* position: absolute; */
    /* bottom: 0; */
    /* width: auto; */
    text-align: left;
    padding-left: 20px;
    font-family: poppins, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.toAndfrom .inline input {
    float: none;
    font-size: 12px !important;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    background: rgba(219, 16, 123, 0.3);
    display: block;
    padding: 7px;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0;
    width: 100%;
    font-family: poppins, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.formOneWrap {
    margin-top: 10px;
}

.l2left {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

input[type="radio"] {
    display: block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    border: none;
}

.radioButtonsWrap {
    column-count: 1;
}

.optionText {
    position: relative;
    transform: none;
    width: 93%;
    margin: 0 auto;
    display: block;
    border: 2px solid #6C0000;
    padding: 10px 0px;
    color: #6C0000;
    font-size: 16px;
    height: auto;
    line-height: 1;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 7px;
    cursor: pointer;
    font-family: poppins, sans-serif;
    font-weight: 700;
    font-style: normal;
}

input[type=radio]:checked+label {
    background: #6C0000;
    color: #F1F2ED;
}

.answersWrap:last-child .optionText {
    margin-bottom: 0px;
}

input[type=radio]:checked+label:after,
input[type=radio]:checked+label+label:after {
    opacity: 0;
}

.layer2 .title {
    margin-bottom: 50px;
}

.layer2Wrapper {
    width: 1200px;
    margin: 0 auto;
}

input.enterText {
    background: transparent none repeat scroll 0 0;
    border-bottom: 2px solid #8C4160;
    border-width: 0 0 2px;
    font-style: normal;
    font-size: 25px;
    margin-top: 12px;
    max-width: 330px;
    width: auto;
    text-align: center;
    color: #8C4160;
}

.select-text {
    margin-top: 60px;
}

.adjust-text {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #8C4160;
    /* font-weight: 600; */
    line-height: 32px;
    max-width: 100%;
    margin: 0 auto 35px;
}

.imageProperties {
    height: 100%;
    position: static;
    top: 0;
    box-sizing: border-box;
    padding: 44px 20px 95px 20px;
    font-size: 0;
}

.imageProperties {
    position: relative;
}

.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%;
}

div#my_camera {
    margin: 0 auto;
}

.memeContainer {
    position: static;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 0;
    margin-top: 3;
}

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

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

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

.leftWrapper {
    display: block;
    max-width: 100%;
    margin-right: 0;
    vertical-align: top;
    padding-top: 5vh;
    padding-bottom: 20px;
}

.rightWrapper {
    display: block;
    margin-top: 0px;
    width: 100%;
}

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

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

.layerHeader {
    color: #8C4160;
    letter-spacing: 1px;
    text-align: left;
    font-size: 16px;
}

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

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

.chooseFile {
    font-size: 0;
}


/* .chooseFile a,
.socialIcons a.share {
    border: none;
    box-sizing: border-box;
    color: #EB297A;
    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: 232px;
    font-family: tenby-eight, sans-serif;
    font-weight: 700;
    font-style: normal;
    background: #fff;
    letter-spacing: 0.5px;
    text-align: center;
} */

.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;
}

.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: #DB107B;
    font-size: 10px;
    width: 100%;
    max-width: 545px;
    margin: 0 auto;
}

.footerWrapper>a {
    color: #DB107B;
    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;
}

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

.atlLogo img.mobile {
    display: none;
}

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

.Follow-Social-icons a {
    text-decoration: none;
    color: #6C0000;
    font-size: 25px;
    margin-right: 25px;
}

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

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

.socialIcons,
.chooseFile a {
    display: inline-block;
    vertical-align: top;
}

.socialIcons a,
.socialIcons span {
    display: inline-block;
    vertical-align: top;
}

.socialIcons {
    position: relative;
    width: 48%;
    max-width: none;
    text-align: center;
}

.socialIcons a {
    padding: 0;
    display: block;
    vertical-align: middle;
    border: none;
    height: auto;
    width: auto;
    background: transparent;
    color: #8C4160;
    padding-right: 10px;
    font-size: 20px;
}

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

.chooseFile {
    margin: 0 auto;
    text-align: center;
    opacity: 1;
    display: block;
    width: 28%;
    margin-top: 25px;
    vertical-align: middle;
}

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

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

span.file-upload-btn {
    position: relative;
    overflow: hidden;
}

.chooseFile .shareSocials a {
    border: none;
    box-sizing: border-box;
    color: #8C4160;
    display: inline-block;
    padding: 0px;
    text-decoration: none;
    vertical-align: initial;
    font-size: 21px;
    text-transform: uppercase;
    cursor: pointer;
    width: auto;
    letter-spacing: 0.6px;
    box-sizing: border-box;
    text-align: center;
}

span.file-upload-btn:hover,
input#btnZoomIn:hover,
input#btnZoomOut:hover,
.inputfilewrap a:hover,
span#imageLoader:hover,
.snap_button:hover {
    /*color: #d4a13b;
	 border-color: #d4a13b;*/
    color: #8C4160;
    border-color: #F5ACAB;
    background: #F5ACAB;
    opacity: 1;
}

.inputfilewrap {
    margin-top: 2px;
    font-size: 0;
}

.mother-upload-text {
    font-size: 20px;
    letter-spacing: 0;
    /* color: black; */
    line-height: 26px;
    margin-top: 15px;
}

span.file-upload-btn input#file {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.inputfilewrap.uploaded.btn span.file-upload-btn {
    display: none;
}

.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;
}

div#l2 {
    position: relative;
}

div#top-section.error:before {
    content: "Please type message in the text Field";
    color: red;
    display: block;
    font-size: 11px;
    position: absolute;
    bottom: -14px;
    left: 0;
    font-family: poppins, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    width: auto;
}

input#btnZoomIn,
input#btnZoomOut {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border: none;
    color: #a6dacf;
    font-size: 24px;
    border: 2px solid #a6dacf;
    padding: 6px !important;
    outline: none;
    cursor: pointer;
}

input#btnZoomIn {
    margin-right: 10px;
}

div.inputfilewrap:not(.uploaded) a {
    display: none;
}

.inputfilewrap a {
    border: none;
    box-sizing: border-box;
    color: #EB297A;
    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-style: normal;
    background: #ffffff;
    letter-spacing: 0.5px;
}

.inputfilewrap.uploaded.btn a:hover {}

.upload-text {
    font-size: 20px;
    text-transform: inherit;
    letter-spacing: 1px;
    color: #8C4160;
    font-family: poppins, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 32px;
    max-width: 100%;
    margin: 0 auto 31px;
}

.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /* background: #fff; */
    z-index: 10;
    opacity: 0.5;
}

.layer3Wrapper {
    position: relative;
    margin: 0 auto;
}

.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;
}


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

.copyright-wrapper {
    padding: 20px 0 20px;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0;
    line-height: 18px;
    font-family: poppins, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.canvasBG {
    background: transparent;
    width: 472px;
    height: 661px;
    margin: 0 auto;
    max-width: 100%;
}

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

.Follow-Social-icons a:hover {
    /* color: #fff; */
    opacity: 0.5;
    transition: ease all 1s;
}

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

.layer3 .adjust-text {
    margin: 35px auto 35px;
}

.layer3.loader .chooseFile {
    display: none;
}

a#Reset img.restart.resethover {
    display: none;
}

a#Reset:hover img.restart.reset {
    display: none;
}

a#Reset:hover img.restart.resethover {
    display: inline;
    margin-right: 9px;
}

@media only screen and (max-width: 1023px) {
    a#Reset img.restart {
        width: 100%;
        vertical-align: middle;
        margin: 0 auto;
        max-width: 20px;
        margin-right: 10px;
        transform: rotate(220deg);
    }
    a#Reset {
        width: 100%;
        margin: 0 auto;
        font-size: 14px;
        display: block;
        text-align: center;
        margin-top: 21px;
        line-height: 26px;
        color: #FFFFFF;
    }
    /* #bg-fixed-mobile {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-image: url('../images/mobilebg.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;  
} */
    .mobile-break {
        display: none;
    }
    .firstpage {
        max-width: 300px;
        margin: 0 auto;
    }
    .layer3 .adjust-text {
        margin: 10px auto 18px;
    }
    .upload-text {
        margin: 28px auto 18px;
    }
    .mother-upload-text {
        font-size: 12px;
        line-height: 15px;
        margin-top: 0px;
    }
    .imageProperties>div.text-hold,
    input.enterText {
        font-size: 18px;
        text-align: center;
    }
    a#restart1 {
        margin-bottom: 10px;
    }
    .Follow-Social-icons a {
        font-size: 22px;
        margin-right: 20px;
    }
    .Follow-Social-icons {
        padding-top: 0px;
        padding-bottom: 0;
    }
    .atlLogo {
        width: 84%;
        padding-bottom: 0;
        max-width: 100%;
        padding-top: 30px;
    }
    .inputfilewrap a {
        margin-left: 0;
    }
    .inputfilewrap .action {
        margin: 0 auto 5px;
    }
    input#btnZoomIn {
        margin-right: 0;
    }
    .fineLogo {
        width: 95%;
        margin: 0 auto;
    }
    .memeContainer {
        left: auto;
        margin: 0 auto;
        max-width: 100%;
        position: relative;
        top: auto;
        transform: none;
        -webkit-transform: none;
        width: 100%;
        min-height: auto;
    }
    body .memeContainer {
        min-height: calc(100vh - 290px);
    }
    .memeContainer.secondpage {
        padding-top: 0;
        padding-bottom: 12vh;
    }
    .restartButtonWrapper a {
        margin-bottom: 20px;
    }
    .socialIcons span {
        font-size: 17px;
    }
    .leftWrapper {
        display: block;
        float: none;
        margin-bottom: 71px;
        max-width: 300px;
        margin: 0 auto;
        text-align: center;
        width: 300px;
        padding-top: 50px;
        padding-bottom: 57px;
    }
    .socialIcons a {
        width: auto;
        height: auto;
    }
    .layer3 .layerHeader {
        font-size: 18px;
    }
    .rightWrapper {
        display: block;
        float: none;
        margin: 0 auto;
        max-width: 301px;
    }
    .footerWrapper {
        bottom: auto;
        color: #8C4160;
        font-size: 10px;
        left: auto;
        position: relative;
        transform: none;
        width: 100%;
        overflow: visible;
        max-width: 310px;
        margin: 30px auto 0px;
    }
    .leftWrapper>img {
        margin-top: 29px;
        max-width: 109px;
    }
    .copyright-wrapper {
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: -0.1px;
    }
    .leftTextHeader {
        color: #8C4160;
        font-size: 13px;
        letter-spacing: 0.5px;
        line-height: 1;
        margin-top: 12px;
        text-indent: 0;
        text-transform: uppercase;
    }
    .adjust-text {
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.6px;
        color: #8C4160;
        font-family: poppins, sans-serif;
        font-weight: 700;
        font-style: normal;
        line-height: 19px;
        max-width: 100%;
        margin: 0 auto 35px;
        margin: 3px auto 15px;
    }
    /* span.file-upload-btn,
    .inputfilewrap.btn a,
    .chooseFile a {
        font-size: 22px;
        height: 56px;
        line-height: 54px;
        width: 290px;
    } */
    .inputfilewrap.uploaded.btn .action {
        padding-bottom: 20px;
    }
    .layerHeader {
        font-size: 22px;
        letter-spacing: 1.8px;
    }
    .inputfilewrap {
        margin-top: 10px;
    }
    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;
    }
    span.textholder {
        font-size: 12px;
    }
    body a#convertToCanvas {
        width: 74px;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }
}

@media only all and (max-width: 767px) {
    .imageBox {
        width: 280px;
        height: 282px;
    }
    .imageBox .thumbBox {
        background-size: auto;
    }
    .canvasBG {
        width: 277px;
        height: 221px;
    }
    .imageProperties>div.text-hold {
        bottom: 22px;
    }
    .layer3 .chooseFile {
        margin: 0 auto;
        text-align: center;
        /* max-width: 263px; */
    }
    .socialIcons {
        padding-left: 0;
    }
    .imageProperties {
        padding: 26px 12px 187px;
        font-size: 0;
        position: unset;
    }
}

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

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

canvas {
    max-width: 100%;
}

.layer3.loader .layer3Wrapper {
    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: 417px; */
    margin: 0 auto;
    /* max-height: 534px; */
}

.layer3.loader .layer3Wrapper:after {
    content: "Please wait while we create your meme...";
    font-size: 18px;
    width: 100%;
    display: block;
    text-align: center;
    letter-spacing: 1px;
    font-family: 'tex_gyre_herosregular';
    font-weight: 500;
    font-style: normal;
    text-transform: initial;
    color: #8C4160;
}

#finalWorkArea {
    /* position:absolute;
    opacity:0; */
}

.loader #finalWorkArea {
    opacity: 0;
    width: 40%;
}

.loader video {
    opacity: 0;
}

.loader .chooseFile {
    /* opacity: 0; */
}

h1 {
    margin: 0;
    padding: 0;
    font-size: 0;
}

#copyInput {
    height: 0;
    opacity: 0;
    /* display:none; */
}

video {
    width: 60%;
    min-height: 400px;
    display: none;
}

div#mute-video {
    max-width: 27px;
    position: absolute;
    top: 10px;
    right: 10px;
}

div#mute-video:hover {
    opacity: 0.75;
}


/* span.file-upload-btn:before {
    content: '';
    background: url("images/Icon awesome-photo-video.svg") no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background-size: 100% auto;
    margin-right: 7px;
} */

span.mob {
    display: block;
}

span.sep {
    display: none;
}

.inputfilewrap a#restart1 {
    background: #6C0000;
    border: 1px solid #6C0000;
    color: #8C4160;
    margin-left: 10px;
}

.inputfilewrap a#restart1:hover {
    background: #F5ACAB;
    color: #8C4160;
    border-color: #F5ACAB;
}

.chooseFile a#restart2 {
    display: block;
    width: 70%;
    margin-top: 15px;
    /* background: #6C0000; */
    color: #8C4160;
    z-index: -1;
    max-width: 275px;
    margin: 15px auto;
    border: 2px solid #8C4160;
}

span.file-upload-btn.mobile {
    display: none;
    margin-left: 15px;
}

.shareSocials {
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
}

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

.shareSocials a:hover,
a#convertToCanvas:hover {
    opacity: 0.5;
}

a#restart1:hover,
.chooseFile a#restart2:hover {
    /* opacity: 0.5; */
    background: #8C4160;
    color: #fff;
}

div.inputfilewrap .action:not(.uploaded) a {
    display: inline-block;
    background: transparent;
    width: auto;
    color: #8C4160;
    font-size: 24px;
    margin-right: 24px;
    -webkit-appearance: none;
}

input#nameValue {
    display: block;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    border: 1px solid #8C4160;
    color: #8C4160;
    font-size: 20px;
    letter-spacing: 1.2px;
    width: 456px;
    height: 70px;
    line-height: 70px;
    font-family: poppins, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 20px auto 30px;
    text-transform: none;
    padding: 0 5px;
    text-align: center;
    box-sizing: border-box;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #707070;
    font-size: 14px;
    text-align: left;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #707070;
    font-size: 14px;
    text-align: left;
}

::placeholder {
    color: #707070;
    font-size: 14px;
    text-align: left;
}

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

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

div.inputfilewrap .action:not(.uploaded) a:last-child {
    margin-right: 0;
}

div.inputfilewrap .action:not(.uploaded) a.icon-rotate_right {
    margin-right: 0;
}

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

@media only screen and (max-width: 1024px) {
    #imageLoader,
    .snap_button {
        display: none !important;
    }
}

@media only screen and (max-width: 1023px) {
    /* .inputfilewrap a,
    .chooseFile a,
    .socialIcons a.share {
        width: 225px;
    } */
    .atlLogo img.desktop {
        display: none;
    }
    .leftWrapper .atlLogo img.mobile {
        display: block;
    }
}

@media only screen and (max-width:1024px) {
    .layer3.loader .layer3Wrapper {
        background-size: 20%;
    }
    span.file-upload-btn.mobile {
        display: inline-block;
        top: 17%;
        margin: 0;
    }
}

@media only screen and (min-width:768px) {
    span.sep {
        display: inline-block;
        padding: 0;
    }
    span.mob {
        display: block;
    }
    .atlLogo {
        /* max-width: 478px; */
    }
    .subTitle {
        font-size: 95px;
    }
}

@media only screen and (max-width: 767px) {
    .layer3.loader .layer3Wrapper:after {
        font-size: 14px;
    }
    video {
        min-height: 301px;
    }
    .leftTextHeader {
        font-size: 12px;
        line-height: 1.2;
    }
    .leftWrapper {
        padding: 26px 0 0px;
        padding-bottom: 10px;
    }
    .upload-text {
        font-size: 14px;
        line-height: 19px;
    }
    .inputfilewrap {
        margin-top: 0;
    }
    span.file-upload-btn,
    .inputfilewrap.btn a,
    .chooseFile a {
        font-size: 12px;
        height: 40px;
        line-height: 40px;
        width: 130px;
    }
    .chooseFile a#restart2 {
        font-size: 14px;
    }
    div.inputfilewrap .action:not(.uploaded) a {
        font-size: 23px;
        margin-right: 20px;
    }
    input#nameValue {
        max-width: 254px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        margin: 20px auto 32px;
    }
     ::-webkit-input-placeholder {
        /* Edge */
        color: #707070;
        font-size: 14px;
        text-align: left;
    }
     :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #707070;
        font-size: 14px;
        text-align: left;
    }
     ::placeholder {
        color: #707070;
        font-size: 14px;
        text-align: left;
    }
    .error input::-webkit-input-placeholder,
    .error input:-ms-input-placeholder,
    .error input::placeholder {
        color: red;
    }
    span.file-upload-btn,
    div.inputfilewrap a.upload-screen1,
    div.inputfilewrap a.restart,
    .chooseFile a,
    .socialIcons a.share {
        /* max-width: 127px; */
        font-size: 12px;
        height: 40px;
        line-height: 40px;
    }
    .inputfilewrap a,
    .chooseFile a,
    .socialIcons a.share,
    .inputfilewrap.btn a {
        width: 127px;
    }
    .socialIcons {
        /* margin-left: 9px; */
    }
    .layer3Wrapper {
        margin-top: 23%;
    }
    .shareSocials a {
        font-size: 12px;
    }
    .Follow-Social-icons a {
        line-height: 1;
    }
}

@media only screen and (min-width:1025px) {
    span.file-upload-btn.mobile {
        display: none !important;
    }
    #imageLoader,
    .snap_button {
        border: none;
        box-sizing: border-box;
        color: #8C4160;
        display: inline-block;
        height: 70px;
        line-height: 70px;
        padding: 0px;
        text-decoration: none;
        vertical-align: initial;
        font-size: 21px;
        text-transform: uppercase;
        cursor: pointer;
        width: 226px;
        font-family: poppins, sans-serif;
        font-weight: 700;
        font-style: normal;
        background: #6C0000;
        letter-spacing: 0.6px;
        border: 1px solid #6C0000;
        box-sizing: border-box;
        text-align: center;
    }
    span#imageLoader {
        vertical-align: top;
        margin-left: 10px;
    }
    .snap_button {
        display: none;
        margin: 0 auto;
    }
}

@media only screen and (min-width:768px) and (max-width:1800px) {
    #imageLoader,
    .snap_button {
        border: none;
        box-sizing: border-box;
        color: #8C4160;
        height: 30px;
        line-height: 30px;
        padding: 0px;
        text-decoration: none;
        vertical-align: initial;
        font-size: 14px;
        text-transform: none;
        cursor: pointer;
        width: 125px;
        font-family: poppins, sans-serif;
        font-weight: 700;
        font-style: normal;
        background: #6C0000;
        letter-spacing: 0;
        border: 1px solid #6C0000;
        box-sizing: border-box;
        text-align: center;
    }
    .atlLogo {
        max-width: 90%;
    }
    .leftWrapper {
        /* padding-top:15px; */
    }
    input#nameValue {
        display: block;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        outline: none;
        border-radius: 0;
        box-shadow: none;
        background: transparent;
        border: 1px solid #8C4160;
        color: #8C4160;
        font-size: 20px;
        letter-spacing: 1.2px;
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-family: poppins, sans-serif;
        font-weight: 700;
        font-style: normal;
        margin: 5px auto 10px;
        text-transform: none;
        padding: 0 5px;
        text-align: center;
    }
    .upload-text {
        font-size: 20px;
        text-transform: none;
        letter-spacing: 0;
        color: #8C4160;
        font-family: poppins, sans-serif;
        font-weight: 700;
        font-style: normal;
        line-height: 26px;
        max-width: 100%;
        margin: 0 auto 10px;
    }
    .mother-upload-text {
        font-size: 20px;
        letter-spacing: 0;
        /* color: black; */
        line-height: 17px;
        margin-top: 5px;
    }
    div.inputfilewrap a.restart {
        border: none;
        box-sizing: border-box;
        color: #8C4160;
        height: 30px;
        line-height: 30px;
        padding: 0px;
        text-decoration: none;
        vertical-align: initial;
        font-size: 14px;
        text-transform: none;
        cursor: pointer;
        width: 125px;
        background: #6C0000;
        letter-spacing: 0;
        border: 1px solid #6C0000;
        box-sizing: border-box;
        text-align: center;
    }
    span.file-upload-btn.mobile {
        margin-left: 0;
    }
    .snap_button {
        display: none;
    }
    .layer3Wrapper {
        margin: 0 auto;
    }
    .imageProperties {
        padding: 32.96px 14.98px 71.16px 14.98px;
    }
    .canvasBG {
        background: transparent;
        width: 472px;
        height: 661px;
        margin: 0 auto;
        max-width: 100%;
    }
    .adjust-text {
        margin: 0 auto 2px;
        font-size: 18px;
        line-height: 20px;
    }
    div.inputfilewrap .action:not(.uploaded) a {
        font-size: 20px;
    }
}


/*audio css*/

i.iconPause.far.fa-pause-circle,
.success div#videoWatch:empty,
div#videoWatch,
.finalStep .first-page,
.desc-image,
span.desc-error,
span.desc-success,
.error span.desc,
.success span.desc,
.trackWrap-audio,
.finalStep .second-page,
.success .trackWrap-input,
.third-page,
.second-page,
.secondStep .first-page {
    display: none;
}


/*audio element and seeker */

div#seekObjContainer {
    display: inline-block;
    width: 88%;
    vertical-align: middle;
    position: relative;
}

div#timeline {
    width: 100%;
    background: #c0f7ff;
    display: inline-block;
    height: 4px;
    position: relative;
    width: 82%;
}

div#seekObj {
    width: 12px;
    height: 12px;
    background: #0057b9;
    border-radius: 50%;
    position: absolute;
    top: -4px;
}

.audio_title {
    font-family: poppins, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 1.5;
    display: block;
    margin-top: 6.5vh;
    margin-bottom: 1vw;
    padding-left: 0.5vw;
}

.timeWrapper {
    display: inline-block;
    font-size: 18px;
    width: 18%;
    text-align: center;
}

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

.audio-wrapper,
#seekObjContainer {
    display: inline-block;
    vertical-align: middle;
}

i.iconPlay.far.fa-play-circle,
i.iconPause.far.fa-pause-circle {
    font-size: 27px;
    color: #0057b9;
}

.trackWrap-audio {
    width: 100%;
    max-width: 45%;
    margin: 0 auto;
    margin-top: 20px;
}

.audio-wrapper {
    margin-right: 2%;
}

.play-pause i {
    cursor: pointer;
}


/*seeker ends*/

@media only screen and (max-width:767px) {
    span.file-upload-btn.mobile {
        top: 20%;
    }
    .trackWrap-audio {
        max-width: 80%;
        margin-left: 12%;
        margin-top: 30px;
    }
    .audio_title {
        font-size: 14.5px;
    }
    i.iconPlay.far.fa-play-circle,
    i.iconPause.far.fa-pause-circle {
        font-size: 27px;
    }
    div#seekObjContainer {
        width: 84%;
    }
    div#timeline {
        width: 73%;
    }
    .timeWrapper {
        width: 25%;
        text-align: center;
        margin-left: 3px;
        font-size: 14px;
    }
}

@media only screen and (max-width:767px) and (orientation:landscape) {
    .trackWrap {
        margin-top: 23%;
        margin-bottom: 10%;
    }
    .audio_title {
        font-size: 14.5px;
    }
    div#lbContent {
        overflow-y: scroll;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .trackWrap-audio {
        max-width: 62%;
    }
    .memeContainer.secondpage {
        min-height: calc(100vh - 300px);
    }
    body .cardimages img {
        width: calc((100% - 90px)/2);
    }
}

div#seekObjContainer {
    display: none;
}

i.iconPlay.far.fa-play-circle {
    background: url(./images/volume-high.svg) no-repeat center top;
    background-size: 100% auto;
}

i.iconPause.far.fa-pause-circle {
    background: url(./images/volume-mute2.svg) no-repeat center top;
    background-size: 100% auto;
}

.fa-play-circle:before,
.fa-pause-circle:before {
    content: "\f144";
    opacity: 0 !important;
}

.trackWrap-audio {
    position: absolute;
    width: auto;
    margin: 0;
    top: 10px;
    right: 10px;
}


/*audio css ends here*/

textarea {
    width: 100%;
    height: 35px;
    border: 1px solid #8C416066;
    background: #fff;
    font-size: 12px;
    line-height: 19px;
    z-index: 4;
    resize: none;
    padding: 7px 7px;
    font-family: 'tex_gyre_herosregular';
    font-weight: 500;
    font-style: normal;
    text-align: left;
    box-sizing: border-box;
    color: #707070;
    letter-spacing: 0;
    text-indent: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

span#imageLoader,
span.file-upload-btn {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 51%;
    transform: translateX(-50%);
    z-index: 3;
    width: 125px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-transform: none;
}

.layer1 {
    position: relative;
}

span#imageLoader {
    top: 16%;
}

span.file-upload-btn {
    top: 22%;
}

canvas#photoworkarea {
    width: 44%;
    position: relative;
    top: 30px;
    left: -1px;
    /* height: 303px; */
}

.showdownloads {
    display: block;
    position: absolute;
}

.showdownloads a {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}

.downloads {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 4%;
    width: 48%;
}

.chooseFile a.download {
    position: relative;
    width: 100%;
    font-size: 14px;
    font-family: poppins, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    border: 1px solid #8C4160;
    background-color: #8C4160;
    color: #fff;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    letter-spacing: 1px;
    box-sizing: border-box;
}

.chooseFile a.download:hover {
    border: 1px solid #FFDF56;
    background-color: #FFDF56;
}

canvas#finalWorkArea {
    display: block;
}

canvas#finalWorkArea_fullframe,
canvas#canvasreduced {
    display: none;
}

canvas {
    width: 100%;
}

canvas#photoworkarea {
    z-index: 9;
    cursor: move;
    padding: 5px 19px 0px 5px;
}

@media only screen and (max-width:767px) {
    .downloads {
        position: relative;
        display: block;
        margin-right: 0;
        width: 100%;
        margin-bottom: 4%;
    }
    div#nameParent.error:before {
        transform: none;
        width: 300px;
        left: 25px;
        bottom: 11px;
    }
    span#imageLoader,
    span.file-upload-btn {
        width: 98px;
        height: 30px;
        left: 53.3%;
    }
    span.file-upload-btn {
        /* margin-top: 6%; */
        margin-top: 12%;
    }
    textarea#nameValue {
        width: 210px;
        right: 20px;
        height: 124px;
        top: 65%;
        left: 57%;
        transform: translate(-50%, -50%);
    }
    div#nameParent.error {
        /* position: absolute; */
        bottom: 0;
    }
    canvas#photoworkarea {
        width: 53%;
        top: 10px;
        padding: 5px 17px 0px 9px;
    }
}

@media only screen and (min-width:1600px) {
    canvas {
        width: 100%;
    }
}


/* firstpage ends */

.toAndfrom,
.toAndfrom .inline input {
    color: #8C4160;
}

.socialIcons a.share {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: poppins, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0;
    padding: 0px;
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
}

.downloadlink.shareLinkItem {
    display: inline-block;
}

.chooseFile a#restart2 {
    display: block;
    width: 190px;
    height: 40px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 40px;
    letter-spacing: 1.2px;
    font-family: poppins, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.chooseFile .shareSocials a {
    font-size: 22px;
    margin-right: 20px;
    margin-bottom: 0;
}

.chooseFile .shareSocials a span {
    display: block;
    font-size: 8px;
    font-family: poppins, sans-serif;
    font-weight: 700;
    font-style: normal;
}

@media only screen and (max-width:767px) {
    .mlist-submit input {
        width: 130px;
        height: 50px;
    }
    .leftimg {
        max-width: 190px;
        bottom: 25px;
        left: -40px;
        width: 160px;
    }
    .rightimg {
        max-width: 180px;
        bottom: -20px;
        width: 180px;
    }
    .wrapper,
    .site-name {
        margin-bottom: 15px;
    }
    div#carrousel {
        margin: 0 auto;
        width: 100%;
    }
    .l2left {
        display: block;
        width: 100%;
        max-width: 320px;
        /* height: 320px; */
    }
    .selected-image {
        position: relative;
    }
    .selected-image img {
        height: 320px;
    }
    .l2right {
        display: block;
        margin: 0 auto;
        width: 100%;
        margin-top: 20px;
    }
    .optionText {
        height: 30px;
    }
    div#top-section.error:before {
        bottom: 22%;
        font-size: 10px;
    }
    .chooseFile .shareSocials a span {
        padding-top: 0px;
    }
    .layer3 .chooseFile {
        display: block;
        width: 100%;
        margin-top: 40px;
    }
    .socialIcons a.share {
        max-width: 100%;
        width: 100%;
        line-height: 41px;
        font-size: 16px;
        letter-spacing: 1.6px;
        margin: 0 auto;
    }
    .footerWrapper .Follow-Social-icons a {
        width: unset;
    }
    .footerWrapper .copyright-wrapper span,
    .footerWrapper .copyright-wrapper a {
        width: unset;
    }
    .shareSocials {
        height: 80px;
    }
    body .footerWrapper {
        padding: 0;
        margin: 30px auto 0;
    }
    .socialIcons {
        width: 100%;
    }
    .toAndfrom,
    .toAndfrom .inline input {
        font-size: 10px !important;
        line-height: 10px;
    }
    .rightWrapper {
        max-width: 95%;
    }
    .optionText {
        width: 100%;
    }
    .footerWrap .socials {
        width: 100%;
    }
}

.chooseFile .shareSocials a {
    margin-left: 0px;
}

.chooseFile .shareSocials a.IGdownload {
    margin-right: 0;
}

@media(max-width:1023px) and (min-width:768px) {
    .leftimg {
        bottom: 200px;
    }
    .rightimg {
        bottom: 100px;
    }
    div#carrousel {
        margin: 0 auto;
        width: 50%;
    }
    .optionText {
        height: auto;
    }
    div#top-section.error:before {
        bottom: 24%;
    }
    .shareSocials {
        height: 25px;
    }
    .toAndfrom,
    .toAndfrom .inline input {
        font-size: 17px;
    }
    .socialIcons {
        height: 120px;
    }
    .layer3Wrapper {
        vertical-align: top;
    }
    .chooseFile .shareSocials a {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .layer3.lyr {
        max-width: 60%;
        margin: 0 auto;
    }
    .chooseFile {
        width: 75%;
        margin-top: 25px;
    }
    .selected-image {
        width: 70%;
        margin: 0 auto;
    }
}

@media(min-width:1600px) {
    .memeContainer .leftWrapper {
        /* padding-top: 0; */
    }
    div#top-section.error:before {
        /* bottom: 17%; */
    }
    .shareSocials {
        height: 20px;
    }
    .socialIcons {
        height: 120px;
    }
}

@media(max-width: 1299px) {
    .layer2Wrapper {
        margin: 0 auto;
        width: 100%;
    }
}

@media (min-width:1024px) and (max-width: 1050px) {
    div#top-section.error:before {
        /* bottom: 39%; */
    }
}

.layer3.lyr .title {
    padding-bottom: 40px;
}

.cardimages {
    display: block;
    width: 350px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.cardimages img {
    /* display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
    padding-top: 0px;
    background: none;
    width: calc((100% - 190px)/2); */
    /* border: 1px solid #FF0000; */
    cursor: pointer;
}

.cardimages img.selected {
    border: none;
}

body {
    background: url(../images/desktopbg.jpg);
    /*background-size: 100% auto;*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
    margin: 0;
    background-attachment: fixed;
}

.copyright {
    padding: 10px 0 10px;
}

.copyright,
.copyright a,
.copyright span {
    font-size: 10px;
    color: #8C416099;
    letter-spacing: 0;
    font-family: poppins, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: capitalize;
}

.footerWrap .copyright span:first-child {
    display: inline-block;
}

.bottom-wrapper .footerWrap .copyright .hideline {
    display: inline-block;
}

.socials {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

a.icon-facebook {
    font-size: 20px;
    margin-right: 10px;
}

.socials a {
    font-size: 23px;
    margin-right: 22px;
    line-height: 1;
    vertical-align: middle;
}

.socials a {
    margin-right: 10px;
    color: #8C4160;
}

.socials a.appleinc {
    margin-right: 0;
}

i.fab.fa-spotify {
    font-size: 18px;
}

a.facebook.socialshare-facebook2 {
    width: 31px;
    height: 26px;
    padding-top: 5px;
    font-size: 15px;
    line-height: 22px;
}

.footerWrap {
    padding-top: 40px;
    padding-bottom: 20px;
}

.fab {
    font-family: Font Awesome\ 5 Brands;
    width: 31px;
    height: 26px;
    padding-top: 8px;
    /* font-size: 22px !important; */
    line-height: 22px !important;
}

.startbtn {
    margin: 30px 0;
}

a {
    text-decoration: none;
    outline: none;
    color: #8C4160;
    display: inline-block;
}

.start {
    width: 80px;
    height: 18px;
    padding-top: 16px;
}

.start,
a.next1 {
    color: #8C4160;
    font-size: 12px;
    border: 3px solid #8C4160;
    max-width: 122px;
    padding: 0;
    font-family: poppins, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1.2px;
    box-sizing: border-box;
    line-height: 35px;
    display: block;
    height: 39px;
    margin: 0 auto;
    width: 100%;
    transition: all 0.5s ease-in-out;
}

a#convertToCanvas {
    color: #fff;
    font-family: poppins, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    pointer-events: none;
}

.select-text.add {
    display: inline-block;
    max-width: unset;
    width: 150px;
    background: #FF66A4;
    height: 40px;
    line-height: 40px;
}

.select-text.generate {
    display: inline-block;
    max-width: unset;
    width: 150px;
    background: #8C4160;
    height: 40px;
    line-height: 40px;
    opacity: 0.5;
}

.select-text.btn {
    margin: 0;
    text-align: center;
    margin-top: 20px;
}

.select-text.btn.generate {
    margin-left: 8px;
}

.start:hover,
a.next1:hover,
a.restart.createyourown:hover {
    background: #8C4160;
    color: #fff;
    opacity: 1;
}

.toAndfrom {
    margin: 0 auto;
    margin-top: 35px;
    font-family: poppins, sans-serif;
    font-weight: 700;
    font-style: normal;
}

textarea#top-section-input::-webkit-scrollbar {
    display: none;
}

.toAndfrom {
    margin: 0 auto;
    margin-top: 35px;
    font-family: poppins, sans-serif;
    font-weight: 700;
    font-style: normal;
    width: 330px;
}

a {
    text-decoration: none;
    outline: none;
    color: #8C4160;
    display: inline-block;
}

a.back1,
.chooseFile a.back2,
a.startOver {
    font-size: 14px;
    text-decoration: underline;
    font-family: poppins, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.placeholder {
    /* position: absolute; */
    /* top: 20px; */
    /* width: 96%; */
    color: #fff;
    /* left: 2%; */
}

span.textholder.fromtextholder {
    text-align: right;
    left: 52%;
    top: 10%;
}

span.textholder.totextholder {
    text-align: left;
    top: 10%;
    left: 8%;
}

span.textholder.msgtextholder {
    font-size: 30px;
    /* margin: 12vh 0; */
    /* display: block; 
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);*/
    max-width: 68%;
    margin: 0 auto;
    width: 68%;
}

#livemsg {
    width: 89%;
    height: auto;
    background: none;
    font-size: 19px;
    letter-spacing: 0;
    line-height: 25px;
    color: #000;
    height: 60px;
    text-align: left;
    /* padding-left: 20px; */
    text-transform: initial;
    padding: 3% 0 0% 0%;
    margin: 0 auto;
    border: none;
    text-indent: 0;
    font-family: 'tex_gyre_herosregular';
    font-weight: 500;
    font-style: normal;
}

img#img-update {
    width: 426px;
    height: 350px;
    padding-bottom: 15px;
}

.from,
.to {
    display: inline-block;
    vertical-align: middle;
    width: 48%;
}

.to {
    margin-right: 2%;
}

.shareSocials .socialIcons {
    display: none;
}

.shareSocials .socialIcons.show {
    display: block;
    position: absolute;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 15px;
    width: 100%;
}

.chooseFile .shareSocials .show a {
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 33%;
}

.chooseFile .shareSocials .show a:hover {
    opacity: 1;
    color: #FFDF56;
    ;
}

.chooseFile .backBtn {
    margin-top: 40px;
}

.chooseFile .shareSocials a.share {
    font-size: 14px;
    font-family: poppins, sans-serif;
    font-weight: 700;
    font-style: normal;
    border: 1px solid #8C4160;
    background-color: #8C4160;
    color: #fff;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
}

.chooseFile .shareSocials a.share:hover {
    border: 1px solid #FFDF56;
    background-color: #FFDF56;
    opacity: 1;
}

.chooseFile .shareSocials .show a {
    font-size: 25px;
    margin: 0 auto;
}

.chooseFile .shareSocials .show a.twitter {
    margin-top: 15px;
}

@media only screen and (max-width: 1023px) {
    body .footerWrap {
        /* padding-top: 20px; */
        /* background:#fcf2f799; */
        /* background: #FDCEE8; */
    }
    .startbtn {
        margin-top: 0;
    }
    span.textholder.msgtextholder {
        /* margin: 8vh 0; */
    }
    .toAndfrom .to {
        /* margin-right: 11%; */
    }
    .select-text.btn {
        margin: 0;
        margin-top: 20px;
    }
}

@media screen and (max-width: 1023px) {
    body {
        background: url(../images/mobilebg.jpg) no-repeat;
        padding: 0px;
        width: 100%;
        background-size: cover;
    }
    .mother {
        font-size: 18px;
        padding: 0px 0 20px;
        line-height: 22px;
        padding-top: 20px;
    }
    .title.col-md-12.text-center {
        font-size: 18px;
        max-width: 200px;
        margin: 0 auto;
        letter-spacing: 3.6px;
        padding-bottom: 50px;
    }
    .cardimages img {
        width: 44%;
    }
    .cardimages img:nth-child(2n) {
        margin-right: 0;
    }
    .select-bg {
        margin-top: 12vh;
    }
    span.hideline.prp {
        display: block !important;
        font-size: 0;
    }
    .copyright,
    .copyright a,
    .copyright span {
        font-size: 10px;
        line-height: 1.8;
    }
    a.icon-facebook {
        font-size: 20px;
        margin-right: 10px;
    }
    .socials a {
        margin-right: 7px;
        font-size: 20px;
    }
    ul.footer-social {
        margin: 0;
        padding: 0;
    }
    .layer2 .title {
        font-size: 18px;
        width: 270px;
        margin: 0 auto;
        padding-top: 10px;
        letter-spacing: 3.6px;
    }
    textarea {
        font-size: 14px;
        /* width: 290px; */
        -webkit-appearance: none;
    }
    .from,
    .to {
        /* width: 38%; */
    }
    .toAndfrom {
        /* bottom: 14vmin; */
        /* font-size: 10px; */
        /* line-height: 12px; */
        padding: 0;
        margin: 0;
        margin-top: 18px;
        /* text-align: center; */
        display: block;
    }
    body .inline {
        font-size: 10px;
        line-height: 12px;
        /* display: inline-block; */
    }
    body .footerWrap {
        padding-top: 20px;
        background: none;
    }
    #livemsg {
        font-size: 16px;
        line-height: 20px;
        width: 450px;
    }
}


/*.layer2 .selected-image {
    background: url(../images/frame.png) no-repeat;
    background-size: 100% auto;
    background-position: top center;
    max-width: 100%;
}

.layer2 img#img-update {
    width: 430px;
    height: 350px;
    padding-bottom: 15px;
    top: 61%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}*/

.layer2 .selected-image {
    background: url(../images/frame.png) no-repeat #fff;
    background-size: 100% auto;
    background-position: top center;
    max-width: 100%;
}

.layer2 img#img-update {
    width: 400px;
    height: 400px;
    top: 58.5%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cardimages::-webkit-scrollbar {
    width: 5px;
    height: 7px;
    background-color: #8C416066;
    /* or add it to the track */
    border: 1px solid #FFFFFF;
    border-radius: 50px 50px 50px 50px;
    -webkit-overflow-scrolling: auto;
    -webkit-appearance: none;
}

.cardimages::-webkit-scrollbar-thumb {
    background: #8C4160;
    border-radius: 50px 50px 50px 50px;
    cursor: pointer;
}

@media screen and (min-width: 1900px) {
    .merchWrapper a.merchImage {
        width: 250px;
        background-size: 200px 200px;
    }
    .layer2Wrapper {
        width: 80%;
    }
    .atlLogo a {
        padding-left: 80px;
    }
    /* .layer2 img#img-update {
        width: 76%;
        height: 305px;
        top: 60%;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
    } */
    .cardimages img {
        width: 30%;
    }
    .footerWrap {
        position: fixed;
        width: 100%;
        bottom: 0;
    }
    /* .layer2 .selected-image {
        width: 27%;
        margin-top: 0;
        height: 420px;
        position: relative;
        vertical-align: top;
        background-position: top center;
    } */
}

@media only screen and (max-width: 1023px) {
    .layer2Wrapper {
        margin-top: 55px;
    }
    .merch.desktop {
        display: none;
    }
    .merch.mobile img {
        width: 50%;
        margin: 0 auto;
    }
    .footerWrap .copyright span:first-child {
        display: block;
    }
    span.hideline.pp.mob {
        display: none;
    }
    .merch.mobile {
        display: block !important;
    }
    .select-text.btn.generate {
        width: 100%;
        margin: 0 auto;
        margin-top: 11px;
        height: 50px;
        line-height: 52px;
    }
    body a#convertToCanvas {
        width: 100%;
        font-size: 14px;
    }
    .select-text.btn.add {
        width: 100%;
        margin: 0 auto;
        margin-top: 17px;
        height: 50px;
        line-height: 52px;
    }
    textarea {
        height: 50px;
        line-height: 37px;
        color: #000000;
    }
    .cardimages {
        width: 100%;
        margin: 0 auto;
        margin-top: 25px;
    }
    .selected-image {
        height: 320px;
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .layer2 img#img-update {
        /*width: 293px;*/
        width: 240px;
        height: 240px;
        top: 60%;
    }
    div#carrousel {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .toAndfrom {
        height: unset;
        margin-top: 40px;
    }
    .cardimages img {
        width: 80px;
        margin-right: 5px;
        padding-bottom: 6px;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    body.makeAbsolute.login {
        background-size: cover;
        background-attachment: unset;
    }
    .layer2Wrapper {
        width: 95%;
        margin: 0 auto;
    }
    div#carrousel {
        width: 50%;
    }
    .layer2 .selected-image {
        width: 400px;
    }
    .layer2 img#img-update {
        width: 370px;
        top: 51%;
        height: 300px;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    .layer2 img#img-update {
        height: 367px;
        top: 60%;
        width: 460px;
    }
    .rightWrapper {
        max-width: 500px;
        margin: 0 auto;
    }
    .layer2 .selected-image {
        height: 500px;
    }
    .toAndfrom {
        width: 100%;
    }
}

@media only screen and (min-width: 375px) and (max-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
    div#carrousel {
        width: 100%;
    }
    .rightWrapper {
        max-width: 50%;
    }
    .layer2 .selected-image {
        width: 100%;
        height: 400px;
    }
    .layer2 img#img-update {
        width: 353px;
        height: 287px;
        top: 59%;
    }
    .toAndfrom {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .chooseFile .shareSocials .show a {
        width: 23%;
        font-size: 30px;
    }
    #livemsg {
        font-size: 15px;
        line-height: 18px;
        padding-top: 11px;
        width: 285px;
    }
    textarea {
        height: 35px;
        line-height: 1.4;
        text-indent: 0;
    }
}