/*
Theme Name: Mediteraneo Child
Theme URI: https://mediteraneo.qodeinteractive.com
Description: A child theme of Mediteraneo
Author: Select Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: mediteraneo
Template: mediteraneo
*/

/* Modifica degli elementi di menu nel menu a schermo intero per rimuovere l'immagine di sfondo */
.qodef-fullscreen-menu > ul > li.current-menu-ancestor > a .qodef-menu-item-text, 
.qodef-fullscreen-menu > ul > li.current-menu-item > a .qodef-menu-item-text {
    background: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgb(185,128,128);
}

/* Nasconde l'SVG che contiene il cerchio */
.qodef-svg--menu-circle {
    display: none;
}
/* Aggiunge padding sopra e sotto all'immagine del logo */
.qodef-header-logo-image {
    padding-top: 30px;  /* Aggiunge un padding sopra */
    padding-bottom: 30px;  /* Aggiunge un padding sotto */
}
.qodef-fullscreen-menu-opener.qodef-source--predefined {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background-color: #0a031f; /* Colore di sfondo esistente */
    color: #ECE5DF !important; /* Colore nuovo */
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1) !important; /* Ombreggiatura */
}

/*Removing some default CSS our language switcher*/
.wpml-floating-language-switcher .wpml-ls-statics-shortcode_actions {
  margin-bottom: 0;
}
  
.wpml-floating-language-switcher  .wpml-ls-statics-shortcode_actions a {
  background-color: transparent !important;
}
  
.wpml-floating-language-switcher .wpml-ls-legacy-list-horizontal a {
  padding: 5px;
}
  
.wpml-floating-language-switcher .wpml-ls-item {
  display: block;
}
  



