/* Green Pi Interactive City V6.13
 * Hide the extra bottom-right GTranslate widget and keep only the premium
 * language selector inside the top bar.
 */
body #gtranslate_wrapper,
body .gtranslate_wrapper,
body .gt_switcher_wrapper,
body .gt_float_switcher,
body #google_translate_element,
body .goog-te-banner-frame.skiptranslate,
body iframe.goog-te-banner-frame {
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  width:0 !important;
  height:0 !important;
  max-width:0 !important;
  max-height:0 !important;
  overflow:hidden !important;
  position:fixed !important;
  right:auto !important;
  bottom:auto !important;
  border:0 !important;
  box-shadow:none !important;
}
html body { top:0 !important; }
