/*
Theme Name: El Paseo Catelogue
Theme URI: https://elpaseocatelogue.com/
Description: A child theme for Divi
Template: Divi
Version: 1.0.0
*/

/* Add custom styles below */

#menu-footer-links li {
  width: 100% !important;
  margin-top: 20px !important;
}

@media screen and (min-width: 560px) {
  #menu-footer-links li {
    width: calc(50% - 32px) !important;
    margin-top: 16px !important;
  }
}

#menu-footer-links li a {
color: #ffffff !important;
}

/* Hide mobile menu in footer */
.et_pb_menu.footer-links .et_mobile_nav_menu {
  display: none !important;
}

.footer-links.et_pb_menu .et_pb_menu__menu {
  display: flex !important;
}

.et_pb_menu.footer-links .mobile_nav {
  display: none !important;
}
