.filter-group select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
	font-weight: 700;
	color: #2A4362;
	width: 140px;
	padding: 8px;
}
.filter-group::before, 
.filter-group .select-wrapper::after{
	font-family: "aviddigital";
	font-style: normal;
	font-weight: normal;
	font-size: 1rem;
	line-height: 100%;
	speak: never;
	font-variant: normal;
	text-transform: none;
	color: #4925C7;
	display: inline-block;
	transition: 300ms all ease-in-out;
}
.filter-group::before {
	margin-right: .5rem;
}
.filter-group .select-wrapper::after {
	content: '\e801';
	transform: translateX(-100%);
	pointer-events: none;
	font-size: 15px;
}
.filter-group.category-jump::before {
	content: '\e80a';
}
.filter-group.resource-type::before {
	content: '\e806';
}
.filter-group.grade-filter::before {
	content: '\e800';
}
.filter-group.sort::before {
	content: '\e814';
}
#view-options {
	display: flex;
}
#view-options .view-option {
	position: relative;
}
#view-options input[type="radio"],
#view-options label .label-text {
	/* hide but don't affect accessibility */
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
	top: 0;
	left: 0;
}
#view-options label {
	width: 40px;
	position: relative;
	text-align: center;
	margin-bottom: 0;
}
#view-options .view-option .icon::before {
	font-family: "aviddigital";
	font-style: normal;
	font-weight: normal;
	font-size: 1.25rem;
	line-height: 100%;
	speak: never;
	font-variant: normal;
	text-transform: none;
	color: #A391E2;
	display: block;
	transition: 300ms all ease-in-out;
	border-bottom: 5px solid transparent;
	padding: 12px 0;
}
#view-options .view-option .view-grid + label .icon::before {
	content: '\e815';
}
#view-options .view-option .view-list + label .icon::before {
	content: '\e81f';
}

#view-options .view-option input:checked + label .icon::before {
	color: #4925C7;
	border-bottom-color: #4925C7;
}


.select2-container--default .select2-selection--single {
  align-items: center;
  border: 1px solid #D6D6D6;  
  border-radius: 21px;
  display: flex;
  height: 42px;
  justify-content: center;
}

.select2-container--default.select2-container--open .select2-selection--single {
  border-bottom: 1px solid #ccc;
  border-radius: 21px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 1rem;
  font-weight: 600;
  padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
  right: 10px;
  top: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow::after {
  color: #4925C7;
  content: url("/wp-content/themes/avidoa/includes/images/dropdown_arrow.svg");
  font-size: 1.5rem;
  font-weight: 600;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-dropdown {
  border-top: none !important;
  border: 1px solid #D6D6D6;
  border-bottom-left-radius: 21px;
  border-bottom-right-radius: 21px;
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: 1rem;
  text-align: center;
  top: 32px;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: none !important;
}

.select2-container--default .select2-results__option {
  padding: 0.5rem 0.75rem;
}

@media only screen and (max-width: 576px) {
	#view-options {
		display: none;
	}
}