/*
Theme Name: ULE WP 2025
Theme URI: https://unileon.es
Author: Universidad de León
Author URI: https://www.unileon.es
Description: Tema corporativo para los Wordpress de la Universidad de León
Version: 1.0.10
License: GNU General Public License v2 or later
Text Domain: ule_wp_2025
*/

/**
  estilos específicos para corregir aspectos del theme
  que tienen un HTML diferente al de Drupal pero que
  queremos que se vean igual
*/

body.admin-bar {
    margin-top:19px !important;
}

#main-region-wrapper, #header-region-wrapper {
    background: transparent;
}
.container.main-container, #navbar {
    background-color: rgba(255, 255, 255, 0.95);
}
#navbar {
    border-radius: 3px 3px 0px 0px;
}

div.page-title-wrapper {
    padding-top:17px;
    background-size: cover;
    background-position: center;
    border-color: #005E0E;
}

@media only screen and (min-width: 100px) {
    div.page-title-wrapper {
        height: 70px;
    }
}

@media only screen and (min-width: 768px) {
    div.page-title-wrapper {
        height: 80px;
    }
}

@media only screen and (min-width: 992px) {
    div.page-title-wrapper {
        height: 105px;
    }
}

@media only screen and (min-width: 1200px) {
    div.page-title-wrapper {
        height: 130px;
    }
}


/* bloque "meta" de sidebar */
.widget_meta ul, .widget_meta ol {
    padding-left: 0;
}
.widget_meta li {
    list-style-type: none;
    font-size: 18px;

}
.widget_meta li a, .widget_meta li a:visited {
    color: inherit;
}
.widget_meta li::before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f0da";
  width: 16px;
  height: 16px;
  font-size: 20px;
}

/* breadcrumbs */
div.bread {
	padding: 0px 0px 0px 20px;
}

p#breadcrumbs {
  margin:5px 0px 20px 0px;
}

p#breadcrumbs i.separator {
    color: #999;
    /*font-size: 6px;*/
    margin: 0 2px 0 4px;
    /*top: -2px;*/
    position: relative;
}

/* tables */
table td, table th {
    border: 1px solid #ccc;
    padding: 5px;
}

table th {
    background-color: #ddd;
}

/* sidebar title */
h2.widget-title {
    font-size: 25px;
    font-weight: 500;
    color: #005d0d;
    border-bottom: 1px solid #005d0d;
}

.page-title-wrapper h1 {
    line-height: 40px !important;
}

h2.entry-title {
  border-bottom: 2px solid #abc;
  font-size: 35px;
  font-weight: 400;
  margin: 8px 0px 15px 0px;
}

/* contenido del menu hamburguesa cuando está desplegado */
.collapse.in {
    margin-top: 45px !important;
}

/* menú principal: overflow para cuando tiene más elementos de los que caben en desktop */
@media (min-width: 768px) {
    ul.menu.menu--main {
        float: left;
    }
}