/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
.row {
  margin-right: -5px;
  margin-left: -5px;
  font-weight: 600;
  font-size: 110%;
}
.fixed-module-1 {
  position: fixed;
  top: 0;
  z-index: 10001;
  margin-top: 658px;
}
.fixed-module-2 {
  position: fixed;
}
.fixed-module-3 {
  margin-bottom: 0px !important;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  width: 90%;
  margin-left: -16px;
  background-color: #FFFF8A;
  font-weight: 600;
  height: 24%;
}
.border-intro {
  border-top: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
}
.border-intro-1 {
  border-top: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
}
.parallax-container {
  height: 840px;
}
.parallax-container img {
  margin-top: 200px;
}
.z-1 {
  z-index: 10001;
  background-color: blue;
}
.z-2 {
  z-index: 10002;
}
/* --- MENU PRINCIPALE --- */
#g-header {
  width: 100%;
  min-height: 300px;
  /* Cambiato in min-height per sicurezza responsive */
}
.header-10 {
  min-height: 325px !important;
  /* Cambiato in min-height */
  margin-top: 90px;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
  font-size: 1.2rem;
}
.g-main-nav ul {
  padding: 0;
  list-style: none;
  color: white !important;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 3px;
  margin-top: -8px;
  font-weight: 600;
  margin-right: -5px;
}
.g-main-nav .g-toplevel {
  line-height: 2.3;
  color: white !important;
  margin-left: 5px;
  margin-top: 5px;
}
/* Ho raggruppato queste due regole perché facevano la stessa cosa */
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content, .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
  color: white !important;
  text-indent: 14px;
  /* Unificato a 14px */
}
.scrollToTop {
  right: 50%;
  font-size: 30px;
  opacity: 0.6;
  z-index: 10002;
  color: yellow;
  border: 4px solid rgba(255, 255, 0, 0.7);
  border-radius: 50%;
  transform: rotateY(360deg);
  box-sizing: border-box;
}
.scrollToTop-icon {
  background-size: 30px 30px;
  font-size: 30px;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 1;
  z-index: 10002;
}
.scrollToTop.small {
  font-size: 35px;
  right: 26%;
  bottom: 12px;
  color: blue;
  z-index: 10002;
  opacity: 0.7;
  margin-left: 14px;
  width: 60px;
  height: 60px;
  line-height: 42px;
  text-align: center;
  box-sizing: border-box;
}
.gc-pulsantiera-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  width: 100%;
}
/* 1. Spazio di default (usato dai cellulari) */
.spazio-1 {
  min-height: 50px;
  /* 2. Spazio per Tablet e Desktop (schermi più larghi di 768px) */
}
@media (min-width: 768px) {
  .spazio-1 {
    min-height: 70px;
  }
}
/* 1. Spazio di default (usato dai cellulari) */
.spazio-2 {
  min-height: 40px;
  /* 2. Spazio per Tablet e Desktop (schermi più larghi di 768px) */
}
@media (min-width: 768px) {
  .spazio-2 {
    min-height: 60px;
  }
}
/* 1. Spazio di default (usato dai cellulari) */
.spazio-3 {
  min-height: 140px;
  /* 2. Spazio per Tablet e Desktop (schermi più larghi di 768px) */
}
@media (min-width: 768px) {
  .spazio-3 {
    min-height: 160px;
  }
}
/* --- STILE PULSANTE ACCEDI --- */
.contenitore-accedi {
  text-align: center;
  width: 100%;
  padding: 15px 0;
  /* Un po' di respiro sopra e sotto */
}
.pulsante-accedi-custom {
  display: inline-block;
  background-color: #45a0f5;
  /* Azzurro del tuo screenshot */
  color: #ffffff !important;
  border: 2px solid #ffff00;
  /* Bordo giallo */
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none !important;
  /* Opzionale: se vuoi gli angoli leggermente arrotondati, scommenta la riga sotto */
  /* border-radius: 5px; */
  transition: all 0.3s ease;
}
/* Effetto quando ci passi sopra col mouse */
.pulsante-accedi-custom:hover {
  background-color: #2b8be6;
  /* Azzurro leggermente più scuro */
  color: #ffffff !important;
  border-color: #ffcc00;
}
#g-footer .g-horizontalmenu {
  text-align: center;
}
.footer-1 {
  padding-left: 10px;
  padding-right: 10px;
  text-align: justify;
}
.avPlayerWrapper {
  background: #00ffff;
}
.avPlayerWrapper .avPlayerContainer .avPlayerBlock audio {
  background-color: dodgerblue;
}
#g-intro {
  margin-top: -200px;
}
.addtoany_list > a {
  padding: 0 5px;
}
.addtoany_container {
  text-align: center;
  order: 2;
}
.readmore {
  order: 1;
}
/* Rendi il contenitore padre flex */
.item-content {
  display: flex;
  flex-direction: column;
}
.blog-item {
  border-bottom: 3px solid #b3daff;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.blog-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.border-12 {
  border: 4px solid yellow;
}
.menu-index-1 {
  z-index: 10002;
}
.fixed-module-3 {
  margin-bottom: -120px;
  line-height: 25px;
  font-weight: 500;
}
#g-offcanvas {
  width: 12.5rem;
}
#g-mobilemenu-container .g-toplevel li .g-menu-item-content {
  line-height: 1.5rem;
}
#g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container {
  padding: 1rem;
  font-weight: 700;
}
/* ==========================================
   1. STILE PER CELLULARI (fino a 767px)
   ========================================== */
@media (max-width: 767px) {
  /* --- Pulsante Toggle --- */
  /* --- Pannello Menu Laterale --- */
  .g-offcanvas-toggle, #g-navigation .g-offcanvas-toggle, .dir-left .g-offcanvas-toggle, .dir-right .g-offcanvas-toggle {
    display: block !important;
    position: fixed !important;
    top: auto !important;
    left: auto !important;
    bottom: 60px !important;
    /* Riportato al valore originale */
    right: 33px !important;
    /* Riportato al valore originale */
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
    z-index: 10004 !important;
    font-size: 3.3rem !important;
    color: #ee4b2b !important;
  }
  #g-offcanvas {
    width: calc(12.5rem + 20px) !important;
    /* Allargato di 20 pixel */
  }
}
/* ==========================================
   2. STILE PER TABLET E DESKTOP (da 768px in su)
   ========================================== */
@media (min-width: 768px) {
  /* --- Pulsante Toggle --- */
  /* --- Pannello Menu Laterale --- */
  .g-offcanvas-toggle, #g-navigation .g-offcanvas-toggle, .dir-left .g-offcanvas-toggle, .dir-right .g-offcanvas-toggle {
    display: block !important;
    visibility: visible !important;
    position: fixed !important;
    top: auto !important;
    left: auto !important;
    bottom: 50px !important;
    /* Alzato di 25px rispetto alla base */
    right: 65px !important;
    /* Spostato a sinistra di 25px rispetto alla base */
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
    z-index: 10004 !important;
    font-size: 4rem !important;
    color: #ee4b2b !important;
  }
  #g-offcanvas {
    width: calc(12.5rem + 50px) !important;
    /* Allargato di 50 pixel */
  }
}
#g-totop, .g-offcanvas-toggle {
  z-index: 100 !important;
}
.footer-2 {
  margin-right: 5px;
  margin-left: 5px;
  font-size: 16px;
  text-align: justify;
}
.horizontal-menu-1 {
  border-bottom: 4px solid yellow;
}
.jo-articles-display {
  margin: 10px 0;
  text-align: center;
}
.jo-articles-display-thumbnail {
  margin: auto;
}
.margin-footer-1 {
  margin-bottom: -40px;
  height: 160px !important;
}
.social-community-1 {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 100px;
  background-color: white;
}
.navbar-light .navbar-toggler {
  margin-left: 5px;
}
.jo-article-item {
  position: relative;
  /* Set the boundary for the link */
}
.jo-article-item a.jo-title-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
  /* Places the invisible link area above the image and mask */
}
.jo-articles-display .article-item {
  border-width: 2px;
}
.green-background-1 {
  background-color: #ffffe0;
  border: 4px solid aqua;
  padding: 20px;
  margin-top: 5px;
}
#digi_showcase_201 .showcase-item {
  border: 4px solid yellow;
}
.jo-articles-display .article-title a {
  background-color: rgba(255, 255, 207, 0.5);
  padding: 5px 10px;
  border-radius: 12px;
  box-decoration-break: clone;
  font-weight: 700;
}
#digi_showcase_201 .showcase-item h3.title a {
  color: #1e90ff;
  background-color: rgba(255, 255, 207, 0.5);
  padding: 5px 10px;
  border-radius: 12px;
  box-decoration-break: clone;
  font-weight: 700;
}
#digi_showcase_201 .showcase-item h4.category {
  background-color: #fffe0;
  padding: 5px 10px;
  border-radius: 12px;
  box-decoration-break: clone;
  color: #1e90ff;
}
.video-container-custom {
  max-width: 1200px;
  margin: 10px 0;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border: 1px solid #e1e4e8;
  box-sizing: border-box;
  width: 100%;
}
.video-container-custom .video-title {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 15px 10px;
  margin: 0;
  color: #2d3436;
  background: linear-gradient(to bottom, #ffffff, #f8f9fa);
  border-bottom: 1px solid #eee;
}
.video-container-custom .video-player {
  width: 100%;
  background: #000;
}
.video-container-custom .video-player .avVideo {
  max-width: 100% !important;
  margin: 0 auto !important;
}
.video-container-custom .video-player .avVideo iframe {
  width: 100% !important;
  aspect-ratio: 1.7777777778;
  height: auto !important;
  display: block;
  border: 0;
}
.video-container-custom .video-description {
  text-align: center;
  padding: 18px 15px;
  margin: 0;
  color: #0000FF;
  font-size: 0.95rem;
  line-height: 1.5;
  background: #ffffff;
}
/* ============================================================
   STRUTTURA TITOLI CATEGORIA (Versione Finale 2026)
   ============================================================ */
/* --- SEZIONE TITOLI CATEGORIE (Gesù, Maria, Spiritualità, ecc.) --- */
/* Contenitore con linea superiore */
.gc-titolo-wrapper {
  border-top: 4px solid #1e90ff !important;
  margin-top: 25px !important;
  padding-top: 20px !important;
  clear: both;
  display: block;
}
/* Box con sfondo azzurrino e bordo laterale colorato */
.gc-titolo-box {
  background-color: #f0f8ff !important;
  padding: 12px 20px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: block;
  /* Default bordo laterale */
  border-left: 10px solid #1e90ff !important;
}
/* Stile Pulsante Titolo (Carattere Classico Georgia) */
.gc-titolo-btn {
  font-family: "Georgia", serif !important;
  font-size: 1.4rem !important;
  font-style: italic !important;
  font-weight: bold !important;
  text-decoration: none !important;
  padding: 10px 25px !important;
  display: inline-block !important;
  border: 2px solid #1e90ff !important;
  border-radius: 6px !important;
  background-color: #ffffff !important;
  color: #1e90ff !important;
  transition: all 0.3s ease !important;
  cursor: pointer;
}
/* Effetto Hover per i Titoli: Piccola traslazione a destra */
.gc-titolo-btn:hover {
  transform: translateX(10px) !important;
  background-color: #1e90ff !important;
  color: #ffffff !important;
}
/* Personalizzazione colori bordi laterali per categoria */
.titolo-gesu .gc-titolo-box {
  border-left-color: #1e90ff !important;
}
.titolo-maria .gc-titolo-box {
  border-left-color: #b3ffff !important;
}
/* Azzurro chiaro */
.titolo-spiritualita .gc-titolo-box {
  border-left-color: #ffd700 !important;
}
/* Oro */
.titolo-animali .gc-titolo-box {
  border-left-color: #32cd32 !important;
}
/* Verde */
.titolo-santi .gc-titolo-box {
  border-left-color: #ff8c00 !important;
}
/* Arancione */
.titolo-mondo .gc-titolo-box {
  border-left-color: #8a2be2 !important;
}
/* Viola */
/* --- SEZIONE PULSANTI PRATO (Bibbia e Liturgia) --- */
.gc-container-sezione {
  background-image: url('https://www.gesucristo.info');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 20px;
  margin: 40px 0;
  border: 4px solid aqua;
  border-radius: 15px;
  display: flex;
  justify-content: center;
}
.gc-pulsantiera-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  width: 100%;
  max-width: 700px;
}
/* Pulsanti Prato: Sfondo DodgerBlue e Font Tahoma */
.gc-btn {
  display: block;
  width: 95%;
  max-width: 600px;
  padding: 20px;
  text-align: center;
  text-decoration: none !important;
  background-color: #1e90ff !important;
  /* DodgerBlue */
  color: #ffff00 !important;
  /* Testo Giallo */
  font-family: "Tahoma", serif !important;
  font-size: 1.6rem;
  font-weight: bold;
  border: 4px solid #ffff00;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
/* Pulsante YouTube (Sfondo Rosso) */
.btn-youtube {
  background-color: #ff0000 !important;
}
/* Effetto Hover Prato: Traslazione verso l'alto */
.gc-btn:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6);
  color: #ffffff !important;
  /* Il testo diventa bianco al passaggio */
}
/* Ottimizzazione Mobile */
@media (max-width: 768px) {
  .gc-titolo-btn, .gc-btn {
    font-size: 1.3rem !important;
    width: 100%;
  }
}
/* --- Bordo Rettangolare Video YouTube (Correzione Linea Sinistra) --- */
.junewsultra iframe, .juvideo iframe, iframe[src*="youtube"] {
  /* 1. Applica bordo rettangolare (cambia 2px in 1px se lo preferisci più sottile) */
  border: 2px solid #ffd700 !important;
  border-radius: 0 !important;
  /* Rimuove l'arrotondamento per un look rettangolare */
  /* 2. Rimuove ombre che possono creare l'illusione di linee chiare */
  box-shadow: none !important;
  /* 3. Correzione tecnica per la linea a sinistra */
  /* Aggiungiamo un piccolissimo spazio interno nero per coprire il difetto del player */
  padding: 1px !important;
  background-color: #000000 !important;
  /* Forza le dimensioni per evitare che il bordo venga tagliato */
  display: block !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}
/* Rimuove eventuali bordi del contenitore che potrebbero interferire */
.juvideo, .video-wrapper {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
}
/* Eccezione per i moduli video reel (ignora bordi e stili precedenti) */
.reel-wrapper iframe {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  background: transparent !important;
}
/* --- Colore Titolo Articolo Esteso (Solo non cliccabile) --- */
/* Applica il colore solo quando h1 o h2 NON contengono un link <a> */
.item-page h1:not(:has(a)), .item-page h2:not(:has(a)), h1.contentheading:not(:has(a)), h2.contentheading:not(:has(a)) {
  color: #1e90ff !important;
  /* Dodgerblue */
  font-weight: 700 !important;
}
/* Se il tuo browser/template non supporta :has, usiamo il selettore standard per Joomla */
.item-page .page-header h1, .item-page .page-header h2 {
  color: #1e90ff !important;
}
/* --- Colore Titolo Categoria Non Cliccabile (#ff725e) --- */
.category-list h1, .blog h1, .page-header h1:not(:has(a)), h1[itemprop="name"]:not(:has(a)), .content-category h1 {
  color: #ff725e !important;
  /* Il tuo Rosso Chiaro / Corallo */
  font-weight: 700 !important;
  text-transform: none;
  /* Mantiene il testo come scritto, o usa 'uppercase' per tutto maiuscolo */
  margin-bottom: 20px !important;
}
/* Copertura per eventuali sottotitoli di categoria (H2) */
.category-desc h2, .content-category h2:not(:has(a)) {
  color: #ff725e !important;
}
/* Contenitore Principale Sezione */
.gc-container-sezione {
  background-image: url('https://www.gesucristo.info/images/1/Prato-cielo.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 20px;
  margin: 30px 0;
  border: 4px solid aqua;
  border-radius: 15px;
  display: flex;
  justify-content: center;
}
/* Box interno che incolonna i pulsanti */
.gc-pulsantiera-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  /* Spazio tra un pulsante e l'altro */
  width: 100%;
  max-width: 700px;
}
/* Stile Base Pulsanti */
.gc-btn {
  display: block;
  width: 100%;
  max-width: 600px;
  padding: 20px;
  text-align: center;
  text-decoration: none !important;
  background-color: rgba(0, 128, 0, 0.8);
  /* Verde semi-trasparente per far vedere lo sfondo */
  color: #ffff00 !important;
  /* Testo Giallo */
  font-size: 1.6rem;
  font-weight: bold;
  border: 4px solid #ffff00;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
/* Pulsante YouTube specifico */
.btn-youtube {
  background-color: #ff0000 !important;
  border-color: #ffff00 !important;
}
/* EFFETTO HOVER: Solo traslazione */
.gc-btn:hover {
  transform: translateY(-5px);
  /* Si sposta leggermente verso l'alto */
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6);
  color: #ffffff !important;
  /* Opzionale: il testo diventa bianco al passaggio */
}
/* Responsive: testo più piccolo su cellulari */
@media (max-width: 768px) {
  .gc-btn {
    font-size: 1.1rem;
    padding: 15px;
  }
}
#aixwebtick-172 .mask {
  height: 100px;
}
.navbar-light .navbar-toggler {
  margin-left: -100px;
}
/* ==========================================================================
   MINITEK WALL - PERSONALIZZAZIONE UNIFICATA (VERSIONE ROSSO CHIARO)
   ========================================================================== */
/* --- 1. PULIZIA HOVER SULL'IMMAGINE --- */
/* Nasconde tutti i testi sopra l'immagine (inclusa la parola "in") */
#mwall_items_1 .mwall-hover-box .mwall-title, #mwall_items_1 .mwall-hover-box .mwall-item-info, #mwall_items_1 .mwall-hover-box .mwall-text-container {
  display: none !important;
  font-size: 0 !important;
}
/* Mostra solo le icone centrali */
#mwall_items_1 .mwall-hover-box .mwall-buttons {
  display: flex !important;
  visibility: visible !important;
}
/* --- 2. TITOLI SOTTO L'IMMAGINE (ROSSO LUMINOSO) --- */
#mwall_items_1 .mwall-detail-box h3.mwall-title a {
  color: #ff4d4d !important;
  /* Rosso chiaro vivido */
  font-size: 22px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  display: inline-block !important;
  transition: color 0.2s ease, opacity 0.2s ease !important;
}
h3.mwall-title a, h3.mwall-title span {
  font-size: 22px !important;
  font-weight: 700 !important;
}
/* --- 3. CATEGORIA SOTTO L'IMMAGINE (GIALLO) --- */
#mwall_items_1 .mwall-detail-box .mwall-item-info {
  font-size: 0 !important;
  /* Nasconde definitivamente "in" */
}
#mwall_items_1 .mwall-detail-box .mwall-item-info a {
  color: #ffff80 !important;
  /* Giallo chiaro */
  font-size: 16px !important;
  font-weight: 600 !important;
  font-style: italic !important;
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  display: inline-block !important;
}
/* Prefisso "Categoria >>" */
#mwall_items_1 .mwall-detail-box .mwall-item-info a::before {
  content: " > ";
  font-style: normal;
  color: #ffff80 !important;
}
/* --- 4. FIX SFARFALLIO E HOVER STATICO --- */
#mwall_items_1 .mwall-title a:hover {
  color: #ff8080 !important;
  /* Diventa un rosso ancora più chiaro in hover */
  opacity: 1 !important;
  text-decoration: none !important;
}
#mwall_items_1 .mwall-item-info a:hover {
  opacity: 0.8 !important;
  text-decoration: none !important;
  transform: translateZ(0);
  /* Fix stabilità */
}
/* --- 5. MOBILE --- */
@media (max-width: 767px) {
  #mwall_items_1 .mwall-detail-box h3.mwall-title a {
    font-size: 22px !important;
  }
  #mwall_items_1 .mwall-detail-box .mwall-item-info a {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 479px) and (max-width: 718px) {
  #mwall_items_2 .mwall-detail-box h3.mwall-title a, #mwall_items_2 .mwall-detail-box h3.mwall-title span {
    font-size: 22px !important;
  }
}
@media only screen and (min-width: 479px) and (max-width: 718px) {
  #mwall_items_2 .mwall-item-inner .mwall-title a, #mwall_items_2 .mwall-item-inner .mwall-title span {
    font-size: 22px !important;
  }
}
/* --- AUMENTO FASCIA BIANCA TRA GLI ARTICOLI (MOBILE) --- */
@media (max-width: 767px) {
  /* Colpiamo gli articoli dei tuoi due moduli MiniTek */
  #mwall_items_1 .mwall-item, #mwall_items_2 .mwall-item {
    /* Aumenta lo spazio bianco sotto ogni articolo */
    margin-bottom: 50px !important;
    /* Assicura che ogni articolo sia isolato dagli altri */
    display: block !important;
    clear: both;
  }
}
/* --- CONFIGURAZIONE ANTEPRIME JU NEWS ULTRA (3 COLONNE) --- */
.junewsultra {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 18px !important;
  justify-content: flex-start !important;
  padding: 20px 0 !important;
  list-style: none !important;
}
/* Ottimizzazione touch per MiniTek Wall su gesucristo.info */
.minitek-wall-item {
  /* Rimuove il ritardo del doppio tocco e stabilizza lo scroll */
  touch-action: manipulation;
  /* Evita che il trascinamento del dito selezioni l'elemento o lo "sposti" */
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: transparent;
}
/* SCHEDA SINGOLO ARTICOLO */
.junewsultra > div, .junewsultra > li, .junewsultra article {
  /* 33.33% = 3 colonne su Desktop */
  flex: 0 1 calc(33.33% - 14px) !important;
  background: #ffffff !important;
  border: 4px solid #ffd700 !important;
  /* Bordo Giallo Oro */
  border-radius: 12px !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12) !important;
  padding: 12px !important;
  display: flex !important;
  flex-direction: column !important;
  box-sizing: border-box !important;
  text-align: center !important;
  transition: transform 0.3s ease !important;
}
/* Effetto al passaggio del mouse */
.junewsultra > div:hover, .junewsultra > li:hover, .junewsultra article:hover {
  transform: translateY(-5px) !important;
  border-color: #ffcc00 !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
}
/* IMMAGINE (Adattata per 3 colonne) */
.junewsultra img {
  display: block !important;
  width: 100% !important;
  height: 200px !important;
  object-fit: contain !important;
  margin-bottom: 12px !important;
}
/* CATEGORIA (Font Classico Georgia) */
.junewsultra .jucat, .junewsultra .jucategory {
  color: #0000FF !important;
  font-family: "Georgia", serif !important;
  font-style: italic !important;
  font-weight: bold !important;
  margin-bottom: 8px !important;
}
/* TITOLO (DodgerBlue) */
.junewsultra .jutitle, .junewsultra h4 {
  color: #1E90FF !important;
  font-family: "Georgia", serif !important;
  font-size: 1.15rem !important;
  font-weight: bold !important;
  text-decoration: none !important;
  margin-bottom: 10px !important;
}
/* --- MOBILE: 1 COLONNA --- */
@media (max-width: 767px) {
  .junewsultra > div, .junewsultra > li, .junewsultra article {
    flex: 0 1 100% !important;
    /* 1 colonna su smartphone */
  }
}
.junewsultra .jn-title {
  font-weight: 700;
  font-size: 18px;
  color: dodgerblue;
}
.junewsultra .jn-info {
  font-size: 16px;
  font-weight: 700;
}
/* --- RIMOZIONE DEFINITIVA SCRITTA SORT BY --- */
.mwall-buttons > span {
  display: none !important;
}
/* Nasconde il contenitore info e ripristina solo i link */
.mwall-item-info {
  font-size: 0 !important;
}
.mwall-item-info a, .mwall-item-info .mwall-date, .mwall-item-info i {
  font-size: 0.85rem !important;
  /* Regola la dimensione come preferisci */
  display: inline-block;
}
/* Rimuove eventuali separatori o testo "in" residuo */
.mwall-item-category {
  font-size: 0 !important;
}
.mwall-item-category a {
  font-size: 0.85rem !important;
}
/* --- Nuove personalizzazioni Minitek Wall --- */
/* Sfondo azzurro per la zona testo */
.mwall-item-info-wrapper, .mwall-item-content {
  background-color: dodgerblue !important;
  padding: 15px !important;
}
/* Titolo grande e bianco */
.mwall-item-title, .mwall-item-title a {
  color: #ffffff !important;
  font-size: 1.6rem !important;
  /* Ingrandito in proporzione */
  font-weight: bold !important;
  text-decoration: none !important;
  border-bottom: none !important;
}
/* Categoria in giallo chiaro senza sfarfallio */
.mwall-item-category a {
  color: #ffffcc !important;
  font-size: 1.2rem !important;
  text-decoration: none !important;
  border-bottom: none !important;
  transition: none !important;
  /* Blocca lo sfarfallio */
}
/* Rimuove sottolineatura al passaggio del mouse su tutto il blocco */
.mwall-item-title a:hover, .mwall-item-category a:hover {
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}
/* CLASSI PERSONALIZZATE PER PULSANTI - www.gesucristo.info */
/* Base comune: rende il link un pulsante */
.pulsante-base {
  display: inline-block !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  cursor: pointer;
  line-height: 1.2 !important;
  border: none !important;
}
/* Variante: GRANDE e AZZURRO con leggera traslazione */
.pulsante-musica {
  background-color: #399fa0 !important;
  color: #ffffff !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  padding: 1.2rem 2.5rem !important;
  border-radius: 8px !important;
  /* Angoli meno tondi */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
  /* Transizione fluida per colore, ombra e movimento */
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease !important;
  display: inline-block !important;
}
.pulsante-musica:hover {
  background-color: #2a7e7f !important;
  /* Leggera traslazione in alto (3 pixel) senza ingrandimento */
  transform: translateY(-3px) !important;
  /* Aumenta leggermente l'ombra per enfatizzare il distacco dal fondo */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2) !important;
}
/* Variante: GIALLO TRASPARENTE (stile jo-articles) */
.pulsante-evidenziato {
  background-color: rgba(255, 255, 207, 0.8) !important;
  color: #333333 !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  padding: 10px 20px !important;
  border-radius: 4px !important;
}
/* TITOLI NELLE CATEGORIE / BLOG (Cliccabili) */
h2.item-title a, h3.item-title a, .page-header h2 a, .category-list h3 a {
  color: #1e90ff !important;
  /* Dodger Blue */
  font-weight: bold !important;
  /* Grassetto come l'articolo finale */
  font-size: 1.8rem !important;
  /* Stessa dimensione */
  text-decoration: none !important;
  transition: color 0.3s ease !important;
}
/* --- EFFETTO HOVER ROSSO SENZA SCATTI GRAFICI --- */
h2.item-title a:hover, h3.item-title a:hover, .page-header h2 a:hover, .category-list h3 a:hover {
  color: #ff0000 !important;
  /* Rosso */
  text-decoration: none !important;
  /* Elimina la sottolineatura standard che fa ballare il testo */
  border-bottom: 2px solid #ff0000;
  /* Crea una linea stabile e pulita */
  padding-bottom: 1px;
  /* Distanzia appena la linea dal testo */
}
/* TITOLO DENTRO L'ARTICOLO (Fisso, non cliccabile) */
.item-page h1, .item-page h2:not(.item-title) {
  color: #1e90ff !important;
  /* Dodger Blue */
  font-weight: bold !important;
  font-size: 1.8rem !important;
}
/* Ottimizzazione fluida per la testata di gesucristo.info */
picture img {
  max-width: 100% !important;
  /* Impedisce all'immagine di uscire dai bordi del telefono */
  height: auto !important;
  /* Mantiene le proporzioni corrette (evita schiacciamenti) */
  display: block;
  /* Elimina piccoli spazi bianchi indesiderati sotto l'immagine */
  margin: 0 auto;
  /* Centra l'immagine se lo schermo è più largo del file */
}
.video-container-modulo {
  width: 100%;
  max-width: 450px;
  margin: 40px auto !important;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  /* Un'ombra leggera per staccarli */
}
/* Rimuoviamo il blocco aspect-ratio per lasciare che il video decida la sua altezza */
.video-container-modulo video {
  width: 100%;
  height: auto;
  /* Si adatta al formato originale del file (750x750, 720x1280, etc.) */
  display: block;
  background: #000;
}
/* Tablet (Visuale intermedia) */
@media (min-width: 768px) and (max-width: 1024px) {
  .video-container-modulo {
    max-width: 85%;
    /* Crea spazio ai fianchi senza particle esterne */
    margin: 30px auto !important;
  }
}
/* Riga Pulsanti centrata */
.video-controls-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 15px;
  background: #fff;
}
.mute-toggle-bottom {
  background: #444;
  color: #fff;
  border: none;
  padding: 8px 12px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 13px;
}
.btn-download-gesu {
  background-color: #25D366;
  color: white !important;
  text-decoration: none !important;
  padding: 10px 15px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  flex-grow: 1;
}
.mod-c .btn {
  font-weight: 400;
  color: #212529;
  padding: 0.8rem 0.8rem;
  font-size: 1.2rem;
}
.mod-c .btn-primary {
  font-weight: 700;
  font-size: 1.2rem;
  background: dodgerblue;
  color: #fff;
  border: 1px solid transparent;
  vertical-align: middle;
  text-shadow: none;
  transition: all 0.2s;
}
.mod-c .jb-privacy .modal-body {
  padding: 14px;
  border: 4px yellow solid;
  border-radius: 4px;
}
.mod-c .jb-privacy-text {
  font-size: 18px;
  font-weight: 700;
  color: dodgerblue;
}
._access-icon {
  font-size: 0 !important;
  transform: translateY(17px) !important;
}
._access-icon svg, ._access-icon img, ._access-icon i, ._access-icon span, ._access-icon::after {
  display: none !important;
  content: none !important;
}
._access-icon::before {
  content: "⚙" !important;
  display: inline-block !important;
  font-size: 34px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  font-family: Arial, sans-serif !important;
  color: #cfcfcf !important;
  text-shadow: 0 0 0.3px currentColor;
  transform: scale(1.15) !important;
}
@media (max-width: 768px) {
  ._access-icon {
    transform: translateY(13px) !important;
  }
  ._access-icon::before {
    font-size: 38px !important;
    transform: scale(1.2) !important;
  }
}
.mod-c {
  position: fixed !important;
  bottom: 20px !important;
  /* Alza il modulo di 20 pixel dal fondo dello schermo */
  left: 20px !important;
  /* Stacca il modulo dal bordo sinistro */
  right: 20px !important;
  /* Stacca il modulo dal bordo destro */
  width: calc(100% - 40px) !important;
  /* Riduce la larghezza per non farlo sbordare dopo i 20px di margine */
  /* Opzionale: aggiunge angoli arrotondati e ombra per un effetto "fluttuante" */
  border-radius: 8px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;
  /* Mantieni gli altri tuoi stili qui sotto */
  top: auto !important;
  height: auto !important;
  z-index: 99999 !important;
}
.sezione-download-sito {
  margin-top: 50px;
  padding: 25px;
  background-color: #fcfcfc;
  border: 1px solid #eee;
  border-radius: 8px;
}
.sezione-download-sito h3 {
  color: #1e90ff;
  font-size: 26px;
  margin-bottom: 15px;
  border-bottom: 2px solid #1e90ff;
  padding-bottom: 10px;
}
.nota-info-download {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 25px;
}
.nota-info-download strong {
  color: #1e90ff;
}
.griglia-lista-download {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.riga-download-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  padding: 14px 18px;
  border-radius: 6px;
  border-left: 4px solid #1e90ff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}
.nome-file-testo {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  padding-right: 15px;
}
.pulsante-lista-scarica {
  background-color: #1e90ff;
  color: #ffffff !important;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background 0.2s, transform 0.1s;
}
.pulsante-lista-scarica:hover {
  background-color: #0076f2;
  color: #ffffff !important;
  transform: scale(1.02);
}
@media (max-width: 768px) {
  .griglia-lista-download {
    grid-template-columns: 1fr;
  }
  .sezione-download-sito h3 {
    font-size: 22px;
  }
}
.edit.item-page .btn-toolbar .btn, .pager.pagenav a, p.readmore .btn, .contact .form-actions .btn, #contact-form .controls .btn-primary.validate, .profile .btn, .login .btn, .logout .btn, .registration .btn, .profile-edit .btn, .remind .btn, .reset .btn, .search #searchForm .btn, .search #search-form .btn, .finder #searchForm .btn, .finder #search-form .btn {
  font-size: 1rem;
  border-radius: 1rem;
}
/* ==========================================================================
   FASCIA AZZURRA DI SFONDO (invariata)
   ========================================================================== */
body::after {
  content: "";
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20vh;
  min-height: 160px;
  background: linear-gradient(to bottom, rgba(0, 255, 255, 0) 0%, rgba(0, 255, 255, 0.12) 20%, rgba(0, 255, 255, 0.08) 90%);
  z-index: 10;
  pointer-events: none;
}
/* Forza i contenitori a non far strabordare gli elementi fluttuanti (Clearfix moderno) */
#g-header, #g-navigation, .g-content {
  display: flow-root;
  clear: both;
}
.button-100 {
  box-shadow: inset 0px -50px 0px -42px #e67a73;
  background: linear-gradient(to bottom, #e4685d 5%, #eb675e 100%);
  background-color: #e4685d;
  border: 4px solid #ffff00;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 20px;
  padding: 8px 8px;
  font-weight: 600;
  text-decoration: none;
  width: 90%;
}
.button-100:hover {
  background: linear-gradient(to bottom, #eb675e 5%, #e4685d 100%);
  background-color: #eb675e;
  color: #ffffff;
  width: 90%;
}
.button-100:active {
  position: relative;
  top: 2px;
  width: 90%;
}
.button-101 {
  box-shadow: inset 0px -50px 0px -42px #51b7ff;
  background: linear-gradient(to bottom, #51b7ff 5%, #1e90ff 100%);
  background-color: #1e90ff;
  border: 4px solid #ffff00;
  display: inline-block;
  cursor: pointer;
  color: #ffffff !important;
  font-family: Arial;
  font-size: 24px;
  padding: 8px 8px;
  font-weight: 600;
  text-decoration: none;
  width: 90%;
}
.button-101:hover {
  background: linear-gradient(to bottom, #1e90ff 5%, #51b7ff 100%);
  background-color: #1e90ff;
  color: #ffffff;
  width: 90%;
}
.button-101:active {
  position: relative;
  top: 2px;
  width: 90%;
}
@media (max-width: 768px) {
  .offcanvas-custom, .offcanvas-custom .g-offcanvas-content, .offcanvas-custom .uk-offcanvas-bar, .offcanvas-custom .g-mobilemenu-wrapper {
    width: 370px !important;
    max-width: 370px !important;
  }
}
.gc-top-banner {
  background-image: url('../../../../images/Immagini-Sacre/Cielo-1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 90px;
  margin: 5px 0;
  padding: 0 8px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: Candara, sans-serif;
  font-weight: 700;
}
.gc-top-banner-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 100%;
}
.gc-top-banner-line1 {
  font-size: 23px;
  line-height: 24px;
  color: red;
}
.gc-top-banner-line2 {
  font-size: 22px;
  line-height: 22px;
  color: #5b56ff;
}
@media (max-width: 768px) {
  .gc-top-banner {
    height: 90px;
    padding: 0 6px;
  }
  .gc-top-banner-line1 {
    font-size: 19px;
    line-height: 20px;
  }
  .gc-top-banner-line2 {
    font-size: 17px;
    line-height: 19px;
  }
}
/* ==========================================
   MODULO RICERCA (JT Search) - CSS STANDARD
   ========================================== */
/* 0. Contenitore Padre (Allineamento a destra) */
.contenitore-ricerca-sicuro {
  display: flex;
  justify-content: flex-end;
  /* Spinge il modulo a destra */
  align-items: flex-start;
  padding: 50px 0;
  min-height: 300px;
  width: 100%;
}
/* 1. Contenitore Base (Chiuso) - Ridotto a 400px */
.jt-search.container.nostyle {
  position: absolute !important;
  bottom: -160px !important;
  left: auto !important;
  top: auto !important;
  right: 0 !important;
  width: 400px !important;
  max-width: 400px !important;
  height: 140px !important;
  background-color: #0064FF !important;
  border-radius: 8px !important;
  border: 4px solid yellow !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease !important;
  z-index: 999 !important;
}
/* 2. Contenitore Aperto */
.jt-search.container.show-nostyle {
  opacity: 1 !important;
  visibility: visible !important;
  bottom: -170px !important;
  height: 180px !important;
  padding-left: 20px !important;
  padding-right: 120px !important;
}
/* 3. Pulsanti Cerca (Lente in alto) e Chiudi (X) - Forzati a 100px */
.contenitore-ricerca-sicuro .jt-search-wrap.nostyle .search-btn, .contenitore-ricerca-sicuro .jt-search-wrap.nostyle .close-btn {
  position: absolute !important;
  width: 100px !important;
  height: 100px !important;
  min-width: 100px !important;
  min-height: 100px !important;
  border-radius: 50% !important;
  background-color: #4a99ff !important;
  /* Colore base (azzurro) */
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s ease !important;
  right: 0 !important;
  font-size: 3rem !important;
  margin-right: 5px !important;
  cursor: pointer !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
/* 4. Pulsante Cerca Specifico (Lente in alto) */
.contenitore-ricerca-sicuro .jt-search-wrap.nostyle .search-btn {
  top: -20% !important;
  transform: translateY(-50%) !important;
}
/* Effetto Hover (Passaggio del mouse) per i bottoni rotondi */
.contenitore-ricerca-sicuro .jt-search-wrap.nostyle .search-btn:hover {
  transform: translateY(-50%) scale(1.1) !important;
  background-color: #0056b3 !important;
  /* Blu più scuro al passaggio del mouse */
}
/* 5. Pulsante Chiudi Specifico (X) */
.contenitore-ricerca-sicuro .jt-search-wrap.nostyle .close-btn {
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 10 !important;
}
.contenitore-ricerca-sicuro .jt-search-wrap.nostyle .close-btn:hover {
  transform: translateY(-50%) scale(1.1) !important;
  background-color: #cc0000 !important;
  /* Rosso al passaggio del mouse */
}
/* 5b. Ingrandimento etichetta "Cerca" in alto a sinistra */
.jt-search-wrap.nostyle label.finder {
  font-size: 1.2rem !important;
  color: #ffffff !important;
  font-weight: bold !important;
  margin-bottom: 5px !important;
  display: block !important;
}
/* 6. Input di testo - Ridotto a 210px */
.jt-search-wrap.nostyle .mod-jtsearch .awesomplete input[type="text"] {
  position: relative !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  height: 50px !important;
  width: 210px !important;
  font-size: 1rem !important;
  background-color: #fff !important;
  border: 1px solid white !important;
  outline: none !important;
  caret-color: #0028ff !important;
  color: #0028ff !important;
  border-radius: 4px 0px 0px 4px !important;
  left: 0px !important;
  padding-left: 10px !important;
}
/* 7. Pulsante di invio (Lente quadrata a destra dell'input) */
.jt-search-wrap.nostyle .btn.btn-primary {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 50px !important;
  height: 50px !important;
  right: -10px !important;
  border-radius: 0px 4px 4px 0px !important;
  background-color: #5ba3ff !important;
  color: #ffffff !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  z-index: 5 !important;
}
/* Forza il colore e INGRANDISCE l'icona dentro il pulsante quadrato */
.jt-search-wrap.nostyle .btn.btn-primary span {
  color: #ffffff !important;
  font-size: 1.5rem !important;
  display: block !important;
}
/* 8. Awesomplete (Ricerca Dinamica) - Colore testo evidenziato */
.jt-search-wrap.nostyle .awesomplete mark, .jt-search-wrap.nostyle .awesomplete li:hover mark, .jt-search-wrap.nostyle .awesomplete li[aria-selected="true"] mark {
  background-color: yellow !important;
  color: #00c2ee !important;
  font-weight: bold !important;
}
/* Colore normale dei suggerimenti nel menu a tendina */
.jt-search-wrap.nostyle .awesomplete ul li {
  color: #0028ff !important;
}
/* 9. Reset Nav */
.jt-search-wrap nav *, .jt-search-wrap nav ::before, .jt-search-wrap nav ::after {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}
/* ==========================================
   RESPONSIVE MOBILE - MODULO RICERCA (< 600px)
   ========================================== */
@media (max-width: 600px) {
  /* 1. Evitiamo che il bordo sinistro venga tagliato */
  /* 2. Riduciamo lo spazio interno a sinistra per far allungare l'input */
  /* 3. Allunghiamo il campo di testo bianco verso sinistra */
  /* 4. Pulsanti rotondi a 60px (invariato, andava bene) */
  /* 5. Aggiustiamo la posizione del pulsante Cerca */
  .jt-search.container.nostyle {
    width: 340px !important;
    /* Ridotto per entrare in tutti gli smartphone */
    max-width: 95vw !important;
    /* Sicurezza: non supererà mai il 95% dello schermo */
    right: 10px !important;
    /* Lo stacca di 10px dal bordo destro dello schermo */
  }
  .jt-search.container.show-nostyle {
    padding-left: 10px !important;
    /* Prima era 20px, ora diamo più spazio al campo bianco */
    padding-right: 70px !important;
  }
  .jt-search-wrap.nostyle .mod-jtsearch .awesomplete input[type="text"] {
    width: 230px !important;
    /* Aumentato da 180px a 230px */
  }
  .contenitore-ricerca-sicuro .jt-search-wrap.nostyle .search-btn, .contenitore-ricerca-sicuro .jt-search-wrap.nostyle .close-btn {
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    min-height: 60px !important;
    font-size: 1.8rem !important;
  }
  .contenitore-ricerca-sicuro .jt-search-wrap.nostyle .search-btn {
    top: -10% !important;
  }
}
/* 1. Nasconde CB Activity in TUTTI i normali articoli di Joomla */
body.view-article .cb_template {
  display: none !important;
}
/* 2. Riattiva CB Activity SOLO negli articoli dentro la particella "sezione-preghiere" */
body.view-article .sezione-preghiere .cb_template {
  display: block !important;
}
/*# sourceMappingURL=custom_17.css.map */