/*
Theme Name: Buscador de la ULL
Theme URI: http://www.ull.es/search
Description: Plantilla para el site "Buscador" de la página web de la Universidad de La Laguna
Author: ULL
Author URI: http://www.ull.es
Template: base-ull
Version: 0.1
*/

#searchform {
    position: relative;
    clear: both;
    outline: 1px solid #ADADAD;
    font-family: "Encode Sans Compressed", sans-serif;
    font-size: 20px;
    color: #7A7A7A;
}
#searchform label {
    position: absolute;
    top: 10px;
    left: 18px;
    visibility: hidden;
}
#searchform .assistive-text {
    z-index: -1;
}
#searchform #s {
    width: 100%;
    padding: 14px 0 13px 25px;
    border: none;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    background-color: #F5F5F5;
}
#searchform #searchsubmit {
    float: left;
    display: block;
    height: 54px;
    width: 55px;
    text-indent: -99999px;
    outline: 1px solid #7A3B7A;
    overflow: hidden;
    background: url(assets/svg/search.svg) no-repeat center center #7A3B7A;
    border: none;
    -webkit-background-size: 22px;
    -moz-background-size: 22px;
    -o-background-size: 22px;
    background-size: 22px;
    position: absolute;
    right: 0;
    top: 0;
}

form.gsc-search-box {
    display: none;
}

h1.search-title {
    margin: 40px 0 20px 0;
    font-size: 30px;
}

h1.search-title span {
    color: #444;
    font-weight: 400;
}

#ull-search-results a b,
#ull-search-results a {
    color: #7A3B7A !important;
    text-decoration: none;
    font-weight: bold;
}

#ull-search-results .gs-result .gs-title {
    text-decoration: none;
}

#ull-search-results .gsc-webResult .gsc-result {
    padding: 15px 5px;
}