#google-cse-box {
    width: 100%;
    color: #3a4570;
    margin-top: 1em;
}

form.google-cse-form {
    position: relative;
    width: 100%;
}

#google-cse-suggestions{
    padding: 10px 0;
    background-color: white;
    line-height: 2em;
    border: 1px solid #ccc;
    border-top-width: 0;
    border-radius: 0 0 4px 4px;
    opacity: 0;
    transition: opacity 150ms;
}
#google-cse-suggestions.show {
    opacity: 1;
}
#google-cse-suggestions a { display: block; padding: 0 10px; }
#google-cse-suggestions a.selected-result,
#google-cse-suggestions a:hover
{ background-color: #f4f4f4 }
#google-cse-corrected-query {
    padding: 0 10px;
    font-size: 12px;
    font-style: italic;
    color: #7c7c7c;
    line-height: 1em;
}
#google-cse-input {
    border: 1px solid #c4c8d8;
    border-radius: 5px;
    line-height: 2em;
    appearance: none;
    padding: .3rem 3.5rem .3rem .8rem;
    width: 100%;
    position: relative;
    background-color: #fff;
}


#google-cse-input::placeholder {
    color: #9297b1;
}

#google-cse-submit {
    right: 0;
    left: auto;
    height: 42px;
    width: 50px;
    background-color: #3abeb0;
    border-radius: 0 3px 3px 0;
    appearance: none;
    position: absolute;
    z-index: 1;
    border: none;
}
#google-cse-submit svg {
    width: 25px;
    height: 20px;
    border-radius: 0 8px 8px 0;
    overflow: hidden;
}


.suggestions-loading {
    padding-right: 10px;
    padding-left: 10px;
    font-style: italic;
    color: #9297b1;
    transition: padding-left 500ms;
}

.suggestions-loading.loading {
    background: transparent url(/wp-content/themes/angelsense/images/loading-in-app.gif) left 10px center no-repeat;
    background-size: 30px;
    padding-left: 40px;
}
