/**
/*   Oku Knowledge Center
/*   Front-end Styles
/*   Version: 1.0.0
*/

/**
/* Live Search Formatting Overrides
*/
#jquery-live-search { background:#fefefe; border:1px solid #eee; }

/*
#jquery-live-search .header,
#jquery-live-search .sidebar,
#jquery-live-search footer,
#jquery-live-search p,
#jquery-live-search section { display:none; }
#jquery-live-search #main { width: 100%; padding: 0px; margin: 0px; }
#jquery-live-search header { border:0px; padding:0px; margin:0px; }
#jquery-live-search h3 { margin:0; padding:5px; padding-left:10px; padding-right:10px; width:100%; font-size:14px; }
#jquery-live-search article { margin:0; padding:0; width:100%; }
#jquery-live-search .hentry { border-radius:none; border:0px; }
#jquery-live-search div { width:100%; padding:0; margin:0; }
#jquery-live-search h1 { font-size:14px; margin:0; padding:5px; padding-left:10px; padding-right:10px; width:100%; font-style: italic; } */

/**
/* Live Search Field
*/
.okc-live-search { }
.okc_search_field {
    margin: 0 0 36px;
    min-width: 100%;
    width: 100%;
}
.okc_search_field input[type=text] {
    color: #666666;
    font-size: 15px;
    border: 1px solid #dbdbdb;
    min-width: 100%;
    width: 100%;
    padding: 20px 20px 20px 45px !important;
    background: url(images/okc_search_btn.png) no-repeat left #fff;
}

/**
* General Styling (match your theme)
*/
.okc_category { }
.okc_category li { }
.okc_category li a { }
.okc_category_name { }
.okc_viewall_btn { }

