/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
@media (max-width: 767px) {
    #devicemenu li a {
        text-align: center;
        display: block;
    }
}


ul {
	list-style-position: inside;
}
.slider01:before {
	content: ""!important;
	width:100%!important;
	height:50%!important;
	display: block!important;
	position: absolute!important;
	top: 0!important;
	bottom: 0;
	left: 0!important;
	right: 0!important;
	background: linear-gradient(to top,rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,.4),rgba(0,0,0,.7))!important;
	z-index: 200000;
}

.imageabsolute {
	top:50%!important;
	transform:translateY(-50%);
}

/* Header Start */
.header-sticky {
    opacity: 0;
    visibility: hidden;
    transition: opacity 300ms ease-in-out, visibility 0s linear 300ms;
}

.header-sticky.elementor-sticky--effects {
    opacity: 1;
    visibility: visible;
    transition: opacity 300ms ease-in-out;
}

/* Header End */

/* Single Villa Start */
.acf-checkbox-list.acf-bl {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
ul.mbv-villa-amenities {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	font-size:16px;
}

@media (max-width: 767px){
.acf-checkbox-list.acf-bl {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
ul.mbv-villa-amenities {
	display: grid;
	grid-template-columns: 1fr 1fr;
	font-size:16px;
}
}
/* Sinmgle Villa End */

/* Resraurant Start */
.restimagecontent::after {
	content: "";
	position: absolute;
	left: -40px;
	bottom: -20px;
	width: 60%;
	height: 200px;
	background: #F3F3F0;
	z-index: -1;
}

.barimagecontent::after {
	content: "";
	position: absolute;
	left: 40px;
	bottom: -20px;
	width: 60%;
	height: 200px;
	background: #F3F3F0;
	z-index: -1;
}
/* Restaurant End */



/* Location Start */
.carousel-location img {
	height: 400px!important;
	width:100%;
	object-fit: cover!important;
}
.vv-travelbtns {
    display: flex;
    justify-content: space-between!important;
    align-items: center!important;
    grid-column-gap: 25px!important;
}
.vv-travelbtns > a {
	transition: all .5s ease-in-out;
	position: relative;
	font-size: 14px;
	line-height: 1;
	background-color: #44829e;
	padding: 10px 20px;
	color: #fff;
	border-radius: 0px;
}
.vv-travelbtns > a::after {
    content: '';
    position: absolute;
    bottom: -6px;
    top: auto;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
    height: 1px;
    background: #333;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}
.vv-travelbtns > a:hover::after {
    transition: all .5s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 1;
}

@media (max-width:767px) {
	.vv-travelbtns  {
		flex-direction: column!important;
		gap:5px 0!important;
	}
	.vv-travelbtns > a {
		width: 100%!important;
		text-align: center!important;
	}
}

/* Location End */