/* PERSONALIZZAZIONI */
@font-face {
	font-family: 'GloryTSI';
	/* Sostituisci "Nome-Font" con il nome che desideri assegnare al tuo font */
	src: url('fonts/GloryTSI-Regular.ttf') format('ttf'),
		/* Assicurati che il percorso del file del font sia corretto */
		url('fonts/GloryTSI-Regular.ttf') format('woff2');
	/* Assicurati che il percorso del file del font sia corretto */
	/* Aggiungi eventuali altre varianti o formati del font qui */
}

/* Utilizza il font personalizzato per gli elementi desiderati */
body {
	font-family: 'GloryTSI', sans-serif !important;
	/* Usa il nome del font specificato sopra */
}


body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 17px;
	line-height: 24px;
	font-family: 'GloryTSI', sans-serif !important;
	color: #666;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'GloryTSI', sans-serif !important;
}

.bold-h6 {
	font-family: 'GloryTSI', sans-serif !important;
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}

.label {
	font-family: 'GloryTSI', sans-serif !important;
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	letter-spacing: 1px;
	background: #333347;
	border-radius: 0;
	padding: 6px 12px;
	font-size: 10px;
	vertical-align: middle;
}

blockquote {
	overflow: hidden;
	font-family: 'GloryTSI', sans-serif !important;
	font-size: 20px;
	line-height: 40px;
	font-style: italic;
	background: #f5f5f5;
	padding: 32px;
	color: #777;
	font-weight: 300;
}

.number {
	font-family: 'GloryTSI', sans-serif !important;
}

.btn {
	font-family: 'GloryTSI', sans-serif !important;
	border: 2px solid #333347;
	padding: 0 26px;
	height: 40px;
	min-width: 150px;
	line-height: 36px;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 0;
	color: #333347;
	text-align: center;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	margin-right: 8px;
	margin-bottom: 24px;
}

.menu {
	width: 100%;
	height: auto;
	font-family: 'GloryTSI', sans-serif !important;
}

.module.widget-handle .title {
	font-family: 'GloryTSI', sans-serif !important;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	display: none;
	opacity: .5;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

/* PERSONALIZZAZIONE CONTACT FORM */
.vaccarella .wpcf7 input[type="url"],
.vaccarella .wpcf7 input[type="email"],
.vaccarella .wpcf7 input[type="tel"] {
	direction: ltr !important;
	background: #f5f5f5 !important;
	border: none !important;
	width: 100% !important;
	height: 50px !important;
	padding-left: 20px !important;
	font-weight: 500 !important;
	margin-bottom: 24px !important;
	border-radius: 0 !important;
}

.vaccarella .font50 {
	font-size: 50px;
}

/*PERSONALIZZAZIONE MENU */
.vaccarella .menu li a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	color: #292929;
	opacity: 0.5;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	max-width: 100%;
	white-space: normal;
}

.vaccarella .logo {
	max-height: 100%;
}

.vaccarella .glyphicon-phone {
	content: "\e145";
}