/*
Theme Name: Soul Treats Bangkok
Template: hello-elementor
Author: BrewTechie
Author URI: https://brewtechie.com/
Description: A theme develop for Soul Treats Bangkok
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.1.1769005728
Updated: 2026-01-21 21:28:48

*/


/*** BEGIN Global Style ***/
body {
    max-width: 1920px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.green-color {
	color: var( --e-global-color-primary );
}

@media (max-width: 1024px) {
    br {
        display: none !important;
    }
}
/*** END Global Style ***/

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

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

/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 767px) {
	header.sticky-header {
		--header-height: 70px;
	}
	header.sticky-header.elementor-sticky--effects .logo img {
		max-width: 60px;
	}
}

/***
* class: .logo
*/
header.sticky-header .logo img {
	transition: var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
	/*transform: scale(.8);*/
	max-width: 65px;
}

.elementor-widget-posts .elementor-post__text {
    display: flex !important;
    flex-direction: column !important;
}

.elementor-widget-posts .elementor-post__meta-data {
    order: -1 !important;
}

.elementor-widget-posts .elementor-post {
    transition: all 0.3s ease-in-out;
}

.elementor-widget-posts .elementor-post__title a {
    transition: color 0.3s ease;
}

.elementor-widget-posts .elementor-post:hover {
    transform: translateY(-8px);
}

.elementor-widget-posts .elementor-post:hover .elementor-post__title a {
    color: #292929 !important; 
}

.sidebar-menu .elementor-nav-menu li a {
    display: flex !important;
    align-items: center !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    position: relative !important;
    border-bottom: 1px solid #eeeeee !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.sidebar-menu .elementor-nav-menu li:last-child a {
    border-bottom: none !important;
}

.sidebar-menu .elementor-nav-menu li a::before {
    content: "" !important;
    display: block !important;
    width: 6px !important;
    height: 6px !important;
    background-color: var(--e-global-color-primary) !important;
    border-radius: 50% !important;
    margin-right: 12px !important; 
    flex-shrink: 0 !important;
    position: static !important; 
    transform: none !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
		opacity: 1 !important;
		z-index: 2 !important;
}

.sidebar-menu .elementor-nav-menu li.current-menu-item a {
    background-color: var(--e-global-color-primary) !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    border-radius: 10px !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
		transition: all 0.3s ease !important;
}

.sidebar-menu .elementor-nav-menu li.current-menu-item a::before {
   background-color: #ffffff !important;
}

.sidebar-menu .elementor-nav-menu li a:not(.elementor-item-active):hover {
    background-color: var(--e-global-color-primary) !important;
	border-radius: 10px !important;
   padding-left: 20px !important;
	text-transform: uppercase !important;
}

.sidebar-menu .elementor-nav-menu li a:not(.elementor-item-active):hover::before {
   background-color: #ffffff !important;
}