#masthead.site-header {
  border-bottom-width: 1px;
  border-bottom-color: #595959;
  border-bottom-style: solid;
  background-image: url("https://unrealredux.com/wp-content/uploads/2023/01/test3.png");
  opacity: 1;
  background-repeat: no-repeat;
  background-size: auto;
}

#site-navigation.main-navigation.sub-menu-right {
  opacity: 1;
  background-image: url("https://unrealredux.com/wp-content/uploads/2023/01/test3.png");
  background-repeat: repeat-x;
  background-size: percentage;
  background-color: #242424;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.main-navigation .main-nav ul li a {
  background-color: #0f0f0f;
  border-width: 1px;
  border-style: solid;
  border-color: #212121;
}



.main-navigation .main-nav>ul {
  opacity: 0.7;
}

.menu-toggle .gp-icon+.mobile-menu {
  position: absolute;
}