/*
Theme Name: Eva Galzerano
Description: Personalizzazioni specifiche per il sito www.evagalzerano.com
Theme URI:   https://www.evagalzerano.com
Author: Empatica Agency
Author URI:  https://www.empatica.agency
Template: salient
Version: 1.0.1
*/

#cookiepolicy h2{
    font-family: Plus Jakarta Sans;
    text-transform: none;
    letter-spacing: 0;
    font-size: 2.0rem !important;
    line-height: 1.3;
    font-weight: 500 !important;
}
.wpml-ls-flag {
    display: inline;
    vertical-align: baseline;
    width: 18px !important;
    height: 18px !important; /* Aggiungi altezza uguale per un cerchio perfetto */
    border-radius: 50% !important; /* Forma circolare perfetta */
    object-fit: cover !important; /* Evita deformazioni dell'immagine */
}

.sf-menu>li ul {
    padding: 10px !important;
    width: 11em !important;
}
.menu-title-text {
text-transform: uppercase !important;
}





.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li ul {
    padding-left: 0px !important; 
}

#header-outer.transparent.dark-slide > #top #logo

{
    color: #2C3E50 !important;
}

h2 {
  color: #2D8078 !important;  /* --primary: Teal professionale */
}
#processo h4,
#servizi h4,
#services h4 {
  color: #2d8078 !important;  /* --primary: Teal professionale */
}
.pulsante h3 a,
.pulsante h3 a:link {
  font-family: Plus Jakarta Sans !important;
color: #ffffff !important;
font-weight:600
}
h3,h1 {
  color: #BC5338 !important;
}
.testimonial_slider[data-style=multiple_visible] blockquote p:before {
    opacity: 0.9 !important 
}
.testimonial_slider[data-style=multiple_visible][data-color*="-color"] blockquote.is-selected p:before {
    color: rgba(255, 255, 255, 1.0) !important 
}
.wpb_column[data-border-radius="20px"] > .vc_column-inner > .column-bg-overlay-wrap {
border-radius: 0px !important 
}
.wpb_column[data-border-radius="20px"] {
--nectar-radius: 0px !important 
}
body .toggle[data-inner-wrap=true]>div .inner-toggle-wrap {
    padding: 10px 0px !important 
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: flex-start;
  align-items: center;
}

.footer-links li {
  display: inline-flex;
  align-items: center;
}

.footer-links li:not(:last-child)::after {
  content: '|';
  margin: 0 0.75rem;
  color: #2C3E50;
  font-weight: 400;
  font-size: 1.2rem;
}

.footer-links a {
  color: #2C3E50;
  text-decoration: none;
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  transition: color 0.3s ease;
}

.footer-links a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 0.5px;
  background-color: #2C3E50;
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-links a:hover::after {
  transform: scaleX(0);
}

.footer-links a:hover {
  color: #2C3E50;
}

.footer-links a:focus {
  outline: 0px solid #2C3E50;
  outline-offset: 0px;
}


@media (max-width: 768px) {
  .footer-links ul {
    flex-direction: column;
    align-items: center; 
    gap: 0.5rem;
    text-align: center;
  }
  
  .footer-links li {
    width: auto; 
  }
  
  .footer-links li::after {
    display: none;
  }
  
  .footer-links a::after {
    display: none; 
  }
  
  .footer-links a {
    text-decoration: underline; 
    position: static; 
    color: inherit; 
  }
  
  .footer-links a:hover {
    color: inherit; 
    text-decoration: underline;
  }
  

  .footer-links a:focus {
    outline: 1px dotted currentColor;
    outline-offset: 2px;
  }
}


h2#controller-of-the-website + ul li:first-child > strong:first-of-type {
  display: none !important;
}