/* Kimelfe home hero search – FIU Discovery inspired */

.kimelfe-hero {
    background: linear-gradient(rgba(19, 41, 75, 0.55), rgba(19, 41, 75, 0.65)),
        url(/themes/tenderfoot/images/hero-background.jpg) center center / cover no-repeat !important;
    padding: 0;
    min-height: 480px;
    width: 100%;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.kimelfe-hero .theme-showcase {
    width: 100%;
    min-height: 480px;
    padding: 4rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kimelfe-hero .theme-showcase > .col-md-12 {
    width: 100%;
    float: none;
}

.kimelfe-hero .theme-showcase .container {
    width: 100%;
    max-width: 900px;
}

.kimelfe-hero-search-panel {
    max-width: 820px;
    margin: 0 auto;
    padding: 1.75rem 2rem 1.5rem;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.45);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
    text-align: center;
}

.kimelfe-hero-tagline {
    margin: 0 0 1.35rem;
    color: #fff;
    font-size: 1.65rem;
    font-weight: 600;
    line-height: 1.35;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
}

.kimelfe-hero-intro {
    margin: 1.25rem 0 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1rem;
    line-height: 1.55;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

.kimelfe-hero-intro p {
    margin: 0 0 0.5rem;
    color: inherit;
}

.kimelfe-hero-intro p:last-child {
    margin-bottom: 0;
}

#search-homepage.kimelfe-search-form {
    margin: 0;
}

.kimelfe-search-group {
    width: 100%;
    display: flex;
    align-items: stretch;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
}

.kimelfe-search-filter-wrap {
    display: flex;
    align-items: center;
    background: #f4f7fa;
    border-right: 1px solid #d7e0ea;
    padding: 0 0.35rem 0 0.75rem;
    flex: 0 0 auto;
}

.kimelfe-search-filter-wrap label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.kimelfe-search-filter-wrap select {
    height: 52px;
    border: 0;
    background: transparent;
    color: #13294b;
    font-size: 0.9375rem;
    font-weight: 600;
    max-width: 150px;
    padding-right: 1.5rem;
    box-shadow: none;
    cursor: pointer;
}

.kimelfe-search-group input.form-control {
    height: 52px;
    border: 0;
    border-radius: 0;
    font-size: 1.0625rem;
    padding: 0.75rem 1rem;
    box-shadow: none;
}

.kimelfe-search-group input.form-control:focus {
    box-shadow: none;
}

.kimelfe-search-group .input-group-btn {
    width: auto;
}

.kimelfe-search-btn {
    height: 52px;
    min-width: 58px;
    border: 0;
    border-radius: 0;
    background: #13294b;
    color: #fff;
    font-size: 1.15rem;
    transition: background 0.15s ease;
}

.kimelfe-search-btn:hover,
.kimelfe-search-btn:focus {
    background: #167093;
    color: #fff;
    outline: none;
}

.kimelfe-search-btn .glyphicon {
    top: 2px;
}

@media (max-width: 767px) {
    .kimelfe-hero,
    .kimelfe-hero .theme-showcase {
        min-height: 360px;
    }

    .kimelfe-hero .theme-showcase {
        padding: 2.5rem 0.75rem;
    }

    .kimelfe-hero-search-panel {
        padding: 1.35rem 1rem 1.25rem;
    }

    .kimelfe-hero-tagline {
        font-size: 1.25rem;
    }

    .kimelfe-search-group {
        flex-direction: column;
    }

    .kimelfe-search-filter-wrap {
        border-right: 0;
        border-bottom: 1px solid #d7e0ea;
        padding: 0.35rem 0.75rem;
    }

    .kimelfe-search-filter-wrap select {
        width: 100%;
        max-width: none;
        height: 44px;
    }

    .kimelfe-search-group input.form-control,
    .kimelfe-search-btn {
        height: 48px;
    }
}
