/* QUESTO E' IL FILE GIUSTO - media/templates/site/cassiopeia_parrocchia/css/user.css */

/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=IM+Fell+English&family=Playfair+Display:wght@700&display=swap');

/* ===== COLORE STAGIONALE ===== */
body {
    background-color: #CC0000;
    margin-bottom: 60px;
}

/* ===== NASCONDE CASSIOPEIA IN ALTO ===== */
.navbar-brand {
    display: none !important;
}

.container-header {
    display: none !important;
}

/* ===== NASCONDE MENU ORIZZONTALE ===== */
.navbar-nav,
#main-nav .nav-child,
.mod-menu.nav-pills {
    display: none !important;
}

/* ===== FOOTER ===== */
footer.container-footer {
    background: #CC0000 !important;
    background-color: #CC0000 !important;
    border: none !important;
    box-shadow: none !important;
    --cassiopeia-color-primary: #CC0000 !important;
}

container-footer.footer {
    background: #CC0000 !important;
}

/* ===== SFONDO BIANCO ARTICOLI E CATEGORIE ===== */
body.view-category {
    background-color: #ffffff !important;
}

body.view-article {
    background-color: #ffffff !important;
}

body.view-article.itemid-101 {
    background-color: #CC0000 !important;
}

/* ===== GRIGLIA COPERTINE HOMEPAGE ===== */
#cupolone-griglia {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 30px 20px 80px 20px;
}

header.header.container-header.full-width {
	display: none !important;
}
.cupolone-copertina {
    width: 280px;
	max-width: 80vw;
    text-align: center;
	margin: 0 auto;
}

.cupolone-copertina img {
    width: 100%;
	max-height: 80vw;
	object-fit: cover;
    border: 8px solid white;
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.4);
    transition: transform 0.2s;
    display: block;
}

.cupolone-copertina img:hover {
    transform: scale(1.03);
}

.cupolone-copertina-titolo {
    color: white;
    font-family: 'IM Fell English', serif;
    font-size: 1.1em;
    margin-top: 10px;
    text-align: center;
    display: block;
}

/* ===== NASCONDE ELEMENTI INDESIDERATI HOMEPAGE ===== */
body.itemid-101 .page-header {
    display: none !important;
}

body.itemid-101 .com-content-article__body a,
body.itemid-101 .com-content-article__body {
    display: none !important;
}

/* ===== NASCONDE ELEMENTI INDESIDERATI CATEGORIE ===== */
.subcat-desc,
.com-content-categories__items .alert,
div.alert-info,
.category-list h3,
dl.categories-grid {
    display: none !important;
}

/* ===== BARRA FISSA IN FONDO ===== */
#cupolone-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000000;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    box-sizing: border-box;
    z-index: 9999;
}

#cupolone-titolo {
    font-family: 'IM Fell English', serif;
    font-size: 1.6em;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: none;
}

#cupolone-numero {
    font-family: 'IM Fell English', serif;
    font-size: 0.75em;
    margin-left: 12px;
    opacity: 0.75;
}

#cupolone-hamburger {
    font-size: 1.8em;
    cursor: pointer;
    user-select: none;
    padding: 0 5px;
}

/* ===== MENU A SCOMPARSA ===== */
#cupolone-menu {
    position: fixed;
    bottom: 50px;
    right: 0;
    width: 300px;
    background-color: #000000;
    display: none;
    flex-direction: column;
    z-index: 9998;
    border-top: 1px solid #444;
    max-height: 300px;
    overflow-y: auto;
}

#cupolone-menu a {
    color: #ffffff;
    font-family: 'IM Fell English', serif;
    font-size: 1.1em;
    padding: 16px 24px;
    text-decoration: none;
    border-bottom: 1px solid #333;
    transition: background 0.2s;
}

#cupolone-menu a:hover {
    background-color: #222;
}

#cupolone-menu.aperto {
    display: flex;
}

/* Forza dimensione copertina */
body.itemid-101.mod-custom img {
	max-width: 300px !important;
	width: 300px !important;
	height: auto !important;
	display: block !important;
	margin: 40px auto !important;
	border: 8px solid white !important;
	box-shadow: 0 4px 15px rgba(0,0,0,0.4) !important;
}

/* Nasconde sottocategorie */
.com-content-category.cat-children,
.subcategories-list,
h3.page-header + ul,
.category-list,
.alert.alert-info {
	display: none !important;
}

/*barra nera fissa - forza stile */
#cupolone-bar {
	background-color: #000000 !important;
	color: #ffffff !important;
}