/*
Theme Name: Matrix Glass Theme (Astra Child)
Template: astra
Author: Matrix Glass Team
Version: 4.8.2.1727802532
Updated: 2024-10-01 17:08:52

*/

.sub-menu {
  background-color: inherit !important;
  border: none !important;
}

.sub-menu li a {
  padding: 8px !important;
}

header.site-header #ast-desktop-header,
header.site-header #ast-desktop-header .sub-menu,
header.site-header #ast-mobile-header,
header.site-header #ast-mobile-header .sub-menu {
  background-color: #fff !important;
}

header.site-header #ast-desktop-header .menu-link {
  color: #4d4d4d;
  font-weight: bold;
}

header.site-header #ast-desktop-header .sub-menu {
  padding: 10px;
}

footer #media_image-1 {
}

footer #media_image-1 img {
  width: 120px;
  max-width: 120px;
}

#astra-footer-menu {
  display: flex;
  flex-direction: row;
}

#astra-footer-menu li {
  width: 33%;
  text-align: center;
}

#astra-footer-menu li a {
  padding: 0;
  color: white;
  font-weight: bold;
  text-decoration: underline;
}

@media screen and (max-width: 600px) {
  #astra-footer-menu {
    flex-direction: column;
  }
  #astra-footer-menu li {
    width: 100%;
  }
}
