/*
Theme Name: Servicio de Publicaciones ULL
Theme URI: http://www.ull.es/servicio/publicaciones
Description: Plantilla para el Servicio de Publicaciones de la Universidad de La Laguna
Author: Zaguan Estudio
Author URI: http://www.zaguanestudio.com
Template: base-ull
Version: 0.1
*/

.hero-content {
    margin-top: 0px!important;
}

.page-template-frontpage .ull-body.container {
     margin-bottom: 0px!important;
}
.page-template-frontpage .vc_btn3-container.vc_btn3-left {
    text-align: center!important;
}
.page-template-frontpage .vc_gitem-post-data {
/*    height: 28px;*/
	margin: 0 10px;
}


/* Título de página */
.ull-body .ull-site-title {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    top: -200px;
	font-weight: 400;
}


/* Template page: Catálogo de publicaciones */
.categoria-card {
display: block;
box-shadow: 0 1px 0 0 rgba(0,0,0,.1);
}

.categoria-card .thumbnail {
        border-radius: 0;
        width: 100%;
        height: 100%;
        border: solid 1px #eff2f5;
        padding: 0;
        background-color: #f8f8fa;
}

.categoria-card .caption {
        padding: 5px;
        margin: 0;
}

.categoria-card .caption h4 {
        font-size: 16px;
        margin: 5px;
    font-weight:400!important;
    color:#444444!important;
    line-height:24px;
}

/* Colores */
.vc_tta-accordion .vc_active .vc_tta-title-text,
.ulldrops-item a:hover,
a:hover,
.ull-body h1,
.ull-body h2 {
	color: #5c068c !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #5c068c;
	border-color: #5c068c;
}

#ulldrops li:hover,
.ulldrops-menu {
	border-color: #5c068c !important;
}

.btn-widget a:hover {
	background: #5c068c !important;
	color: #fff !important;
}

a.label:hover {
	color: #fff !important;
	text-decoration: none;
}



/* Estilos de portada */
.feature-btn {
	text-align: center;
	padding: 20px;
	/*border: solid 1px #dfdfdf;*/
}

.feature-btn .feature-link {
	margin-bottom: 35px !important;
}

.feature-btn .feature-link a {
	color: #293645 !important;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .5px;
}

.feature-btn .feature-link a:hover {
	text-decoration: none;
}

.feature-btn .vc_icon_element {
	margin-bottom: 10px;
}

.section-header .small-text p {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
	color: #b5b9bf;
	text-align: center;
}

.section-header .title-text p {
	font-weight: 600;
	color: #293645;
	line-height: 1.6;
	text-align: center;
	font-size: 24px;
	margin-bottom: 24px;
}

.section-header .content-text p {
	text-align: center;
	margin-top: 30px;
}

.grid-publicaciones .vc_gitem_row .vc_gitem-col {
    padding: 0 !important;
}


.grid-publicaciones-title {
	margin-bottom: 6px !important;
}

.grid-publicaciones-title div {
	line-height: 20px;
}

.grid-publicaciones-title a {
	font-size: 14px;
}


/* Estilos Buscador */
#searchform {
    position: relative;
    clear: both;
    outline: 1px solid #ADADAD;
    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 #5c068c;
    overflow: hidden;
    background: url(images/search.svg) no-repeat center center #5c068c;
    border: none;
    -webkit-background-size: 22px;
    -moz-background-size: 22px;
    -o-background-size: 22px;
    background-size: 22px;
    position: absolute;
    right: 0;
    top: 0;
}

.ull-body .widget-box li.contacto-header {
    background: #f5f5f5!important;
    padding: 6px 14px!important;
    border-color: #ddd!important;
    font-size: 18px!important;
    font-weight: 800!important;
    color: inherit!important;
    border-bottom: solid 1px #ddd!important;
}

.ull-thinstrip .ull-wordmark {
    background: url(images/mainlogo-publicaciones.png) 0 0 no-repeat;
    width: 313px;
}
