﻿html,
body {
	overflow-x: clip;
}


body {
	padding-top: 74px;
}

.page-content {
	padding-top: 74px;
}


.fw-semibold {
	font-weight: 600;
}

.fs-xxl {
	font-size: 2.2rem;
	line-height: 1.3;
}

.black {
	color: #2d2d2d !important;
}

h2 {
	font-family: Sunflower ;
	font-size: 1.9rem;
	line-height: 1.4;
	font-weight: 400;
	font-style: normal;
}


h1, h2, h3, h4, h5, h6 {
	font-family: "Sunflower";
	font-weight: normal;
}

h2, .h2 {
	font-size: 2rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 0.5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

*, *::before, *::after {
	box-sizing: border-box;
}

.site-header-main {
	min-height: 68px;
	align-items: center;
}


.site-header-main-center,
.site-header-main-right,
.main-menu-wrapper {
	overflow: visible !important;
}

.site-header-main-center {
	position: relative;
	z-index: 5000;
}

.main-menu-wrapper {
	position: relative;
	z-index: 5001;
	width: 100%;
	overflow: visible !important;
}

/*
   Nasconde definitivamente il vecchio trigger del tema.
*/
#zn-res-menuwrapper,
.zn-res-trigger {
	display: none !important;
}

/* =========================================================
   FIX HEADER SU SMARTPHONE
   ========================================================= */

@media (max-width: 520px) {

	.site-header-main-center {
		display: flex !important;
		align-items: center !important;
		justify-content: flex-end !important;
		width: 100% !important;
		min-width: 0 !important;
		min-height: 52px !important;
		margin: 0 !important;
		padding: 0 8px !important;
		visibility: visible !important;
		opacity: 1 !important;
		overflow: visible !important;
	}

		.site-header-main-center .main-menu-wrapper {
			display: block !important;
			width: 100% !important;
			min-width: 0 !important;
			max-width: none !important;
			margin: 0 !important;
			padding: 0 !important;
			visibility: visible !important;
			opacity: 1 !important;
			overflow: visible !important;
		}

		.site-header-main-center .cdf-top-menu {
			display: block !important;
			width: 100% !important;
			min-width: 0 !important;
			visibility: visible !important;
			opacity: 1 !important;
			overflow: visible !important;
		}

		.site-header-main-center .cdf-top-menu-inner {
			display: flex !important;
			align-items: center !important;
			justify-content: flex-end 
			opacity: 1 !important;
			overflow: visible !important;
		}

		.site-header-main-center button.cdf-mobile-trigger {
			display: inline-flex !important;
			flex: 0 0 42px !important;
			width: 42px !important;
			min-width: 42px !important;
			height: 42px !important;
			visibility: visible !important;
			opacity: 1 !important;
		}

		.site-header-main-center .cdf-language-area {
			display: inline-flex !important;
			flex: 0 0 auto !important;
			visibility: visible !important;
			opacity: 1 !important;
		}


}
	.site-header-main-center {
		display: flex;
		align-items: center !important;
		min-height: 100%;
	}

	.main-menu-wrapper {
		display: flex;
		align-items: center;
		width: 100%;
	}

/* =========================================================
   HEADER CLAN DEI FOTOGRAFI
   ========================================================= */

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	background: #0f172a;
	box-shadow: 0 2px 18px rgba(0,0,0,.35);
	border-bottom: 1px solid rgba(255,255,255,.06);

	.site-header {
		background: rgba(15,23,42,.92);
		backdrop-filter: blur(12px);
		-webkit-backdrop-filter: blur(12px);
	}
}

.kl-header-bg {
	background: #0f172a;
}

.site-header-wrapper {
	background: #0f172a;
}

.site-header-main-wrapper {
	background: #0f172a;
}

.site-header-main {
	min-height: 82px;
}

.site-header-separator {
	border-color: rgba(255,255,255,.08);
}

.logo-container {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: flex-start;
}

.app-logo {
	display: block;
	height: 42px;
	width: auto;
}

.logo-container img {
	display: block;
	height: 62px;
	width: auto;
	transform: translateY(-1px);
}