/*********** GLOBAL **********/

html {
    height: 100%;
    overflow-y: scroll;
}

body {
    height: 100%;
    font-family: 'lyon', serif;
    font-weight: normal;
    font-style: normal;
    color: rgb(25, 25, 25);
    background-color: #F7F7F7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.article-head p,
figcaption,
.tags,
.article-meta,
.sans {
    font-family: 'Apercu', sans-serif;
    font-weight: normal;
}

em {
    font-weight: inherit;
    font-style: italic;
}

p.quote.serif,
.serif {
    font-family: 'lyon', serif;
}

a:hover {
    color: #152A80;
    transition: 0.2s ease-in-out;
    text-decoration: none;
}

.btn {
    font-family: 'Apercu', sans-serif;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
    border-radius: 0px !important
}

.prima_sezione {
    margin-top: 80px !important
}

.bg-sabbia {
    background-color: #cac0b4 !important
}

button:focus,
.btn:focus {
    outline: none;
}


/****************** IMAGES *******************/

.fit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.article-header,
.article-header-home {
    background: #ddd url('../img/noise2.gif');
}

.card-image {
    position: relative;
    padding-top: 66.66%;
    background: #ddd url('../img/noise2.gif');
}

.card-image-doppia {
    position: relative;
    padding-top: 66.66%;
    background: #ddd url('../img/noise2.gif');
}

.card-intervista .card-image {
    padding-top: 85vh;
    background: #ddd url('../img/noise2.gif');
}

.card-intervista:hover .card-image {
    opacity: 0.4;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.lazyload,
.lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}

html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0.0001 !important
}

html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1 !important
}


/******************* TYPO *********************/

.lyon_d {
    font-family: 'Lyon Display', serif;
    font-weight: 300;
}


/******************* PAGINATE *********************/

.pagination,
ul.pagination li,
ul.pagination li a,
.page-link {
    border: 0px;
    background-color: transparent
}

.pagination {
    font-family: 'Apercu', sans-serif;
    font-weight: bold;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 0px
}

.page-item.active .page-link,
.page-link:hover {
    background-color: transparent
}

.page-link {
    color: rgba(0, 0, 0, 0.5) !important
}

.pagination,
ul.pagination li.active span,
.page-link:hover {
    color: #000 !important
}


/******************* HEADER *******************/

header#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 80px;
    background-color: #F7F7F7;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
}

@media (min-width: 1200px) {
    header#header {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

header.header-home {
    opacity: 0;
}

.hamburger {
    padding: 0;
}

.hamburger-box {
    width: 20px;
    height: 20px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 20px;
    height: 1px;
    border-radius: 0;
}

.hamburger-inner::before {
    top: -5px !important
}

.hamburger-inner::after {
    bottom: -5px !important
}

.hamburger-inner {
    top: 60% !important
}

.bg-white.hamburger-inner,
.bg-white.hamburger-inner::before,
.bg-white.hamburger-inner::after {
    background-color: white;
}

.hamburger.is-active .bg-white.hamburger-inner,
.hamburger.is-active .bg-white.hamburger-inner::before,
.hamburger.is-active .bg-white.hamburger-inner::after {
    background-color: white;
}

.logo {
    max-width: 100px;
}

.active {
    background-color: #F7F7F7;
    opacity: 1 !important
}

.menu-top {
    position: absolute;
    top: 0;
    right: 100px;
    height: 64px;
    z-index: 1111;
    display: block;
    vertical-align: middle;
    font-family: 'Apercu', sans-serif;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.06rem;
    font-weight: bold;
}

.menu-top ul {
    list-style-type: none;
}

.menu-top ul li {
    display: inline;
    padding-left: 0.8rem;
    line-height: 64px;
}

.menu-top ul li:first-child {
    padding-left: 0;
}

.menu-top a,
#overlay a {
    color: grey;
}

.menu-top a:hover,
#overlay a:hover {
    color: #0032FF;
}

@media (min-width: 1200px) {
    .menu-top {
        height: 80px;
    }
    .menu-top ul li {
        line-height: 80px;
    }
}

header h6 {
    font-size: 0.8rem;
}

.sharer {
    color: grey;
    padding-left: 20px;
}

.sharer a {
    padding: 0 5px;
    font-size: 0.8rem;
}

progress {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 11999999999;
    width: 100%;
    height: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: #F7F7F7;
    color: #0032FF;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* O}
/*progress::-webkit-progress-bar {background-color: transparent;}
progress::-webkit-progress-value {background-color: #0032FF;}
progress::-moz-progress-bar {background-color: #0032FF;}*/
}

progress::-webkit-progress-bar {
    background-image: -moz-linear-gradient(left, #bebd01 0%, #bebd01 16%, #00bebe 16%, #00bebe 33%, #00bf00 33%, #00bf00 50%, #be00be 50%, #be00be 67%, #c00000 67%, #c00000 84%, #0100c0 84%, #0100c0 100%);
    background-image: -webkit-linear-gradient(left, #bebd01 0%, #bebd01 16%, #00bebe 16%, #00bebe 33%, #00bf00 33%, #00bf00 50%, #be00be 50%, #be00be 67%, #c00000 67%, #c00000 84%, #0100c0 84%, #0100c0 100%);
}

progress::-webkit-progress-value {
    background-color: #F7F7F7;
}

progress::-moz-progress-bar {
    background-image: -moz-linear-gradient(left, #bebd01 0%, #bebd01 16%, #00bebe 16%, #00bebe 33%, #00bf00 33%, #00bf00 50%, #be00be 50%, #be00be 67%, #c00000 67%, #c00000 84%, #0100c0 84%, #0100c0 100%);
    background-image: -webkit-linear-gradient(left, #bebd01 0%, #bebd01 16%, #00bebe 16%, #00bebe 33%, #00bf00 33%, #00bf00 50%, #be00be 50%, #be00be 67%, #c00000 67%, #c00000 84%, #0100c0 84%, #0100c0 100%);
}


/********************* OVERLAY MENU *******************/

#overlay {
    width: 50%;
    height: 100vh;
    background-color: #F7F7F7;
    position: fixed;
    z-index: 9999;
    right: -50%;
    top: 0;
    bottom: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    transition: all .3s ease-in-out;
    -moz-transition: right .3s ease-in-out;
    -webkit-transition: right .3s ease-in-out;
    -o-transition: right .3s ease-in-out;
    -ms-transition: right .3s ease-in-out;
}

#overlay.active {
    right: 0;
    transition: all .3s ease-in-out;
    -moz-transition: right .3s ease-in-out;
    -webkit-transition: right .3s ease-in-out;
    -o-transition: right .3s ease-in-out;
    -ms-transition: right .3s ease-in-out;
}

#overlay button,
#search button {
    border: 0px;
    background-color: transparent
}

#overlay ul.ulani li {
    font-family: 'Lyon Display', serif;
    font-weight: 300;
    font-size: inherit;
    letter-spacing: 0.06rem;
    list-style-type: none;
    transition: opacity .2s ease, -webkit-transform .3s ease;
    transition: opacity .2s ease, transform .3s ease;
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#overlay ul.social li {
    font-family: 'Apercu', serif;
}

#overlay ul li.visible {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

#wrapper {
    position: relative
}

#wrapper.navmode::before {
    background: rgba(0, 0, 0, .8);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: " ";
    bottom: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 10
}

.noscroll {
    overflow: hidden;
}

.social-div {
    display: none
}

ul.social {
    text-transform: uppercase
}

@media (max-width: 768px) {
    #overlay {
        width: 100%;
        right: -100%
    }
    #overlay ul li {
        padding-bottom: 0.5rem
    }
    #overlay .social {
        overflow: hidden;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -o-column-count: 2;
        column-count: 2;
    }
}


/********************* SEARCH FORM *******************/

#search {
    width: 100%;
    height: 50%;
    background-color: #F7F7F7;
    position: fixed;
    z-index: 10;
    right: 0;
    top: -50%;
    bottom: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    transition: all .3s ease-in-out;
    -moz-transition: right .3s ease-in-out;
    -webkit-transition: right .3s ease-in-out;
    -o-transition: right .3s ease-in-out;
    -ms-transition: right .3s ease-in-out;
}

#search.active {
    top: 0;
    transition: all .3s ease-in-out;
    -moz-transition: top .3s ease-in-out;
    -webkit-transition: top .3s ease-in-out;
    -o-transition: top .3s ease-in-out;
    -ms-transition: top .3s ease-in-out;
}

#search form {
    position: relative
}

#search .search-form label {
    margin: 0;
    width: 100%
}

#search .search-field {
    padding: 0;
    padding-bottom: 5px;
    border: 0;
    border-bottom: 1px solid #DEDEDE;
    font-family: "Lyon Display", sans-serif;
    letter-spacing: 0em;
    line-height: 1.4;
    font-size: 28px;
    font-size: 1.75rem;
    background-color: #F7F7F7 !important;
    width: 100%
}

#search .screen-reader-text {
    display: none
}

#search .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0;
    font-size: 0;
    width: 20px;
    background-color: transparent;
    background-image: url(../img/icon-chevron-right.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 12.12px 21.41px;
    border: 0;
    border-bottom: 1px solid #DEDEDE;
    outline: 0;
}

#search form input {
    outline: none;
    width: 100%
}

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #F7F7F7 inset !important;
}

@media (max-width: 768px) {
    #search form {
        width: 80% !important
    }
}


/********************* HOME *******************/

body.home section h2 a:hover {
    color: silver !important;
}

.article-header {
    /*margin: 80px auto 0;background-size: cover;background-position: top center;background-repeat: no-repeat;*/
    position: relative;
}

.quote-home {
    font-family: 'Lyon Display', serif;
    margin: 1rem 0 1rem 0;
    padding: 1rem 0 1rem 0;
    line-height: 1.5;
    font-weight: 300;
    font-size: 3rem
}

footer .lead {
    font-family: 'Lyon Display', serif;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.5)
}

.section-header {
    text-transform: uppercase;
    text-align: center;
    font-size: 0.8rem;
    letter-spacing: 0.06rem;
    font-weight: 700;
}

#cinescopio {
    height: 5px;
    position: absolute;
    width: 100vw;
    bottom: 0px
}

h5.occhiello {
    text-transform: uppercase;
    margin-top: 0;
    font-weight: normal;
    font-size: 0.8rem;
    margin-bottom: 0;
    letter-spacing: 0.06rem;
    border-bottom: 1px solid white;
    display: inline-block;
    padding-bottom: 0.1rem;
}

.article-meta,
.article-date {
    font-family: 'Apercu', sans-serif;
    font-weight: normal;
    font-size: 0.8rem;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.06rem;
}

.article-header-gradient.vh-100 {
    height: calc(100vh - 64px) !important
}

article #cover .article-header {
    height: calc(100vh - 80px) !important;
    margin-top: 80px !important
}

.article-header-home h2,
.article-header-home p,
.article-header-home a {
    color: #fff !important
}

article.intervista-article #cover {
    background-color: #000 !important;
    margin-top: 80px
}

.intevista-title-overlay {
    background-color: #000 !important
}

.card-intervista .card-image:after,
.article-header .over:after,
.article-header-home .over:after {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: " ";
    bottom: 0;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 5.0), rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 5.0), rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0));
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 5.0), rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0));
    background: linear-gradient(bottom, rgba(0, 0, 0, 5.0), rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0));
}

@media (max-width: 400px) {
    .article-title-overlay {
        bottom: 20px;
    }
    .article-meta,
    .article-date {
        font-size: 0.8rem;
    }
    .article-title-overlay {
        left: 0;
    }
}

@media (min-width: 1200px) {
    .intevista-title-overlay {
        height: calc(100vh - 80px) !important
    }
    /* .article-header {
        margin: 80px auto 0;
    }*/
}

.article-header-home {
    position: relative;
}

.article-header-home h2 {
    font-family: 'Lyon Display', serif;
    font-weight: 300;
    font-size: 3rem;
}

.article-header-home h5.occhiello,
.article-header-home-interview h5.occhiello {
    border-bottom: none;
}

.letter-overlay-new {
    top: 0;
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 8;
    pointer-events: none;
}

.letter-overlay-new div {
    width: 50vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#pubblicazione_home h5 {
    color: #fff !important;
    text-decoration: none;
    border-bottom: 0px
}

.copertina {
    height: 450px;
}

section h5 a,
section h2 a {
    color: rgb(25, 25, 25) !important
}

section h5 a:hover,
section h2 a:hover {
    color: blue !important
}

@media (max-width: 768px) {
    .letter-overlay-new div {
        width: 90vw;
    }
    .article-header-home h2 {
        font-size: 2rem !important
    }
    .quote-home {
        font-size: 1.5rem !important
    }
    .copertina {
        height: 250px;
        background-position-y: 0px !important
    }
    .copertina_banner {
        height: 150px;
        background-position-y: 0px !important
    }
}

@media (min-width: 1500px) {
    .copertina {
        height: 600px;
    }
}


/********************* CARDS *******************/

.card .img-fluid {
    width: 100%
}

.card a {
    color: rgb(25, 25, 25) !important;
    background-image: none !important
}

.card.card-intervista a,
.card.card-intervista p.article-meta {
    color: rgb(255, 255, 255) !important;
    background-image: none !important
}

.card a:hover {
    color: #0032FF !important;
    transition: 0.2s ease-in-out;
}

.card {
    background-color: transparent;
    font-family: 'Apercu', sans-serif;
    border: 0px !important;
    border-radius: 0px !important;
}

.card-title {
    font-family: 'Lyon Display', serif;
    font-weight: 300;
    margin-bottom: 0;
}

.occhiello {
    color: #0032FF;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.06rem;
    margin-bottom: 0.6rem;
}

.occhiello-grey {
    color: grey
}

.card-author {
    font-family: 'Apercu', sans-serif;
    text-transform: none;
    font-size: 0.8rem;
    margin-bottom: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: 0.06rem;
}

.card-footer {
    background-color: transparent;
}

@media (min-width: 768px) {
    .border-between>[class*='col-']:before {
        background: #e3e3e3;
        bottom: 0;
        content: " ";
        left: 0;
        position: absolute;
        width: 1px;
        top: 0;
    }
    .border-between>[class*='col-'] {
        padding-right: 20px;
        padding-left: 20px;
    }
    .border-between>[class*='col-']:first-child:before {
        display: none;
    }
}

.card-intervista {
    height: 85vh !important
}

.card-intervista .occhiello {
    border-bottom: 0px
}

.card-intervista .card-title {
    margin-bottom: 0.2rem
}


/*************** ARTICOLO *****************************************/

body.single article .introduzione p {
    font-family: 'Lyon Display', sans-serif;
    margin-top: 0;
    margin-bottom: 3rem;
    font-weight: 300 !important;
    font-size: 2rem !important;
    line-height: 1.2 !important
}

article p {
    font-size: 1.5rem;
    line-height: 1.5;
    max-width: 1000px;
}

article blockquote p {
    font-family: 'Lyon Display', serif;
    margin: 3rem 0 3rem 0;
    padding: 3rem 0 3rem 0;
    font-size: 1.7rem;
    line-height: 1.5;
    font-weight: 300;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    max-width: inherit !important
}

article .content-heading>* {
    font-size: 1.2rem !important;
    text-transform: uppercase;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: bold;
}


/*article{margin-top: -64px}*/

article h1,
h1.titolo {
    font-weight: 100 !important;
    font-size: 3rem !important;
    text-transform: none;
    margin-bottom: 0;
    font-family: 'Lyon Display', sans-serif;
}

body.single-post article h1 {
    color: #fff !important
}

body.single-post article .article-meta {
    color: #fff !important
}

body.single-post article .article-meta a {
    color: #fff !important;
    text-shadow: none !important;
    border-bottom: 0px !important;
    background-image: none !important
}

article figcaption {
    font-size: 0.8rem !important;
    padding-top: 1rem;
    color: gray !important;
    text-align: left !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important
}

article img.img-fluid {
    width: 100%
}

article section:not(.leggi-anche) a {
    color: rgb(25, 25, 25);
    text-decoration: none;
    position: relative;
    text-shadow: -1px -1px 0 #F7F7F7, 1px -1px 0 #F7F7F7, -1px 1px 0 #F7F7F7, 1px 1px 0 #F7F7F7;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0px, #0032FF 0px, #0032FF 1px, rgba(0, 0, 0, 0) 1px);
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
    article section:not(.leggi-anche) a {
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0px, #0032FF 0px, #0032FF 1px, rgba(0, 0, 0, 0) 1px);
    }
}

article section a:hover,
article section a:focus {
    color: #0032FF;
    transition: 0.2s ease-in-out;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0px, #0032FF 0px, #0032FF 1px, rgba(0, 0, 0, 0) 1px);
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
    article section a:hover,
    article section a:focus {
        color: #0032FF;
        transition: 0.2s ease-in-out;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0px, #0032FF 0px, #0032FF 1px, rgba(0, 0, 0, 0) 1px);
    }
}

.bio p,
.bio a {
    font-family: 'Apercu', sans-serif;
    font-size: 1rem;
}

.bio h5 {
    margin-top: 1.5rem;
}

@media (min-width: 768px) {
    .bio h5 {
        margin-top: 0;
    }
}

@media (max-width: 992px) {
    .over.intervista {
        height: calc(100vh - 80px) !important;
    }
}

@media (max-width: 768px) {
    article h1,
    h1.titolo {
        font-size: 2rem !important
    }
    article p {
        font-size: 1.3rem;
    }
    body.single article .introduzione p {
        font-size: 1.7rem !important
    }
    article .content-heading>* {
        font-size: 1.1rem !important
    }
    article blockquote p {
        font-size: 1.5rem !important;
        padding: 1.5rem 0!important
    }
}

article h5 {
    text-transform: uppercase;
    font-size: 1rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: bold;
}


/* Tooltip container */

.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
    font-family: inherit;
    font-size: inherit;
    border-bottom: 1px solid #0032FF;
    z-index: inherit;
    cursor: pointer
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 100%;
    background-color: #000;
    color: #fff;
    text-align: left;
    padding: 2rem;
    border-radius: 0px;
    border-top: 1px solid silver;
    position: fixed;
    left: 0px;
    z-index: 299909;
    font-size: 1.4rem
}


/* Show the tooltip text when you mouse over the tooltip container */

.tooltip:hover .tooltiptext,
.tooltip:active .tooltiptext {
    visibility: visible;
}

.rif-numero p {
    font-family: 'Apercu', sans-serif;
    font-weight: normal;
    font-size: 0.9rem;
    margin-bottom: 0;
}

.rif-numero img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.rif-numero a {
    color: inherit !important;
    text-shadow: 0 !important;
    background-image: none !important;
    position: inherit !important
}

.rif-numero a:hover,
.rif-numero:hover a {
    text-decoration: none;
    color: blue !important;
    text-shadow: 0;
    background-image: none;
}

.rif-numero:hover img {
    -webkit-filter: grayscale(10%);
    filter: grayscale(10%);
    transition: all .3s ease-in-out;
}

.chi-siamo ul li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 2rem;
    padding-top: 1rem;
}

.chi-siamo ul {
    list-style-type: none;
    padding-left: 0;
    font-family: 'Apercu', sans-serif;
}


/*************** PAGE *****************************************/

.section.chi-siamo a {
    color: inherit !important
}

.section.chi-siamo a:hover {
    color: blue !important
}


/*************** INSIGHT *****************************************/

.intro_insights {
    width: 100%;
    position: absolute;
    z-index: 8;
    top: 0px;
    padding: 1rem;
    text-align: center;
    font-family: 'Apercu', sans-serif;
    font-weight: normal;
    font-size: 0.8rem
}


/************ ARCHIVE **************/

.archive {
    margin-top: 80px
}

body.tax-rivista .introduzione p,
body.page-id-6706 .introduzione p {
    font-size: 1rem !important
}

ul#pills-tab li a {
    color: grey
}

ul#pills-tab li a.active {
    color: #000
}

.lettera-autori {
    border-bottom: 1px solid silver;
    margin-bottom: 2rem;
    font-weight: 200;
}

#archivio-autori ul li {
    font-family: 'Apercu', sans-serif;
}

#archivio-autori ul li a {
    color: #000
}

#archivio-autori ul li a:hover {
    color: blue
}

.archive-autori h1 {
    font-weight: 500;
    text-transform: uppercase
}

.archive-autori p.bio {
    line-height: 1.4 !important
}

.colonne {
    overflow: hidden;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
}

.colonne ul li {
    display: inline-block;
    width: 100%;
    padding-bottom: 0.5rem
}

.colonne ul li h5.h6 {
    font-weight: 400 !important
}

@media (max-width: 768px) {
    .colonne {
        overflow: hidden;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -o-column-count: 2;
        column-count: 2;
    }
}


/************ MC FORM **************/

.mailup-form-fields input[type=email] {
    border-radius: 0px;
    height: inherit !important;
    line-height: 1.5;
    font-size: 90%;
    padding: 0.375rem 0.75rem !important;
    font-family: 'Apercu', sans-serif;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
}


/************ FOOTER **************/

#immaginario {
    background-color: #000;
    font-family: 'Apercu', sans-serif;
    color: #fff
}

footer {
    background-color: #F7F7F7;
    font-family: 'Apercu', sans-serif;
    color: rgba(0, 0, 0, 0.5)
}

footer a {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

footer a:hover {
    color: #0032FF;
}

footer p {
    margin-bottom: 0;
}


/************ CSS ANI ************/

html:not(.no-js) [data-aos=fade-up] {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
}


/**
 * Divas Cookies jquery plugin for Cookie Policy banner stylesheet
 * @author: CodingDivas
 * @date: 2014/10/27
 * @version: 0.2 production
 */

.divascookies {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #313131;
    color: #f9fafc;
    display: none;
    z-index: 999999;
}

.divascookies>.divascookies-banner-container {
    position: relative;
    padding: 15px 20px;
    overflow: hidden;
    text-align: center;
}

.divascookies p.divascookies-banner-text {
    position: relative;
    display: inline-block;
    padding: 0 20px 0 0;
    margin-bottom: 0px
}

span.divascookies-policy-link {}

span.divascookies-policy-link a {
    white-space: nowrap;
}

span.divascookies-policy-link a:hover {
    text-decoration: underline;
    transition: color 0.3s ease 0s;
}

.divascookies-banner-container>.divascookies-accept-button-container {
    display: inline-block;
    margin-top: 5px;
}

.divascookies-accept-button-container>.divascookies-accept-button-img {}

.divascookies-accept-button-container>.divascookies-accept-button-text {
    cursor: pointer;
    background: #f9fafc;
    color: #313131;
    padding: 7px 10px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    transition: background-color 0.3s ease 0s;
    margin-bottom: 0px
}

.divascookies-accept-button-container>.divascookies-accept-button-text:hover {
    background: #e3e4e6;
}


/* newsletter pop-up --------------------------------------------------------------------------------*/

.successi {
    display: none;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    width: 100%;
    z-index: 999999;
}

.bg-salmone {
    background-color: rgb(255, 119, 108);
}

.successi p.h6 {
    line-height: 1.5;
    font-size: 110%
}

@media (min-width: 1200px) {
    .successi .container {
        max-width: 1800px;
    }
}

.w-10 {
    width: 10% !important;
}

.w-90 {
    width: 90% !important;
}


.w-20 {
    width: 20% !important;
}

.w-80 {
    width: 80% !important;
}

.grayscale {
    filter: grayscale(100%)
}

.opacity-50 {
    opacity: 0.5 !important;
}

.card a.text-light{color:#ababab !important}

aside div.sticky-top {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 110px !important;
    z-index: 1020
}

#container_serie{
    position: relative;
    height: 100%;
    overflow-y: scroll;
}

a.active img{
    filter: grayscale(100%);
    opacity: 0.5 !important;
}

a.active h4{color:#ababab !important}

form.ais-SearchBox-form{position:relative}
input.ais-SearchBox-input{
padding: 0;
padding-bottom: 5px;
border: 0;
border-bottom: 1px solid #DEDEDE;
font-family: "Lyon Display", sans-serif;
letter-spacing: 0em;
line-height: 1.4;
font-size: 28px;
font-size: 1.75rem;
background-color: #F7F7F7 !important;
width: 100%;}
.ais-SearchBox-reset, .ais-SearchBox-submit{position:absolute;right:0px;border: 0px;background: #f7f7f7;}
.ais-SearchBox-submitIcon, .ais-SearchBox-resetIcon{width:24px;height:24px}
#searchbox{width:100%}
.ais-Highlight-highlighted{color: #0032FF !important;}
textarea, select, input, button { outline: none; }
mark,.mark{background-color: #CCD6FF !important}
.pagination, ul.pagination li.ais-Pagination-item--selected a, .page-link:hover{
color:#000 !important
}

@media (max-width: 768px) {
.w-50{width:100% !important}
}

.gray{color: gray !important}


#promo_home{background-color: #efefef !important; border-bottom: 1px solid #cfcfcf;}
.evidenziato{background-color: #6f6f6f; padding: 3px 8px; text-transform: uppercase;color: #fff;font-family: 'Apercu', sans-serif;font-size: 0.8rem;
letter-spacing: 0.1rem;}
.div_evidenziato{position: relative;top: 0px; margin: 0px auto;margin-bottom: 2rem;}

@media (min-width: 769px) {
.div_evidenziato{position: absolute;top: 0px; right: 0px;padding-right: 1.5rem;padding-top: 1.5rem;}
#promo_home p.intro{max-width: 50%;margin: 0 auto;}
#promo_home a{margin-bottom: 0px !important;}
}