/*MOBILE-FIRST STYLING*/
.home-menu {
	position: relative;
}
.home-menu > .nav-item:before {
	background-color:var(--wp--preset--color--accent-1);
	border-radius:4px;
	bottom:0;
	color:inherit;
	content:"";
	left:0px;
	opacity:0.18;
	pointer-events:none;
	position:absolute;
	right:0px;
	top:0;
	transition:opacity .2s cubic-bezier(.4,0,.6,1);
}

/*Hide the search bar, otherwise the front page is just the list view*/
.tribe-events .tribe-events-header--has-event-search {
	display: none !important;
}

.quick-links {
	margin-bottom: 1rem;
}
.quick-links a {
	font-family: 'conformity-eroding';
	letter-spacing: 1px;
	padding: 0.5rem;
}
