/*!
Theme Name: Heline
Theme URI: https://www.templatemonster.com/vendors/zemez
Author: Zemez
Author URI: https://zemez.io/
Description: Heline theme.
Template: kava
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: heline
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
DocumentationID: heline
Template Id: prod-30603
*/

#toTop {
	cursor: pointer;
}

#sticky-button {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transform: translateY(-100%);
	transition: all 0.3s ease-in-out;
	z-index: 1000;
}

#sticky-button.active {
	transform: translateY(0);
}

#sticky-button .elementor-widget-container {
	padding-top: 0 !important;
}

.jet-popup.jet-popup--front-mode .jet-popup__close-button svg path {
	fill: #000000 !important;
}