/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.knife_submit {
    padding: 4px 2px !important;

    background-image: linear-gradient(to bottom, #f29641, #eb8c36, #e3822a, #dc771d, #d46d0e) !important;
    border-bottom: none !important;
    margin-top: 2px !important;
    margin-left: 3px !important;
    border: 1px solid #cd6200 !important;
}
.knife_submit:active { 
    border-top: none !important;
    color: #fff !important;
    background-color: #fff !important;
    border: 1px solid #cd6200 !important;
}
.pt_knife_locator {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cd6200;
}
.pt_knife_locator p {
    color: #646464;
    font-weight: 700;
}

.pt_knife_locator p:first-child {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    background-color: transparent;
    color: white;
    padding: 7px;
    background-image: url(../images/bg-cat.png);
    height: auto;
    background-size: contain;
    background-position: center;
    padding-top: 10px;
    text-align: center;
}
.pt_knife_locator p#knife_result {
    font-weight: 400;
}
.pt_knife_locator p#knife_result strong{
    font-size: 16px;
}
#knife_result {
    padding: 0;
    margin: 0;
    height: 40px;
    -webkit-transition: height .9s ease-in-out;
    transition: height .9s ease-in-out;
}
#knife_result:empty {
    height: 30px;
}