/*
Theme Name: King Eggs Thailand
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.5.1765354131
Updated: 2025-12-10 08:08:51

*/

html, body{
    overflow-x: hidden !important;
}

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

/***
* Sticky header activated
*/
/* header.sticky-header.elementor-sticky--effects .fit-header>.e-con-inner {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    transition: var(--transition) !important;
} */

header.sticky-header.elementor-sticky--effects {
    background-color: rgba(255, 255, 255, .8) !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));
}

header.sticky-header .sub-header{
    min-height: var(--header-height);
    transition: min-height var(--transition);
}

header.sticky-header.elementor-sticky--effects .sub-header {
    min-height: calc(var(--header-height) * var(--shrink-header-to));
}

/***
* 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-counter .elementor-counter .elementor-counter-number-suffix span {
    font-size: var(--e-global-typography-text-font-size) !important;
    color: #000000 !important;
}

/* class: .heading-style */
.heading-style.elementor-widget-heading .elementor-heading-title span {
    font-size: var(--e-global-typography-secondary-font-size) !important;
    font-weight: 400 !important;
}

.elementor-widget-hotspot .e-hotspot .e-hotspot__tooltip :is(h1, h2, h3, h4, h5, h6) {
    font-size: var(--e-global-typography-text-font-size) !important;
    font-weight: 700 !important;
    color: var(--e-global-color-accent) !important;
    margin-top: 0 !important;
    margin-bottom: 5px !important;
}

.elementor-widget-icon-box .elementor-icon-box-content b,
.elementor-widget-icon-box .elementor-icon-box-content strong {
    font-weight: 700 !important;
}

/* Start class .highlight-content */
.highlight-content {
    font-size: var(--e-global-typography-secondary-font-size) !important;
    font-weight: 700 !important;
}

/* End class .highlight-content */

@media (max-width: 1600px) {
    .hide-on-mobile {
        display: none;
    }
}

.blog .elementor-widget-taxonomy-filter .e-filter-item:nth-last-child(2):has(+ .e-filter-item[data-filter="__all"]) {
    border: none !important;
}

.blog .elementor-widget-taxonomy-filter .e-filter-item:last-child:not([data-filter="__all"]) {
    border: none !important;
}

.blog .elementor-widget-taxonomy-filter .e-filter-item[aria-pressed="true"] {
    text-decoration: underline !important;
}

.elementor-widget-posts .elementor-post__read-more{
    transition: 0.3s !important;
}
.elementor-widget-posts a.elementor-post__read-more:is(:hover, :focus, :active){
    color: var(--e-global-color-primary) !important;
}

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

/* Start Language Gtranslate */
.gtranslate_wrapper .gt_float_switcher .gt_options a {
    padding: 12px !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-text-font-size) !important;
    font-weight: var(--e-global-typography-text-font-weight) !important;
    color: var(--e-global-color-text) !important;
}

.gtranslate_wrapper .gt_float_switcher .gt_options a:is(:hover, :focus, :active){
    color: #ffffff !important;
    background-color: var(--e-global-color-primary) !important;
}

.gtranslate_wrapper .gt_float_switcher img {
    border-radius: 50% !important;
    width: 18px !important;
    height: 18px !important;
    object-fit: cover !important;
}

.gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    height: 15px !important;
    filter: invert(100%) !important;
}

.gtranslate_wrapper .gt_float_switcher {
    box-shadow: none !important;
    background-color: transparent !important;
}

.gtranslate_wrapper .gt_float_switcher .gt-selected {
    background: unset !important;
}

.gt_float_switcher .gt_options {
    position: absolute !important;
    top: calc(100% + 5px) !important;
    right: 0 !important;
    background-color: #ffffff !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1) !important;
    min-width: 160px !important;
    z-index: 999 !important;
}

.gtranslate_wrapper .gt_float_switcher .gt-current-lang {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    padding: 8px 12px !important;
    border: 1px solid #F3F2F6 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    color: var(--e-global-color-text) !important;
    font-family: var(--e-global-typography-a5c82f1-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-a5c82f1-font-size) !important;
    font-weight: var(--e-global-typography-a5c82f1-font-weight) !important;
    text-transform: uppercase !important;
}

.gtranslate_wrapper .gt_float_switcher .gt_float_switcher-arrow {
    transform: rotate(0) !important;
}

.gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow.gt_arrow_rotate {
    transform: rotate(180deg) !important;
}

.gtranslate_wrapper .gt_float_wrapper{
    margin-bottom: -6px !important;
}

/* End Language Gtranslate */

/* Start Blog Category */
.custom-cat-list ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.custom-cat-list li {
    padding: 15px 0 !important;
    border-bottom: 1px solid #C8C8C8 !important;
}

.custom-cat-list li:last-child {
    border-bottom: none !important;
}

.custom-cat-list li a {
    text-decoration: none !important;
    color: #1E1E1E  !important;
    font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-text-font-size) !important;
    font-weight: var(--e-global-typography-text-font-weight) !important;
}

.custom-cat-list li a:is(:hover, :focus, :active) {
    color: var(--e-global-color-primary) !important;
}


.custom-cat-list li.active a {
    color: var(--e-global-color-primary) !important;
    text-decoration: underline !important;
}
/* End Blog Category */

/* Cookie Yes Style */
.cky-btn{
	font-size: var(--e-global-typography-accent-font-size) !important;
	border-radius: 40px !important;
	padding: 12px 35px !important;
	font-weight: 700 !important;
	border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
}

.cky-show-desc-btn{
		font-weight: 700 !important;
	  border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
		border-radius: 40px !important;
}