@font-face {
    font-family: 'Monotype Corsiva Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Monotype Corsiva Regular'), url('fonts/mtc.woff') format('woff');
}

.hidden {
    display: none;
}

#graver_ids_form table.form-list {
    width: 100%;
}

#graver_ids_form td.label {
    display: none;
}

.grawer {
    width: 300px;
    min-height: 310px;
    background: url('images/silver.jpg');
    background-size: cover;
    margin: 0 auto;
    padding: 20px 10px 10px 10px;
    font-size: 14px;
    line-height: 19px;
    display: block;
    word-wrap: break-word;
    white-space: pre-wrap;
    overflow: hidden;
    color: rgba(0,0,0,0.5);
    text-shadow: 1px 1px 0 rgba(0,0,0,.3), -1px -1px 0 rgba(255,255,255,.3), 0px 1px 1px rgba(0,0,0,.7), 0px -1px 1px rgba(255,255,255,1);
    text-align: center;
}


p, input, div {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #2b2b2b
}

/*++++++++ 1st row ++++++++*/

.container > .row:first-child {
    margin-top: 4rem;
}


.container > .row:first-child .claim {
    font-size: 32px;
    font-family: 'Playfair Display', serif;
    letter-spacing: 5px;
    font-weight: 600;
    text-rendering: geometricPrecision;
    margin-bottom: 0.6rem;
}

#pattern {
    padding-top: 1rem;
}

#pattern > span:first-child {
    font-weight: 500;
}

#pattern > span:nth-child(2) {
    font-weight: 700;
    font-size: 18px;
    margin-left: 0.5rem;
    position: relative;
}

#pattern > span:nth-child(2)::after {
    content: '';
    display: block;
    background: #f3e5e6;
    width: 40px;
    height: 14px;
    left: -5px;
    position: absolute;
    bottom: -3px;
    z-index: -1;
}

#pattern .custom-btn {
    cursor: pointer;
    display: table;
    background: #f6f6f6;
    font-weight: 300;
    text-transform: uppercase;
    padding: 20px 30px;
    margin-top: 1.2rem;
}


/*++++++++ 2nd row ++++++++*/


.container > .row:nth-child(2) {
    margin-top: 2rem;
}

.inputgraw {
    background-color: #f6f6f6;
    height: 47px;
    margin-bottom: 21px;
    border: 0;
    padding-left: 45px;
    width: 330px;
    margin-right: 35px;
}

.last, .prelast, .second {
    display: inline-block;
    position: relative;
}

.first {
    display: block;
    position: relative;
}

.first > span,
.last > span,
.second > span,
.prelast > span {
    display: block;
    top: -13px;
    position: absolute;
    left: 13px;
    color: #8c7476;
    font-weight: 500;
    font-size: 17px;
}


/*++++++++ popup ++++++++*/

#igrawer::after {
    content: '';
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #000000ad;
    z-index: -1;
}

#igrawer {
    max-height: 460px;
    max-width: 630px;
    }


#igrawer > iframe {
    background: #fff;
    padding: 1rem;
}



@media (max-width: 767px) {
    .claim {
        margin-top: 2rem;
    }
}