/**
Theme Name: Seif Design
Theme URI: https://seifdesign.eu/
Description: Astra child theme for seifdesign.eu. Holds the category archive template, the category index shop page and the catalogue filter bar.
Author: Seif Design
Template: astra
Version: 1.0.0
Text Domain: seifdesign-child
*/

/* Footer: main-menu column. Matches the spacing Astra applies to the
   footer menu column (#astra-footer-menu .menu-item > a: padding 0 20px). */
.footer-widget-area .widget_nav_menu .menu {
	display: grid;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-widget-area .widget_nav_menu .menu li {
	margin: 0;
}

.footer-widget-area .widget_nav_menu .menu li > a {
	display: block;
	padding: 0 20px;
}
