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

/*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;
}

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

.page-template-frontpage .hero-content {
    margin-top: 0;
}
/*Estilos Gutenberg - Ancho completo*/

.alignfull {
    margin: 32px calc(50% - 50vw);
    max-width: 100vw;
}
.alignwide{
    margin: 32px calc(25% - 25vw);
    max-width: 100vw;
}

