/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme/
Template: betheme
Author: Muffin group
Author URI: https://muffingroup.com/
Description: The biggest WordPress Theme ever
Version: 27.5.11.1730970417
Updated: 2024-11-07 10:06:57

*/

/*
 * BeTheme switches to a dedicated mobile-sticky logo while scrolling.
 * Keep the already-loaded mobile logo as a fallback when that variant
 * is not configured correctly.
 */
@media only screen and (max-width: 767px) {
	#Top_bar.is-sticky #logo img.logo-mobile {
		display: inline-block !important;
	}

	#Top_bar.is-sticky #logo img.logo-main,
	#Top_bar.is-sticky #logo img.logo-sticky,
	#Top_bar.is-sticky #logo img.logo-mobile-sticky {
		display: none !important;
	}
}
