/*
Theme Name: Divi Child
Theme URI: https://www.domseedmarketing.com/
Version: 1.0
Description: Child Theme of Divi
Author: Divi Extended
Template: Divi
*/
@import url("../Divi/style.css");

body{
/* 	background: #EFE7DA; */
	background: #fff !important;
}
.radius-20{
	border-radius: 20px;
}
.purple-text{
	color: #3B4FA3;
}
.text-bg-secondary{
	background: #9cae7e;
}
.btn-danger{
	background-color: #F86C73;
	border-color: #F86C73;
}
.btn-danger:hover{
	background-color:#df565d;
	border-color:#df565d;
}
.text-secondary{
	color: #9cae7e;
}
.text-decoration-line-through{
	text-decoration: line-through;
}
.fs-12{
	font-size: 12px;
}
.RecommendedHotelsSwiper .card-footer{
	line-height: 18px;
}
.ms-auto{
	margin-left: auto;
}
.wandr-list ul{
	padding: 20px 0;
}
.wandr-list ul li{
	list-style: none;
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px;
}
.wandr-list ul li:before{
	background: url(/wp-content/uploads/2015/10/check.svg) no-repeat 0 5px;
	position: absolute;
	left: 0;
	top: 3px;
	width: 12px;
	height: 17px;
	content: "";
}
.wandr-faqs .et_pb_toggle_close, .wandr-faqs .et_pb_toggle_open, .wandr-accordion .accordion-button:not(.collapsed), .wandr-accordion .accordion-button:focus{
	background: none;
	box-shadow: none;
}
.wandr-accordion .accordion-button{
	font-weight: 600;
}
.swiper-slide {
	height: auto !important;
}
.search-form{
	position: absolute;
	bottom: 80px;
	width: 1140px;
	margin: 0 auto;
	transform: translate(-50%, 0);
	left: 50%;
}
.wandr-facilities img{
	height: 56px;
}
.HotelSwiper .swiper-button-next:after, .HotelSwiper .swiper-button-prev:after, .hotel-slider-section .swiper-button-next:after, .hotel-slider-section .swiper-button-prev:after {
	color: #fff;
}
.HotelSwiper .swiper-button-next svg, .HotelSwiper .swiper-button-prev svg{
	display:none;
}

.flexy-crumb {
    background-color: #1b1b1b;
    padding-top: 18px;
    padding-bottom: 20px;
    text-align: center;
    color: #fff;
    border-top: 1px solid #2f2f2f;
}
.flexy h1 {
    color: #fff;
    padding-bottom: 10px;
}
.amenities-list ul{
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	row-gap: 20px;
	padding: 0;
}
.amenities-list ul li{
	list-style: none;
	flex: 0 0 calc(25% - 15px);
	align-items: center;
	border: 1px solid rgba(0,0,0,.3);
	border-radius: 8px;
	padding: 12px 15px;;
	gap: 15px;
	display: flex;
}
.amenities-list ul li img{
	width: 45px;
}
.rating-brief-list ul{
	display: flex;
	gap: 10px;
	padding: 0;
}
.rating-brief-list ul li{
	list-style: none;
	text-align: center;
	flex: 0 0 calc(25% - 10px)
}
.rating-brief-list ul li img{
	width: 50px;
}
.hotel-slider-section img{
	height: 460px;
	width: 100%;
	object-fit: cover;
}
.room-photos img, .guest-photos img{
	width: 100%;
	height: 225px;
}
.room-photos span, .guest-photos span{
	z-index: 1;
    transform: translate(-50%, -50%);
	left: 50%;
	bottom: 0;
}
.room-card {
	position: relative;
	padding-bottom: 65px;
}
.room-card a.btn-select-room{
	position: absolute;
    bottom: 15px;
}
.et-cart-info{
	display: none;
}
.alternate-bg{
	background: #f7f3eb;
}
.breadcrumb{
	padding-top: 10px;
	padding-bottom: 10px;
	gap: 10px;
	font-size: 14px;
}
/* .wandr-card h5{
	margin-bottom
} */

.wandr-card img {
    height: 210px;
    object-fit: cover;
	border-radius: 20px 20px 0 0;
}
/* Room Popup */
.room-features ul{
	padding: 0;
	display: flex;
	gap: 20px;
	justify-content: space-between;
}
.room-features ul li{
	list-style: none;
	display: inline-flex;
	gap: 10px;
	align-items: center;
}
.room-features ul li img{
	max-height: 30px;
}
.room-amenities ul{
	padding: 0;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.room-amenities ul li{
	flex: 0 0 calc(33.3% - 8px);
	list-style: none;
}
.room-amenities ul li:before{
	content: '✓';
	margin-right: 8px;
}
.room-popup-info {
    z-index: 999999;
	background: rgba(0, 0, 0, 0.6);
}

.room-popup-info .modal-footer{
	display: inline-block;
}
.footer-menu ul{
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	padding: 0;
}
.footer-menu ul li{
	list-style: none;
}
.footer-menu ul li a{
	font-size: 14px;
}
.swiper-pagination-bullet{
	
}
.swiper-pagination-bullet-active{
	background: #f86d74 !important;
    width: 25px !important;
    border-radius: 5px !important;
}
.contact-mail a{
	color: #191917;
}
.property-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.property-grid .property-list {
	flex: 0 0 calc(50% - 10px);
}
.property-grid .card-footer{
	line-height: 16px;
}
#main-header{
	z-index: 99;
}
/* Room Details Filters UI */
.filters-wrap .filters-bar{
	border: none;
	border-radius: 0;
}
.filters-wrap .f-seg:focus-within{
	border: 1px solid var(--f-border);
	box-shadow: none;	
}
.filters-wrap .filters-bar input{
	border: none;
}
.filters-wrap .f-search{
/* 	background: linear-gradient(135deg, #4c5887, #6575b1); */
	background: #3B4FA3;
}
.filters-wrap{
	top: 80px !important;
}	
.fast-selling-label{
	background: #3B4FA3;
	color: #fff;
	font-size: 12px;
	padding: 5px 15px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	border-radius: 0 20px 0 20px;
}
.footer-menu ul li {
	flex: 0 0 calc(50% - 5px);
}
.wandr-accordion .accordion-body{
	padding-top: 0;
}
.room-brief .hotel-slider-section svg{
	display: none;
}
@media (min-width: 1280px) {
.room-popup-info .modal-dialog{
	width: 1000px;
	max-width: 1000px;
}
.container{
	width: 100%;
}
}
	