
#searchForm .searchintro,
#searchForm .phrases,
#searchForm .only,
#searchForm .form-limit {
    display: none !important;
}

#searchForm .btn-toolbar {
    margin-top: 20px;
}

#searchForm input {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-right: none;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#searchForm button {
    background: white;
    border: 1px solid #ced4da;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#open-search {
    background: no-repeat;
    color: white;
    border: none !important;
}

#open-search:hover,
#close-search:hover {
    cursor: pointer;
}

#close-search {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 70px;
    font-size: 70px;
    line-height: 0;
    background: transparent;
    border: none;
    color: white;
}

#search-container {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10, 10, 10, 0.9);
}

#search-container .input-group {
    position: absolute;
    top: calc(50% - 35px);
    left: 10%;
    width: 80%;
    height: 70px;
}

#search-container .input-group input {
    height: 70px;
    font-size: 40px;
}

#search-container.hidden {
    display: none;
}
