/* 

#opac-main-search {
    margin: 0;
    padding: 0;
}

#opac-main-search .form-row {
    margin: 0;
    background-color: white;
}


#opac-main-search .form-row > div:first-child {
    display: none;
}


#opac-main-search .form-row > [class*=col-],
#opac-main-search .form-row > .col {
    padding: 0;
}


#opac-main-search .form-row .order-3 {
    order: 6;
}

#masthead_search,
#select_library {
    border: 1px solid var(--primary-dark);
    border-radius: 0;
    height: 50px;
    background-color: var(--primary-dark);
    color: white;
}



#translControl1 {
    height: 50px;
    border-radius: 0;
    border: 1px solid var(--primary-dark);
    border-right: none;
}

#searchsubmit {
    background: none;
    border-radius: 0;
    border-left: none;
    border-color: var(--primary-dark);
    color: var(--primary-dark);
    padding: 0;
    text-indent: -9999px;
    line-height: 0;
}

#searchsubmit::after {
    font-family: 'FontAwesome';
    content: '\f002';
    text-indent: 0px;
    display: block;
    line-height: initial;
    font-size: x-large;
    padding: 12px;
}


#masthead_search:hover,
#select_library:hover {
    cursor: pointer;
    filter: brightness(1.25);
}


#searchsubmit:hover {
    font-weight: bold;
    border: none;
    box-shadow: none;
    border: 1px solid var(--primary-dark);
    border-left: none;
}

#masthead_search:focus,
#select_library:focus,
#translControl1:focus,
#searchsubmit:focus {
    box-shadow: none;
}





#moresearches {
    background-color: blue;
    padding: 0;
    margin: 0 15px;
} */


/* search bar div */
#wrapper > div:nth-child(2) {
    background-color: white;
    /* background-color: lightsteelblue; */
}

#wrapper > div:nth-child(2) > .row {
    max-width: var(--main-width);
    margin: auto;
}

#wrapper > div:nth-child(2) > .row > .col {
    padding: 0;
}



/* search bar */
#opac-main-search {
    margin: 0;
    margin: 60px 0;
    margin-bottom: 30px;
    padding: 0;
    background: none;
    /* background-color: lemonchiffon; */
}

#opac-main-search .form-row {
    margin: 0;
}

#opac-main-search .form-row > div {
    padding: 0;
}

#opac-main-search .form-row > div > * {
    border-radius: 0;
    height: 50px;
}

#opac-main-search .order-1 {
    display: none;
}

#opac-main-search .order-3 {
    order: 6;
}


#masthead_search {
    background: url(../../../images/keeps/arrow_down.svg) no-repeat scroll;
    background-color: var(--primary-dark);
    background-position: right 10px top 50%;
    background-size: 20px 20px;
    
    border-color: var(--primary-dark);
    
    appearance: none;
    color: white;
    width: 120px;
    -webkit-appearance: none;
}

#translControl1 {
    padding-left: 15px;
    border-left: none;
    border-right: none;
    border-color: var(--primary-dark);
}

#translControl1::placeholder {
    content: 'Search the catalog...';
}

#searchsubmit {
    border-left: none;
    border-right: none;
    border-color: var(--primary-dark);
    background: none;
    background: white;

    color: var(--primary-dark);
}

#select_library {
    background: url(../../../images/keeps/arrow_down.svg) no-repeat scroll;
    background-color: var(--primary-dark);
    background-position: right 10px top 50%;
    background-size: 20px 20px;
    appearance: none;
    -webkit-appearance: none;

    border-color: var(--primary-dark);
    padding-right: 2em;

    color: white;
    max-width: 500px;

    overflow: hidden;
    text-overflow: ellipsis;

    white-space: nowrap;
    
}

#masthead_search:hover,
#select_library:hover {
    cursor: pointer;
    filter: brightness(1.25);
}

#searchsubmit:hover {
    font-weight: bold;
    box-shadow: none;
}


#masthead_search:focus,
#translControl1:focus,
#searchsubmit:focus,
#select_library:focus {
    box-shadow: none;
}


@media (max-width: 576px) {
    #searchform #searchsubmit {
        margin-top: -5px;
    }
}

@media (max-width: 575px) {
    #searchform #translControl1 {
        margin-left: 0;
        border: 1px solid var(--primary-dark);
        width: 100%;
        max-width: unset;
    }

    #searchform #searchsubmit {
        margin-bottom: 5px;
        margin-top: 0;
        border: 1px solid var(--primary-dark);
    }

    #searchform select {
        width: 100%;
        max-width: unset;
    }
}
