@media screen and (min-width: 865px) {
	.tile:hover img {
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		opacity: 0.7;
	}

	.red-button:hover {
		background-color: #852b35;
	}

	.blue-button:hover {
		background-color: #3150a1;
	}
}

/*=================DESKTOP-FIRST MEDIA QUERIES=================*/

@media screen and (max-width: 1600px) {
	#topContainerHome {
		background: linear-gradient(
				rgba(36, 34, 41, 0.75),
				rgba(36, 34, 41, 0.75)
		),
		url('/images/home-header.jpg') top center no-repeat;
	}
}

@media screen and (max-width: 1130px) {
	.as-seen-on-wrapper {
		display: none;
	}
}

@media screen and (max-width: 1080px) {
	.shopper-approved-wrapper {
		display: none;
	}

	.phone-wrapper.home-phone-wrapper {
		width: calc(100% - 481px);
	}
}

@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;
		min-width: auto;
	}

	.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: 920px) {
	.phone-wrapper {
		display: none;
	}
}

@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: #242229;
		padding-bottom: 20px;
		box-shadow: 0px 3px 4px #000000;
		display: inline-block;
	}

	#mobileSearchOverlay {
		width: 100%;
		position: absolute;
		top: 64px;
		left: 0;
		z-index: 9998;
		box-shadow: 0 6px 8px rgba(0, 0, 0, .3);
	}

	#mobileSearchBar {
		width: 100%;
		background: linear-gradient(to right, #5d5a61 0, #e93639 50%, #5d5a61 100%);
		text-align: center;
		padding: 10px;
		box-sizing: border-box;
	}

	#mobileSearchInput {
		font-size: 18px;
		height: 46px;
		border-radius: 23px;
		padding-right: 20px;
		padding-left: 20px;
	}

	#mobileSearchInput::placeholder {
		color: #adaab5;
	}

	#mobileSearchBar #mobileSearchClose {
		position: absolute;
		top: 8px;
		left: 5px;
		padding: 10px;
		cursor: pointer;
		font-size: 30px;
		color: #fff;
	}

	#mobileInputWrapper {
		width: calc(100% - 30px);
		position: relative;
		box-sizing: border-box;
		text-align: right;
		margin-left: 30px;
	}

	#homeSearchPanel {
		padding: 0;
	}

	#homeSearchForm {
		padding: 10px;
		box-sizing: border-box;
	}

	#homeSearchBar .search-bar-input, #homeSearchBar form, .search-bar-input {
		width: 100%;
	}

	#homeSearchIcon {
		top: 19px;
		right: 25px;
	}

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

	#topNav {
		position: static;
	}

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

	}

	#searchBar {
		opacity: 1;
	}

	nav {
		position: absolute;
	}

	#navContents {
		text-align: center;
	}

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

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

	.nav-item-mobile .nav-item-right {
		position: absolute;
		right: 25px;
		top: 12px;
		color: #fff;
		font-size: 20px;
		cursor: pointer;
	}

	.nav-sub-item-mobile {
		display: none;
		background-color: #3d3b41;
	}

	#searchPanel {
		display: none;
	}

	#hamburgerMenu, #searchMenu, #telMenu {
		text-align: center;
		color: #fff;
		height: 64px;
		width: 40px;
		position: relative;
	}

	#telMenu a {
		color: #fff;
	}

	#hamburgerMenu, #searchMenu, #telMenu {
		font-size: 30px;
		width: 40px;
		margin-top: 15px;
	}

	#telMenu {
		font-size: 20px;
		margin-top: 20px;
	}

	#hamburgerMenu {
		float: left;
	}

	#searchMenu, #telMenu {
		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 .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: 30px;
		width: calc(100% - 10px);
	}

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

	footer .footer-left, footer .footer-right {
		float: left;
		width: 100%;
	}

	footer li {
		margin-top: 20px;
	}

	#socialIcons {
		margin-top: 20px;
		width: 100%;
	}

	.event-item .get-tickets {
		width: 20px;
		padding-left: 10px;
	}

	#topContainer {
		height: 175px;
	}

	#topContainer #headerContents .header-bottom-contents {
		padding-top: 120px;
	}

	#topContainerHome {
		background: rgb(36, 34, 41);
		height: 64px;
	}

	#topContainerHome header {
		display: none;
	}

	.red-button {
		font-size: 14px;
		padding: 11px 15px;
	}

	.event-item .get-tickets .red-button,
	.event-item .get-tickets .blue-button {
		display: none;
	}

	.event-item .get-tickets .get-tickets-icon {
		font-size: 14px;
		color: #e93639;
	}

	.bid-ribbon {
		right: 15px;
	}

	.event-item .mobile-name-a-price {
		margin-left: 0;
		display: inline-block;
		margin-top: 10px;
	}

	.mobile-blue-button {
		margin: 0px 0 12px 10px;
		font-size: 14px;
		background-color: #0095bf;
		border: 0;
		color: #fff !important;
		border-radius: 20px;
		text-align: center;
		text-transform: uppercase;
		cursor: pointer;
		padding: 11px 15px;
		display: inline-block;
	}

	.mobile-bid-button {
		display: block;
		margin-top: 17px;
		background-color: #0095bf;
		text-align: center;
		font-size: 14px;
	}

	.mobile-bid-button a {
		padding: 10px;
		display: block;
		color: #fff;
	}

	#filtersContainer {
		box-shadow: none;
		border-radius: 0;
		background: inherit;
	}

	.filterWrapper {
		box-sizing: border-box;
		width: calc(50% - 5px);
		float: left;
		margin-right: 0;
	}

	.filterWrapper:first-of-type {
		margin-right: 10px;
	}

	#locationFilter, #dateFilter {
		box-sizing: border-box;
		margin: 0;
		padding-left: 10px;
		padding-right: 10px;
		display: block;
		width: 100%;
	}

	.filter-left {
		width: calc(100% - 36px);
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.filter-right {
		float: right;
	}

	#slides {
		display: none;
	}

	.event-item img.name-a-price-badge {
		right: 20px;
	}

	h3.tiles-header {
		width: calc(100% - 10px);
		box-sizing: border-box;
	}

	.shopper-approved {
		display: none;
	}

	#newsletter {
		border: none;
	}

	#venueMap {
		margin-top: 20px;
	}

	.month-select-left, .month-select-right {
		width: 100%;
		padding: 0;
	}

	.tile img {
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		opacity: 0.5;
	}

	.tile .tile-title, .tile .tile-description {
		display: block;
	}

	.tile-0 .tile, .tile-1 .tile {
		width: 50%;
	}

	.tile-1 .tile-inner {
		right: 0;
	}

	.tile {
		padding-bottom: 25%;
	}

	.tile-2 {
		display: none;
	}

	.tile-event:nth-child(3n+1), .tile-event:nth-child(3n+2), .tile-event:nth-child(3n+3) {
		width: 50%;
	}

	.tile-event:nth-child(3n+1) .tile-event-inner {
		margin-left: 6px;
	}

	.tile-event:nth-child(3n+3) .tile-event-inner {
		margin-right: 6px;
	}

	.tile-event:nth-child(2n+1) .tile-event-inner, .tile-event:nth-child(2n+2) .tile-event-inner {
		width: calc(100% - 6px);
	}

	.tile-event:nth-child(2n+1) .tile-event-inner {
		margin-left: 0;
	}

	.tile-event:nth-child(2n+2) .tile-event-inner {
		margin-right: 0;
	}

	.ticker-container {
		display: none;
	}

	.modal-content {
		margin-top: 5%;
		width: 95%;
	}

	.shop-content .shop-content-left, .shop-content .shop-content-right {
		width: 100%;
	}

	.shop-content .shop-content-left {
		margin: 0 0 20px 0;
	}

	.shop-content .shop-content-right {
		margin: 0;
		padding-top: 40px;
	}

	.shop-content .shop-content-right {
		border-left: none;
		border-top: 3px solid #dedede;
	}
}

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

@media only screen and (max-width: 650px) {
	#disclaimer {
		font-size: 12px;
		padding-top: 8px;
	}
}

@media only screen and (max-width: 610px) {
	.error-title-left {
		font-size: 63px;
		height: 63px;
		width: 63px;
	}

	#errorPageTitleLineOne {
		font-size: 50px;
	}

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

@media only screen and (max-width: 550px) {
	.tile-0 .tile-inner {
		right: 0;
	}

	.tile-0 .tile {
		width: 100%;
		padding-bottom: 50%;
	}

	.tile-1 {
		display: none;
	}

	.tile-2 {
		display: none;
	}

	.tile-event:nth-child(3n+1), .tile-event:nth-child(3n+2), .tile-event:nth-child(3n+3) {
		width: 100%;
	}

	.tile-event:nth-child(2n+1) .tile-event-inner, .tile-event:nth-child(2n+2) .tile-event-inner {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}

	.modal-content .bid-content h3 {
		padding: 0 30px;
	}

	.modal-content .bid-content h3 span {
		display: block;
	}
}

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

	.filterWrapper {
		width: 50%;
		box-shadow: none;
		padding: 10px 3px 8px 3px;
	}

	.filterWrapper:first-of-type {
		margin: 0;
	}

	.filterWrapper .filter-left {
		text-align: center;
		width: 100%;
	}

	.filterWrapper .filter-description, .filterWrapper .fa-chevron-down {
		display: none;
	}

	#filtersContainer {
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
		margin-left: -10px;
		margin-top: -20px;
		width: calc(100% + 20px);
	}

	#locationFilter {
		border-right: 1px solid #5d5b61;
	}

	#locationFilter, #dateFilter {
		padding: 0 10px;
	}

	#locationBox, #dateBox {
		width: 100vw;
	}

	#locationBox li, #dateBox li {
		position: relative;
	}

	#dateBox {
		left: -100%;
	}

	#dateBox .filter-check, #locationBox .filter-check {
		position: absolute;
		right: 20px;
		top: 9px;
		font-size: 18px;
		display: inline-block;
		color: #33bfe7;
		padding: 0;
	}

	.filterBox .mobile-filter-row {
		display: list-item;
	}
}

@media only screen and (max-width: 415px) {
	.error-title-left {
		font-size: 45px;
		height: 45px;
		width: 45px;
	}

	#errorPageTitleLineOne {
		font-size: 36px;
	}

	#errorPageTitleLineTwo {
		font-size: 43px;
	}

	#disclaimer {
		font-size: 10px;
		padding-top: 9px;
	}
}

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

	#guarantee {
		font-size: 16px;
	}

	#disclaimer {
		font-size: 9px;
		padding-top: 10px;
	}
}


