:root {
    --content-bg-colour: #fff;
    --accent-bg-colour: #f2f2f2;
	--primary-color: #1ba4af;
}

.tmp-object-list__link{
	text-decoration: none !important;
    display: block !important;
    background-image: none !important;
    transition: none !important;
}

.tmp-object-list__inner img {
	width: 100%;
    height: auto;
}

.tmp-remove-facet-container ul {
    margin-left: 0;
    list-style: none;
    display: flex !important;
    padding: 0;
    flex-flow: row wrap;
}

.tmp-remove-facet-container ul li {
    border: solid #3f3f3f 1px;
    padding: 3px 8px;
    margin: 4px;
	transition: .25s all ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
	float: none !important;
}

.tmp-remove-facet-container ul li:hover {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}

.tmp-remove-facet-container ul li a {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: #3f3f3f;
    font-size: 14px;
    line-height: 1.45;
	background-image: none !important;
	transition: .25s all ease-in-out;
}

.tmp-remove-facet-container ul li a svg {
	margin-left: 0;
}

.tmp-remove-facet-container ul li:hover a {
	color: #fff;
}


.tmp-object-search {
	margin-top: 0;		
}

.hero-area .page-header {
	min-height: 200px;
	background-color: #ccc !important;
}

.hero-area .page-header > div {
	min-height: 170px;
}

button.lnk_collect {
    background: var(--primary-color);
    border: var(--primary-color);
    border-radius: 3px;
}

.tmp-object-media .slick-dots li button:before {
	font-size: 14px;
}

@media only screen and (max-width: 767px) {
	.tmp-panel-facets {
		float: none;
	}

	.tmp-remove-facet-container h5 {
		margin-bottom: 5px;
	}

	.tmp-panel-results {
		margin-top: 30px;
	}

	.tmp-object-search form label {
		width: 100%;
	}

	.hero-area .page-header {
		min-height: 120px;
		background-color: #ccc !important;
	}
	
	.hero-area .page-header > div {
		min-height: 110px;
	}
}