/*
Theme Name:     KnowHow Child Theme
Theme URI: 		http://herothemes.com/
Description:    Child theme for KnowHow 
Author: 		Chris Mooney (Swish Themes)
Author URI: 	http://herothemes.com
Template:       knowhow
Version:        1.0.0
*/

@import url("../knowhow/style.css");



#live-search #s {
    float: left;
    width: 80%;
    background: none;
    color: #595959;
    font-size: 18px;
    padding: 24px 5px 21px 5px;
    border: none;
    box-shadow: none;
    position: relative;
    outline: 0;
    font-weight: 200;
}

.create-elements-container .collapseomatic {
    padding: 10px 15px 5px 10px;
    color: white;
    font-family: sans-serif;
    border: none;
    border-radius: 18px;
    font-weight: normal;
	box-shadow: 1px 0px 8px rgba(0,0,0,0.15);
}

.create-elements-container .new-category {
    background-color: whitesmoke;
    color: #555 !important;
    border: 2px solid #e4e4e4 !important
    padding: 8px 12px 3px 10px !important;
}

#site-header #logo img {
    display: block;
    max-width: 265px;
    width: 100%;
}