/* Movie browse page refinements. Loaded after the shared defer stylesheet by the movie views. */
#subnav .movie-category-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	background: #ffffff;
}

#subnav .movie-category-nav li {
	margin: 0 !important;
	border: 0 !important;
	font-family: alternate-gothic-no-3-d, sans-serif;
	font-size: 1.15rem !important;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

#subnav .movie-category-nav a {
	position: relative;
	display: flex !important;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0.8125rem 1rem 0.6875rem !important;
	background: #ffffff;
	color: #212121 !important;
	line-height: 1.05;
}

#subnav .movie-category-nav a:after {
	content: '';
	position: absolute;
	left: 0.625rem;
	right: 0.625rem;
	bottom: 0;
	height: 0.1875rem;
	background: transparent;
}

#subnav .movie-category-nav li.on a {
	color: #f23f26 !important;
}

#subnav .movie-category-nav li.on a:after {
	background: #f23f26;
}

#subnav .movie-category-nav a:hover,
#subnav .movie-category-nav a:focus {
	background: #f8f8f8;
	color: #f23f26 !important;
}

.movie-category-select {
	position: relative;
	margin: 0.3125rem 0 0.625rem;
	border: 1px solid #d0d0d0;
	border-left: 0.25rem solid #f23f26;
	background: #ffffff;
}

.movie-category-select:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1rem;
	width: 0;
	height: 0;
	margin-top: -0.125rem;
	border-top: 0.375rem solid #212121;
	border-right: 0.3125rem solid transparent;
	border-left: 0.3125rem solid transparent;
	pointer-events: none;
}

.movie-category-select select {
	width: 100%;
	height: 3.25rem;
	margin: 0;
	padding: 0.625rem 2.75rem 0.5rem 0.875rem;
	border: 0;
	background: transparent;
	color: #212121;
	font-family: alternate-gothic-no-3-d, sans-serif;
	font-size: 1.45rem;
	font-weight: normal;
	line-height: 1;
	text-transform: uppercase;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.movie-category-select select:focus {
	outline: 0;
	box-shadow: inset 0 0 0 1px #212121;
}

@media only screen and (min-width: 64.0625rem) {
	#subnav .movie-category-nav a {
		padding-right: 1.25rem !important;
		padding-left: 1.25rem !important;
	}
}

#movie-grid .movie-card {
	overflow: visible;
}

#movie-grid .movie-card-hidden {
	display: none !important;
}

.movie-special-needs-hidden {
	display: none !important;
}

#movie-grid .movie-card .movie-poster {
	width: 82%;
}

#movie-grid .movie-card .movie-poster a {
	position: relative;
	overflow: hidden;
	background: #ffffff;
}

#movie-grid .movie-card .movie-poster a:after {
	display: none;
}

#movie-grid .movie-card .movie-poster img {
	width: 100%;
}

#movie-grid .movie-card-title {
	width: 82%;
	margin: 0.75rem auto 0;
	font-family: alternate-gothic-no-3-d, sans-serif;
	font-size: 1.35rem;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

#movie-grid .movie-card-title a {
	color: #212121;
}

#movie-grid .movie-card-title a:hover,
#movie-grid .movie-card-title a:focus {
	color: #f23f26;
}

@media only screen and (min-width: 48.0625rem) {
	#movie-grid .movie-card-title {
		font-size: 1.5rem;
	}
}
