.sh_film_browser_header {
	margin-left: auto;
	margin-right: auto;
	padding-left: 11%;
	padding-right: 11%;
}
.sh_film_browser_header > h2 {
	color: white;
}

#sh_film_browser_search_container {
	display: inline-block;
	width: calc(100% - 175px);
	position: relative;
}
#sh_film_browser_search {
	width: 100%;
	padding: 20px 5px 20px 5px;
	border: 1px solid #707070;
	border-radius: 4px;
	font-family: "Inter Extra Bold";
	letter-spacing: 2px;
	color: #5aeff2;
	background-color: #51514c;
}
#sh_film_browser_search::placeholder {
	color: #5aeff2;
	opacity: 1.0;
}
#sh_film_browser_search_clear {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 20px;
	color: #F66;
	cursor: pointer;
}
.sh_film_browser_filter_link {
	display: inline-block;
	margin: 5px;
	cursor: pointer;

	background-image: none !important;
	background-color: #5aeff2 !important;
	border: none !important;
	border-radius: 2px !important;
	padding: 13px 29px 13px 29px !important;
	color: black !important;
	font-weight: 700 !important;
	font-size: 14px;
	text-transform: uppercase !important;
}
.sh_film_browser_filters_container {
	margin-top: 25px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
.sh_film_browser_clear_filters_container {
	margin-top: 10px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #F66;
}
.sh_film_browser_clear_filters {
	cursor: pointer;
}
.sh_film_browser_filter_wrapper {
	position: relative;
	display: flex;
}
.sh_film_browser_filter_label {
	position: absolute;
	top: -15px;
	left: 2px;
	display: none;
	font-size: 12px;
}
.vsb-main {
	margin: 5px;
	padding: 3px 3px 3px 3px;
	font-size: 12px;
	border: 1px solid #707070;
	border-radius: 4px;
	background-color: #51514c;
}
.sh_film_browser_header_CIFF_2021 .vsb-main button {
	width: 160px !important;
}
.vsb-main button {
	width: 138px !important;
	padding: 0px 0px 0px 3px !important;
	border: none !important;
	color: white !important;
	background-color: #51514c !important;
	letter-spacing: 1.5px !important;
	cursor: pointer !important;
	outline: none !important;
}
.vsb-main button .title {
	display: inline-block;
	width: 100%;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-right: 20px;
	background-position: right 3px center;
	background-size: 15px;
	background-repeat: no-repeat;
	background-image: url('https://pointsnorthinstitute.org/wp-content/uploads/2020/09/arrow_drop_down.png');
}
.vsb-main button .caret {
	display: none !important;
}
.sh_film_browser_header_CIFF_2021 .vsb-menu {
	width: 170px !important;
}
.vsb-menu {
	width: 148px !important;
	left: -2px !important;
	color: white !important;
	background-color: #51514c !important;
}
.vsb-menu > ul {
	margin-top: 0px !important;
	padding-top: 5px;
	padding-left: 2px !important;
}
.vsb-menu li {
	position: relative !important;
	padding-right: 0.2em !important;
	white-space: normal !important;
	color: white !important;
	border-radius: 3px;
	background-color: #51514c !important;
}
.vsb-menu li:hover {
	background: linear-gradient(#51514c, #41413c) !important;
}
.vsb-menu li:not(.grouped-option)::before{
	color: white !important;
}
.vsb-menu li:not(.grouped-option)::after{
	position: absolute !important;
	top: 2px !important;
	left: 27px !important;
	border-bottom: 3px solid white !important;
	border-right: 3px solid white !important;
}

.sh_films_container {
	margin-top: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.sh_film {
	height: 180px;
	width: 330px;
	position: relative;
	margin: 30px 10px 40px 10px;
	font-size: 13px;
	cursor: pointer;
}
.sh_film_flex_container {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sh_film_inner {
	background-size: cover;
}
.sh_film_primary {
	height: 180px;
	width: 330px;
	align-items: start;
	border-radius: 15px;
}
.sh_film_hover {
	height: 110px;
	width: 250px;
	box-shadow: 0px 0px 20px 25px white;
	background-color: white;
	color: black;
}
.sh_shotwell_film_container_inner_ciff_2021 {
	padding: 10px;
	text-align: center;
}
.sh_film_browser_title_container_ciff_2021 {
	font-family: "Inter Extra Bold", sans-serif !important;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}
.sh_film_synopsis_container {
	max-height: 75px;
	overflow: hidden;
}
.sh_film_synopsis_container > p {
	margin: 0px !important;
}
.sh_film_browser_datum {
	margin-top: 3px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sh_film_browser_country {
	margin-right: 5px;
}
.sh_film_browser_title {
	margin-top: 13px !important;
	margin-bottom: 13px !important;
	padding-left: 15px;
	font-family: "Inter Extra Bold", sans-serif !important;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}


