/* Font --- */

@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,600,700');

/* --- Font */


/* Reset css --- */

* {
    padding: 0px;
    margin: 0px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: 0;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #2b2b2b;
    font-family: 'Raleway', sans-serif;
    overflow-x: hidden;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

:focus {
    outline: 0;
}

a,
a:link {
    text-decoration: none;
    outline: none;
}

p {
    padding: 2px 0;
    margin: 0;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

a {
    color: #337ab8;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #0c528f;
}

a:focus {
    outline: none !important;
}

h1,
h1 a,
h2,
h2 a,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

img {
    border: 0;
    max-width: 100%;
}


/* img {border:0; max-width:100%; height:auto;} */

::-webkit-input-placeholder {
    opacity: 1;
    color: #000;
}

:-moz-placeholder {
    opacity: 1;
    color: #000;
}

::-moz-placeholder {
    opacity: 1;
    color: #000;
}

:-ms-input-placeholder {
    opacity: 1;
    color: #000;
}

img {
    vertical-align: middle;
    border-style: none;
}


/* --- Reset css */


/* ========= Custom CSS For Resize And Crop ========= */

.mainWrapper {
    padding-top: 30px;
    font-family: 'Raleway', sans-serif;
}

.mainWrapper h1 {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-size: 44px;
}

.editLogoContainer {
    width: 575px;
    height: 385px;
    margin: 35px auto;
    border-radius: 14px;
    border: 2px solid #cacacb;
    background-color: #ccc;
    position: relative;
    overflow: hidden;
}

.editLogoContainer img {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.btn-cropEdit {
    width: 165px;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
    padding: 8px 25px 8px 60px;
    background-color: #706f6f;
    border: 2px solid #fff;
    border-radius: 12px;
    /* z-index: 2; */
    font-size: 28px;
    text-transform: lowercase;
    color: #fff;
}

.btn-cropEdit::before {
    width: 25px;
    height: 24px;
    position: absolute;
    content: "";
    left: 25px;
    top: 50%;
    margin-top: -12px;
    background-image: url("../cropedit-icon.html");
    background-position: left top;
    /* z-index: 3; */
}

.contentOne {
    width: 100%;
    margin: auto;
    padding: 0;
    text-align: center;
}

.mainWrapper h3 {
    text-align: center;
    margin: 0 auto 40px auto;
    padding: 0;
    font-size: 24px;
    color: #494a4a;
}

.btn-download {
    width: auto;
    height: auto;
    position: relative;
    margin: auto;
    margin-bottom: 50px;
    padding: 10px 85px 10px 120px;
    background-color: #f69679;
    border: 3px solid #fac6b6;
    border-radius: 10px;
    /* z-index: 2; */
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
}

.btn-download:focus,
.btn-download:hover {
    box-shadow: none;
}

.socialIconList {
    width: 100%;
    margin: auto;
    padding: 0;
    max-width: 450px;
}

.socialIconList h3 {
    font-size: 28px;
}

.mainContainer {
    width: 600px;
    height: 600px;
    margin: 60px auto;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.6);
    position: relative;
}

.mainContainer img {
    width: 100%;
    height: auto;
}


/*

 * Global Attributes

 */

.gMiddle {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.popupContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(33, 34, 36, 0.47);
    transition: opacity 0.4s ease 0s;
    opacity: 0;
    z-index: -1;
    overflow-y: scroll;
}

.popupContainer.showpopup {
    opacity: 1;
    z-index: 1;
    overflow-y: scroll;
}

.cropTool {
    display: inline-block;
}

.editorHolder {
    position: absolute;
    min-width: 200px;
    min-height: 100px;
    background-color: #2b2d2f;
    top: 10%;
    padding-top: 20px;
    bottom: auto;
    width: 680px;
    height: 820px;
}


/*width:890px; height:720px; (widht, height will be dynamic as per the image ratio) */

.editorButtons {
    text-align: center;
}

.editorButtons.eb1 {
    margin-top: 22px;
}

.canvasArea {
    position: relative;
    margin: auto;
    min-height: 240px;
    width: 640px;
    height: 640px;
    background-image: url("../png/transparent-bg.png");
    background-position: left top;
    background-repeat: repeat;
}

.canvasArea img {
    width: 100%;
    height: 590px;
}

.editorButtons {
    width: 100%;
    margin: auto;
    padding: 15px 0;
    position: relative;
}

.blackButton {
    font-family: 'Raleway', sans-serif;
    box-shadow: rgb(67, 68, 70) 0px 1px 0px 0px inset;
    /* background: rgb(51, 51, 51) linear-gradient(rgb(51, 51, 51) 5%, rgb(31, 31, 31) 100%) repeat scroll 0% 0%; */
    background-color: #242628;
    border-radius: 8px;
    border: 2px solid rgb(28, 28, 28);
    display: inline-block;
    cursor: pointer;
    color: rgb(224, 224, 224);
    font-size: 16px;
    margin: 0 5px;
    padding: 10px 24px;
    text-decoration: none;
    text-shadow: rgb(15, 15, 15) 0px 1px 0px;
    font-weight: 600;
}

.eb1 .blackButton {
    padding-left: 12px;
    padding-right: 12px;
}

.eb2 {
    padding-top: 40px;
}

.btnEraser {
    background-color: transparent;
    border: none;
    margin: 0 10px;
    position: relative;
    top: -2px;
}

.blackButton2 {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0 5px;
}

.blackButton2:focus {
    box-shadow: none;
}

.cropToolHeader {
    position: absolute;
    top: -20px;
    left: 0;
    text-align: center;
    color: #fff;
    width: 100%;
}

body.crop-popup {
    overflow: hidden;
}

.download-btn {
    text-align: center;
}

.download-btn button {
    font-weight: 400;
    cursor: pointer;
    width: auto;
    height: auto;
    position: relative;
    margin: auto;
    margin-bottom: 50px;
    padding: 15px 85px 15px 120px;
    background-color: #f69679;
    border: 3px solid #fac6b6;
    border-radius: 10px;
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

.rangeSlide {
    width: 150px;
    height: 38px;
    left: -126px;
    right: 0;
    margin: auto;
    top: -22px;
}

.rangeSlide input[type=range] {
    -webkit-appearance: none;
    margin: 0;
    width: 100%;
    cursor: pointer;
    display: block;
    position: relative;
    box-shadow: rgb(67, 68, 70) 0px 1px 0px 0px inset;
    background-color: #242628;
    border-radius: 8px;
    border: 2px solid rgb(28, 28, 28);
    padding: 5px 3px;
}

.rangeSlide input[type=range]:focus {
    outline: none;
}

.rangeSlide input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    cursor: pointer;
    animation: 0.2s;
    box-shadow: none;
    background-color: transparent;
    border-radius: 25px;
    border: 0px solid #000101;
}

.rangeSlide input[type=range]::-webkit-slider-thumb {
    box-shadow: rgb(67, 68, 70) 0px 1px 0px 0px inset;
    border: 0px solid #000000;
    height: 9px;
    width: 16px;
    border-radius: 4px;
    background-color: #666;
    border-bottom: 1px solid #666;
    cursor: pointer;
    -webkit-appearance: none;
}

.rangeSlide input[type=range]:focus::-webkit-slider-runnable-track {
    background-color: transparent;
}

.rangeSlide input[type=range]::-moz-range-track {
    width: 100%;
    cursor: pointer;
    animation: 0.2s;
    box-shadow: none;
    background-color: transparent;
    border-radius: 25px;
    border: 0px solid #000101;
}

.rangeSlide input[type=range]::-moz-range-thumb {
    box-shadow: rgb(67, 68, 70) 0px 1px 0px 0px inset;
    border: 0px solid #000000;
    height: 9px;
    width: 16px;
    border-radius: 4px;
    background-color: #666;
    border-bottom: 1px solid #666;
    cursor: pointer;
}

.rangeSlide input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;
    animation: 0.2s;
    background: transparent;
    border-color: transparent;
    border-width: 39px 0;
    color: transparent;
}

.rangeSlide input[type=range]::-ms-fill-lower {
    background-color: transparent;
    border: 0px solid #000101;
    border-radius: 50px;
    box-shadow: rgb(67, 68, 70) 0px 1px 0px 0px inset;
}

.rangeSlide input[type=range]::-ms-fill-upper {
    background-color: transparent;
    border: 0px solid #000101;
    border-radius: 50px;
    box-shadow: rgb(67, 68, 70) 0px 1px 0px 0px inset;
}

.rangeSlide input[type=range]::-ms-thumb {
    box-shadow: rgb(67, 68, 70) 0px 1px 0px 0px inset;
    border: 0px solid #000000;
    height: 9px;
    width: 16px;
    border-radius: 4px;
    background-color: #666;
    border-bottom: 1px solid #666;
    cursor: pointer;
}

.rangeSlide input[type=range]:focus::-ms-fill-lower {
    background-color: transparent;
}

.rangeSlide input[type=range]:focus::-ms-fill-upper {
    background-color: transparent;
}


/* Responsive --- */

@media (max-width: 767px) {
    .mainWrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .editLogoContainer {
        width: 100%;
    }
    .mainWrapper h1 {
        font-size: 25px;
    }
    .editorHolder {
        width: 98%;
        border-left: 20px solid #2b2d2f;
        border-right: 20px solid #2b2d2f;
    }
}


/* --- Responsive */