.banner-section .slick-list, .banner-section img {
	min-height: 80vh;
}
.icon-box {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.hotels-item a {
	width: 100%;
}

.about h2 {
	text-align: center;
}

.amenity_icon {
	width: 20px;
	height: auto;
	filter: brightness(0) saturate(100%) invert(77%) sepia(68%) saturate(747%) hue-rotate(317deg) brightness(70%) contrast(87%);
}

.complimentary-section li {
	/* list-style-image: url(/wp-content/themes/child/assets/images/icon.svg); */
	margin-bottom: 11px;
	line-height: 18px;
	padding-bottom: 10px;
}

.complimentary-section li::before {
	content: url(/wp-content/themes/child/assets/images/icon.svg);
	float: right;
	margin: 0 8px;
}

.complimentary_bullets ul{
	column-count: 3;
}

.special-offers-grid {
	min-height: 600px;
}

.thumb-slider img, .thumb-slider .single-slide {
	height: 419px;
}

body .thumb-content-wrapper .thumb-content .flower-icon {
	opacity: 0.3;
}

.attractions-in-eilat .secondary-title {
	margin-top: 40px !important;
}
img.slick-slide {
	object-fit: cover;
}

.header-top .container {
	max-width: unset !important;
	padding: 0 40px;
}

.booking-engine {
	min-width: 1000px;
	margin-top: -7px;
	height: 87px;
}

.contact-info a {
	color: #fff;
}
.footer-nav ul {
	display: flex;
	justify-content: center;
}

.legal-links ul {
	display: flex;
	justify-content: center;
}

.wpforms-field-container input, .wpforms-field-container textarea {
	background: rgba(188, 155, 106, 0.1019607843) !important;
	border: none !important;
	resize: none;
}

#wpforms-submit-287 {
	background: #bc9b6a;
	width: 244px;
	max-width: 90%;
}

.thumb-content-wrapper .thumb-img {
	width: 58%;
	max-height: 476px;
}

.member-club-btn {
    animation: spin 4s infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    33% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.only_mobile{
	display: none;
}

.lang_b {
	color: #bc9b6a;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold
}

div.wpforms-container-full {
	margin: 0 0 30px !important;
}

  /**** mobile */

 @media (max-width: 767px) {

	.single-item__content .row.gy-3 {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

	.inner-hero img {
	min-height: 100vw;
	max-height: 100vw;
}

	.thumb-content-wrapper .thumb-img {
	width: 100%;
}

	.special-offers .slick-list {
	max-height: 135vw;
}

	.only_mobile{
	display: block;
}

	.engine_wrapper {
		bottom: -60vh;
		transition:all 0.5s ease-out;
		position: fixed;
	}

	.show_engine .engine_wrapper {
		bottom: 44px;
		box-shadow: 0 -5px 10px #0003;
	}

	.book_b_title_active{
		display:none;
	}
	.book_b_title{
		display: block;
	}

	.show_engine .book_b_title_active{
		display: block;
	}
	.show_engine .book_b_title{
        display: none;
    }

.booking-engine {
	min-width: 100vw;
	height: unset;
	left: 0;
	background: #23496c;
	padding: 20px 5%;
}

.only_mobile.book_b {
	background-color: #bc9b6a;
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	/* z-index: 100; */
	z-index: 500001;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	box-shadow: 0 0 9px #000c;
}

	.header-top .container {
	padding: 0 5%;
}

	.footer-nav ul {
	display: flex;
	justify-content: center;
	flex-flow: column;
}

.legal-links ul {
	display: flex;
	justify-content: center;
	flex-flow: column;
}

	.complimentary_bullets ul{
	column-count: 1;
}

.booking-engine {
	min-width: 90vw;
	height: unset;
}

.header-nav {
	padding-block: 0;
	padding-top: 14px;
}

.nav-list a {
	padding: 4px 0;
	font-size: 17px;
}
.header-logo-icon {
	display: none;
}


 }