.cls-search-container {
    position: relative;
    display: inline-block;
}
.cls-search-icon{
     width: 36px;
     height: 36px;
     background-color: transparent;
     color: #ddd;
     font-size: 16px;
     cursor: pointer;
}
.cls-search-icon:before {
    display: block;
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 14px;
    background: url("/wp-content/themes/kia/images/new/ico-sch-w.png") 0px 15px;
}

.cls-search-box {
    position: absolute;
    top: 36px;
    right: 0;
    width: 300px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    padding: 10px;
    padding-bottom: 0;
    z-index: 1000;
}

.cls-search-input {
    width: calc(100% - 20px);
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 0px;
}
.cls-search-box button {
    position: absolute;
    width: 34px;
    height: 34px;
    background-color: #05141f;
    color: #ddd;
    font-size: 16px;
    left: 12px;
    top: 11px;
}

.cls-search-box button:before {
    display: block;
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 14px;
    background: url("/wp-content/themes/kia/images/new/ico-sch-w.png") 0px 0px;
}
.cls-search-results {
    margin-top: 10px;
}

.cls-search-result-item {
    padding: 5px 0;
    border-bottom: 1px solid #f0f0f0;
}

.cls-search-result-item a {
    text-decoration: none;
    color: #333;
}

.cls-search-result-item a:hover {
    text-decoration: underline;
}

.cls-post-type {
    font-size: 12px;
    color: #777;
    margin-left: 5px;
}

.cls-no-results {
    text-align: center;
    color: #999;
    padding: 10px;
}
