
@media screen and (min-width: 1px) {

    #header #simplesearch {
        display: none;
    }
}

@media screen and (min-width: 961px) {

    #header #simplesearch {
        display: block;
    }
    #header #simplesearch input.text {
        font-size: 11px;
    }
}