/*
Theme Name: SES
Theme URI: https://clarity.global/
Author: ClarityDevs
Author URI: https://clarity.global/
Description: Luna Child Theme for the SES site
Template: luna
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: luna
Tags: Luna, Clarity, ClarityDevs, 93digital, 93devs, starter-theme, boilerplate
*/


@media(min-width: 960px) {
	.g01__mega-menu__wrapper--pages .single-menu-page-item {
		width: 25%;
		flex-grow: 1;
	}

	.single-menu-page-item__content {
		padding: 1rem;
	}

	.single-menu-page-item__heading {
		font-size: 1.2rem;
	}
}

@media (max-width: 959px) {
	.single-menu-page-item {
		min-height: 0;
	}
}