/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Aug 27 2026 | 10:29:13 (pm)
/*
/******* Do not edit this file *******/

.ish-sticky-scrolling .ish-ph-logo img {
    padding-top: 0;
    margin-top: 0px;
}

.ish-ph-logo {
    float: left;
    display: table;
    margin: 0 10px 0 0;
    height: 100%;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.ish-ph-main_nav {
    float: right;
}

@media (max-width: 480px) {
    .ish-ph-logo img {
        max-height: 50px;
        padding-top: 12px;
        margin-top: 0px;
    }
    .ish-part_header.ish-sticky-scrolling .ish-ph-logo {
        display: block;
        padding-top: 0px;
        margin-top: 5px;
    }
}

.ish-sticky-on .ish-part_header {
    position: fixed;
    top: -1px;
    z-index: 99;
}

/* Header font ------------------------------------------------------------------------------------------------------ */
.ish-part_header div,
.ish-ph-main_nav a,
.ish-ph-mn-be_resp a
{
	font-family:    'Lato', sans-serif !important;
	font-size:      40px;
	font-style: normal;
	line-height: 35px;
	font-weight:    300 !important;
}

body, p,  h1, h2, h3, h4, h5, h6 {
-moz-hyphens: none !important;
-ms-hyphens: none !important;
-webkit-hyphens: none !important;
 hyphens: none !important;}
 
.vc_figure-caption {
    margin-top: .7em;
    font-size: .8em;
    line-height: 1.5em;
    text-align: left;
}
.ish-sidenav-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px !important;
    text-decoration: none;
    padding: 8px;
    display: block;
    z-index: 1;
}