/*
 Theme Name:   WPResidence Child
 Theme URI:    https://wpresidence.net/
 Description:  Child theme for WPResidence
 Author:       AT-09
 Author URI:   https://henceforthsolutions.com
 Template:     wpresidence
 Version:      1.0.0
*/

/* Add your custom CSS below */


.menu-footer-container ul {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  line-height: 1; /* reduces overall height */
}

.menu-footer-container ul li {
  position: relative;
  padding-right: 12px;
  line-height: 1; /* reduces spacing around each item */
}

.menu-footer-container ul li a {
  line-height: 1; /* ensures the link itself is tight */
}

.menu-footer-container ul li:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  opacity: 0.6;
}

.menu-footer-container ul li, li#menu-item-28740 a {
    line-height:16px !important;
}
