.elementor-kit-281{--e-global-color-primary:#FFF200;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#FFF200;--e-global-typography-primary-font-family:"Bree Serif";--e-global-typography-primary-font-size:32px;--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Bree Serif";--e-global-typography-secondary-font-size:28px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Bree Serif";--e-global-typography-text-font-size:24px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Bree Serif";--e-global-typography-accent-font-size:24px;--e-global-typography-accent-font-weight:500;}.elementor-kit-281 e-page-transition{background-color:#FFBC7D;}.elementor-kit-281 a{color:var( --e-global-color-secondary );}.elementor-kit-281 a:hover{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//***
* Shrinking Sticky header
* class: .sticky-header
*/
header.sticky-header {
	--header-height: 80px; /* Set your own header height */
	--shrink-me: 0.5; /* Shrinks to 60%, values: 0.1 to 1 */
	--transition: .45s cubic-bezier(.4, 0, .2, 1); /* values: .1s to 0.5s (or more), replace "cubic-bezier(.4, 0, .2, 1)" with "ease" if you need a simpler transition */
}

/***
* Sticky header activated
*/
header.sticky-header > .elementor-container {
	min-height: var(--header-height);
	transition: all var(--transition);
}
header.sticky-header.elementor-sticky--effects {
    background-color: #FFF200 !important;
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
	min-height: calc( var(--header-height) * var(--shrink-me) );
	margin-top: -30px;
	margin-bottom: -30px;
	transition: all var(--transition);
}
header.sticky-header.elementor-sticky--effects .elementor-nav-menu .elementor-item:hover, header.sticky-header.elementor-sticky--effects .elementor-nav-menu .elementor-item.elementor-item-active {
    color: #FFFFFF !important;
}

/***
* class: .logo
*/
header.sticky-header .logo img {
	transition: transform var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
	transform: scale(.6); /* Shrinks to 80%, values: 0.1 to 1 */
}/* End custom CSS */