/*
Theme Name: Ciencia ULL
Theme URI: http://www.ull.es/portal/ciencia-ull
Description: Plantilla para el site de Ciencia ULL
Author: ULL
Author URI: http://www.ull.es
Template: base-ull
Version: 0.1
*/

.ull-thinstrip {
  background: white;
}

@media only screen and (max-width: 767px) {
  .ull-thinstrip{
    margin-bottom: 10px;
  }
}

/***********************************/
/*   Formatos en tipo de letras    */

h2 {
  margin-bottom: 50px;
}

.ull-body h2 {
  font-weight: 500;
}

.parrafo p{
  font-size: 20px !important;
  line-height: 1.72222;
  margin: 0 0 13.5px;
  font-weight: 300;
  color: #5c5c5c;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

/***********************************/
/*           LOGOS                 */

/*logo cienciaULL*/
.ull-thinstrip .cienciaull-wordmark {
  display: block;
  text-indent: -9999px;
  width: 250px;
  height: 70px;
  background: url(assets/images/ciencia-ull-logo.png) 0 0 no-repeat;
  background-size: 250px;
  margin-left: 15px;
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .ull-thinstrip .cienciaull-wordmark {
    -o-transform: scale(0.6, 0.6);
    -webkit-transform: scale(0.6, 0.6);
    -ms-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    transform-origin: 0 50%;
    margin: 0;
    margin-top: 0px;
    height: 46px;
  }
}

/***********************************/
/*        Menú Secundario          */

.ull-thinstrip .ull-menulink {
  border: none;
  color: #000;
}

/*Icono lupa de búsqueda, menú secundario. Cambiamos el color a negro.*/
.ull-thinstrip button.ull-menumobile,
.ull-thinstrip button.ull-search {
  border: none;
  color: #444;
}

/*Hover Buscador y Contacto*/
.ull-thinstrip .ull-menulink:hover,
.ull-thinstrip .ull-menulink:focus,
.ull-thinstrip button.ull-menumobile:hover,
.ull-thinstrip button.ull-search:hover,
.ull-thinstrip button.ull-menumobile:focus,
.ull-thinstrip button.ull-search:focus{
  background-color: #eee8f6;
}


/*Color de fondo del buscador*/
.ull-search-bar-container .container-fluid {
  background: #bbdff2;
}

/***********************************/
/*         Menú principal          */

/*Barra de navegación principal*/
#ulldrops {
  background-color: #bbdff2;
}

/*Tamaño de la imagen principal*/
.ull-hero-image, .no-ull-hero-image {
  height: 150px;
  width: 100%;
  max-width: 100%;
  background-image: url(assets/headers/bannerII.jpg);
}

.banner {
  margin-top: 40px;
  margin-bottom: 50px !important;
}

.banner-box {
  box-shadow: 3px 3px 3px 3px #cac3c3;
}

/***********************************/
/*        Menú Móvil               */

/*Color de letra menú movil*/
ul.ull-mobile-menu > div ul li a {
  color: #2a2d8c;
}

/***********************************/
/*            FOOTER               */

.ull-footer .widget_nav_menu {
  margin-bottom: 30px;
  margin-left: 30px;
}

/***********************************/
/*        Iconos Sociales          */

.ull-thinstrip .ull-header-social i{
  font-size: 25px;
}

/***********************************/
/*      Grid Acciones             */
.accionGridTitle h4 {
  font-size: 16px;
  line-height: 24px;
}


/***********************************/
/*           Botones               */
.enlace_archivos a
{
  text-decoration: none !important;
  display: block;
  float: right;
  background-color: #0080FF !important;
  padding: 8px 20px;
  color: #fff !important;
  text-align: center;
}
.enlace_archivos:hover, .enlace_multimedia:hover, .enlace_formularios:hover
{
  cursor: pointer;
}
.enlace_archivos .fa,.enlace_formularios .fa,.enlace_multimedia .fa
{
  margin-left: 10px;
}

.enlace_formularios a
{
  text-decoration: none !important;
  display: block;
  float: right;
  background-color: rgba(22, 140, 106, 0.71) !important;
  padding: 8px 20px;
  color: #fff !important;
  text-align: center;
}

.enlace_multimedia a
{
  text-decoration: none !important;
  display: block;
  float: right;
  background-color: rgba(238, 118, 1, 0.8) !important;
  padding: 8px 20px;
  color: #fff !important;
  text-align: center;
}

/***********************************/
/*             FILTRO              */

.content #filtro {
  overflow-x: scroll;
}

#filtro *, *:before, *:after {
  box-sizing: border-box;
}

#filtro .panel {
  background-color: transparent;
  box-shadow: none;
}

#filtro .btn-group,
#filtro .list-group,
#filtro .list-group-item {
  width: 100%;
}

#filtro .btn-group {
  margin: 0;
  padding: 0;
  border: 1px solid #ddd;
  background: #eee;
}

#filtro .btn-group .btn {
  display: block;
  float: left;
  padding: 10px 15px;
  margin: 0 !important;
  border-right: 1px solid #ddd;
  background: #eee !important;
}

#filtro .btn-group .btn:last-child {
  border-width: 0px;
}

#filtro .is-checked {
  font-weight: 600;
}

#filtro .list-group {
  background: #DDD;
  max-width: 1200px;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid;
  border-color: #ddd;
}

#filtro .list-group:after {
  content: '';
  display: block;
  clear: both;
}

#filtro .list-group-item {
  width: 100%;
  clear: both;
  border-top: 1px solid;
  border-color: #ddd;
  padding: 10px 20px;
  display:inline-block;
}

#filtro .list-group-item span {
  display: inline-block;
  float: left;
  padding: 10px 15px;
}

#filtro .list-group-item span:last-child {
  border-right-width: 0;
}

#filtro .nombre {
  width: 25%;
}

#filtro .tipo
{
    width: 20%;
}

#filtro .area {
  width: 15%;
}

#filtro .publico {
  width: 17%;
}

#filtro .nivel
{
  width: 13%;
}

#filtro .date {
  width: 12%;
}

#filtro .enlace {
  width: 5%;
}

/*Menu footer*/
.ull-footer .widget_nav_menu ul .ulldrops-item.ulldrops-item a {
  font-weight: 400;
  padding: 0;
  color: #c9c9c9 !important;
}
.ull-footer .widget_nav_menu ul .ulldrops-item a:after{
  display: none;
}