/* SITE SEARCHBOX
======================================================================*/

.searchbox {
    background: #F5F5F5;
    color: #333;
    display: block;
    font-family: "Raleway",arial,sans-serif;
    font-size: 13px;
    padding: 10px 0;
    text-align: center;
}

#bke_searchbox_wrapper .field-wrapper,
#bke_searchbox_wrapper .submit-wrapper {
    display: inline-block;
	display: inline-flex;
    margin: 0 5px;
    text-align: left;
    zoom: 1;
    /*display: inline;*/
}

#bke_searchbox_wrapper .label {
    display: inline-block;
    padding: 8px 8px 8px 0;
}

#bke_searchbox_wrapper input[type=text] {
    background: #fff;
    border: 0;
    color: #333;
    font-family: "Raleway",arial,sans-serif;
    font-size: 12px;
    padding: 8px;
    width: 110px;
}

#bke_searchbox_wrapper .submit-wrapper input {
    background: #333;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: "Raleway",arial,sans-serif;
    font-size: 14px;
    padding: 10px 24px;
    text-transform: uppercase;
}

#bke_searchbox_wrapper .hasDatepicker {
    background: url("/files/images/cal.png") no-repeat scroll 97% center #FFFFFF !important;
}

@media only screen and (max-width: 770px) {

    #bke_searchbox_wrapper .label {
        display: block;
        padding: 0 0 3px;
    }

}

@media only screen and (max-width: 560px) {


    #bke_searchbox_wrapper .field-wrapper,
    #bke_searchbox_wrapper .submit-wrapper {
        display: block;
        margin: 5px 20px;
        text-align: center;
    }

    #bke_searchbox_wrapper input[type=text] {
        width: 100%;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
    }

}