/*
Theme Name:   HANKO Studio 2026 Theme
Description:  Twenty Twenty Five Child Theme
Author:       Sérgio Alves Santos / HANKO SARL
Website:      www.studio.hanko.lu
Template:     twentytwentyfive
Version:      2.0
Year:         2026
*/

/* Global styles =============================================================
=========================================================================== */
body:not(.logged-in) {
	display: none;
}
html {
  --fade: .6;
  scroll-behavior: smooth;
}
figcaption {
	color: var(--wp--preset--color--accent-4);
    font-style: italic;
	font-size: 1rem !important;
    letter-spacing: .2px;
}
/* Footer ====================================================================
=========================================================================== */
.div-footer-icons {
	a {
		display: flex;
		gap: 11px;
	}
	a:before {
		content: '';
		display: block;
		background-image: var(--icon);
		background-repeat: no-repeat;
		background-position: center;
		width: 20px;
		height: 20px;
		position: relative;
		top: 2.5px;
	}
	.instagram a:before { --icon: url(/wp-content/uploads/icon-instagram.svg); }
	.tiktok    a:before { --icon: url(/wp-content/uploads/icon-tiktok.svg); }
	.youtube   a:before { --icon: url(/wp-content/uploads/icon-youtube-shorts.svg); }
    .phone     a:before { --icon: url(/wp-content/uploads/icon-phone.svg); }
	.mail      a:before { --icon: url(/wp-content/uploads/icon-mail.svg); }
	.address   a:before { --icon: url(/wp-content/uploads/icon-address.svg); }
}
@media all and (max-width: 786px) {
	.div-footer-links>div {
		width: 100%;
	}
}