/*
Theme Name: Bravada Plus Child
Theme URI: http://www.cryoutcreations.eu/
Description: Bravada Plus base child theme - use for your theme customizations
Author: Cryout Creations
Author URI: http://www.cryoutcreations.eu
Version: 0.5
Template: bravada-plus
*/

/* place your custom css and customizations below */

.tribe-events-calendar-list .tribe-event-categories li {
    display: inline !important;
    border: 1px solid #334aff !important;
    background-color: #334aff!important;
    padding: 3px 9px!important;
    border-radius: 30px !important;
    margin-right: 3px!important;
    font-size: 0.8em !important;
}
.tribe-events-calendar-list .tribe-event-categories li:hover {
    background-color: #fff !important;
}
.tribe-events-calendar-list .tribe-event-categories li a {
    color: #fff !important;
}
.tribe-events-calendar-list .tribe-event-categories li:hover a {
    color: #334aff !important;
}

#footer-bottom .footer-inside {
	 visibility: hidden !important;
} 