/*
 * Extracted 28.07.2026 from the inline <style> block footer.php printed after </html> on every page. Enqueued after header.css to keep the original document order.
 */
.promo-item.promo-item-one{
	width: 97px;
}

.sub-menu {
    display: none;
    transition: opacity 0.3s ease-in-out;
}
.sub-menu.show {
    display: block;
    opacity: 1;
}

.promo-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease; 
}
.img2 {
    opacity: 0; 
}

.footer_social-networks {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px; 
    background-size: cover;
    background-position: center;
	margin-bottom: 10px;
}
.footer_social-networks:hover .img1 {
    opacity: 0; 
}

.footer_social-networks:hover .img2 {
    opacity: 1; 
}
@media (min-width: 768px) {
	.promo-item.promo-item-one{
		width: 162px;
	}
	.footer_social-networks {
		width: 70px;
		height: 70px; 
	}
}

/*
 * The footer column label and the copyright line were <h2> used as text styling
 * — three decorative headings on every one of the 95 pages. They are <p> now;
 * Bootstrap's reboot gave the old <h2> font-weight 500, so it is pinned here to
 * keep the rendering identical.
 */
.navigation-title,
.footer-title {
    font-weight: 500;
}
