/*
Theme Name: 225 Aniversario ULL
Theme URI: http://www.ull.es/portal/225aniversario
Description: Plantilla para el site "225 aniversario" de la Universidad de La Laguna
Author: ULL
Author URI: http://www.ull.es
Template: base-ull
Version: 0.1
*/

/*  Header  */
.ull-thinstrip {
    background: #fff;
    height: auto;
    margin: 20px 0;
}
.ull-thinstrip .ull-wordmark {
    background: url(assets/img/logo-ull-225.png) 0 0 no-repeat;
    width: 317px;
    height: 60px;
    margin: 0 auto;
}

.ull-thinstrip button.ull-menumobile{
    color: #fff !important;
    background-color: #7a3b7a !important;
    border-left: none !important;
}

/*  Navbar  */
.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

nav#ulldrops{
    background: #7a3b7a;
}

ul.dropdown-menu{
    border-top: solid 4px #ffffff;
}

#ulldrops ul.dropdown-menu li {
    display: inherit;
}

#ulldrops ul.dropdown-menu {
    padding: 0 5px;
    width: 100%;
}

ul.dropdown-menu li a{
    border-top: solid 1px #ededed;
    font-size: 13px;
    line-height: 22px;
    white-space: normal;
    color:#444444 !important;
}

ul.dropdown-menu li a:hover{
    background-color: #E7E7E7;
    font-weight: 800;
    color: #7A3b7a
}

.drop-item a {
    /*font-weight: 600;*/
    font-size:16px;
    color: #ffffff !important;
}

#ulldrops li:hover {
    border-bottom: solid 4px #ffffff;
}

/*  Footer  */
.ull-footer {
    background: #7A3b7a;
    padding: 0;
    border: 0;
}

.ull-footer p {
    font-size: 11px;
}

#footer-225{
    margin-bottom: 10px;
}

#sub-footer-225 {
    background-color: #A172AF;
    padding: 20px 0;
}

/*  Tabs  */
.vc_tta.vc_general .vc_tta-tab>a {
    border: none !important;
}

.aniversario-tabs .vc_tta-tab.vc_active>a {
    border: 1px solid #ddd !important;
    background: transparent !important;
    border-bottom: 0 !important;
    color: #7A3b7a !important;
}

.aniversario-tabs .vc_tta-tab>a {
    background-color: transparent !important;
}

.aniversario-tabs .vc_tta-tab>a:hover {
    background-color: #eee !important;
    border-bottom-color: transparent !important;
}

.aniversario-tabs .vc_tta-title-text {
    font-weight: 400;
}