.search-cont .search-collection {
	padding-top: 10px;
}

.search-collection .inner {
	width: 100%;
	max-width: 500px;
}

.search-collection .item {
	position: relative;
	margin: 10px 15px 0;
}

.search-collection .item .img {
	position: relative;
}

.search-collection .item .img img{
	display: block;
	width: 100%;
}

.search-collection .item .img::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 10%, rgba(0,0,0,0.8));
}

.search-collection .item a {
	text-decoration-line: none;
}

.search-collection .item .content {
	position: absolute;
	bottom: 14px;
	left: 0;
	padding: 0 10px;
}

.search-collection .item .subheading {
	margin-bottom: 4px;
	text-transform: uppercase;
	color: #feb747;
	font-family: "futura-pt",sans-serif;
	font-weight: 700;   
	letter-spacing: 1px;
	font-size: calc(13px + (15 - 13) * (100vw - 320px) / (768 - 320));
	line-height: calc(15px + (20 - 15) * (100vw - 320px) / (768 - 320));
}

.search-collection .item .title {
	font-family: "canada-type-gibson",sans-serif;
	font-weight: 600;
	color: #fff;
	font-size: calc(17px + (22 - 17) * (100vw - 320px) / (768 - 320));
	line-height: calc(20px + (30 - 20) * (100vw - 320px) / (768 - 320));
}

.search-collection .item .title .icon {
	color: #feb747;
}

.search-cont button.dropdown-search-form-btn {
	display: none;
}

@media only screen and (min-width: 768px) {
	.search-cont {
		z-index: 30;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(252,251,248,0.95);
	}

	.search-cont .close-cont {
		display: block;
		min-height: 95px;
	}

	.search-cont .close-cont .close {
		font-size: 50px;
		width: 80px;
		height: 80px;
	}

	.search-form-cont .inner {
		max-width: 810px;
	}
	.search-collection .inner {
		display: flex;
		max-width: 840px;
	}

	.search-collection .item .content {
		bottom: 30px;
		padding: 0 30px;
	}

	.search-collection .item .subheading {
		margin-bottom: 6px;  
		font-size: 15px;
		letter-spacing: 1px;
	}

	.search-collection .item .title {
		font-size: 22px;
		line-height: 30px;
	}
}
