body .squeeze_template p h1,
body .squeeze_template p h2,
body .squeeze_template p h3,
body .squeeze_template p h4,
body .squeeze_template p h5,
body .squeeze_template p h6,
body .squeeze_template span h1,
body .squeeze_template span h2,
body .squeeze_template span h3,
body .squeeze_template span h4,
body .squeeze_template span h5,
body .squeeze_template span h6 {
    color: inherit !important;
}

html {
    overflow-x: hidden;
    margin: 0 !important;
}

body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.squeeze_template h1,
.squeeze_template h2,
.squeeze_template h3,
.squeeze_template h4,
.squeeze_template h5,
.squeeze_template h6 {
    color: #000;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}

.squeeze_template h2 {
    font-size: 42px;
}

.squeeze_template h3 {
    font-size: 38px;
}

.squeeze_template h4 {
    font-size: 34px;
}

.squeeze_template .copy-row,
.squeeze_template .form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.squeeze_template .copy-row {
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 86px;
}

.squeeze_template .form-row {
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: calc(100% - 86px);
    justify-content: center;
}

.squeeze_template img {
    max-width: 100%;
}

.squeeze_template .btn,
.squeeze_template .button {
    border: none;
    box-shadow: none;
}

.squeeze_template body.active {
    overflow-y: hidden;
}

.squeeze_template .static-position {
    position: static !important;
}

.squeeze_template .squeeze_step.step2 .template_preview .settings_box .upload_button.plus:after {
    position: static !important;
}

.squeeze_template .wrapper #header {
    margin: 0 -15px;
    height: 173px;
}

.squeeze_template .wrapper #header .bg {
    width: 100%;
    height: 100%;
    background-image: url("../img/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.squeeze_template .wrapper #header .bg-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.squeeze_template .wrapper .title {
    display: block;
    font-weight: 900;
    margin: 40px 0 5px 0;
    font-size: 24px;
    color: #040d14;
}

.squeeze_template .wrapper .text {
    margin: 0 0 30px 0;
    font-size: 24px;
    color: #040d14;
}

.squeeze_template .wrapper .squeeze_form input {
    display: block;
    width: 100%;
    height: 48px;
    padding: 10px 16px;
    font-size: 19px;
    line-height: 1.33333;
    color: #040d14;
    background-color: #fff;
    border: 1px solid #b1bfc4;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.squeeze_template .wrapper .squeeze_form .custom-wildcard-text {
    font-size: 13px;
}

.squeeze_template .wrapper .squeeze_form .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    color: #fff;
    background-color: #bd9262;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #bd9262;
    white-space: nowrap;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.squeeze_template .wrapper .squeeze_form .btn:hover {
    opacity: 0.8;
}

.squeeze_template #footer {
    margin: 40px 0 80px 0;
}

.squeeze_template #footer .copyright {
    color: #000;
    font-size: 15px;
    font-weight: 400;
}

.squeeze_template #footer .privacy {
    color: #000;
    font-size: 15px;
    font-weight: 400;
}

.squeeze_template #footer .privacy a {
    color: inherit;
}

.squeeze_template .squeeze_overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.squeeze_template .squeeze_download_box .squeeze_overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.squeeze_template .squeeze_download_box {
    position: fixed;
    left: calc(50% - 150px);
    background: white none repeat scroll 0% 0%;
    top: 30%;
    z-index: 10000;
    text-align: center;
    border-radius: 20px;
    width: 300px;
    padding: 20px;
    border: 1px solid #ccc;
}

.squeeze_template .squeeze_download_box .squeeze_download_box button.close {
    font-size: 29px;
    position: absolute;
    right: 8px;
    top: 3px;
}

.squeeze_template .squeeze_download_box .squeeze_check {
    font-size: 45px;
    color: #39b54a;
    margin-bottom: -10px;
}

.squeeze_template .squeeze_download_box .squeeze_down_text {
    font-size: 29px;
    font-family: lato;
    line-height: 1.5em;
    font-weight: 900;
    margin: 20px 0;
}

.squeeze_template .squeeze_download_box #squeeze_download {
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    min-width: 181px;
    border-radius: 88px;
    padding: 20px 20px;
    background: #552448;
    border-radius: 4px !important;
}

.squeeze_template .squeeze_download_box #squeeze_only_button {
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    min-width: 181px;
    border-radius: 88px;
    padding: 20px 20px;
    background: #552448;
    border-radius: 4px !important;
}

.squeeze_template .squeeze_download_box .grow {
    transition: all 0.3s;
}

.squeeze_template .squeeze_download_box .squeeze_down_share {
    font-size: 50px;
}

.squeeze_template .squeeze_download_box .squeeze_down_share .fa-facebook-square {
    color: #3b5998;
}

.squeeze_template .squeeze_download_box .squeeze_down_share .fa {
    margin: 10px;
}

.squeeze_template .squeeze_download_box .squeeze_down_share .fa-twitter-square {
    color: #54abee;
}

.squeeze_template .squeeze_download_box .squeeze_down_share .fa {
    margin: 10px;
}

@media (min-width: 768px) {
    .squeeze_template .squeeze_download_box {
        position: fixed;
        left: calc(50% - 200px);
        background: white none repeat scroll 0% 0%;
        top: 30%;
        z-index: 10000;
        text-align: center;
        border-radius: 20px;
        width: 400px;
        padding: 20px;
        border: 1px solid #ccc;
    }
}

@media (min-width: 380px) {
    .squeeze_template .wrapper #header {
        height: 240px;
    }
}

@media (min-width: 768px) {
    .squeeze_template .custom-fixes {
        float: none;
        margin: 0 auto;
    }
    .squeeze_template .squeeze_form {
        margin: 0 auto;
        width: 100%;
    }
    .squeeze_template .wrapper #header {
        margin: 0 -15px 0 -15px;
        height: 100vh;
    }
    .squeeze_template .wrapper .content {
        height: 100vh;
        overflow: hidden;
        overflow-y: auto;
    }
    .squeeze_template .wrapper .title {
        text-align: left;
        font-size: 30px;
    }
    .squeeze_template .wrapper .text {
        text-align: left;
        font-size: 27px;
    }
    .squeeze_template .wrapper .squeeze_form .custom-wildcard-text {
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    .squeeze_template .wrapper .title {
        font-size: 42px;
    }
    .squeeze_template .wrapper .text {
        font-size: 27px;
    }
    .squeeze_template .wrapper .squeeze_form .custom-wildcard-text {
        font-size: 19px;
    }
    .squeeze_template #footer {
        margin: 20px 0 20px 0;
    }
    .squeeze_template #footer .copyright {
        font-size: 18px;
    }
    .squeeze_template #footer .privacy {
        font-size: 18px;
    }
}