/*
 Theme Name:   Astra customized
 Theme URI:    https://example.com/my-theme-child
 Description:  Child theme for “My Theme”
 Author:       JLF
 Template:     astra
 Version:      1.0.0
*/
#masthead > div > div > div > div > div > div:nth-child(3) {
  display: none !important;
}
#colophon > div > div > div > div > div > div > div:nth-child(4) > div {
  /* hide the real text */
  color: transparent;
  position: relative;
}

#colophon > div > div > div > div > div > div > div:nth-child(4) > div::after {
  content: "Copyright 2025, Propalis SA";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: black;
  white-space: nowrap; /* prevents unwanted wrapping */
}

#ekit-megamenu-menu > ul {
  display: flex !important;
  justify-content: flex-end !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  margin: 0;       /* reset default ul margins if needed */
  padding: 0;      /* reset default ul padding if needed */
  list-style: none;/* remove bullets */
}
#ekit-megamenu-menu ul > li {
  margin-left: 1rem; /* optional spacing between items */
}


body > div:nth-of-type(2) > footer > div > div > div > div > div > div > div:nth-child(1) > div > div > a > div > div > img {
  display: none !important;
}
