/* transparent-header */
body.ast-theme-transparent-header {
	margin-top: -116px;
}
body.ast-theme-transparent-header .trans-img img {
  filter: brightness(0) invert(1);
}
body.ast-theme-transparent-header .trans-header.elementor-sticky--active.elementor-sticky--effects {
	background-color: #FCC09B !important;
}
body.ast-theme-transparent-header .trans-header.elementor-sticky--active.elementor-sticky--effects a.elementor-button {
    color: #693201;
    border-color: #693201;
}
body.ast-theme-transparent-header .trans-header.elementor-sticky--active.elementor-sticky--effects a.elementor-button:hover {
    color: #810002 !important;
    border-color: #810002 !important;
}
body.ast-theme-transparent-header .trans-header.elementor-sticky--active.elementor-sticky--effects .trans-img img {
	filter: unset !important;
}








@media all and (min-width: 1025px) {
	/* sticky slider */
	.stickit-slider {
		position: -webkit-sticky !important;
		position: sticky !important;
		top: 0px;
		z-index: inherit;
	}
}