.block1 {
	background-color: rgba(250, 248, 245, .92);
	padding: 25px;
	width: 60%;
	border: 1px solid #ece5da;
	border-radius: 12px;
}

.columnstyle {
	height: 500px;
	position: relative;
}

.columnstyle .bg-mask {
	opacity: 0;
}

li.vc_tta-tab {
	background-color: #faf8f5;
	border: 1px solid #ece5da;
	transition: all .3s ease;
}

li.vc_tta-tab a {
	color: #1f1f1f !important;
	font-weight: 600;
}

li.vc_tta-tab.vc_active {
	background-color: #4a1f1b !important;
	border-color: #4a1f1b;
}

li.vc_tta-tab.vc_active a {
	color: #faf8f5 !important;
}

li.vc_tta-tab:hover {
	background-color: #c8a46a;
}

li.vc_tta-tab:hover a {
	color: #fff !important;
}

.hotel-alone .menu-style-2 .menu .current-menu-ancestor > a {
	background: transparent !important;
	color: #c8a46a !important;
}

.footer-custom a {
	color: #c8a46a;
	transition: color .3s ease;
}

.footer-custom a:hover {
	color: #4a1f1b;
}

.single-location .search-result-page .search-form-wrapper .search-form .row > div:first-child {
	display: none;
}

#dropdown-destination input {
	background-color: #faf8f5;
	border: 1px solid #ece5da;
	color: #1f1f1f;
	border-radius: 8px;
	padding: 10px 15px;
}

#dropdown-destination input:focus {
	border-color: #c8a46a;
	box-shadow: 0 0 8px rgba(200, 164, 106, .3);
	outline: none;
}

.st-quickview-demo .toolbar-icon {
	z-index: 999;
}