/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

p{
	margin: 0 !important;
	margin-bottom: 10px !important;
}

.wpbc_no_custom_width.cal_month_num_2{
	max-width: 100% !important;
}

.datepick-inline .datepick-days-cell .date-cell-content span, .datepick-inline .datepick-days-cell .date-cell-content a{
    font-size: 16px;
    font-weight: normal;
}

.datepick-inline .datepick-header span{
	font-size: 18px !important;
	font-weight: normal !important;
}

/* .booking_form_div div.bk_calendar_frame div{
	padding-top: 15px !important;
} */

.datepick-inline td.datepick-days-cell .wpbc-cell-box{
	height: 48px !important;
}

.datepick-inline div.datepick-one-month .datepick td.datepick-current-day .wpbc-cell-box,
.datepick-inline div.datepick-one-month .datepick td:not(.date2approve) .wpbc-cell-box:hover{
	border: none !important;
	border-radius: 50px;
	background: #313AB3 !important;
}

.datepick-inline .datepick .datepick-title-row th{
	font-size: 16px;
}

.block_hints .date2approve.block_check_in_out, .block_hints .block_pending, .datepick-inline .date2approve .wpbc-cell-box, td.timespartly.check_in_time.check_out_time.check_in_time_date_approved.check_out_time_date2approve div.check-in-div, td.timespartly.check_in_time.check_out_time.check_out_time_date_approved.check_in_time_date2approve div.check-out-div{
	background: #ddd !important;
    border-radius: 25px !important;
}

.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image{
	aspect-ratio: 577 / 392;
    object-fit: cover;
    object-position: center;
}


.booking-slider .swiper .elementor-swiper-button{
	top: 50% !important;
	background: transparent !important;
}

body .wpbc_container.wpbc_container_booking_form .wpbc_button_light,
body .wpbc_container.wpbc_container_booking_form .wpbc_button_light:hover{
	background: #313AB3  !important;
    border: none  !important;
    color: #fff  !important;
    border-radius: 50px  !important;
    width: 250px  !important;
    text-align: center;
    margin: 0 auto;
    padding: 5px 0  !important;
    font-size: 18px  !important;
    letter-spacing: 1px  !important;
    font-weight: normal !important; 
}

body .booking-slider .swiper .elementor-swiper-button svg{
	fill: #000;
}

body .wpbc_container_booking_form .wpbc_booking_form_simple .wpbc__field label{
	font-size: 16px;
    font-weight: normal !important;
}

body div.wpbc_container.wpbc_form input[type="text"], 
body div.wpbc_container.wpbc_form input[type="email"],
body div.wpbc_container.wpbc_form textarea{
    border-radius: 50px;
    border: 1px solid #DDD;
}

body div.wpbc_container.wpbc_form textarea{
	border-radius: 15px;
}

.datepick-inline{
	box-shadow: unset !important;
}

div[style="font-size:7px;text-align:left;margin:0 0 10px;text-shadow: none;"]{
	display: none !important;
}
.header-menu .hfe-nav-menu li a:before{
	content: "";
	position: absolute;
	bottom: 0px;
	width: calc(100% - 30px);
	left: 15px;
	height: 1px;
	border-bottom: 1px solid #fff;
	opacity: 0;
	transition: all 0.3s;
}

.header-menu .hfe-nav-menu li a:hover:before,
.header-menu .hfe-nav-menu li.current_page_item a:before{
	opacity: 1 !important;
	bottom: 10px
}

.main{
	max-height: 100vh;
}

.main .swiper-slide-image{
	height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.main .swiper-slide-inner{
	position: relative;
}

.elementor-image-carousel-caption{
	position: absolute;
    bottom: 60px;
    left: 60px;
    display: inline-flex;
    background: #fff;
    padding: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
}

/* .elementor-element .swiper .elementor-swiper-button{
	width: 50px;
	height: 50px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
} */


/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field{
	padding-bottom: 0 !important;
}


#wpforms-form-622{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
#wpforms-form-622 .wpforms-field-container{
	display: flex;
	width: calc(100% - 250px);
	justify-content: space-between;
}
#wpforms-form-622 .wpforms-field-container select{
	min-width: 250px;
}

.elementor-4 .elementor-element.elementor-element-7a19f87 .gallery-item img{
	aspect-ratio: 489/374;
}

.video-main video{
	transform: scale(1.1);
}



/* form contact */
#wpforms-form-508 .wpforms-field-container {
  display: flex;
  flex-wrap: wrap; 
  justify-content: space-between;
  gap: 15px;
}

#wpforms-form-508 .wpforms-field-container .form-input {
  width: 48%;
}

#wpforms-form-508 .wpforms-field-container .full-width {
  width: 100%;
}

#wpforms-form-508 .wpforms-field-container .form-input .wpforms-field-large {
  border-radius: 32px;
  padding: 12px;
  border: 1px solid #E4E4E4;
  font-size: 16px;
  height: 51px;
}

#wpforms-form-508 .wpforms-field-container .form-input textarea  {
  height: 160px !important;
  resize: none !important;
  border-radius: 12px !important;
}

#wpforms-form-508 .wpforms-submit-container {
  margin-top: 40px;
}

#wpforms-form-508 button[type=submit] {
  width: 161px;
  text-align: center;
  height: 50px;
  color: #fff;
  padding: 10px;
  border-radius: 50px;
  background: #313AB3;
}

#header-main.scroll{
	background: #000
}

.ehf-header #masthead{
	z-index: 999;
}

@media screen and (max-width: 1024px) {
  #wpforms-form-508 .wpforms-field-container {
    flex-direction: column;
  }

  #wpforms-form-508 .wpforms-field-container .form-input {
    width: 100%;
  }

  #wpforms-form-508 button[type=submit] {
    width: 100%;
  }
}

/*end form contact */

@media screen and (max-width: 1024px){
	.hfe-nav-menu__layout-horizontal{
		position: fixed !important;
		top: 0px !important;
		height: 100vh !important;
		display: flex;
		align-items: flex-start;
		padding: 50px 0;
		z-index: 99991 !important;
		transition: all 0.3s;
		left: auto !important;
		right: -100% !important;
	}
	
	.hfe-nav-menu__layout-horizontal.menu-is-active{
		right: 0 !important;
	}

	.hfe-active-menu-full-width{
		z-index: 99992;
	}
}
@media screen and (max-width: 767px){
	.elementor-image-carousel-caption{
		width: 100%;
		bottom: 14px;
		left: 0;
	}
	
	
	body .wpbc_container.wpbc_container_booking_form .wpbc_button_light,
	body .wpbc_container.wpbc_container_booking_form .wpbc_button_light:hover{
		width: 200px  !important;
		padding: 5px 0  !important;
		font-size: 18px  !important;
	}
	
}

@media screen and (max-width: 575px){
	body:not(.page-id-535) .elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image{
		height: 50vh
	}
	
	
	
	.eael-wpforms .wpforms-container .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .eael-wpforms .wpforms-container .wpforms-field .wpforms-field textarea, .eael-wpforms .wpforms-container .wpforms-field .wpforms-field select{
		min-height: 35px !important;
	}
}