html.sticky-header-active #header-info {
	display:none;
}

html.sticky-header-active .header-logo {
	height: auto !important;
	width: auto !important;
}

h2.attivita a i.fa, h2.eventi a i.fa {
    transform: rotate(-10deg);
    transition: transform 0.6s;
}

h2.attivita a:hover i.fa, h2.eventi a:hover i.fa {
    transform: rotate(350deg);
    transition: transform 0.6s;
}

h2.avvisi {
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.5);
}

.parallax-background:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

ul#footerNav.nav-pills > li > a {
    position: relative;
    display: flex !important;
    padding: 10px 15px;
    border-radius: 4px;
    color: #036aac;
    font-weight: bold;
}

#footerNav > div > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#footerNav > div > a > div {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.05);
    outline:0px solid var(--vw-color-secondary);
    transition: outline 0.6s;
}

#footerNav > div > a:hover > div {
    outline:12px solid #fff;
}

#footerNav > div > a > h4 {
    font-weight: 500;
    line-height:1.2em;
}

ul#footerNav > li > a:before {
    top: unset !important;
    bottom: -0.5em;
}

ul#footerNav.nav-pills > li > a:hover, ul#footerNav.nav-pills > li > a:focus {
    background-color: #036aac !important;
    color: #ffffff !important;
}

#footer {
    /* background-image: url(/img/Background.jpg); */
    background-repeat: repeat;
    background-position: top;
    background-color: transparent;
    border-top: 0 none;
    /* padding-top: 8em !important; */
}

#footer p, #footer span {
    color: #fff;
    margin-bottom: 0;
}

#footer .phone {
    color: #FFF;
    font-size: 26px;
    font-weight: bold;
    display: block;
    padding-bottom: 15px;
    margin-top: -5px;
}

#footer .copyright img {
    float: left;
    margin-right: 15px;
}

.page-header.page-header-modern.page-header-md {
    background-size: cover;
    background-attachment: fixed;
}

.page-header.page-header-modern.page-header-md:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(102 172 150 / 90%);
}

@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li > a {
    color: var(--primary) !important;
    font-size: 18px;
    font-weight: 600;
    }
}

.owl-carousel h1 {
    line-height:1.2em;
}

#circle-menu .portfolio-item .thumb-info {
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}

#circle-menu .portfolio-item .thumb-info img {
    height: 100%;
    width: auto !important;
}

h4 {
    font-weight: normal !important;
}

#header .header-body {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1) !important;
}
