/*
Theme Name: Agenda de la ULL
Theme URI: http://www.ull.es/agenda
Description: Plantilla para el site "Agenda" de la página web de la Universidad de La Laguna
Author: ULL
Author URI: http://www.ull.es
Template: base-ull
Version: 0.1
*/

.wpb_content_element {
    margin-bottom: 0 !important;
}

.ulldrops-item.ulldrops-item a {
    font-size: 18px;
}

.tribe-filters-closed #tribe_events_filters_wrapper #tribe_events_filters_toggle {
    width: auto;
    text-align: center;
    background: #89959f;
    color: #fff;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 12px;
}

h2.tribe-events-page-title {
    font-size: 24px;
    font-weight: 400;
}

#tribe-events-content .tribe-events-tooltip h4 {
    color: #7a3b7a;
}

#tribe-events-content .tribe-event-duration {
    font-weight: bold;
    border-bottom: solid 1px #ececec;
    padding-bottom: 6px;
    margin-bottom: 6px;
    margin-top: 6px;
}

#tribe-events-content .tribe-events-tooltip .tribe-event-description p {
    font-size: 12px;
}

.single-tribe_events .tribe-events-single-event-title {
    font-size: 32px;
    line-height: 40px;
}

.tribe-events-back a {
    text-transform: uppercase;
    font-size: 18px;
}

.tribe-events-single .tribe-events-schedule h2 {
    font-weight: bold;
    font-size: 18px;
    color: #424242;
}

#tribe-events {
    margin-top: 20px;
}

.tribe-events-meta-group dt {
    text-transform: lowercase;
}

.tribe-events-meta-group dt:first-letter {
    text-transform: capitalize;
}

/* AddToAny */
.a2a_default_style a.a2a_dd,
.a2a_default_style a {
    float : right !important;
}

@media only screen and (max-width : 992px) {
    .a2a_default_style a.a2a_dd,
    .a2a_default_style a {
        float : left !important;
        margin-top: 15px;
    }
}

.row .date-addtoany{
    margin: 20px 0;
}

.row .date-addtoany .tribe-events-schedule, .row .date-addtoany .addtoany{
    margin: 0 !important;
    padding: 0 !important;
}

@media only screen and (max-width: 768px){
    .single-tribe_events .tribe-events-schedule {
        background: #ffffff;
        border: none;
    }
}
.type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap:hover {
    background: #fff !important;
}
.type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap {
    background: #f6f6f6 !important;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title a {
    color: #5c068c !important;
}

/*footer reducido*/
@media only screen and (max-width: 600px){
    p.direccion{
    display: none;
    }
    p.apartado{
    display: none;
    }
    p.cp{
    display: none;
    }
    p.provincia{
    display: none;
    }
    li.campus{
    display: none;}
    li.portal{
    display: none;}
    li.sede{
    display: none;}
    li.biblioteca{
    display: none;}
    li.directorio{
    display: none;}
    li.repositorio{
    display: none;}
    li.mapa{
    display: none;}
    li.perfil{
    display: none;}
    li.alumni{
    display: none;}
    li.fundacion{
    display: none;}
    li.encuesta{
    display: none;}
    li.sellos{
    display: none;}
    li.imagen{
    display: none;}
    h2.widgettitle{
    display: none;	
    }
    .ull-footer .widget_nav_menu {
        margin-bottom: 0px;
    }
    .ull-footer .text {
        margin-bottom: 0px;
    }
    }
/*logostars centrado en version responsive*/
@media screen and (max-width: 769px) {
    a.stars {
        margin-left: 20%;!important;
         }
        }