#yacht_list-body {
	background-color: #fbfbff;
	margin-top: 6em;
}

#yacht_list-body .yacht_list-header {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 20em;
	position: relative;
}

#yacht_list-body .yacht_list-header::after {
	content: " ";
	position: absolute;
	top: 30%;
	right: 0;
	height: 2px;
	background-color: #fbfbff;
	width: 65%;
	z-index: 2;
}

#yacht_list-body .yacht_list-header .header-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #22294b;
	opacity: .3;
	z-index: 1;
}

#yacht_list-body .yacht_list-header .heading {
	position: relative;
	z-index: 2;
	top: 50%;
	left: 2.5em;
	transform: translateY(-50%);
	display: inline-block;
}

#yacht_list-body .yacht_list-header .heading h1 {
	font-size: 3.5em;
	font-weight: 800;
	margin-bottom: .25em;
}

#yacht_list-body .yacht_list-header .heading h2 {
	font-size: 1.8em;
	font-weight: 300;
}

#yacht_list-body .yacht_list-content {
	padding: 4em;
}

#yacht_list-body .yacht_list-content .yacht_list-filter .filter-input,
#yacht_list-body .yacht_list-content .yacht_list-filter .filter-select {
	position: relative;
}

#yacht_list-body .yacht_list-content .yacht_list-filter .filter-input::after,
#yacht_list-body .yacht_list-content .yacht_list-filter .filter-select::after {
	content: "\f002";
   	font-family: FontAwesome;
	font-size: 20px;
	position: absolute;
	right: 1.5em;
	top: 50%;
	transform: translateY(-50%);
	color: #29293b;
}

#yacht_list-body .yacht_list-content .yacht_list-filter .filter-select::after {
	content: "\f078";
}

#yacht_list-body .yacht_list-content .yacht_list-filter .filter-select select {
	-webkit-appearance: none;
    -moz-appearance: none;
}

#yacht_list-body .yacht_list-content .yacht_list-filter .filter-input input,
#yacht_list-body .yacht_list-content .yacht_list-filter .filter-select select {
	border-radius: 5px;
	border: 1px solid #29293b;
	height: 3em;
	line-height: 3em;
	width: 100%;
	padding: 0 1em;
	padding-right: 3em;
}

#yacht_list-body .yacht_list-content .yacht_list-filter .filter-input input::placeholder,
#yacht_list-body .yacht_list-content .yacht_list-filter .filter-input input::-moz-placeholder {
	color: #29293b;
	opacity: 1;
}

#yacht_list-body .yacht_list-content .yacht_list-filter .filter-submit button {
	height: 3em;
	border-radius: 5px;
	padding: 0 1em;
	text-align: center;
	font-weight: 300;
	color: #fbfbff;
	background-color: #fe60aa;
	border: none;
	width: 100%;
}

#yacht_list-body .yacht_list-content .yacht_list-list {
	margin-top: 4em;
}

#yacht_list-body .yacht_list-content .yacht_list-list .single-yacht {
	margin-bottom: 4em;
	margin-left: 1rem;
	margin-right: 1rem;
}

#yacht_list-body .yacht_list-content .yacht_list-list > div {
	display:grid;
	grid-template-columns: repeat(auto-fill, minmax(490px, 1fr));
}

@media screen and (max-width: 992px) {
	#yacht_list-body .yacht_list-content .yacht_list-list > div {
		grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	}
}

#yacht_list-body .yacht_list-content .yacht_list-list .single-yacht .single-yacht-img,
#yacht_list-body .yacht_list-content .yacht_list-list .single-yacht .single-yacht-name,
#yacht_list-body .yacht_list-content .yacht_list-list .single-yacht .single-yacht-details,
#yacht_list-body .yacht_list-content .yacht_list-list .single-yacht .single-yacht-see_more {
	float: left;
	width: 100%;
}

#yacht_list-body .yacht_list-content .yacht_list-list .single-yacht .single-yacht-img {
	height:auto;
	aspect-ratio:233/180;
}

#yacht_list-body .yacht_list-content .yacht_list-list .single-yacht .single-yacht-img {
	border-radius: 8px;
	overflow: hidden;
}

#yacht_list-body .yacht_list-content .yacht_list-list .single-yacht .single-yacht-img .carousel-item {
	height: 20em;
}

#yacht_list-body .yacht_list-content .yacht_list-list .single-yacht .single-yacht-img .carousel-item img {
	vertical-align: middle;
}

#yacht_list-body .yacht_list-content .yacht_list-list .single-yacht .single-yacht-name h3 {
	font-family: 'Playfair Display', serif;
	font-size: 1.8em;
	font-weight: 800;
	color: #29293b;
	margin-top: 1em;
	margin-bottom: 1em;
}

#yacht_list-body .yacht_list-content .yacht_list-list .single-yacht .single-yacht-details span {
	color: #29293b;
	font-weight: 300;
	font-size: .9em;
	padding-right: 1.5em;
}

#yacht_list-body .yacht_list-content .yacht_list-list .single-yacht .single-yacht-details span b {
	font-weight: 700;
}

#yacht_list-body .yacht_list-content .yacht_list-list .single-yacht .single-yacht-see_more {
	margin-top: 2em;
}

@media screen and (max-width: 992px) {
	#yacht_list-body .yacht_list-header {
		height: 15em;
	}

	#yacht_list-body .yacht_list-header .heading {
		left: .5em;
	}

	#yacht_list-body .yacht_list-header .heading h1 {
		font-size: 2.5em;
	}

	#yacht_list-body .yacht_list-header .heading h2 {
		font-size: 1.4em;
	}

	#yacht_list-body .yacht_list-header::after {
		display: none;
	}

	#yacht_list-body .yacht_list-content {
		padding: 1.5em;
	}

	#yacht_list-body .yacht_list-content .yacht_list-list .single-yacht .single-yacht-img .carousel-item {
		height: 15em;
	}

	#yacht_list-body .yacht_list-content .yacht_list-list .single-yacht .single-yacht-name h3 {
		margin-top: .5em;
		margin-bottom: .5em;
	}

	#yacht_list-body .yacht_list-content .yacht_list-list .single-yacht .single-yacht-see_more {
		margin-top: 1em;
	}
}
