/*!
Theme Name: Hemila Child
Theme URI: https://pencilwp.com/product/hemila-pro/
Template: hemila
Author: PencilWp
Author URI: https://pencilwp.com
Description: Child theme for Papoose Lake customizations on Hemila.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hemila-child
*/

html {
	scrollbar-gutter: stable;
}

/* Keep the primary menu on one line after Hemila parent updates. */
.header .main-navigation {
	padding-right: 0;
}

.header .main-navigation ul {
	display: flex;
	flex-wrap: nowrap;
	padding-right: 0;
}

.header .main-navigation ul li ul {
	display: block;
}
