/*
Theme Name: Artistics Child
Template:   artistics
Theme URI: https://1.envato.market/artistic-wp
Description: Digital Marketing Agency WordPress Theme
Author: Awaiken
Author URI: https://awaikenthemes.com/
Version: 1.0.0
Text Domain: artistics-child
*/

/* Estilo general del selector */
.gt_selector {
  background: transparent;
  border: none;
  color: white;
}

/* Evita que el menú desplegable herede el color blanco */
.gt_selector option {
  color: black; /* o el color por defecto del sistema */
  background: white;
}

/* Ocultar SOLO la bandera de inglés */
li.lang-item-en img {
    display: none !important;
}

/* Meter bandera UK como fondo en el enlace */
li.lang-item-en a {
    display: inline-block !important;
    width: 20px !important;
    height: 15px !important;
    background-image: url("https://www.officialtranslators.net/wp-content/uploads/2026/04/bri-flag.png") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}