.eventSearch {
	margin-bottom: 1rem;
	color: #fff;
}
	.eventSearch-wrapper {
		position: relative;
	}
	.eventSearch-input {
		width: 100%;
		height: 2.25em;
		border: none;
		outline: none;
		color: #4A4956;
		font-weight: 600;
	}
	.eventSearch-btn {
		position: absolute;
		top:0; right:0; bottom:0;
		width: 2.38em;
		background-color: #FFCC00;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.eventSearch-btn:hover, .eventSearch-btn:focus {
		background-color: #ffe000;
	}