.header__area-menubar-right-menu ul li a {
  font-size: 18px;
}
.footer__area-left-logo a img {
  max-width: 225px;
}

.menu-item-has-children .textyello {
  color: goldenrod;
}

.header__area-menubar-right-menu ul li a.textgold {
  color: goldenrod;
}

.watsup-chat {
  position: fixed;
  bottom: 96px;
  color: white;
  font-size: 29px;
  right: 22px;
  background: green;
  padding: 10px;
  border-radius: 50%;
}

.header__area-menubar-right-menu
  ul
  li.menu-item-has-children
  > a.textyello::after,
.header__area-menubar-right-menu
  ul
  li.menu-item-has-children
  > a.textyello::before {
  background-color: goldenrod;
}
