.sepa-bott {
    margin-bottom: 5em;
}

.sepa-bott::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 1px;
    background-color: var(--main_grey);
    margin: auto;
    left: 0;
    right: 0;
    bottom: 2.5em;
}

.sepa-bott::after {
    content: "";
}

.mtit {
    font-family: var(--default_font2);
    color: var(--main_grey);
    text-transform: unset;
    letter-spacing: 2px;
    font-style: initial;
    position: relative;
    margin-bottom: 3em;
    font-size: 60px;
}

.mtit-sotto-titolo {
    font-family: var(--default_font2);
    color: var(--main_grey);
    text-transform: unset;
    letter-spacing: 2px;
    font-style: initial;
    position: relative;
    margin-bottom: 3em;
    font-size: 38px;
}

.mtit-sotto-titolo::after {
    content: "";
    width: 160px;
    height: 1px;
    background-color: var(--licht_grey);
    position: absolute;
    bottom: -1.5em;
    left: 0;
    /* right: 0; */
    margin: auto;
}

.mtit-compact {
    font-family: var(--default_font2);
    color: var(--main_grey);
    text-transform: unset;
    letter-spacing: 2px;
    font-style: initial;
    position: relative;
    font-size: 60px;
}


.mtit4 {
    font-family: var(--default_font2);
    color: var(--main_grey);
    text-transform: unset;
    letter-spacing: 2px;
    font-style: initial;
    position: relative;
    font-size: 50px;
}

.mtit5 {
    font-family: var(--default_font2);
    color: var(--main_grey);
    text-transform: unset;
    letter-spacing: 2px;
    font-style: initial;
    position: relative;
    font-size: 30px;
}


.mtit-30 {
    font-family: var(--default_font2);
    color: var(--main_grey);
    text-transform: unset;
    letter-spacing: 2px;
    font-style: initial;
    position: relative;
    margin-bottom: 3em;
    font-size: 30px;
}

.page-template-default .mtit {
    margin-bottom: 1em;
}

.page-template-default .mtit::after {
    bottom: -1em;
}

.single-blocchi .mtit {
    margin-bottom: 0;
}

.single-blocchi .mtit::after {
    bottom: -1.5em;
}

body.inverted-night-day .mtit::after {
    background-color: var(--main_grey) !important;
}

.blog-subtit {
    color: var(--rosso);
    margin-top: -80px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 900;
}

.blog-subtit2 {
    color: white;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 900;
}

.blog-subtit3 {
    color: var(--rosso);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
}

.blog-subtit2 a {
    color: white;
}

.blog-subtit2 a:hover {
    color: var(--rosso);
}

.blog-subtit a:hover {
    color: var(--main_grey);
}


.mtit::after {
    content: "";
    width: 160px;
    height: 1px;
    background-color: var(--licht_grey);
    position: absolute;
    bottom: -1.5em;
    left: 0;
    right: 0;
    margin: auto;
}

.mtit-sepa::after {
    content: "";
    width: 160px;
    height: 1px;
    background-color: var(--licht_grey);
    position: absolute;
    bottom: -1.5em;
    left: 0;
    right: 0;
    margin: auto;
}

.mtit-var {
    font-family: var(--default_font2);
    color: black;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-style: initial;
}

.mtit-var::after {
    content: "";
    height: 1px;
    background-color: black;
    width: 204px;
    display: block;
    margin: auto;
    margin-top: 8px;
}

.mtit2 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
    font-family: var(--main_grey);
    margin-bottom: 30px;
}

.mtit2::after {
    content: "";
    height: 1px;
    background-color: var(--main_grey);
    width: 150px;
    display: block;
    margin: auto;
    margin-top: 30px;
}

.mtit3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
    color: var(--rosso);
    font-family: var(--default_font);
}

.mtit3 a:hover {
    color: var(--rosso);
}

.sec-tit h1 {
    font-family: 'Playfair Display', serif;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    font-size: 60px;
    margin-bottom: 18px !important;
    text-align: center !important;
}

.sec-tit.lower h1 {
    text-transform: initial;
}


.sec-tit small {
    display: block;
    text-align: center !important;
    font-size: 20px !important;
    letter-spacing: 2px !important;
    font-weight: 400 !important;
}

.sec-tit p {
    font-family: 'Lato', sans-serif;
    color: white;
    text-transform: uppercase;
    font-size: 11px;
    border: solid 1px white;
    display: block;
    width: 150px;
    padding: 7px;
    margin: auto !important;
}

.sec-tit .newsletter-box {
    width: 400px;
    margin: auto !important;
}

.sec-tit .newsletter-box input {
    color: var(--rosso);
    font-size: 25px;
    font-family: var(--default_font);
}

.sec-tit .newsletter-box input::placeholder {
    color: var(--rosso);
}

.inverted.sec-tit p {
    color: var(--rosso);
    border: solid 1px var(--rosso);
}

.inverted.sec-tit p a {
    color: var(--rosso);
}

.sec-tit p a,
.sec-tit h2 a {
    color: white;
}

.sec-tit p a:hover,
.sec-tit h2 a:hover {
    text-decoration: none;
    outline: none;
}


.sec-tit-webinar h1 {
    font-family: 'Playfair Display', serif;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    font-size: 60px;
    margin-bottom: 5px !important;
    text-align: center !important;
    font-weight: bold;
}

.sec-tit-webinar h2 {
    font-family: 'Playfair Display', serif;
    color: white;
    text-transform: uppercase;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    font-size: 35px;
    margin-bottom: 30px !important;
    text-align: center !important;
}

.sec-tit-webinar h3 {
    font-family: 'Playfair Display', serif;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    font-size: 20px;
    margin-bottom: 18px !important;
    text-align: center !important;
}

.sec-tit p {
    font-family: 'Lato', sans-serif;
    color: white;
    text-transform: uppercase;
    font-size: 11px;
    border: solid 1px white;
    display: block;
    width: 150px;
    padding: 7px;
    margin: auto !important;
}

.sec-tit h2 {
    font-family: var(--default_font2);
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 1px 1px 35px rgba(0, 0, 0, 0.5);
    transition: all .5s;
}

.sec-tit h4 {
    color: white;
    letter-spacing: 2px;
    transition: all .5s;
    font-size: 12px;
    max-width: 400px;
    margin: auto auto 22px;
}

.text-dark h2,
h2.text-dark,
.text-dark h4,
h4.text-dark,
.text-dark p,
p.text-dark,
.text-dark p a
{
    color: black !important;
}

.text-dark p,
p.text-dark {
    color: black !important;
    border: solid 1px black !important;
}

.inverted.sec-tit h2 {
    color: var(--rosso);
}

/* IPHONE */
@media (max-width: 768px) {
    .mtit::after {
        bottom: -90px;
    }
    .mtit-compact {
        font-size: 45px;
    }
}