



.search_page_search_bar {
    margin: 0 auto;
    float: none;
    position: absolute;
    top: 34px;
    width: 50%;
    margin-left: -25%;
    left: 50%;
}

.search_page_input {
    height: 45px;
    font-size: 18px;
    font-family: gilroybold;
    box-shadow: 0px 1px 2px 0px #b3b3b3;
}


/*SMALL*/
@media only screen and (max-width: 768px) {
    .search_page_search_bar {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        margin-left: 0 !important;
        top: 0 !important;
    }
}