
.wpb_revslider_element h1 {
    text-align: center !important;
    color: #fff;
    margin-bottom: 15px !important;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-autocomplete li {
    padding: 3px 10px !important;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active, .ui-state-focus {
    color: #ffffff !important;
    text-decoration: none !important;
    background-color: #0088cc !important;
    background-image: none !important;
}

.search-form {
    margin-bottom: 30px;
}

.search-form input[type="search"] {
    width: calc(100% - 70px);
    display: inline-block;
    border: 2px solid;
    border-radius: 22px;
}

.wpb_revslider_element .search-form input[type="search"] {
    border-color: #fff;
    background-color: transparent;
    color: #fff !important;
}

.wpb_revslider_element .search-form input[type="search"]::placeholder {
    color: rgba(255, 255, 255, .7) !important;
}

.wpb_revslider_element .search-form input[type="search"]:focus {
    background-color: #fff !important;
    color: #000 !important;
}

.search-form button {
    border-radius: 22px !important;
    width: 44px;
    height: 44px;
    line-height: 44px !important;
    padding: 0 !important;
    text-align: center !important;
}

.search-form button i {
    font-size: 18px !important;
}
