/*
 Theme Name:   The New Compact
 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.
 */  


.green-button {
    border-radius: 2em;
    font-size: .8em;
    padding: 0.5em 1em;
	background: #166837;
	color: #fff !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	opacity: 1;
	transition: all 0.5s ease;
}

.green-button:hover {
	opacity: .85;
	transition: all 0.5s ease;
}
.wp-block-file .wp-block-file__button {
    background: #166837;
    color: #fff;
}

nav.top-nav{
    padding-top: 0;
    padding-bottom: 0;
}
nav.top-nav .container{
    height: 80px;
    max-width: 1920px;
}
nav.top-nav .container div.logo{
    width: auto;
}
nav.top-nav .container div.menu #menu-desktop{
    margin: 0;
}
@media(max-width: 1425px){
    nav.top-nav .container div.menu #menu-desktop a{
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media(max-width: 1200px){
    nav.top-nav .container div.menu #menu-desktop a{
        margin-left: 5px;
        margin-right: 5px;
    }
}


