/* search block */
#search_block_top {
    width: 124px;
    font-family: 'Roboto Condensed';
    font-size: 14px;
    letter-spacing: 2px;
    float: right;
    margin-right: 30px;
}

#search_block_top #searchbox {
    float: left;
    width: 100%;
}

#search_block_top .btn.button-search {
    background: transparent;
    display: block;
    position: absolute;
    right: -31px;
    bottom: 0;
    border: none;
    color: #1d1b1b;
    text-align: center;
    padding: 0;
    font-family: 'Roboto Condensed';
    font-size: 14px;
    letter-spacing: 2px;
}

#search_block_top .btn.button-search span {
    display: none;
}

#search_block_top .btn.button-search:before {
    content: "\f002";
    display: block;
    font-family: "FontAwesome";
    font-size: 17px;
    width: 100%;
    text-align: right;
}

#search_block_top .btn.button-search:hover {
    color: #6f6f6f;
}

.ui-widget {
    font-family: 'Roboto Condensed' !important;
}

#search_block_top #search_query_top {
    display: inline;
    padding: 0;
    height: 26px;
    line-height: 26px;
    background: transparent;
    margin-right: 1px;
    border: none;
    border-bottom: #1d1b1b 2px solid;
    margin-top: 16px;
    letter-spacing: 0.2px;
    color: #1d1b1b;
    font-size: 14px;
    font-family: "Roboto Condensed";
    width: 124px;
}

form#searchbox {
    position: relative;
}

form#searchbox label {
    color: #333333;
}

form#searchbox input#search_query_block {
    margin-right: 10px;
    max-width: 222px;
    margin-bottom: 10px;
    display: inline-block;
    float: left;
}

form#searchbox .button.button-small {
    float: left;
}

form#searchbox .button.button-small i {
    margin-right: 0;
}