@media screen and (max-width: 990px) {
	#ticketsDisplay {
		padding: 0;
		margin: 0;
		border: 0;
	}

	.event-info-cnt {
		background-color: #000;
	}

	.event-info-name, .event-info-date-loc {
		color: #fff;
	}

	.event-info-col {
		vertical-align: middle;
	}

	.event-info-right-col {
		text-align: right;
		padding: 15px;
	}

	.event-info-left-col {
		padding: 10px;
	}
	.logo-icon img {
		width: 50px;
		height: 50px;
	}

	.phone-icon {
		font-size: 28px;
		color: #fff;
	}

}

@media screen and (max-width: 865px) {
	#filtersContainer {
		text-align: center;
	}

	.hidden-mobile {
		display: none !important;
	}

	.hidden-desktop {
		display: inline-block !important;
	}

	#mobileMenu {
		position: absolute;
		top: 64px;
		left: 0;
		width: 100%;
		background-color: #000;
		padding-bottom: 20px;
		box-shadow: 0px 2px 4px #000000;
		display: inline-block;
	}

	#mobileSearchBar {
		display: none;
		width: 100%;
		background-color: #000;
		text-align: center;
		padding: 20px 0;
		box-shadow: 0px 2px 4px #000000;
		box-sizing: border-box;
	}

	#mobileSearchBar i {
		position: absolute;
		top: 11px;
		left: 15px;
	}

	#mobileInputWrapper {
		width: 90%;
		position: relative;
		margin: auto;
		box-sizing: border-box;
	}

	#homeSearchBar {
		display: none;
	}

	.search-bar-input {
		border-radius: 18px;
		width: 100%;
		box-sizing: border-box;
	}

	#topNav {
		position: static;
	}

	#searchPanel {
		top: 0;
		left: 0;
		width: 400px;

	}

	#searchBar {
		opacity: 1;
	}

	#navContents {
		text-align: center;
	}

	.nav-item-mobile {
		display: block;
		text-align: left;
		height: inherit;
	}

	.nav-item-mobile > a {
		padding: 15px;
		color: #fff;
		text-transform: uppercase;
		display: block;
	}

	#searchPanel {
		display: none;
	}

	#hamburgerMenu, #searchMenu {
		text-align: center;
		color: #fff;
		height: 64px;
		vertical-align: top;
		position: relative;
	}

	.search-icon i {
		font-size: 30px;
	}

	.search-icon {
		pointer-events: none;
		margin: 8px;
	}

	#hamburgerMenu i, #searchMenu i {
		line-height: 64px;
		font-size: 30px;
		width: 40px;
	}

	#hamburgerMenu {
		float: left;
	}

	#searchMenu {
		float: right;
	}

	#topNav {
		margin: 0;
		width: auto;
		text-align: center;
	}

	header.sticky {
		text-align: center;
		width: auto;
		padding: 0;
	}

	#topNav.search-active {
		width: 100%;
	}

	#logoWrapper {
		width: 51%;
		text-align: center;
		margin-top: 15px;
	}

	.search-active #searchItem i {
		font-size: 16px;
		padding: 0;
	}

	.search-active .search-icon {
		width: 20px;
	}

	.search-active #searchPanel {
		width: 100%;
	}

	.search-active #searchBar {
		width: calc(100% - 40px);
	}

	.search-active #searchBar form {
		width: calc(100% - 55px);
	}

	.search-active .search-bar-input {
		width: 100%;
		margin-left: -6px;
		border-radius: 0 18px 18px 0;
	}

	#topContainer #headerContents h1 {
		font-size: 40px;
		width: calc(100% - 10px);
	}

	#dateBox {
		width: 100px;
	}

	.main-left-panel, .main-right-panel {
		float: none;
		width: 100%;
	}

	footer .column-half {
		float: none;
		width: 100%;
	}

	footer {
		padding-left: 10px;
	}

	.footer-links.continuing {
		padding-top: 0;
	}

	.learn-more {
		margin-top: 20px;
	}

	footer h5 {
		font-size: 18px;
	}

	.footer-links {
		font-size: 14px;
	}

	.event-item .get-tickets {
		display: none;
	}

	.load-more-events {
		width: 100%;
	}

	#topContainerHome .tag {
		display: none;
	}
}

@media screen and (max-width: 960px) {
	#talkingAbout {
		display: none;
	}
}

@media only screen and (max-width: 860px) and (min-width: 551px) {
	.tile {
		width: 50%;
		padding-bottom: 31.4%;
	}
}

@media only screen and (min-width: 861px) {
	.tile {
		width: 33.3%;
		padding-bottom: 20.9%;
	}
}

@media only screen and (max-width: 610px) {
	#errorPageTitle i {
		font-size: 63px;
	}

	#errorPageTitleLineOne {
		font-size: 50px;
	}

	#errorPageTitleLineTwo {
		font-size: 60px;
	}
}

@media only screen and (max-width: 550px) {
	.tile {
		width: 100%;
		padding-bottom: 62.8%;
	}

	#locationFilter, #dateFilter {
		margin: 0;
		padding-left: 3px;
		padding-right: 3px;
	}

	#locationFilter i.fa-caret-down, #dateFilter i.fa-caret-down {
		display: none;
	}
}

@media only screen and (max-width: 500px) {
	.errorPage .bottom-links-slash {
		display: none;
	}
}

@media only screen and (max-width: 415px) {
	#errorPageTitle i {
		font-size: 45px;
	}

	#errorPageTitleLineOne {
		font-size: 36px;
	}

	#errorPageTitleLineTwo {
		font-size: 43px;
	}
}

@media screen and (max-width: 380px) {
	#mobileSearchBar .search-bar-input {
		font-size: 16px;
	}
}

@media screen and (max-width: 330px) {
	#topContainerHome #headerContents .centered-content {
		padding-top: 0;
	}
}

