
/* Start Header */

.elementor-location-header .main-header.active {
  box-shadow:
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.3) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.3) 0px 4px 6px -4px;
}

.language-switcher .wpml-ls-statics-shortcode_actions {
  padding: 0;
}

.language-switcher .wpml-ls-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D4AF37;
  border: 1px solid #D4AF37;
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  transition: all 0.5s;
	border-radius: 8px;
}

.language-switcher .wpml-ls-link:hover {
  background: #D4AF37;
  color: #fff;
}

.language-switcher .wpml-ls-native {
  vertical-align: baseline;
}

/* End Header */