/*
 Theme Name:   Full Width Plugin
 Theme URI:    https://plugin.miclub.com.au
 License:      Copyright 2017 - MiClub
 Version: 1.1
*/

/*
 * ======================  LIVE CHANGES GO HERE  ======================
 * Please make sure that you place a timestamp with your name whenever
 * this file is edited. If your change is a result of a ticket please
 * include the ticket number in the comment.
 */  
.top-nav .menu ul > li a {
    font-family: 'Grand Hotel', cursive;
    text-transform: capitalize!important;
    font-size: 27px;
    letter-spacing: 0;
}

.top-nav .menu ul li > ul li a {
    font-family: 'Chivo', sans-serif; 
    font-size: 16px;
    text-transform: uppercase!important;
    letter-spacing: 0;
    
}

.top-nav .menu ul li > ul {
    width: auto!important;
    min-width: 250px;
}

nav.top-nav .container div.menu ul li ul {
    padding: 10px;
}

/* Ticket : 143986 */

.member-view .membershipCategory {display: none!important;}

/* Hide Comp Description from Leaderboard Tom D, 1 May 2019 */
li.portDescLb {
    display: none;
}
