button#toggleSearch {
    position: absolute;
    left: 1%;
    height: 25px;
    line-height: 0px;
    top: 0.4%;
}

.meta-search-box-hide {
    display: none;
    transition: 10s all;
}

@media only screen and (max-width: 767px) {
    button#toggleSearch {
        top: 12px;
        left: 1%;
        padding-left: 0px;
        padding-right: 0px;
        width: 165px;
    }
}
