/* after refactoring, needs to be enabled
header .nav-main .search {
    opacity: 0.4;
    cursor: default !important;
}

header .searchbar {
    display: none !important;
}
*/

.search-header {
    padding: 6em 0;
    background-image: url('/static/img/knowledgebase-background-header.jpg');
    background-size: cover;
    color: #fff;
}


.search-header .container {
    width: 100%;
    max-width: 600px;
}

.search-header .container .content-panel {
    position: relative;
}

.search-header #search-field {
    width: 100%;
    line-height: 48px;
    color: #425563;
}

.search-header .search-term-form {
    position: absolute;
    right: 0;
    top: 0;
}

.search-header .search-term-form button {
    width: 60px !important;
    padding: 0;
    height: 48px;
    min-width: 0;
    top: 1px;
    position: relative;
}

.search-header #search-field,
.search-header .search-term-form button i {
    font-size: 14px;
}

.search-block-entries {
    margin: 50px 0;
}

.search-block-entries .search-entry {
    margin-bottom: 8px;
}

.search-block-entries .search-entry p {
    margin: 0;
}

.search-block-entries .search-entry p.title {
    font-family: Montserrat Regular, sans-serif;
}

.search-block-entries .search-entry p.title .highlight {
    font-family: Montserrat SemiBold, sans-serif;
    color: #e5554f;
}

.search-block-entries .search-entry p.type {
    float: right;
    text-transform: uppercase;
    font-family: Montserrat SemiBold, sans-serif;
    opacity: 0.5;
}

.search-block-entries .search-entry a {
    background: #fcfcfc;
    color: #425563;
    display: block;
    padding: 15px;
    transition: 0.3s;
}

.search-block-entries .search-entry a:hover {
    background: #eee;
    color: #e5554f;
}

.search-block-entries .search-entry .search-content {
    display: block;
}

.show-more {
    margin: 30px 0;
    float: right;
}

