/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/

@media (max-width: 767px) {
	#site-header,
	#site-header-inner {
		display: contents;
	}
}

.sticky-row {
	position: sticky !important;
    top: 0;
    z-index: 1000;
}