/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 11 2025 | 11:30:23 */
body.page-id-1411 .favorites-list{
	padding-left: 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 60px 30px;
	align-items: stretch;
}
li.wb-fav-container{
	display: flex;
	flex-direction: column;
	width: 31%;
	padding: 0 !important;
	border-top: none;
}
img.wb-fav-thumbnail{
	width: 100%;
	height: 250px;
	margin-right: 0 !important;
	float: unset !important;
	object-fit: cover;
}
.wb-fav-text-wrap{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 58px 40px 30px 40px;
	border: 1px solid #00000026;
	border-top: none;
	position: relative;
}
.wb-fav-text-wrap .simplefavorite-button{
	position: absolute;
	top: 20px;
	right: 20px;
}
.wb-fav-title{
	font-size: 32px;
	font-weight: 800;
	margin-bottom: 10px;
	margin-top: 0;
}
.wb-fav-addr-wrap{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	margin-bottom: 20px;
}
.wb-fav-addr-wrap p{
	font-size: 14px;
	line-height: 1.33em;
}
.wb-fav-location-icon{
	float: unset !important;
	margin-right: 5px !important;
	margin-top: 2px;
	width: 15px;
	height: 15px !important;
}
.wb-fav-address{
	margin-bottom: 0;
}
.wb-fav-overview{
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 40px;
}
.wb-fav-tour-info-wrap{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	margin-bottom: 20px;
}
.wb-fav-tour-info-item{
	display: flex;
	flex-direction: row;
}
.wb-fav-tour-info-item p{
	font-size: 14px;
	line-height: 1.33em;
	margin-bottom: 0;
}
.wb-fav-tour-info-item:last-child{
	margin-left: 10px;
}
.wb-fav-permalink{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: auto;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	transition: all 0.3s ease;
	width: 107px;
	border-bottom: 2px solid transparent;
}
.wb-fav-permalink:hover{
	color: #A84372;
	border-bottom: 2px solid #A84372;
}
.wb-fav-tour-btns{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: auto;
	flex-wrap: wrap;
	gap: 20px;
}
.wb-fav-tour-btns .wb-fav-permalink{
	margin-top: 0;
}
.wb-fav-tour-btns .wb-fav-permalink:last-child{
	/* 	margin-left: 20px; */
}
.wb-fav-tour-btns .wb-book-now{
	background-color: #000;
	color: #FFF;
	padding: 12px 25px;
	width: fit-content;
	border-bottom: none !important;
}
.wb-book-now .wb-fav-right-arrow-icon{
	filter: invert(1);
}
.wb-fav-tour-btns .wb-book-now:hover{
	background-color: #ff7f3f;
}
.wb-fav-right-arrow-icon{
	margin-left: 8px;
	margin-right: 0px!important;
	transform: rotate(90deg);
	transition: .3s transform;
}
.wb-fav-tour-btns .wb-book-now:hover .wb-fav-right-arrow-icon{
	transform: rotate(0deg);
}
@media screen and (max-width: 1025px) {
	.wb-fav-text-wrap{
		padding: 30px 20px 30px 20px;
	}
	body.page-id-1411 .favorites-list {
		gap: 30px 30px;
	}
	li.wb-fav-container{
		width: 47%;
	}
}
@media screen and (max-width: 767px) {
	li.wb-fav-container{
		width: 100%;
	}
	body.page-id-1411 .favorites-list {
		gap: 20px 20px;
	}
}
