/*
Theme Name: Profimed Child
Theme URI: https://www.templatemonster.com/vendors/zemez
Description: Child theme di Profimed per personalizzazioni
Author: Your Name
Author URI: 
Template: profimed
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: profimed-child
*/

/* 
 * Le personalizzazioni CSS vanno qui sotto
 * Il tema parent viene caricato automaticamente
 */
.box-header .elementor-icon-box-title a,
.box-header .elementor-icon-box-title a:hover,
.box-header .elementor-icon-box-title a:focus,
.box-header .elementor-icon-box-title a:active,
.box-header .elementor-icon-box-title a:visited {
    color: #ffffff !important;
    text-decoration: none !important;
}
.box-header:hover .elementor-icon-box-title a,
.box-header:focus .elementor-icon-box-title a,
.box-header:active .elementor-icon-box-title a {
    color: #ffffff !important;
}

.box-header a {
    -webkit-tap-highlight-color: transparent;
}
@media (max-width: 767px) {
  .box-header .elementor-icon-box-title a,
.box-header .elementor-icon-box-title a:hover,
.box-header .elementor-icon-box-title a:focus,
.box-header .elementor-icon-box-title a:active,
.box-header .elementor-icon-box-title a:visited {
    color: #ffffff !important;
    text-decoration: none !important;
}
}
.box-pazienti:hover .elementor-icon-box-title a {
    color: #ffffff !important;
}
/* Personalizzazioni per la pagina delle News */

.news-header {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e0e0e0;
}

.news-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.5rem;
}

.news-description {
    font-size: 1.1rem;
    color: #666;
    margin-top: 0.5rem;
}

.news-main {
    /* Aggiungi qui le personalizzazioni per il contenuto principale */
}

/* Personalizzazioni per gli articoli nella lista news */
.posts-list__item {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #f0f0f0;
}

.posts-list__item:last-child {
    border-bottom: none;
}

/* Personalizzazioni per il titolo degli articoli */
.posts-list__item .entry-title a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.3s ease;
}

.posts-list__item .entry-title a:hover {
    color: #3498db;
}

/* Personalizzazioni per le meta informazioni */
.posts-list__item .entry-meta {
    color: #7f8c8d;
    font-size: 0.9rem;
}

/* Personalizzazioni per l'excerpt */
.posts-list__item .entry-excerpt {
    color: #555;
    line-height: 1.6;
}

/* Personalizzazioni responsive */
@media (max-width: 768px) {
    .news-title {
        font-size: 2rem;
    }
    
    .news-description {
        font-size: 1rem;
    }
}

/* Stili per il widget Archivi */
.widget_archive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget_archive ul li {
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #f0f0f0;
}

.widget_archive ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget_archive ul li a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.3s ease;
}

.widget_archive ul li a:hover {
    color: #3498db;
}

/* Stili per il pulsante "Mostra altri" */
.archive-show-more {
    width: 100%;
    margin-top: 1rem;
    padding: 0.75rem;
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    cursor: pointer;
    color: #2c3e50;
    font-weight: 500;
    transition: all 0.3s ease;
    text-align: center;
}

.archive-show-more:hover {
    background: #3498db;
    color: #fff;
    border-color: #3498db;
}

/* Stili per la paginazione */
.page-numbers.current,
.site-content .page-numbers.current,
.nav-links .page-numbers.current,
.pagination .page-numbers.current {
    background: #2388BF !important; 
}

#btn-checkup .elementor-button-icon i {
    font-size: 26px !important;
}
/* Allinea verticalmente icona + testo del pulsante check-up */
#btn-checkup .elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}

/* (opzionale) distanza tra icona e testo */
#btn-checkup .elementor-button-icon {
    margin-right: 8px;
}
/* Barra alta trasparente come Profimed */
.elementor-element-df5def7:not(.elementor-motion-effects-element-type-background),
.elementor-element.elementor-element-df5def7 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: rgba(255, 255, 255, 0.1) !important;
}
 /* Contenitore principale */
.buzzcheckup-box {
    background: #2f4668;
    padding: 40px 20px;
    color: #fff;
    border-radius: 4px;
}

/* Griglia esami */
.buzzcheckup-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 60px;
    row-gap: 18px;
}

/* Singolo esame */
.buzzcheckup-item {
    display: flex;
    align-items: center;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight:600;
}

/* Nome esame */
.buzzcheckup-item .exam-name {
    white-space: nowrap;
}

/* Linea */
.buzzcheckup-item .exam-line {
    flex: 1;
    height: 1px;
    background: rgba(255,255,255,0.4);
    margin-left: 12px;
}

/* Prezzo */
.buzzcheckup-price {
    margin-top: 40px;
    text-align: right;
    font-size: 18px !important;
    font-weight: 400 !important;
}

/* Mobile */
@media (max-width: 768px) {
    .buzzcheckup-grid {
        grid-template-columns: 1fr;
    }
  
    .buzzcheckup-price {
        text-align: left;
        margin-top: 30px;
        font-size: 18px !important;
        text-align: right !important;
    }
}




/*
.buzzcheckup-desc ul li::before {
  content: "\f00c"; 
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #1C85BC;
  position: absolute;
  left: 0;
}
*/
/* UL dentro buzzcheckup-desc: tolgo pallini e rendo stabile il layout */
.buzzcheckup-desc ul,
.buzzcheckup-desc .elementor-widget-container ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

/* LI: spazio a sinistra per il minus */
.buzzcheckup-desc ul li,
.buzzcheckup-desc .elementor-widget-container ul li {
  position: relative !important;
  padding-left: 26px !important;
  margin: 0 0 8px 0 !important;
  font-size: 18px !important;
  font-weight: 300 !important;
}

/* Il minus (U+2212) */
.buzzcheckup-desc ul li::before,
.buzzcheckup-desc .elementor-widget-container ul li::before {
  content: "\2212" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0.15em !important;
  color: #111111 !important;
  font-weight: 200 !important;
  font-size: 20px !important;
  line-height: 1 !important;
  display: inline-block !important;
  width: 18px !important;
  text-align: center !important;
}
/*
html::before{
  content:"CHILD CSS OK";
  position:fixed;
  top:0; left:0;
  z-index:999999;
  background:#000;
  color:#fff;
  padding:6px 10px;
  font-size:12px;
}
*/
:root{ --mobile-header-h: 200px; }

/* popup: area visibile sotto header */
#jet-popup-14074{
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  top: var(--mobile-header-h) !important;
  bottom: 0 !important;
  height: auto !important;
}

/* contenuto scrollabile */
#jet-popup-14074 .jet-popup__container,
#jet-popup-14074 .jet-popup__content{
  height: 100% !important;
  overflow-y: auto !important;
}
.icon-link-box {
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

.icon-link-box i:hover {
 color: #2B5C9C !important;
}

.icon-link-box:hover h3,
.icon-link-box:hover p {
  color: #ffffff;
}

.icon-link-box a,
.icon-link-box a:visited {
  color: #ffffff !important;
  cursor: pointer !important;
}

.icon-link-box:hover a {
  color: #2b5c9c !important;
 
  
}
 .cmplz-cookiebanner .cmplz-links ul li + li,
.cmplz-cookiebanner .cmplz-links ul li > ul li,
.cmplz-cookiebanner .cmplz-links ul li > ol li {
  margin-top: 0 !important;
}


/* Elementor Search icon hover – override tema */
.elementor-search-form__submit:hover i,
.elementor-search-form__submit:hover svg {
  color: #2B5C9C !important;
  fill: #2B5C9C !important;
}
/*
.elementor-11837 .elementor-element-64430e1 .jet-search__popup-trigger:hover,
.elementor-11837 .elementor-element-64430e1 .jet-search__popup-trigger:hover i,
.elementor-11837 .elementor-element-64430e1 .jet-search__popup-trigger:hover svg {
  color: #2B5C9C !important;
  fill: #2B5C9C !important;
}
.elementor-11837 
.elementor-element.elementor-element-c6ce60d 
.elementor-element-populated a:hover {
  color: #2B5C9C !important;
}
*/
.certificazione-iso {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 18px;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 6px;
  background: rgba(255,255,255,0.06);
}
.certificazione-iso p {
  margin: 0;
  line-height: 1.4;
  
}
.certificazione-iso img {
  width: 135px;
}
.certificazione-iso .elementor-column:last-child {
  display:none;
}
@media (max-width: 767px) {

  .certificazione-iso .elementor-image-box-wrapper {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
  }

  .certificazione-iso .elementor-image-box-img {
    flex: 0 0 135px !important;
    max-width: 135px !important;
    width: 135px !important;
    margin-right: 0 !important;
  }

  .certificazione-iso .elementor-image-box-img img {
    width: 135px !important;
    max-width: 135px !important;
    height: auto !important;
    display: block !important;
  }

  .certificazione-iso .elementor-image-box-content {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
  }

  .certificazione-iso .elementor-image-box-title,
  .certificazione-iso .elementor-image-box-description {
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
  }

}