/* 
#header .header-body {
    background-color: transparent;
}

#header .header-container{
    background-color: #24111f;
}
section.page-header-image {
    background-color: #24111f !important;
}

@media (min-width: 992px) {
    #header .header-nav-bar {
        background-color: rgba(253,108,0,0.85) !important;
        backdrop-filter: blur(4px);
    }
}
@media (max-width: 991px) 
{
    #header .header-container > .header-row {
        flex-direction: column;
    }

    #header .header-container > .header-row > .header-column {
        justify-content: center;
    }
} 
*/

html.boxed .body {
    border-top-color: var(--secondary);
}

html .bg-secondary article h2,
html .bg-secondary article h2.text-color-primary,
html .bg-secondary article p {
	color: #fff !important;
}

html article p,
p {
    color: #111;
}

html .bg-secondary article h2 {
	/* font-size: 2em !important; */
    line-height: 1.1em !important;
}

html .bg-secondary article h4 {
	color: #57cdff !important;
	font-size: 1.4em !important;
}

.fc-view.fc-widget-content {
    border: 0 none;
}
.fc-button-primary {
    color: #fff;
    background-color: var(--primary);
    border-color: color-mix(in srgb, var(--primary) 80%, white);
}
.fc-button-primary:hover {
    color: #fff;
    background-color: color-mix(in srgb, var(--primary) 90%, black);
    border-color: color-mix(in srgb, var(--primary) 80%, white);
}
.fc-toolbar h2 {
    color: var(--primary);
    font-weight: bold;
}

section.page-header.page-header-modern.bg-color-primary {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

section.page-header.page-header-modern.bg-color-primary:before {
    content: '';
    background-color: var(--primary);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.7;
}

#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
    font-size: 1.1em;
}

/* custom scrollbar */

/* width */

.fc-scroller::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: transparent;
}

/* Track */
.fc-scroller::-webkit-scrollbar-track {
    background-color: transparent;
}

.fc-scroller::-webkit-scrollbar-corner {
    background-color: transparent;
}

.fc-scroller::-webkit-scrollbar-button {
    width: 2px;
    height: 2px;
}
html.dark.no-overflowscrolling .nano > .nano-pane > .nano-slider {
    background: #51535d;
}
/* Handle */
.fc-scroller::-webkit-scrollbar-thumb:horizontal {
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(100,100,100,0.2) 30%, rgba(100,100,100,0.2) 70%, rgba(0,0,0,0) 70%);
    transition: background 1.6s;
    -webkit-transition: background 1.6s;
}
.fc-scroller.fc-scroller-frame::-webkit-scrollbar-thumb:horizontal {
    background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(100,100,100,0.2) 60%, rgba(100,100,100,0.2) 100%, rgba(0,0,0,0) 100%);
}

.fc-scroller::-webkit-scrollbar-thumb:vertical {
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0) 30%, rgba(100,100,100,0.2) 30%, rgba(100,100,100,0.2) 70%, rgba(0,0,0,0) 70%);
    transition: background 1.6s;
    -webkit-transition: background 1.6s;
}
.fc-scroller.fc-scroller-frame::-webkit-scrollbar-thumb:vertical {
    background: linear-gradient(90deg, rgba(0,0,0,0) 60%, rgba(100,100,100,0.2) 60%, rgba(100,100,100,0.2) 100%, rgba(0,0,0,0) 100%);
}

/* Handle on hover */
.fc-scroller::-webkit-scrollbar-thumb:horizontal:hover {
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(100,100,100,0.6) 30%, rgba(100,100,100,0.6) 70%, rgba(0,0,0,0) 70%);
    transition: background 1.6s;
    -webkit-transition: background 1.6s;
}
.fc-scroller.fc-scroller-frame::-webkit-scrollbar-thumb:horizontal:hover {
    background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(100,100,100,0.6) 60%, rgba(100,100,100,0.6) 100%, rgba(0,0,0,0) 100%);
}

.fc-scroller::-webkit-scrollbar-thumb:vertical:hover {
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0) 30%, rgba(100,100,100,0.6) 30%, rgba(100,100,100,0.6) 70%, rgba(0,0,0,0) 70%);
    transition: background 1.6s;
    -webkit-transition: background 1.6s;
}
.fc-scroller.fc-scroller-frame::-webkit-scrollbar-thumb:vertical:hover {
    background: linear-gradient(90deg, rgba(0,0,0,0) 60%, rgba(100,100,100,0.6) 60%, rgba(100,100,100,0.6) 100%, rgba(0,0,0,0) 100%);
}

#parrocchie .post .post-image img {
    filter: saturate(0);
    transition: all 0.6s;
}

#parrocchie .post:hover .post-image img {
    filter: saturate(1);
}

@media (min-width: 992px) {
    #parrocchie .col-lg-2 {
        flex: 0 0 auto;
        width: 20%;
    }
}

.header-nav {
}
.header-nav li a {
    font-size: 16px !important;
}
h1, h2, h3, h4, h5, h6 {
    letter-spacing: .01em;
    line-height: 1.2em;
    text-transform: none;
}
.notizie-principali h4 {
    color: var(--primary) !important;
}

article h1, article h2, article h3, article h4 {
    margin-top: 0;
}
.btn.btn-outline.btn-light {
    border-width: 1px;
}

@media (max-width: 991px) {
    #header .header-nav-main {
        z-index: 9;
    }
}

@media (min-width: 992px) {
    #header .header-nav-bar.bg-primary {
        z-index: 2 !important;
    }
}

.bg-menu-2 {
    background-color: #dd7731 !important;
}

.appuntamenti .post.post-medium .row:first-child {
    background-color: #ffe5cd;
    padding-top: 12px;
    border-radius: 12px;    
}

.post-image .thumb-info-wrapper h5 {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    border-radius: 0 0 6px 0;
}

#real-time-news .owl-carousel {
    opacity: 1 !important;
}

#real-time-news .owl-carousel .owl-nav {
    display: flex !important;
}

#real-time-news .owl-carousel .owl-nav button.owl-prev,
#real-time-news .owl-carousel .owl-nav button.owl-next {
    margin: 0 0.8em;
}

#real-time-news .owl-carousel .owl-item .container {
    margin-right: 2.5em;
    margin-left: 2.5em;
}

#real-time-news .owl-carousel .owl-stage-outer {
    background-color: #e9e9e9 !important;
    border-radius: 6px;
    overflow: hidden;
    min-height: 3em;
    padding-bottom: 1rem !important;
}

#real-time-news .owl-carousel .owl-stage-outer .text-color-light {
    color: #000 !important;
}

#real-time-news .owl-carousel .owl-stage-outer .line-height-6 {
    line-height: 1 !important;
}

.icon-post {
    width: 48px;
    max-width: 48px;
    max-height: 48px;
    filter: invert();
}

#parrocchie a div {
    transition: all 0.3s;
}

#parrocchie a:hover div {
    transform: scale(1.06);
}
#basilica-logo {
    background-image: url('/img/basilica.png');
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
}
#desioelasuabasilica {
    background-color: var(--primary);
    padding: 0.6em 2em;
    border-radius: 50px;
    margin-top: 1em !important;
    box-shadow: 0 2px 4px rgb(106 0 9 / 40%);
    border: 2px solid #fff !important;
}
#desioelasuabasilica:hover {
    box-shadow: 0 4px 8px rgb(106 0 9 / 90%);
}
.fc-event, .fc-event-dot {
    background-color: var(--primary);
}
#calendar {
    line-height: 18px;
}
#calendar .fc-scroller {
    max-height: 1083px;
}
#calendar .fc-list-item-title a[href] {
    text-decoration: none;
    color: unset;
    cursor: default;
}
.box-servizio h3.text-5 {
    font-size: 1.36em !important;
}

html #footer,
html #footer p,
#footer .footer-copyright p {
    color: #ccc;	
}

#chiesaCitta {
    background-color: #808080 !important;
}

#chiesaCitta .post {
    background-color: #9c9c9c;
}
#chiesaCitta .post h5 i.fa-solid {
    margin-bottom: 2px;
}
#chiesaCitta .post h5 i.link-ext {
    display: none;
}

#chiesaCitta .post a[href^="http"] h5 i.link-int {
    display: none;
}
#chiesaCitta .post a[href^="http"] h5 i.link-ext {
    display: inline-block;
}
