/**
* Lantern Press - Home
* @author Katharina Tramm
* @version 0.1
*/

/* ===== Get Started ===== */

.floating-nav {
    margin-top: 0;
    background-color: #F2F2F2;
    padding-bottom: 30px;
}

#get-started-steps .left {
    padding-top: 30px;
}

#get-started-steps .right {
    padding: 20px 0;
    text-align: center;
}

#get-started-steps {
    padding-bottom: 5px;
}

#get-started-steps .section-text {
    margin-top: -12px;
}

#welcome .right {
    padding-bottom: 0;
}

#welcome-inquire {
    width: 350px;
    text-align: left;
    margin: 10px auto;
}

#welcome-inquire input[type="text"] {
    width: 100%;
}

#welcome-inquire .form-flex-wrapper > div {
    width: 168px;
}

#submit-wrapper {
    margin-top: 23px;
}

#submit-wrapper .top-label {
    margin-bottom: 0;
}

#form-submit {
    text-align: right;
    padding-top: 16px;
}

#form-submit input {
    margin-right: -5px;
}

#select-products .right {
    padding: 40px 0;
}

#welcome .right.welcome-success {
    background-image: url('/images/Thanks!.png');
    background-size: 250px 200px;
    background-repeat: no-repeat;
    background-position: center;
    height: 330px;
}

.ribbon {
    font-size: 2.25em;
    font-weight: 700;
    height: 45px;
    width: 70px;
    text-align: center;
    color: #fff;
    margin-left: -17px;
    line-height: 51px;
    padding-left: 25px;

    --f: .5em; /* control the folded part*/
    --r: .5em; /* control the ribbon shape */

    background: #9a6142;
    border-bottom: var(--f) solid #0005;
    border-right: var(--r) solid #0000;
    clip-path:
            polygon(0 0,0 calc(100% - var(--f)),var(--f) 100%,
            var(--f) calc(100% - var(--f)),100% calc(100% - var(--f)),
            calc(100% - var(--r)) calc(50% - var(--f)/2),100% 0);
}
