/*
Theme Name: Studiare Child Theme
Theme URI: https://www.rtl-theme.com/studiare-online-learning-wordpress-theme/
Author: Suncode
Author URI: https://www.rtl-theme.com/author/bagherpebs/
Description: The Studiare child theme is designed for your custom coding and styling needs. If you don't require it, activate the main theme and remove the child theme.
Version: 13.4
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: rtl-language-support, classes, courses, education, education center, learning center, tutoring, teaching, study, studying, learning, lessons, instructor, teacher, mentor
Text Domain: studiare
Template: studiare
*/

/* ----------------------------------------------------------
 * Fix: Elementor sticky header not sticking on mobile
 * Root cause: .wrap has transform:translate(0,0) which
 * creates a containing block, breaking position:fixed
 * for sticky headers. Desktop already has the fix.
 * ---------------------------------------------------------- */
@media (max-width: 767.98px) {
	.wrap,
	.wrap.off-canvas-open {
		transform: none !important;
	}
}
