/*

Theme name: Mebios

Author: Ettore Borsa

Description: Tema sviluppato da Ettore Borsa

Version: 2.1

License: GNU General Public License v2 or later

*/


/* Fonts
================================*/
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: local(''),
		url('assets/fonts/poppins-v20-latin/poppins-v20-latin-regular.woff2') format('woff2'),
		url('assets/fonts/poppins-v20-latin/poppins-v20-latin-regular.woff') format('woff');
}

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	src: local(''),
		url('assets/fonts/poppins-v20-latin/poppins-v20-latin-500.woff2') format('woff2'),
		url('assets/fonts/poppins-v20-latin/poppins-v20-latin-500.woff') format('woff');
}

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	src: local(''),
		url('assets/fonts/poppins-v20-latin/poppins-v20-latin-600.woff2') format('woff2'),
		url('assets/fonts/poppins-v20-latin/poppins-v20-latin-600.woff') format('woff');
}

@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 500;
	src: local(''),
		url('assets/fonts/rubik-v21-latin/rubik-v21-latin-500.woff2') format('woff2'),
		url('assets/fonts/rubik-v21-latin/rubik-v21-latin-500.woff') format('woff');
}

@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 600;
	src: local(''),
		url('assets/fonts/rubik-v21-latin/rubik-v21-latin-600.woff2') format('woff2'),
		url('assets/fonts/rubik-v21-latin/rubik-v21-latin-600.woff') format('woff');
}
/*
================================*/


/* Reboot
================================*/
*,
*::before,
*::after {
	box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}

body {
	margin: 0;
	background-color: #ffffff;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

figure {
	margin: 0;
}

img,
svg {
	vertical-align: middle;
}

table {
	caption-side: bottom;
	border-collapse: collapse;
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
	border-width: 0;
	border-style: solid;
	border-color: inherit;
}

label {
	display: inline-block;
}

button {
	border-radius: 0;
}

button:focus:not(:focus-visible) {
	outline: 0;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

textarea {
	resize: vertical;
}

iframe {
	border: 0;
}

:active,
:focus {
	outline: 0;
}

[hidden] {
	display: none !important;
}
/*
================================*/


/* Global setting
================================*/
:root {
	--color-primary: #56626e;
	--color-secondary: #231f20;
	--color-tertiary: #5787bd;
	--color-quaternary: #f5f7fb;
	--color-black: #231f20;
	--color-link-primary: #5787bd;
	--color-link-secondary: #006ba6;
	--font-family-primary: 'Poppins', sans-serif;
	--font-family-secondary: 'Rubik', sans-serif;
	--font-size-primary: 0.9375rem;
	--font-weight-primary: 400;
	--font-weight-secondary: 500;
	--font-weight-tertiary: 600;
	--letter-spacing-primary: 0.025em;
	--letter-spacing-secondary: 0.025em;
}

body {
	color: var(--color-primary);
	font-family: var(--font-family-primary);
	font-size: var(--font-size-primary);
	font-weight: var(--font-weight-primary);
	line-height: 1.6;
	letter-spacing: var(--letter-spacing-primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 1.3em 0 0.6em 0;
	color: var(--color-secondary);
	font-family: var(--font-family-secondary);
	font-weight: var(--font-weight-tertiary);
	text-transform: none;
	line-height: calc(1.6em + ((var(--font-size-primary) - 1em) / 2));
	letter-spacing: var(--letter-spacing-secondary);
}

h1 {
	font-size: clamp(1.875rem, 2.75vw, 2.0625rem); /* 30-33 */
}

h2 {
	font-size: clamp(1.6875rem, 2.5vw, 1.875rem); /* 27-30 */
}

h3 {
	font-size: clamp(1.5rem, 2.25vw, 1.6875rem); /* 24-27 */
}

h4 {
	font-size: clamp(1.3125rem, 2vw, 1.5rem); /* 21-24 */
}

h5 {
	font-size: clamp(1.125rem, 1.75vw, 1.3125rem); /* 18-21 */
}

h6 {
	font-size: clamp(0.9375rem, 1.5vw, 1.125rem); /* 15-18 */
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0;
}

p,
ul,
ol,
dl,
address {
	margin: 0 0 0.9375rem 0;
}

ul,
ol {
	padding-left: 1.875rem;
}

	ul ul,
	ol ol,
	ul ol,
	ol ul {
		margin-top: 0.9375rem;
	}

dd {
	margin: 0;
}

p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
address:last-child {
	margin-bottom: 0;
}

blockquote {
	margin: 1.25rem 0;
	border-left: 3px solid var(--color-tertiary);
	padding-left: 1.875rem;
    font-style: italic;
}

blockquote:first-child {
	margin-top: 0;
}

blockquote:last-child {
	margin-bottom: 0;
}

	blockquote cite {
		font-weight: var(--font-weight-secondary);
	}

strong,
b {
	color: var(--color-black);
	font-weight: var(--font-weight-secondary);
}

h1 strong,
h1 b,
h2 strong,
h2 b,
h3 strong,
h3 b,
h4 strong,
h4 b,
h5 strong,
h5 b,
h6 strong,
h6 b {
	font-weight: var(--font-weight-tertiary);
}

a {
	color: var(--color-link-primary);
	text-decoration: underline;
	transition: color 0.3s ease;
}

a strong {
	color: var(--color-link-primary);
	transition: color 0.3s ease;
}

a:hover,
a:focus,
a:hover strong,
a:focus strong {
	color: var(--color-link-secondary);
}

img {
	max-width: 100%;
	height: auto;
}

hr {
	height: 1px;
	border: 0;
	background-color: #e5e5e5;
	margin-top: 1.875rem;
	margin-bottom: 1.875rem;
}

::-moz-selection {
    color: #ffffff;
    background-color: var(--color-tertiary);
}

::selection {
    color: #ffffff;
    background-color: var(--color-tertiary);
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.7;
}

:-ms-input-placeholder {
	color: inherit;
	opacity: 0.7;
}

::placeholder {
	color: inherit;
	opacity: 0.7;
}

.light {
	font-weight: 300;
}

.regular {
	font-weight: 400;
}

.medium {
	font-weight: 500;
}

.semi-bold {
	font-weight: 600;
}

.bold {
	font-weight: 700;
}

@media (min-width: 2000px) {
	.container-fluid {
		max-width: 2000px;
		margin-right: auto;
		margin-left: auto;
	}
}
/*
================================*/


/* Global style
================================*/

/* Title
================*/
.title-1,
.title-2,
.title-3 {
	margin-top: 0;
	color: var(--color-secondary);
	font-family: var(--font-family-secondary);
	font-weight: var(--font-weight-tertiary);
	text-transform: none;
}

.title-1 {
	font-size: clamp(1.875rem, 2.833333333333333vw, 2.125rem); /* 30-34 */
}

.title-2 {
	font-size: clamp(1.625rem, 2.5vw, 1.875rem); /* 26-30 */
}

.title-3 {
	font-size: clamp(1.375rem, 2.166666666666667vw, 1.625rem); /* 22-26 */
}
/*
================*/

/* Text
================*/
.text-italic {
	font-style: italic;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-underline {
    text-decoration: underline;
}

.text-1 {
	font-size: clamp(1.125rem, 1.666666666666667vw, 1.25rem); /* 18-20 */
}

.text-2 {
	font-size: clamp(1.0625rem, 1.5vw, 1.125rem); /* 17-18 */
}
/*
================*/

/* Button
================*/
.button-1,
.button-2,
.button-3 {
	display: inline-block;
	border-width: 2px;
	border-style: solid;
	border-radius: 2rem;
	padding: 0.75rem 1.875rem;
	text-align: center;
	font-size: 0.875rem;
	font-weight: var(--font-weight-tertiary);
	text-transform: none;
	text-decoration: none;
	letter-spacing: var(--letter-spacing-primary);
	cursor: pointer;
	transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.button-1 {
	border-color: var(--color-tertiary);
	background-color: var(--color-tertiary);
	color: #ffffff;
}

.button-1:hover,
.button-1:focus {
	border-color: #006ba6;
	background-color: #006ba6;
	color: #ffffff;
	text-decoration: none;
}

.button-2 {
	border-color: #006ba6;
	background-color: #006ba6;
	color: #ffffff;
}

.button-2:hover,
.button-2:focus {
	border-color: var(--color-tertiary);
	background-color: var(--color-tertiary);
	color: #ffffff;
	text-decoration: none;
}

.button-3 {
	border-color: #ffffff;
	background-color: transparent;
	color: #ffffff;
}

.button-3:hover,
.button-3:focus {
	border-color: var(--color-tertiary);
	background-color: var(--color-tertiary);
	color: #ffffff;
	text-decoration: none;
}
/*
================*/

/* Border
================*/
.border {
	border: 1px solid #e5e5e5;
}

.border-t {
	border-top: 1px solid #e5e5e5;
}

.border-b {
	border-bottom: 1px solid #e5e5e5;
}
/*
================*/

/* Background color
================*/
.bg-color-white {
	background-color: #ffffff;
}

.bg-color-black {
	background-color: var(--color-black);
}

.bg-color-secondary {
	background-color: var(--color-secondary);
}

.bg-color-tertiary {
	background-color: var(--color-tertiary);
}

.bg-color-quaternary {
	background-color: var(--color-quaternary);
}
/*
================*/

/* Color
================*/
.white {
	color: #ffffff;
}

a.white {
	color: #ffffff;
}

a.white:hover {
	text-decoration: none;
}

.black {
	color: var(--color-black);
}

.primary {
	color: var(--color-primary);
}

.secondary {
	color: var(--color-secondary);
}

.tertiary {
	color: var(--color-tertiary);
}

a.tertiary {
	color: var(--color-tertiary);
}

a.tertiary:hover {
	color: #ffffff;
}
/*
================*/

/* Figure hover
================*/
.figure-hover {
	position: relative;
	overflow: hidden;
}

	.figure-hover > a {
		display: block;
		position: relative;
		text-decoration: none;
	}

	.figure-hover > a::before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(0,0,0,0.5);
		z-index: 1;
		opacity: 0;
		transition: opacity 0.4s ease;
	}

	.figure-hover > a:hover::before {
		opacity: 1;
	}

		.figure-hover > a > img {
			transform: scale(1);
			transition: transform 0.4s ease-in-out;
		}

		.figure-hover > a:hover > img {
			transform: scale(1.025);
		}

		.figure-hover > a > figcaption {
			display: flex;
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			padding: 1.25rem;
			background-color: rgba(35,35,35,0.65);
			text-align: center;
			z-index: 2;
		}

			.figure-hover > a > figcaption > * {
				margin: auto;
			}
/*
================*/

/* Video play
================*/
.video-play {
	margin-left: auto;
	margin-right: auto;
}

	.video-play-text {
		margin-bottom: 0.75rem;
		text-align: center;
		color: var(--color-tertiary);
		font-size: 0.8125rem;
		font-weight: 600;
	}

	.video-play-icon {
		position: relative;
		width: 5rem;
		height: 5rem;
		border-radius: 100%;
		border: 0.1875rem solid var(--color-tertiary);
		margin-left: auto;
		margin-right: auto;
		background-color: transparent;
		transition: background-color 0.3s ease;
	}

	.video-play-icon:hover {
		background-color: var(--color-tertiary);
	}

		.video-play-icon > a {
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			text-align: center;
			font-family: 'icomoon';
			color: var(--color-tertiary);
			font-size: 1.75rem;
			text-decoration: none;
			line-height: 4.625rem;
			transition: color 0.3s ease;
		}

		.video-play-icon:hover > a {
			color: #ffffff;
		}

		.video-play-icon > a::before {
			content: "\e917";
		}
/*
================*/

/* Form search
================*/
.form-search {
	display: flex;
	flex-wrap: wrap;
}

	.form-search-field {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		min-width: 0;
		height: 2.5rem;
		border: none;
		border-top-left-radius: 2rem;
		border-bottom-left-radius: 2rem;
		padding: 0 1.25rem;
		background-color: #ffffff;
		color: inherit;
		font-size: inherit;
		font-weight: inherit
	}

	.form-search-submit {
		display: inline-block;
		border: none;
		border-top-right-radius: 2rem;
		border-bottom-right-radius: 2rem;
		background-color: var(--color-tertiary);
		padding: 0 1.875rem;
		text-align: center;
		color: #ffffff;
		font-size: 0.875rem;
		font-weight: 600;
		text-transform: none;
		line-height: 2.5rem;
		letter-spacing: inherit;
		cursor: pointer;
		transition: background-color 0.3s ease;
	}

	.form-search-submit:hover {
		background-color: #006ba6;
	}
	
@media (min-width: 992px) {
	.form-search {
		width: 42.5rem;
		margin: auto;
	}
}
/*
================*/

/* Q
================*/
.q-col {
	height: 100%;
	box-shadow: 0 0 1.25rem rgba(0,0,0,0.07);
	border-radius: 0.9375rem;
	padding: 1.25rem 1.875rem;
}

	.q-list {
		padding: 0;
		list-style: none;
	}

		.q-list > li {
			position: relative;
		}

		.q-list > li + li {
			border-top: 1px solid #e4e4e4;
		}

			.q-list > li > a,
			.q-list > li > span {
				display: inline-block;
				margin-left: 1.25rem;
				padding: 0.625rem 0;
				text-decoration: none;
				word-break: break-word;
			}

			.q-list > li > a::before,
			.q-list > li > span::before {
				content: "\e9fa";
				position: absolute;
				top: 0;
				left: 0;
				padding: 0.625rem 0;
				color: var(--color-tertiary);
				font-family: 'icomoon';
				line-height: 1.6;
			}

			.q-list > li > a:hover::before {
				color: #006ba6;
			}

				.q-list > li > a > span {
					font-size: 0.6875rem;
				}
/*
================*/

/* Z
================*/
.z-col {
	height: 100%;
	box-shadow: 0 0 1.25rem rgba(0,0,0,0.07);
	border-radius: 0.9375rem;
	padding: 1.875rem;
}

	.z-box + .z-box {
		margin-top: 2.5rem;
	}

		.z-box h4 {
			margin: 0 0 0.75rem 0;
		}

		.z-list {
			display: flex;
			flex-wrap: wrap;
			margin: 0 -0.9375rem !important;
			padding: 0;
			font-size: 0.875rem;
			list-style: none;
		}

			.z-list > li {
				position: relative;
				width: calc(50% - 1.875rem);
				border-bottom: 1px solid #e4e4e4;
				margin-right: 0.9375rem;
				margin-left: 0.9375rem;
			}

			.z-list > li:nth-child(-n+2) {
				border-top: 1px solid #e4e4e4;
			}

				.z-list > li > a,
				.z-list > li > span {
					display: inline-block;
					margin-left: 1.25rem;
					padding: 0.625rem 0;
					text-decoration: none;
					word-break: break-word;
				}

				.z-list > li > a::before,
				.z-list > li > span::before {
					content: "\e9fa";
					position: absolute;
					top: 0;
					left: 0;
					padding: 0.625rem 0;
					color: var(--color-tertiary);
					font-family: 'icomoon';
					line-height: 1.6;
				}

@media (min-width: 992px) {
	.z-list > li {
		width: calc(33.3333333333% - 1.875rem);
	}

	.z-list > li:nth-child(-n+3) {
		border-top: 1px solid #e4e4e4;
	}
}

@media (min-width: 1200px) {
	.z-list > li {
		width: calc(25% - 1.875rem);
	}

	.z-list > li:nth-child(-n+4) {
		border-top: 1px solid #e4e4e4;
	}
}
/*
================*/

/* W
================*/
.w {
	position: relative;
	padding-top: clamp(1.875rem, 5vw, 3.75rem);
	padding-bottom: clamp(1.875rem, 5vw, 3.75rem);
	background-color: var(--color-quaternary);
}

.w::before,
.w::after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	height: clamp(1.875rem, 5vw, 3.75rem);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}

.w::before {
	top: 0;
	background-image: url('images/pattern-top.png');
}

.w::after {
	bottom: 0;
	background-image: url('images/pattern-bottom.png');
}
/*
================*/

/* Wp
================*/
.wp-block-table {
	display: block;
	overflow-x: auto;
}

	.wp-block-table table {
		width: 100%;
	}

		.wp-block-table td {
			border: 1px solid #e5e5e5;
			padding: 0.625rem;
		}
/*
================*/

/*
================================*/


/* Admin bar
================================*/
#wpadminbar {
    position: absolute !important;
	z-index: 500 !important;
}

#wp-admin-bar-new-content {
	display: none;
}

@media (min-width: 782px) {
	#wpadminbar #wp-admin-bar-my-account > a {
		display: flex;
		align-items: center;
	}

		#wpadminbar #wp-admin-bar-my-account > a > .display-name {
			width: 100px;
			margin-left: 4px;
			text-overflow: ellipsis;
			overflow: hidden;
			white-space: nowrap;
		}

		#wpadminbar #wp-admin-bar-my-account.with-avatar > a > img {
			margin-top: 0;
		}
}
/*
================================*/


/* Header area
================================*/
.header-area {
	position: relative;
}

/* Header
========================*/
.header {
	display: none;
}

@media (min-width: 768px) {
	.header {
		display: block;
		padding: 0.625rem 0;
		background-color: var(--color-quaternary);
		font-size: 0.8125rem;
	}

		.header .header-col a,
		.header .header-col span {
			display: inline-block;
		}

		.header .header-col a {
			color: var(--color-primary);
			text-decoration: none;
		}

		.header .header-col a:hover {
			color: var(--color-tertiary);
		}

		.header .header-col a::before,
		.header .header-col span::before {
			margin-right: 0.3125rem;
			color: var(--color-tertiary);
			font-family: 'icomoon';
		}

		.header .header-col .phone::before {
			content: "\e9c4";
		}

		.header .header-col .email::before {
			content: "\e9c7";
		}

		.header .header-col .facebook::before {
			content: "\e940";
		}

		.header .header-col .hours::before {
			content: "\e9ca";
		}
}
/*
========================*/

/* Header 2
========================*/
.header-2 {
	position: relative;
}

	.header-2 .header-section.fixed {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		background-color: #ffffff;
		z-index: 500;
		transform: translateY(-100%);
	}

	.header-2 .header-section.fixed.scroll-down {
		transform: translateY(-100%);
		transition: box-shadow 0s ease-in-out 0.3s, transform 0.3s ease-in-out;
	}

	.header-2 .header-section.fixed.scroll-up {
		box-shadow: 0 1px 0 0 #e5e5e5;
		transform: translateY(0);
		transition: box-shadow 0s ease-in-out 0s, transform 0.3s ease-in-out;
	}

		.header-2 .header-wrap {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			align-items: center;
			position: relative;
		}

@media (max-width: 300px) {
	.header-2 .header-wrap {
		flex-wrap: nowrap;
	}
}

/* Header logo
================*/
.header-logo {
	padding: 1.25rem 0;
}

	.header-logo a {
		display: block;
		text-decoration: none;
	}

		.header-logo img {
			width: auto;
			height: 1.875rem;
		}

@media (min-width: 450px) {
	.header-logo img {
		height: 2.25rem;
	}
}

@media (min-width: 992px) {
	.header-logo {
		padding: 1.375rem 0;
	}

		.header-logo img {
			height: 2.875rem;
		}
}
/*
================*/

/* Header nav
================*/
.header-nav {
	display: none;
}

@media (min-width: 1100px) {
	.header-nav {
		display: block;
		margin-right: -1.25rem;
	}

		.header-nav ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}

		.header-nav li {
			position: relative;
		}

		.header-nav a {
			display: inline-block;
			position: relative;
			text-decoration: none;
		}

		.header-nav > ul {
			display: flex;
			flex-wrap: wrap;
			font-size: 0.875rem;
		}

			.header-nav > ul > li > a {
				padding: 0 1.25rem;
				color: var(--color-secondary);
				font-weight: var(--font-weight-tertiary);
				line-height: 5.625rem;
				transition: color 0.3s ease;
			}

			.header-nav > ul > li.current-menu-item > a,
			.header-nav > ul > li.current_page_item > a,
			.header-nav > ul > li.current-menu-ancestor > a,
			.header-nav > ul > li.current-page-ancestor > a,
			.header-nav > ul > li.current-post-ancestor > a,
			.header-nav > ul > li.current_page_parent > a {
				color: var(--color-tertiary);
			}

			.header-nav > ul > li:hover > a {
				color: var(--color-tertiary);
			}

			.header-nav > ul > li.menu-item-has-children > a::after {
				content: "\e96e";
				margin-left: 0.375rem;
				font-family: 'icomoon';
				font-size: 0.625rem;
				font-style: normal;
				line-height: 1;
			}

			.header-nav > ul > li.search > a {
				display: flex;
				font-size: 0;
			}

			.header-nav > ul > li.search > a::before {
				content: "\e9cf";
				display: inline-block;
				width: 1.875rem;
				height: 1.875rem;
				border-radius: 50%;
				margin: auto;
				text-align: center;
				background-color: var(--color-tertiary);
				color: #ffffff;
				font-family: 'icomoon';
				font-size: 0.75rem;
				font-style: normal;
				line-height: 1.875rem;
				transition: background-color 0.3s ease;
			}

			.header-nav > ul > li.search > a.active::before {
				background-color: #006ba6;
			}

			.header-nav > ul > li.search > a:hover::before {
				background-color: #006ba6;
			}

		/* Livello 2 e 3 */
		.header-nav > ul > li > ul.sub-menu,
		.header-nav > ul > li > ul.sub-menu > li > ul.sub-menu {
			position: absolute;
			width: 13.75rem;
			border-right: 1px solid #e5e5e5;
			border-bottom: 1px solid #e5e5e5;
			border-left: 1px solid #e5e5e5;
			padding: 0.9375rem 0;
			background-color: #ffffff;
			font-size: 0.875rem;
			z-index: 50;
			opacity: 0;
			visibility: hidden;
			transition: all 0.3s ease;
		}

			.header-nav > ul > li > ul.sub-menu > li > a,
			.header-nav > ul > li > ul.sub-menu > li > ul.sub-menu > li > a {
				display: block;
				padding: 0.75rem 1.875rem;
				background-color: rgba(0,0,0,0);
				color: #223441;
				font-weight: var(--font-weight-tertiary);
				transition: color 0.3s ease;
			}

			.header-nav > ul > li > ul.sub-menu > li.current-menu-item > a,
			.header-nav > ul > li > ul.sub-menu > li.current_page_item > a,
			.header-nav > ul > li > ul.sub-menu > li.current-menu-ancestor > a,
			.header-nav > ul > li > ul.sub-menu > li.current-page-ancestor > a,
			.header-nav > ul > li > ul.sub-menu > li > ul.sub-menu > li.current-menu-item > a,
			.header-nav > ul > li > ul.sub-menu > li > ul.sub-menu > li.current_page_item > a,
			.header-nav > ul > li > ul.sub-menu > li > ul.sub-menu > li.current-menu-ancestor > a,
			.header-nav > ul > li > ul.sub-menu > li > ul.sub-menu > li.current-page-ancestor > a {
				color: var(--color-tertiary);
			}

			.header-nav > ul > li > ul.sub-menu > li:hover > a,
			.header-nav > ul > li > ul.sub-menu > li > ul.sub-menu > li:hover > a {
				color: var(--color-tertiary);
			}
		/* */

		/* Livello 2 */
		.header-nav > ul > li > ul.sub-menu {
			top: 100%;
			right: 0;
			transform: translateY(0.9375rem);
			transition-delay: 0s;
		}

		.header-nav > ul > li:hover > ul.sub-menu {
			opacity: 1;
			visibility: visible;
			transform: translateY(0);
			transition-delay: 0.3s;
		}

			.header-nav > ul > li > ul.sub-menu > li.menu-item-has-children > a {
				padding-right: 2.75rem;
			}

			.header-nav > ul > li > ul.sub-menu > li.menu-item-has-children > a::after {
				content: "\e96d";
				position: absolute;
				top: 50%;
				right: 1.875rem;
				font-family: 'icomoon';
				font-size: 0.625rem;
				font-style: normal;
				transform: translateY(-50%);
			}
		/* */

		/* Livello 3 */
		.header-nav > ul > li > ul.sub-menu > li > ul.sub-menu {
			top: 0;
			left: 100%;
			border-top: 1px solid #e5e5e5;
			transform: translateX(0.9375rem);
		}

		.header-nav > ul > li > ul.sub-menu > li:hover > ul.sub-menu {
			opacity: 1;
			visibility: visible;
			transform: translateX(0);
		}
		/* */

		/* Livello 4 */
		.header-nav > ul > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
			display: none;
		}
		/* */

		/* Mega menu */
		.header-nav > ul > li.mega-menu {
			position: static;
		}

			/* Livello 2 */
			.header-nav > ul > li.mega-menu > ul {
				display: none;
			}

			.header-nav > ul > li.mega-menu > ul.sub-mega-menu {
				display: flex;
				flex-wrap: wrap;
				position: absolute;
				top: 100%;
				right: 0;
				left: 0;
				width: 90%;
				border-right: 1px solid #e5e5e5;
				border-bottom: 1px solid #e5e5e5;
				border-left: 1px solid #e5e5e5;
				margin: auto;
				padding: 1.25rem 0.9375rem;
				background-color: #ffffff;
				font-size: 0.875rem;
				z-index: 50;
				opacity: 0;
				visibility: hidden;
				transform: translateY(0.9375rem);
				transition: all 0.3s ease;
			}

			.header-nav > ul > li.mega-menu.hover > ul.sub-mega-menu {
				opacity: 1;
				visibility: visible;
				transform: translateX(0);
			}

			.header-nav > ul > li.mega-menu > ul.sub-mega-menu::before {
				content: "";
				position: absolute;
				top: -1.25rem;
				right: 0;
				left: 0;
				height: 1.25rem;
			}

				.header-nav > ul > li.mega-menu > ul.sub-mega-menu > li {
					width: 33.3333333333%;
					padding: 0 0.9375rem;
				}

					.header-nav > ul > li.mega-menu > ul.sub-mega-menu > li > a {
						display: none;
					}
			/* */

			/* Livello 3 */
			.header-nav > ul > li.mega-menu > ul.sub-mega-menu > li > ul.sub-mega-menu > li > a  {
				display: block;
				padding: 0.625rem 0 0.625rem 1.25rem;
				color: #223441;
				font-weight: var(--font-weight-tertiary);
				transition: color 0.3s ease;
			}

			.header-nav > ul > li.mega-menu > ul.sub-mega-menu > li > ul.sub-mega-menu > li.current-menu-item > a,
			.header-nav > ul > li.mega-menu > ul.sub-mega-menu > li > ul.sub-mega-menu > li.current_page_item > a,
			.header-nav > ul > li.mega-menu > ul.sub-mega-menu > li > ul.sub-mega-menu > li.current-menu-ancestor > a,
			.header-nav > ul > li.mega-menu > ul.sub-mega-menu > li > ul.sub-mega-menu > li.current-page-ancestor > a {
				color: var(--color-tertiary);
			}

			.header-nav > ul > li.mega-menu > ul.sub-mega-menu > li > ul.sub-mega-menu > li > a:hover  {
				color: var(--color-tertiary);
			}

			.header-nav > ul > li.mega-menu > ul.sub-mega-menu > li > ul.sub-mega-menu > li > a::before {
				content: "\e96d";
				position: absolute;
				top: 0;
				left: 0;
				padding: 0.625rem 0;
				color: var(--color-tertiary);
				font-family: 'icomoon';
				font-size: 0.625rem;
				line-height: 2.38;
			}

				.header-nav > ul > li.mega-menu > ul.sub-mega-menu > li > ul.sub-mega-menu > li > a > span {
					font-size: 0.625rem;
				}
			/* */

			/* Livello 4 */
			.header-nav > ul > li.mega-menu > ul.sub-mega-menu > li > ul.sub-mega-menu > li > ul.sub-mega-menu {
				display: none;
			}
			/* */
		/* */
}
/*
================*/

/* Header nav fixed toggle
================*/
.header-nav-fixed-toggle {
	display: flex;
	height: 4.375rem;
	margin-left: 1.875rem;
	cursor: pointer;
}

	.header-nav-fixed-toggle > div {
		position: relative;
		width: 30px;
		height: 31px;
		margin: auto 0;
	}

		.header-nav-fixed-toggle span {
			display: block;
			position: absolute;
			left: 0;
			width: 100%;
			height: 3px;
			background-color: var(--color-tertiary);
			transition: all 0.3s ease;
		}

		.header-nav-fixed-toggle span:nth-child(1) {
			top: 5px;
		}

		.header-nav-fixed-toggle span:nth-child(2),
		.header-nav-fixed-toggle span:nth-child(3) {
			top: 14px;
			width: 80%;
		}

		.header-nav-fixed-toggle span:nth-child(4) {
			top: 23px;
			width: 60%;
		}

		.header-nav-fixed-toggle:hover span:nth-child(2),
		.header-nav-fixed-toggle:hover span:nth-child(3) {
			width: 100%;
		}

		.header-nav-fixed-toggle:hover span:nth-child(4) {
			width: 100%;
		}

		.header-nav-fixed-toggle.active span {
			left: 0;
			width: 100%;
		}

		.header-nav-fixed-toggle.active span:nth-child(1) {
			top: 14px;
			left: 50%;
			width: 0;
		}

		.header-nav-fixed-toggle.active span:nth-child(2) {
			transform: rotate(45deg);
		}

		.header-nav-fixed-toggle.active span:nth-child(3) {
			transform: rotate(-45deg);
		}

		.header-nav-fixed-toggle.active span:nth-child(4) {
			top: 14px;
			left: 50%;
			width: 0;
		}

@media (min-width: 450px) {
	.header-nav-fixed-toggle {
		height: 4.75rem;
	}
}

@media (min-width: 1100px) {
	.header-nav-fixed-toggle {
		display: none;
	}
}
/*
================*/

/* Header search
================*/
.header-search {
	display: none;
}

@media (min-width: 1100px) {
	.header-search {
		display: none;
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		box-shadow: 0 1px 0 0 #e5e5e5;
		padding: 1.875rem 0;
		background-color: var(--color-quaternary);
		z-index: 25;
	}
	
		.header-search .form-search {
			opacity: 0;
			transition: opacity 0.3s ease 0s;
		}
	
		.header-search.open .form-search {
			opacity: 1;
			transition-delay: 0.1s;
		}
}
/*
================*/
/*
========================*/
/*
================================*/


/* Showcase area
================================*/
.showcase-area {
	position: relative;
	padding-bottom: clamp(1.875rem, 5vw, 3.75rem);
}

.showcase-area::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: clamp(1.875rem, 5vw, 3.75rem);
	background: url('images/pattern-bottom-2.png') center no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}

	.showcase-img {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.showcase-img::before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(87,135,189,0.7);
		z-index: 1;
	}

		.showcase-img > picture {
			display: block;
		}

			.showcase-img > picture > img {
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				width: 100%;
				height: 100%;
				object-fit: cover;
			}

	.showcase-caption {
		position: relative;
		/*padding-top: clamp(3.125rem, 6.666666666666667vw, 5rem);
		padding-bottom: clamp(3.125rem, 6.666666666666667vw, 5rem);*/
		padding-top: clamp(3.125rem, 5vw, 3.75rem);
		padding-bottom: clamp(3.125rem, 5vw, 3.75rem);
		z-index: 1;
	}

		.showcase-caption > div > div {
			text-align: center;
			transform: translateY(clamp(0.5rem, 1.5vw, 1.125rem)); /* 8-18 */
		}

			.showcase-caption h1 {
				margin: 0;
				color: #ffffff;
				font-size: clamp(2.5rem, 4.166666666666667vw, 3.125rem); /* 40-50 */
				text-transform: uppercase;
				line-height: 1.2;
			}

			.showcase-caption h2 {
				margin: 0.25em 0 0 0;
				color: #ffffff;
				font-size: clamp(1.25rem, 2.5vw, 1.875rem); /* 20-30 */
				font-weight: var(--font-weight-secondary);
			}

@media (min-width: 1100px) {
	.showcase-area::after {
		background-image: url('images/pattern-bottom.png');
	}
}
/*
================================*/


/* Headline area
================================*/
.headline-area {
	position: relative;
	padding-bottom: clamp(1.875rem, 5vw, 3.75rem);
	background: #484848 url('images/headline/headline-default.webp') center center no-repeat;
	background-size: cover;
}

body.page-id-18 .headline-area {
	background-image: url('images/headline/headline-laboratorio-mebios.webp');
}

body.page-id-919 .headline-area {
	background-image: url('images/headline/headline-gallery.webp');
}

body.page-id-1037 .headline-area {
	background-image: url('images/headline/headline-preventivo-esami.webp');
}

body.page-id-19 .headline-area {
	background-image: url('images/headline/headline-contatti.webp');
}

body.page-id-31 .headline-area,
body.term-8 .headline-area {
	background-image: url('images/headline/headline-allergie.webp');
}

body.page-id-25 .headline-area,
body.term-23 .headline-area {
	background-image: url('images/headline/headline-anemia.webp');
}

body.page-id-1203 .headline-area,
body.term-32 .headline-area {
	background-image: url('images/headline/headline-coagulazione.webp');
}

body.page-id-21 .headline-area,
body.term-9 .headline-area {
	background-image: url('images/headline/headline-covid-19.webp');
}

body.page-id-38 .headline-area,
body.term-10 .headline-area {
	background-image: url('images/headline/headline-farmaco-dipendenza.webp');
}

body.page-id-23 .headline-area,
body.term-11 .headline-area {
	background-image: url('images/headline/headline-feci.webp');
}

body.page-id-28 .headline-area,
body.term-22 .headline-area {
	background-image: url('images/headline/headline-funzionalita-epatica.webp');
}

body.page-id-27 .headline-area,
body.term-20 .headline-area {
	background-image: url('images/headline/headline-funzionalita-renale.webp');
}

body.page-id-36 .headline-area,
body.term-12 .headline-area {
	background-image: url('images/headline/headline-genetica.webp');
}

body.page-id-1239 .headline-area,
body.term-33 .headline-area {
	background-image: url('images/headline/headline-intolleranze-alimentari.webp');
}

body.page-id-1202 .headline-area,
body.term-31 .headline-area {
	background-image: url('images/headline/headline-marcatori-cardiaci.webp');
}

body.page-id-33 .headline-area,
body.term-19 .headline-area {
	background-image: url('images/headline/headline-marcatori-tumorali.webp');
}

body.page-id-34 .headline-area,
body.term-24 .headline-area {
	background-image: url('images/headline/headline-metabolismo-glucidico.webp');
}

body.page-id-32 .headline-area,
body.term-25 .headline-area {
	background-image: url('images/headline/headline-metabolismo-lipidico.webp');
}

body.page-id-26 .headline-area,
body.term-15 .headline-area {
	background-image: url('images/headline/headline-microbiologia.webp');
}

body.page-id-20 .headline-area,
body.term-14 .headline-area {
	background-image: url('images/headline/headline-ormoni.webp');
}

body.page-id-30 .headline-area,
body.term-26 .headline-area {
	background-image: url('images/headline/headline-reumatologia.webp');
}

body.page-id-29 .headline-area,
body.term-13 .headline-area {
	background-image: url('images/headline/headline-test-respiro.webp');
}

body.page-id-22 .headline-area,
body.term-16 .headline-area {
	background-image: url('images/headline/headline-urine.webp');
}

body.page-id-37 .headline-area,
body.term-17 .headline-area {
	background-image: url('images/headline/headline-vitamine.webp');
}

.headline-area::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(87,135,189,0.7);
}

.headline-area::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: clamp(1.875rem, 5vw, 3.75rem);
	background: url('images/pattern-bottom-2.png') center no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}

	.headline-area > div {
		position: relative;
		z-index: 1;
	}

	.headline {
		padding-top: clamp(3.125rem, 5vw, 3.75rem);
		padding-bottom: clamp(3.125rem, 5vw, 3.75rem);
	}

		.headline-title {
			text-align: center;
			transform: translateY(clamp(0.5rem, 1.5vw, 1.125rem)); /* 8-18 */
		}

			.headline-title h1,
			.headline-title h2 {
				color: #ffffff;
				font-size: clamp(1.875rem, 3vw, 2.25rem); /* 30-36 */
				text-transform: uppercase;
				line-height: 1.2;
			}

		.headline-search {
			margin-top: 1.25rem;
		}

@media (min-width: 1100px) {
	.headline-area::after {
		background-image: url('images/pattern-bottom.png');
	}

	body.search .headline-area::after,
	body.page-id-1039 .headline-area::after {
		background-image: url('images/pattern-bottom-2.png');
	}
}
/*
================================*/


/* Searchform area
================================*/
.searchform-area {
	position: relative;
	padding-bottom: clamp(1.875rem, 5vw, 3.75rem);
	background-color: var(--color-quaternary);
	text-align: center;
}

.searchform-area::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: clamp(1.875rem, 5vw, 3.75rem);
	background: url('images/pattern-bottom.png') center no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}

	.searchform {
		padding: 1.875rem 0;
	}

@media (min-width: 1100px) {
	.searchform-area {
		display: none;
	}

	body.search .searchform-area,
	body.page-id-1039 .searchform-area {
		display: block;
	}
}
/*
================================*/


/* Content area
================================*/

/* Content
================*/
.content {
	padding: 3.125rem 0;
}

.content-html-page .content {
	padding: 0;
}
/*
================*/

/* Content archive
================*/
/*
================*/

/* Content single
================*/
/*
================*/

/* Sidebar
================*/
.sidebar-widget {
	box-shadow: 0 0 1.25rem rgba(0,0,0,0.07);
	border-radius: 0.9375rem;
	padding: 1.875rem 1.875rem 1.25rem 1.875rem;
}

.sidebar-widget + .sidebar-widget {
    margin-top: 1.875rem;
}

	.sidebar-widget .title-widget {
		margin: 0 0 0.625rem 0;
		font-size: clamp(1.3125rem, 2.166666666666667vw, 1.625rem);
	}

	.sidebar-widget ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

		.sidebar-widget ul > li {
			position: relative;
		}

		.sidebar-widget ul > li + li {
			border-top: 1px solid #e4e4e4;
		}

			.sidebar-widget ul > li > a {
				display: inline-block;
				margin-left: 1.25rem;
				padding: 0.625rem 0;
				text-decoration: none;
				word-break: break-word;
			}

			.sidebar-widget ul > li > a[aria-current="page"] {
				color: var(--color-link-secondary);
			}

			.sidebar-widget ul > li > a::before {
				content: "\e9fa";
				position: absolute;
				top: 0;
				left: 0;
				padding: 0.625rem 0;
				color: var(--color-tertiary);
				font-family: 'icomoon';
				line-height: 1.6;
			}

			.sidebar-widget ul > li > a[aria-current="page"]::before {
				color: var(--color-link-secondary);
			}

				.sidebar-widget ul > li > a > span {
					font-size: 0.6875rem;
				}
/*
================*/

/* Pagination
================*/
.navigation.pagination {
	display: table;
	margin: 2.5rem auto 0 auto;
}

	.navigation.pagination > h2 {
		display: none;
	}

	.navigation.pagination .nav-links {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: -0.25rem;
	}

		.navigation.pagination .nav-links > * {
			margin: 0.25rem;
		}

		.navigation.pagination .nav-links .page-numbers {
			display: block;
			border: none;
			padding: 0.3125rem 0.9375rem;
			background-color: #ffffff;
			color: var(--color-primary);
			font-size: 0.9375rem;
			font-weight: inherit;
			transition: all 0.3s ease;
		}

		.navigation.pagination .nav-links .page-numbers.current,
		.navigation.pagination .nav-links .page-numbers:hover {
			border-color: var(--color-tertiary);
			background-color: var(--color-tertiary);
			color: #ffffff;
		}

		.navigation.pagination .nav-links .prev.page-numbers,
		.navigation.pagination .nav-links .next.page-numbers {
			font-size: 0;
		}

		.navigation.pagination .nav-links .prev.page-numbers::before,
		.navigation.pagination .nav-links .next.page-numbers::before {
			font-family: 'icomoon';
			font-size: 0.9375rem;
			font-weight: inherit;
		}

		.navigation.pagination .nav-links .prev.page-numbers::before {
			content: "\e9fc";
		}

		.navigation.pagination .nav-links .next.page-numbers::before {
			content: "\e9fa";
		}
/*
================*/
/*
================================*/


/* Blog, archive, single, sidebar, pagination
================================*/

/* Global
================*/
/*
================*/

/* Blog, archive
================*/
/*
================*/

/* Single
================*/
/*
================*/

/* Sidebar
================*/
/*
================*/

/* Pagination
================*/
/*
================*/
/*
================================*/


/* Post type
================================*/

/* Global
================*/
/*
================*/

/* Archive, taxonomy
================*/
/*
================*/

/* Single
================*/
.content-single-esami .post-cat {
	margin-bottom: 0.75rem;
}

	.content-single-esami .post-cat a {
		text-decoration: none;
	}

.content-single-esami .post-title {
	margin-top: 0;
	font-size: clamp(1.5625rem, 2.5vw, 1.875rem); /* 25-30 */
}
/*
================*/

/* Sidebar
================*/
/*
================*/

/* Pagination
================*/
/*
================*/
/*
================================*/


/* Search
================================*/
.list-search-post {
	margin: 0;
	padding: 0;
	list-style: none;
}

	.list-search-post > li {
		padding: 0.625rem 0;
	}

	.list-search-post > li + li {
		border-top: 1px solid #e4e4e4;
	}

	.list-search-post > li:last-child {
		padding-bottom: 0;
	}

		.list-search-post > li a {
			text-decoration: none;
		}

		.list-search-post > li a + a {
			color: var(--color-primary);
		}

		.list-search-post > li a + a:hover {
			color: var(--color-link-secondary);
		}
/*
================================*/


/* Home
================================*/
body.home .content .content-col-1 .content-box h2 span {
	display: block;
	color: var(--color-tertiary);
	font-size: 0.8125em;
}
/*
================================*/


/* Contatti
================================*/
body.page-id-19 .content .content-row-1 .content-col-1 .content-box {
	display: flex;
	align-items: center;
}

body.page-id-19 .content .content-row-1 .content-col-1 .content-box + .content-box {
	margin-top: 1.875rem;
}

	body.page-id-19 .content .content-row-1 .content-col-1 .content-box a{
		text-decoration: none;
	}

	body.page-id-19 .content .content-row-1 .content-col-1 .content-box > div:nth-child(1) i {
		display: block;
		width: 4.375rem;
		height: 4.375rem;
		border-radius: 50%;
		background-color: var(--color-tertiary);
		text-align: center;
		color: #ffffff;
		font-size: 1.5rem;
		line-height: 4.375rem;
	}

	body.page-id-19 .content .content-row-1 .content-col-1 .content-box > div:nth-child(2) {
		margin-left: 0.9375rem;
	}

		body.page-id-19 .content .content-row-1 .content-col-1 .content-box > div:nth-child(2) p {
			margin: 0 0 0.25rem 0;
			color: var(--color-secondary);
		}
/*
================================*/


/* Altre pagine
================================*/
body.page-id-3 .main {
	overflow-wrap: break-word;
}
/*
================================*/


/* Footer area
================================*/
.footer-area {
	position: relative;
	padding-top: clamp(1.875rem, 5vw, 3.75rem);
	background: #484848 url('images/footer.jpg') center center no-repeat;
	background-size: cover;
}

.footer-area::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(72,72,72,0.8);
}

.footer-area::after {
	content: "";
	position: absolute;
	top: -1px;
	right: 0;
	left: 0;
	height: clamp(1.875rem, 5vw, 3.75rem);
	background: url('images/pattern-top.png') center no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}

	.footer-area > div {
		position: relative;
		z-index: 1;
	}

	.footer {
		padding: 3.75rem 0;
	}

		.footer .footer-box ul {
			margin: 0;
			padding: 0;
			font-size: 0.9375rem;
			list-style: none;
		}

		.footer .footer-box a {
			text-decoration: none;
		}

			.footer .footer-box ul > li > * {
				display: inline-block;
				padding: 0.3125rem 0;
				color: #ffffff;
				word-break: break-word;
			}

			.footer .footer-box ul > li > a:hover {
				color: var(--color-tertiary);
			}

			.footer .footer-box ul > li > *::before {
				margin-right: 0.5rem;
				padding: 0.3125rem 0;
				color: var(--color-tertiary);
				font-family: 'icomoon';
			}

			.footer .footer-box ul > li.info > span::before {
				content: "\e9e0";
			}

			.footer .footer-box ul > li.hours > span::before {
				content: "\e9ca";
			}

			.footer .footer-box ul > li.address > span::before {
				content: "\e9c2";
			}

			.footer .footer-box ul > li.fax > a::before {
				content: "\e9c6";
			}

			.footer .footer-box ul > li.email > a::before {
				content: "\e9c7";
			}

			.footer .footer-box ul > li.facebook > a::before {
				content: "\e940";
			}

		.footer .footer-col-1 .footer-box-1 img {
			width: auto;
			height: 2.5rem;
		}

		.footer .footer-col-2 .footer-box-1 a {
			display: block;
			font-size: 1.875rem;
		}

	.footer-2 {
		border-top: 1px solid rgba(255,255,255,0.05);
		padding: 1.5625rem 0;
		color: #ffffff;
	}

		.footer-2 .footer-col ul {
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			margin: 0 -0.9375rem;
			padding: 0;
			font-size: 0.8125rem;
			list-style: none;
		}

			.footer-2 .footer-col ul > li {
				padding-right: 0.9375rem;
				padding-left: 0.9375rem;
			}

				.footer-2 .footer-col ul > li > a {
					display: inline-block;
					padding: 0.3125rem 0;
					color: #ffffff;
					text-decoration: none;
				}

				.footer-2 .footer-col ul > li > a:hover {
					color: var(--color-tertiary);
				}

	.footer-3 {
		border-top: 1px solid rgba(255,255,255,0.05);
		padding: 1.875rem 0;
		color: #ffffff;
		font-size: 0.8125rem;
	}

		.footer-3 .footer-col a {
			color: var(--color-tertiary);
			text-decoration: none;
		}

		.footer-3 .footer-col a:hover,
		.footer-3 .footer-col a:focus {
			color: #ffffff;
		}

@media (min-width: 576px) {
	.footer .footer-box ul > li {
		position: relative;
	}

		.footer .footer-box ul > li > * {
			margin-left: 1.5rem;
		}

		.footer .footer-box ul > li > *::before {
			position: absolute;
			top: 0;
			left: 0;
			width: 1.5rem;
			margin-right: 0;
		}
}

@media (min-width: 768px) {
	.footer {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

		.footer .footer-col-2 .footer-box-1 a {
			line-height: 2.5rem;
		}
}

@media (min-width: 992px) {
	.footer .footer-col-1 .footer-box-1 img {
		height: 3.125rem;
	}

	.footer .footer-col-2 .footer-box-1 a {
		font-size: 2.875em;
		line-height: 3.125rem;
	}
}
/*
================================*/


/* Nav fixed area
================================*/
.nav-fixed {
	display: none;
}

	.nav-fixed-overlay {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(0,0,0,0.75);
		z-index: 1000;
		pointer-events: none;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.4s ease, visibility 0s ease 0.4s;
	}

	.nav-fixed-overlay.open {
		pointer-events: auto;
		opacity: 1;
		visibility: visible;
		transition: opacity 0.4s ease, visibility 0s ease 0s;
	}

	.nav-fixed .menu-wrap {
		position: fixed;
		top: 0;
		bottom: 0;
		left: -90%;
		width: 90%;
		background-color: #ffffff;
		overflow-y: auto;
		z-index: 1000;
		visibility: hidden;
		transition: left 0.4s ease, visibility 0s ease 0.4s;
	}

	.nav-fixed .menu-wrap.open {
		left: 0;
		visibility: visible;
		transition: left 0.4s ease, visibility 0s ease 0s;
	}

		.nav-fixed .menu-close {
			display: flex;
			justify-content: flex-end;
			align-items: center;
			width: 100%;
			height: 4.375rem;
			padding: 0 0.9375rem;
			cursor: pointer;
		}

			.nav-fixed .menu-close > span {
				display: block;
				position: relative;
				width: 30px;
				height: 31px;
			}

			.nav-fixed .menu-close > span::before,
			.nav-fixed .menu-close > span::after {
				content: "";
				position: absolute;
				top: 14px;
				left: 0;
				width: 100%;
				height: 3px;
				background-color: var(--color-secondary);
				transition: background-color 0.3s ease;
			}

			.nav-fixed .menu-close > span::before {
				transform: rotate(45deg);
			}

			.nav-fixed .menu-close > span::after {
				transform: rotate(-45deg);
			}

			.nav-fixed .menu-close > span:hover::before,
			.nav-fixed .menu-close > span:hover::after {
				background-color: var(--color-tertiary);
			}

		.nav-fixed .menu-box {
			border-top: 1px solid rgba(0,0,0,0.05);
			padding: 0 0.9375rem;
		}

			.nav-fixed ul {
				margin: 0;
				padding: 0;
				font-size: 1rem;
				list-style: none;
			}

				.nav-fixed ul > li {
					position: relative;
				}

				.nav-fixed ul > li + li {
					border-top: 1px solid rgba(0,0,0,0.05);
				}

					.nav-fixed ul > li > a {
						display: block;
						margin-right: 2.5rem;
						padding: 1.125rem 0;
						color: var(--color-secondary);
						font-weight: var(--font-weight-tertiary);
						text-decoration: none;
					}

					.nav-fixed ul > li.current-menu-item > a,
					.nav-fixed ul > li.current_page_item > a,
					.nav-fixed ul > li.current-menu-ancestor > a,
					.nav-fixed ul > li.current-page-ancestor > a,
					.nav-fixed ul > li.current-post-ancestor > a,
					.nav-fixed ul > li.current_page_parent > a {
						color: var(--color-tertiary);
					}

					.nav-fixed ul > li > a:hover {
						color: var(--color-tertiary);
					}

						.nav-fixed ul > li > a > span {
							font-size: 0.75rem;
						}

					.nav-fixed .menu-plus {
						display: flex;
						justify-content: center;
						align-items: center;
						position: absolute;
						top: 0;
						right: 0;
						bottom: 0;
						width: 1.875rem;
						text-align: center;
						color: var(--color-secondary);
						font-family: 'icomoon';
						font-size: 1.25rem;
						cursor: pointer;
						transition: color 0.3s ease;
					}

					.nav-fixed .menu-plus:hover {
						color: var(--color-tertiary);
					}

					.nav-fixed .menu-plus::after {
						content: "\e96d";
					}

@media (min-width: 348px) {
	.nav-fixed .menu-box {
		padding: 0.9375rem 1.875rem;
	}
}

@media (min-width: 400px) {
	.nav-fixed .menu-wrap {
		left: -75%;
		width: 75%;
	}
}

@media (min-width: 450px) {
	.nav-fixed .menu-close {
		height: 4.75rem;
	}
}

@media (min-width: 576px) {
	.nav-fixed .menu-wrap {
		left: -450px;
		width: 450px;
	}
}

@media (min-width: 992px) {
	.nav-fixed .menu-close {
		height: 5.625rem;
	}
}
/*
================================*/


/* Cookie banner area
================================*/
.cookie-banner {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
	padding: 2.5rem 0;
    background-color: rgba(35,31,32,0.95);
    color: #ffffff;
    font-size: 0.8125rem;
    z-index: 1100;
    opacity: 1;
    transition: opacity 1s ease;
}

.cookie-banner-area.invisible .cookie-banner {
	opacity: 0;
}

	.cookie-banner-text {
		text-align: justify;
	}

		.cookie-banner-text a {
			color: #ffffff;
			text-decoration: underline;
		}

		.cookie-banner-text a:hover {
			color: var(--color-tertiary);
		}

	.cookie-banner-button {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 1.875rem;
		margin: 1.875rem 0 0 0;
	}

		.cookie-banner-button a {
			display: inline-block;
			font-weight: var(--font-weight-tertiary);
			text-transform: none;
			text-decoration: none;
			letter-spacing: 0;
			white-space: nowrap;
		}

		.cookie-banner-button-deny {
			color: #ffffff;
		}

		.cookie-banner-button-deny:hover {
			color: var(--color-tertiary);
		}

		.cookie-banner-button-accept {
			border: 2px solid #ffffff;
			border-radius: 2rem;
			padding: 0.4rem 1.875rem;
			background-color: transparent;
			color: #ffffff;
			transition: all 0.3s ease;
		}

		.cookie-banner-button-accept:hover,
		.cookie-banner-button-accept:focus {
			border-color: var(--color-tertiary);
			background-color: var(--color-tertiary);
			color: #ffffff;
		}

@media (min-width: 348px) {
	.cookie-banner > div {
		padding-right: 1.875rem;
		padding-left: 1.875rem;
	}
}

@media (min-width: 768px) {
	.cookie-banner-wrap {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

		.cookie-banner-text {
			flex-grow: 1;
			flex-basis: 0;
		}

		.cookie-banner-button {
			margin: 0 0 0 3.75rem;
		}
}

@media (min-width: 1200px) {
	.cookie-banner > div {
		padding-right: 2.5rem;
		padding-left: 2.5rem;
	}
}
/*
================================*/