/*
Theme Name:     Kim McGillis Custom Theme
Theme URI:      n/a
Template:       kadence
Author:         Catherine Carroll
Author URI:     n/a
Description:    A mobile responsive theme built for the Kadence Framework by Catherine Carroll
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/



/*main menu*/
.primary-menu-container.header-menu-container ul ul.sub-menu {
	background: #e6ecf3;
}

/*footer*/
.site-footer-middle-section-3 {
	flex-direction: column;
}

.footer-navigation .menu {
	flex-direction: column;
}
.footer-navigation .menu::before {
	content:"Important Links";
	font-family: Montserrat;
  font-size: 30px;
  line-height: 1.5;
  color: var(--global-palette5);
}