/* 
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
*/
.header-menu .elementor-nav-menu li:first-child a {
    padding-left: 20px !important;
}
.header-menu .elementor-nav-menu li:first-child a {
    padding-left: 20px !important;
}
.header-menu .elementor-nav-menu li:last-child a {
    padding-right: 0px !important;
}

.elementor-widget-button .elementor-button {
    font-family: "Brandon Medium", Sans-serif;
    background-color: #977843;
}
.header-menu .elementor-nav-menu li.book-stay-button a.elementor-item {
    background-color: #977843;
    border-radius: 5px 5px 5px 5px;
    padding: 13px 30px 13px 30px !important;
    color: #fff !important;
    margin-left: 15px;
}

.header-menu .elementor-nav-menu li.book-stay-button a:hover {
    background-color: #487359;
}

.main-menu-col .elementor-column-wrap.elementor-element-populated {
	position: absolute;
	top: -60px;
	right: 0;
	z-index: 999;
}

.footer-main .elementor-social-icons-wrapper .elementor-grid-item:first-child a {
    width: auto;
}

.gform_wrapper input,
.gform_wrapper textarea {
    text-align: center !important;
    border-radius: 10px !important;
    padding: 15px !important;
   font-size: 16px !important;
}
.gform_button {
    display: block !important;
    width: 100% !important;
    border: none !important;
    color: #ffff !important;
    margin: 0 !important;
    padding: 15px !important;
    font-size: 18px !important;
	 border-radius: 10px !important;
}

.contact-form .gform_wrapper input,
.contact-form .gform_wrapper textarea {
    text-align: left !important;
}
.contact-form .gform_wrapper .gform_button {
    width: 120px !important;
	text-align: center !important;
}
[type=button]:focus, [type=submit]:focus, button:focus {
    outline: 0 !important;
} 
.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 0 !important;
}
.review-slider .elementor-main-swiper {
    width: 100% !important;
}
.review-slider .elementor-swiper-button.elementor-swiper-button-prev, 
.review-slider .elementor-swiper-button.elementor-swiper-button-next {
    background-image: url(images/slider-arrow.png);
    width: 64px;
    height: 43px;
    background-size: 75%;
    font-size: 0 !important;
    top: auto;
    bottom: -110px;
    background-repeat: no-repeat;
    background-position: center;
}
.review-slider .elementor-swiper-button.elementor-swiper-button-prev {
	background-image: url(images/prev-arrow.png);
	left: 70%;
}
.elementor-custom-embed-play {
    background-image: url(images/play-btn.png);
    background-size: contain;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
}
.elementor-custom-embed-play .eicon-play:before {
	content: '';
}
.call-to-action-wrap {
	margin: 0 50px;
}
.eael-grid-post-holder {
    border:none !important;
}
.eael-entry-wrapper {
    position: absolute;
    bottom: 30px;
    z-index: 999;
    left: 40px;
}
.elementor-widget-eael-post-carousel .fa.fa-long-arrow-right:before, 
.elementor-widget-eael-post-carousel .fa.fa-long-arrow-left:before {
    content: " " !important;
    background-image: url(images/prev-arrow.png);
    width: 40px;
    height: 35px;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
}
.elementor-widget-eael-post-carousel .fa.fa-long-arrow-right:before {
    background-image: url(images/slider-arrow.png);
}
.eael-post-grid-container .eael-post-grid {
    margin: 0px !important;
	margin-left: -5px!important;
}
.swiper-button-next, .swiper-button-prev{
	width:auto;
}
@media (max-width: 767px){
	.elementor-74 .elementor-element.elementor-element-cd10c4a .swiper-container-wrap .swiper-button-next {
		right: -9px;
	}
}
.eael-post-carousel.swiper-container .swiper-slide {
    margin: 0 5px !important;
}
/*.eael-post-carousel .swiper-slide a {
    pointer-events: none;
}*/
.team-main-section .elementor-image {
	position: relative;
}
.team-main-section .elementor-image a:after {
    position: absolute;
    content: '';
    background-color: #977843;
    width: 100%;
    height:100%;
    left: 50%;
    top: 50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
    border-radius: 15px;
    background-image: url(images/team-logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35%;
	opacity:0;
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
}
.team-main-section .elementor-image:hover a:after {
	opacity:0.8;
}
.elementor-accordion .elementor-accordion-item {
    border-left:none;
    border-right:none;
}
.elementor-accordion ul {
    padding-left: 20px;
    margin-bottom: 20px;
}
.eael-fg-card-content-align-left .fg-layout-3-item-content {
    display: none !important;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    font-size: 40px !important;
    cursor: pointer !important;
	padding: 0 !important;	
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close:hover {
    text-decoration: none !important;
    border: none !important;
    outline: 0 !important;
    background: transparent !important;
}
.mfp-arrow-right.mfp-prevent-close,
.mfp-arrow-left.mfp-prevent-close {
    background: transparent !important;
	outline: 0 !important;
}
.fg-layout-3-search-box {
	display: none !important;
}
.fg-filter-wrap button {
    color: #0c0c0c !important;
    border-right: 1px solid !important;
    border-color: #abb5ff !important;
    border: none !important;
    background-color: #fff !important;
    padding: 15px 34px !important;
    text-align: left !important;
	outline: 0 !important;
}
.fg-filter-wrap button:focus {
	outline: 0 !important;
}
.fg-filter-wrap button>i {
    font-size: 18px  !important;
    margin-left: 0  !important;
    right: 23px  !important;
    font-size: 16px !important;
}
.fg-layout-3-filters-wrap {
    margin: 0 0 40px;
    height: auto !important;
}
.fg-filter-wrap {
    position: absolute;
    right: 0;
    top: -29px;
    width: 200px;
    transform: translate(-50%, -50%);
	z-index: 999; 
}

.wrows {
  display: flex;
}

.amenities-main-wrapper .wbackimg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 50%;
	min-height: 500px;
}
.amenities-main-wrapper .wbackimg img {
    opacity: 0;
    visibility: hidden;
}
.amenities-main-wrapper .amenities-column {
    width: 50%;
    display: flex;
    align-items: center;
    position: relative;
}
.amenities-main-wrapper .amenities-column .amenities-details {
    width: 600px;
    padding: 60px 50px 60px 70px;
    color: #1e386b;
}
.amenities-details h2 {
    margin-bottom: 25px;
	color: inherit;
	text-transform: uppercase;
}
.amenities-main-wrapper .wrows:nth-child(even) {
	flex-direction: row-reverse;
}
.amn-icon {
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.amn-icon img {
    max-width: 70px;
    object-fit: contain;
}

/* Popup design */

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  padding-top: 80px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(37,62,76,0.7); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #ececec;
    margin: auto;
    padding: 30px;
    border: 1px solid #888;
    width: 100%;
    max-width: 800px;
    border-radius: 25px;
}

/* The Close Button */

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-content h2 {
    margin: 0px 0 25px;
}
.modal-content .close img {
    width: 25px;
}
.amenties-icons-main {
	background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
	padding:80px 15% 30px 15%;
}
.amenties-icons-main h2 {
    text-transform: uppercase;
	margin: 0px 0px 50px 0px;
	text-align: center;
}
.amenties-icons-main .elementor-row {
	display: flex;
	flex-wrap: wrap;
}
.amenties-icons-main .elementor-row .elementor-column {
    flex-grow: 1;
    width: 33%;
    flex-direction: column;
    text-align: center;
	margin-bottom: 60px;
}
.amenties-icons-main .elementor-row .elementor-heading-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
	margin-top: 20px;
}
.amenties-icons-main .elementor-row img {
    width: 120px;
}
.amenties-icons-main a,
.amenties-icons-main a:hover {
    color: #322c27
}
.amenties-icons-main img {
    transition: all 0.5s;
}
.amenties-icons-main img:hover {
    transform: scale(1.12);
}

.home .header-menu .elementor-nav-menu li .elementor-item-active.elementor-item , .home .header-menu .elementor-nav-menu li.elementor-item:hover a.elementor-item {
    color: #4d4442 !important;
}

.home .header-menu .elementor-nav-menu li .elementor-item {
	color: #977843 !important;
}
.amenties-icons-main .elementor-align-center {
    text-align: center;
    width: 100%;
}
@media screen and (min-width: 1900px) {
   .elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1500px;
	}
	.call-to-action-wrap {
		margin: 0 auto;
		max-width: 1340px !important;
	}
	.call-to-action-wrap .elementor-container {
		max-width: 1340px !important;
	}
	.hero-banner {
		margin-top: -120px !important;
	}
	.hero-banner .elementor-heading-title {
		font-size: 72px !important;
		line-height: 76px !important;
	}
	.call-to-action-wrap .elementor-heading-title {
		font-size: 36px !important;
		line-height: 42px !important;

	}
	.fg-filter-wrap {
		right: 6%;
	}
}@media screen and (max-width: 1024px) {
    .review-slider .elementor-swiper-button.elementor-swiper-button-prev, 
    .review-slider .elementor-swiper-button.elementor-swiper-button-next {
        bottom: -75px;
    }
    .review-slider .elementor-swiper-button.elementor-swiper-button-prev {
        left: 30px; 
    }
    .review-slider .elementor-swiper-button.elementor-swiper-button-next {
        right: 30px;
    }
    .call-to-action-wrap {
        margin: 0;
    }
    .eael-entry-wrapper {
        bottom: 25px;
        left: 30px;
    }
    .fg-filter-wrap {
        right: -85px;
    }
    .amenities-main-wrapper .amenities-column .amenities-details {
        width: 100%;
        padding: 0px 30px 30px 40px;
        color: #1e386b;
    }
    .amenities-main-wrapper .wbackimg {
        min-height: 621px;
    }
    .modal-content {
        max-width: 700px;
    }
    .amenties-icons-main {
        padding: 80px 5% 30px 5%;
    }
}

@media screen and (max-width: 767px) {
	.header-top .elementor-icon-box-wrapper {
		display: flex;
	}
	.header-top .elementor-icon {
		font-size: 16px;
		margin-right: 10px;
		margin-top: 5px;
	}
	.review-slider .elementor-swiper-button.elementor-swiper-button-prev, 
	.review-slider .elementor-swiper-button.elementor-swiper-button-next {
		bottom: -80px;
		background-position: center;
		background-size: 50%;
	}
	.review-slider .elementor-swiper-button.elementor-swiper-button-next {
		right: 30%;
		left: auto;
	}
	.review-slider .elementor-swiper-button.elementor-swiper-button-prev {
		left: 30%;
		background-position: left center;
	}
	.elementor-custom-embed-play {
		width: 75px;
		height: 75px;
	}
	.hero-video img {
		height: 250px;
		object-fit: cover;
	}	
	.elementor-widget-eael-post-carousel .fa.fa-long-arrow-right:before, 
	.elementor-widget-eael-post-carousel .fa.fa-long-arrow-left:before {
		width: 20px;
		height: 15px;
	}
	.eael-entry-wrapper {
		bottom: 10px;
		left: 20px;
	}
	.eael-entry-overlay {
		visibility: visible !important;
		opacity: 1 !important;
	}
	.fg-filter-wrap {
		position: relative;
		right: auto;
		top: 40px;
		width: auto;
		z-index: 2;
		left: 50%;
	}
	.fg-filter-wrap button {
		width: 200px;
	}
	.wrows {
		flex-direction: column-reverse;
	}
	.amenities-main-wrapper .amenities-column,
	.amenities-main-wrapper .wbackimg	{
		width: 100%;
	}
	.amenities-details h2 ,
	.amenties-icons-main h2{
		font-size: 20px;
		line-height: 32px;
		margin-bottom: 15px;
	}
	.amenities-main-wrapper .wrows:nth-child(even) {
		flex-direction: column-reverse;
	}
	.amenities-main-wrapper  .wrows {
		flex-direction: column-reverse;
	}
	.amenities-main-wrapper .wbackimg {
		min-height: 300px;
	}
	.amenities-main-wrapper .amenities-column .amenities-details {
		padding: 50px 30px 10px 40px;
		text-align: center;
	}
	.amn-icon {
		position: static;
		bottom: 0;
		right: auto;
		transform: none;
		left: auto;
		margin: 0 auto 50px;
		display: block;
		width: 100%;
		text-align: center;
	}
	.amn-icon img {
		max-width: 30px;
	}
	.modal-content {
		max-width: 92%;
	}
	.modal-content h2 {
		margin: 0px 0 20px;
		font-size: 24px;
		line-height: 30px;
	}
	.modal-content {
		padding: 20px;
	}
	.modal-content .close img {
		width: 20px;
	}
	.modal {
		padding-top: 50px;
	}
	.amenties-icons-main .elementor-row .elementor-column {
		width: 50%;
		margin-bottom: 35px;
	}
	.amenties-icons-main .elementor-row img {
		width: 90px;
	}
	.amenties-icons-main .elementor-row .elementor-heading-title {
		font-size:18px;
		line-height: 24px;
		margin-top: 15px;
	}
	.amenities-main-wrapper .amenities-column {
		display: block;
	}
	.amenties-icons-main h2{
		margin-bottom: 25px;
	}
	.amenties-icons-main {
		padding: 45px 0px 30px 0px;
	}
}
.elementor-menu-toggle{
	padding: 0.25em 0;
}