.vegetation-gallery-filter {
	background: #f5f5f5;
	border-radius: 4px;
	border: 1px solid #ddd;
	border-top: 4px solid #777;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	margin: 0 0 30px;
	padding: 15px;
}

.vegetation-gallery-filter form {
	width: 100%;
}

.vegetation-gallery-filter .typeahead__container {
	font: inherit;
}

.vegetation-gallery-filter .typeahead__query {
	display: flex;
	align-items: center;
}

.vegetation-gallery-filter .typeahead__list {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

@media only screen and (min-width: 992px) {
	.vegetation-gallery-filter .form-group {
		display: inline-block;
		margin: 0;
	}

	.vegetation-gallery-filter .form-group.wide {
		min-width: 360px;
	}

	.vegetation-gallery-filter .form-group.contained {
		max-width: 215px;
	}

	.vegetation-gallery-filter .form-submit {
		margin: 0 0 0 5px;
	}

	.vegetation-gallery-filter .taxonomy-item:nth-child(3n+1) {
		clear: left;
	}
}

.vegetation-gallery-filter .advanced-filters-wrap {
	clear: both;
}

.vegetation-gallery-filter .advanced-filters-wrap .form-submit {
	margin: 1em 0 0;
}

.vegetation-gallery-filter .filter-toggle {
	display: block;
	margin: 0.5em 0 0;
	text-decoration: none;
}

.vegetation-gallery-filter .filter-toggle:hover {
	text-decoration: underline;
}

.vegetation-gallery-filter .filter-toggle span {
	display: inline;
	color: inherit;
}

.advanced-vegetation-filters {
	display: none;
}

.advanced-vegetation-filters.open {
	display: block;
}

.vegetation-gallery-filter .taxonomy-name {
	font-size: 18px;
	margin: 1em 0 0;
}

.vegetation-gallery-filter .terms-list {
	list-style: none;
	margin: 0.75em 0 0;
	padding: 0;
}

.vegetation-gallery-filter .terms-list li {
	margin: 0;
}

.vegetation-gallery-filter .terms-list label {
	font-weight: normal;
}

.vegetation-gallery-filter .clear-filters {
	display: inline-block;
}

.vegetation-gallery-filter .dimensions label {
	display: block;
	font-weight: normal;
	margin: 0.5em 0 0.25em;
}

.vegetation-gallery-filter .dimensions input {
	display: inline-block;
	border-radius: 4px;
	border: 1px solid #ddd;
	padding: 4px 8px;
	width: 50px;
}

.vegetation-advanced-filters .dimension-slider {
	margin: 40px 20px 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.vegetation-gallery-filter .clear-filters {
		display: block;
	}
}

.vegetation-gallery.grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
	align-items: flex-start;
}

.vegetation-gallery.grid .vegetation-gallery-item {
	background: #fcfcfc;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
	flex: 0 1 48%;
	margin: 0 0 20px;
	overflow: hidden;
}

@media only screen and (min-width: 992px) {
	.vegetation-gallery.grid .vegetation-gallery-item {
		flex: 0 1 31%;
	}
}

.vegetation-gallery.grid {
	text-align: center;
}

.vegetation-gallery a {
	display: block;
	text-decoration: none;
}

.vegetation-gallery .plant-name {
	color: #555;
	font-size: 1em;
	line-height: 1.375;
	margin: 0;
	padding: 12px;
}

.vegetation-gallery .plant-name small {
	display: block;
	font-size: 1em;
	line-height: 1.375;
	margin: 0;
}

@media only screen and (max-width: 425px) {
	.vegetation-gallery .plant-name {
		font-size: 0.75em;
	}
}

.vegetation-gallery-item {
	cursor: pointer;
}

.vegetation-gallery.grid .plant-name {
	text-align: center;
}

.vegetation-gallery .plant-name a {
	color: #555;
}

.vegetation-gallery .plant-name a:hover {
	color: #111;
}

.vegetation-gallery.list .plant-image {
	display: block;
	width: 80px;
	height: 80px;
	overflow: hidden;
}

.vegetation-gallery.list .plant-image img {
	display: block;
	width: 80px;
	height: 80px;
	object-fit: fill;
	margin: 0;
}

.vegetation-gallery.list .plant-image-placeholder {
	width: 80px;
	height: 80px;
}

.vegetation-gallery.grid .title {
	margin: 0 0 0.5em;
}

.vegetation-gallery.list {
	width: 100%;
}

.vegetation-gallery.list .title {
	margin: 0;
	padding: 0;
}

.vegetation-gallery.list .vegetation-gallery-item {
	border-top: 1px solid #ddd;
	display: flex;
	padding: 0;
	align-items: center;
}

.vegetation-gallery.list .vegetation-gallery-item:last-child {
	border-bottom: 1px solid #ddd;
}

.vegetation-gallery.list .vegetation-gallery-item:hover {
	background: #f5f5f5;
}

.vegetation-gallery.grid .list-only,
.vegetation-gallery.list .grid-only {
	display: none;
}

.vegetation-gallery .vegetation-gallery-item.vegetation-spacer {
	box-shadow: none;
	visibility: hidden;
}

.vegetation-gallery.grid img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.vegetation-gallery .plant-image-placeholder {
	background: #f5f5f5;
	color: #556555;
	display: block;
	height: 125px;
	display: flex;
	font-size: 30px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media only screen and (max-width: 768px) {
	.vegetation-gallery .plant-image-placeholder {
		background: #f5f5f5;
		color: #556555;
		display: block;
		height: 125px;
		display: flex;
		font-size: 20px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

.vegetation-gallery-slider .slide-image img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.plant-name {
	margin: 0;
}

.featured-plant-image {
	background: #f5f5f5;
	color: #888;
	border-radius: 5px;
	width: 250px;
	height: 180px;
	display: flex;
	font-size: 18px;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto 20px;
}

.featured-plant-image small {
	display: block;
	padding: 0.5em 0.25em;
}

.plant-info-wrap {
	text-align: center;
}

.plant-info-wrap .no-italics {
	font-style: normal;
}

@media only screen and (min-width: 992px) {
	.featured-plant-image {
		float: right;
		margin: 0 0 20px 20px;
	}

	.plant-info-wrap {
		text-align: left;
	}
}

.featured-plant-image .fa {
	color: #e2e2e2;
	font-size: 48px;
}

.featured-plant-image img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0;
}

.featured-plant-image.has-image {
	height: auto;
	width: auto;
	max-width: 250px;
	overflow: hidden;
}

.table.plant-details > tbody > tr > th {
	background: #f5f5f5;
	white-space: nowrap;
}

.table.plant-details > tbody > tr > td {
	width: 100%;
}

.table.plant-details > tbody > tr > th,
.table.plant-details > tbody > tr > td {
	vertical-align: middle;
}

#toggleAdvancedFiltersWrap {
	margin: 8px 0;
}

.vegetation-advanced-filters {
	background: #f5f5f5;
	border: 1px solid #ddd;
	box-sizing: border-box;
	margin: -32px 0 32px;
}

.taxonomy-items-wrap {
	display: none;
	padding: 0 0 20px;
}

.taxonomy-items-wrap.open {
	display: block;
}

@media only screen and (min-width: 992px) {
	#toggleAdvancedFiltersWrap {
		display: none;
	}

	.vegetation-advanced-filters {
		background: transparent;
		border: none;
		margin: 0;
		padding: 0 32px 0 0;
	}

	.taxonomy-items-wrap {
		display: block;
	}
}

.vegetation-advanced-filters .taxonomy-item {
	border-bottom: 1px solid #ddd;
}

.vegetation-advanced-filters .taxonomy-item:last-of-type {
	border-bottom: none;
	margin-bottom: 32px;
}

.vegetation-advanced-filters .taxonomy-name {
	clear: both;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
}

.vegetation-advanced-filters .taxonomy-name a {
	color: #555;
	display: block;
	padding: 12px 0;
	text-decoration: none;
}

.vegetation-advanced-filters .taxonomy-name a:hover,
.vegetation-advanced-filters .taxonomy-name a:focus,
.vegetation-advanced-filters .taxonomy-name a:hover span,
.vegetation-advanced-filters .taxonomy-name a:focus span {
	color: #111;
}

.vegetation-advanced-filters .taxonomy-name span {
	color: #333;
	float: right;
	font-weight: normal;
}

.vegetation-advanced-filters .taxonomy-item-select {
	border: 1px solid #ccc;
	padding: 8px;
	width: 100%;
}

.vegetation-advanced-filters .taxonomy-item-options {
	display: none;
	padding: 2px 12px 12px;
}

.vegetation-advanced-filters .taxonomy-item-options.open {
	display: block;
}

.vegetation-advanced-filters .terms-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.vegetation-advanced-filters .terms-list li {
	padding: 0;
}

.vegetation-advanced-filters .terms-list label {
	font-weight: normal;
}
