/*
Theme Name: Locanda
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Freshdigital
Author URI: https://freshdigital.co.th/
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1760669818
Updated: 2025-10-17 02:56:58

*/
/***
* class: .sticky-header
*/
header.sticky-header {
	--header-height: 150px !important;
	--shrink-header-to: 0.6 !important;
	--transition: all 0.2s ease-out !important;
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition) !important;
}

/***
* Sticky header activated
*/
header.sticky-header.elementor-sticky--effects {
	background-color: rgba(28, 39, 52, .8) !important;
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07) !important;
	-webkit-backdrop-filter: saturate(180%) blur(20px) !important;
	backdrop-filter: saturate(180%) blur(20px) !important;
}
header.sticky-header > .e-con-inner {
	min-height: var(--header-height) !important;
	transition: min-height var(--transition) !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
header.sticky-header.elementor-sticky--effects > .e-con-inner {
	min-height: calc( var(--header-height) * var(--shrink-header-to) ) !important;
}

/***
* class: .logo
*/
header.sticky-header .logo img {
	transition: var(--transition) !important;
}
header.sticky-header.elementor-sticky--effects .logo img {
	transform: scale(.8) !important;
}

.elementor-widget-n-accordion .e-n-accordion-item {
   box-shadow: 0 0 9px rgba(0, 0, 0, 0.1) !important;
	border-radius: 8px !important;
}
.font-light{
	font-weight: 300 !important;
}
.elementor-widget-form ::placeholder{
	opacity: 1 !important;
}
#lodgify-search-bar a.primary:is(:hover, :focus, :active) {
    background-color: var(--ldg-component-button-hover-color) !important;
}