.site-title a {
	/*background: url(https://www.ncgrl.vic.gov.au/sites/default/files/Heading.png) no-repeat;*/
	background: url(https://www.ncgrl.vic.gov.au/wp-content/uploads/2024/06/GFL_B_CMYK.png) no-repeat;
	background-size: contain;
	padding-left: 10px;
	height:100px;
	width:200px;
}

.site-title {
	height:100px
}

#menu-primary {
	background-color: #00A8C2 !important;
    font-family: Arial !important;
    font-weight: bold;
    
}

.menu-item a {
	background-color: #00A8C2 !important;
	font-family: Arial !important;
	font-weight: bold;
	font-size:15px;
	line-height: 30px !important;
	padding:0 10px;
	margin:0;
	color:white !important;	
	text-transform:none !important;	
}

.main-navigation li ul li a {
	font-size:13px;
	float:left;
	text-align:left;
	width:130px;
		
}

.menu-item a:hover,
.menu-item a:active {
	background-color: #f16549 !important;
	color: #ffffff !important;
}

.main-navigation li {
	border-right: 2px #fff solid;
	height: 30px;
	text-align:center;
	
	margin:0px;
	
	position:relative;
}

.menu-item a:visited {
	color: #ffffff;
}

/* Prevent recent change that makes event title box
 * expand more than necessary.*/
section.wfea.grid article .wfea-group .wfea-grid-hero {
	height: auto;
}

@media (min-width: 1024px) {section.wfea.grid {
	grid-template-columns: repeat(4, 1fr);
	grid-gap:0 30px;
}
}
section.wfea .booknow a {
    background-color: #409ebb;
    border-width: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
		width:80%;
}

section.wfea .booknow a.sold-out__link {
	background-color:#f16549;
}

section.wfea .booknow a.join-waitlist 
{
	background-color:#f16549;
}

section.wfea.grid button:hover{
	background-color:#7967ad;
	background-image:none;
}
.entry-header .eaw-time {
	display:none;
}

.entry-title a{
	color:black !important;
	font-weight:700;
	font-size: 18px;
}

.entry-meta .eaw-time {
	padding-bottom:20px;
	font-style:normal;
	
}

.site-content article {
	border-bottom:none;
	margin-bottom:2rem;
}

.location {
	padding:10px 0;
}


