/*
Theme Name:         Sommeliers Australia
Theme URI:          http://sommeliers.com.au
Description:        Sommeliers Australia is the national body for sommeliers delivering representation, knowledge, and skills to the hospitality industry and beyond.
Version:            1.0
Author:             Swim
Author URI:         http://swim.com.au
Text Domain:        sommeliers-australia

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

/* This theme has no src files so css edits will have to go here */

.tribe-events-event-meta:before, .tribe-events-event-meta~div:not(.tribe-events-event-meta,.event-tickets){
    display: none;
}

.single-tribe_events .tribe-events-single .tribe-events-event-meta{
    margin-bottom: 20px;
}

#tribe-events-footer{
    width: 100%;
    margin-top: 20px;

}

.tribe-events-single .tribe-events-sub-nav{
    padding-left: 0;
}

@media screen and (min-width: 768px){
    .nav-tabs-justified,
    .nav-tabs.nav-justified {
        display: flex;
        flex-wrap: wrap;
    }

    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        width: auto !important;
    }

    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        min-height: unset !important;
        margin-bottom: 20px !important;
    }
    
}

.tribe-common-c-btn--small {
    color: white !important;
}