img {
  width: 100%;
}

.header-mainmenu.hidden-xs.hidden-sm {
  background-color: #d38f20;
}

.topbar.hidden-sm.hidden-xs {
  background-color: #000000;
}

.btn-theme {
  background-color: #000000;
  opacity: 1;
  border-color: #ffffff;
  border-width: 1px;
}

.gva-search {
  display: none;
}

.header-v1 .header-right{
		padding-right: 0;
}

#menu-new-menu-1 .menu-item-3714 a {
  background: black;
  color: white;
  border: 2px solid black;
  border-radius: 25px;
}

#menu-new-menu-1 .menu-item-3714 a:hover {
  background: white;
  color: black;
  border: 2px solid black;
  border-radius: 25px;
}

.header-mainmenu .content-innter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* Vertically centers the child elements, including the menu */
  height: 100%;
  /* Ensure height is defined */
}

#menu-new-menu-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  /* Vertically centers the menu items */
  list-style: none;
  padding: 50px 0;
  margin: 0;
}

.header-mainmenu .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* Vertically centers everything in this section */
  height: 100%;
}


#wp-footer.clearfix {
  background-color: #000000;
}

.copyright {
  background-color: #000000;
}