/*
Theme Name: ibl
Author: Serena
Description: tema per IBL
Version: 1.0
*/


/* VARIABILI */

:root {
    --font-1: "MARTINA_PLANTIJN";
    --font-2: 'Brenner Sans Condensed Regular';
    --font-3: 'Brenner Sans Condensed Medium';
    --text-color: #000;
    --text-color-2: #A5A5A5;
    --colore-1: #007FFF;
    --colore-2: #191010;
    --colore-3: #b2d8ff;
    --colore-4: #F2F2E3;
    --colore-5: #475660;
    --colore-6: #F0F0F0;
    --colore-7: #5CADFF;
    --colore-carrello: #dc3545;
    --border-radius: 10px;
    --tipo-ricerca-1: #ED4A0E;
    --tipo-ricerca-2: #00A753;
    --tipo-ricerca-3: #FFBA00;
    --tipo-ricerca-4: #3800eb;
    --tipo-ricerca-5: #8566e9;
    --letter-spacing: 1px;
    --letter-spacing-small: 0.08px;
}

/* 
01 - MENU
01-A- Main menu
01-B - Issue menu
02 - HEADING 
03 - BOX 
04 - SHARE SOCIAL  
05 - RICERCA (form) 
06 - RISULTATI RICERCA 
07 - BREADCRUMB
08 - TOP STORY
09 - EDITORIALE   
10 - PODCAST
11 - SOCIAL
12 - IN EVIDENZA  
13 - TAXONOMY
14 - PRE FOOTER
15 - FOOTER
16 - VIDEO
17 - CTA
18 - PAGINAZIONE
19 - FAQ
20 - INPUT, OPTION, ...
21 - WOOCOMMERCE 
*/

body {
    padding: 0;
    margin: 0;
    color: var(--text-color);
    overflow-x: hidden;
    font-family: var(--font-1);
    font-size: 1.375rem;

}

body,
html {
    height: 100%;
    width: 100%;
    position: relative;
    touch-action: pan-y;
}

@media (max-width:767px) {
    body {
        font-size: 1rem;
    }
}

@media (min-width:768px) and (max-width:991px) {
    body {
        font-size: 1.125rem;
    }
}

@media (min-width:1500px) {
    body {
        margin-top: 150px;
    }
}

.container-fluid-1920 {
    max-width: 1920px;
}

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

p {
    word-wrap: break-word;
}

a {
    text-decoration: none;
}

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

.bg-color-banner {
    background-color: var(--colore-3);
    padding: 60px 0;
}

.bg-color-banner .titolo {
    color: var(--colore-1);
    font-size: 2.4rem;
}

.bg-color-banner a {
    font-family: var(--font-3);
    text-transform: uppercase;
    color: var(--colore-1);
    border: 2px solid var(--colore-1);
    padding: 16px 32px;
    font-weight: initial !important;
    border-radius: var(--border-radius) !important;
}

hr {
    border-color: #b8b8b8 !important;
    margin: 50px 0;
}

hr.mini {
    margin: 25px 0;
}

.fixed {
    top: 0 !important;
    left: 0;
    right: 0;
    position: fixed !important;

}

@media (max-width:1499px) {
    hr {
        margin: 20px 0;
    }
}

.letter-spacing-small {
    letter-spacing: var(--letter-spacing-small) !important;
}

@media (max-width:767px) {
    .bg-color-banner .titolo {
        font-size: 1.375rem;
    }
}

.intro-sezioni {
    font-size: 1.75rem;
    text-align: center;
    padding: 25px 100px;
}

@media (max-width:767px) {
    .intro-sezioni {
        font-size: 1.25rem;
        padding: 25px 0;
    }
}

a {
    color: var(--colore-1);
    text-decoration: none;
}

p a:hover {
    text-decoration: underline;
}


/* 01 - MENU */
/* 01-A- Main menu */
.navbar {
    z-index: 1000;
}

.navbar-nav {
    position: static;
}

.navbar-brand img {
    margin-bottom: 0.3rem;
    margin-left: -1.4rem;
    height: 84px;
}

.bg-main-menu {
    background-color: #fff !important;
}

.bg-main-menu .claim-1 {
    font-family: var(--font-3);
    color: var(--colore-1);
    font-size: 1.5rem;
}

.nav-item:hover:before,
.active::before,
.active-portfolio:before {
    background-color: var(--colore-1);
}

.nav-link {
    color: var(--text-color) !important;
    font-size: calc(1rem + 0.27vw);
    font-family: var(--font-2);
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    transition: unset;
}

.nav-link:hover {
    color: var(--colore-1) !important;
}

.current_page_parent.news a.nav-link.active {
    color: var(--text-color) !important;
}

.nav-link.active,
.active-ricerche a,
.active-eventi a,
.active-shop a,
.current_page_parent.active-news a.nav-link.active {
    color: var(--colore-1) !important;
}

.nav-item:last-of-type .dropdown-item {
    border-bottom: none;
}

.main-menu .dropdown-menu {
    border-radius: initial;
}

.dropdown-menu {
    border: none;
    transition: 0.3s;
    padding: 0;
}

.dropdown-toggle:after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    position: relative;
    border: none;
    margin-left: 4px;
    font-weight: 900;
    font-size: .9rem;
    top: 1px;
}

.dropdown-toggle:hover {
    background: var(--colore-1) !important;
    color: #fff !important;
}

#menu-main-menu li:hover {
    background-color: #005CB9 !important;
    color: #fff !important;
}

#menu-main-menu li:hover a {
    color: #fff !important;
}

#menu-main-menu li a:hover {
    background-color: #005CB9 !important;
}

#menu-main-menu li.sostienici {
    background-color: rgb(0 127 255);
}

#menu-main-menu li.sostienici a {
    color: #fff !important;
}

#menu-main-menu li.account {
    width: 52px;
    text-align: center;
    background-color: #5D5D5D;
}

#menu-main-menu li.account a {
    padding: 0.5rem 0;
    color: #fff !important;
}

#menu-main-menu li.account:hover {
    background-color: rgb(0 127 255 / 60%) !important;
}

.dropdown-toggle:hover:after {
    content: "\f077";
}

.dropdown-menu li {
    background: var(--colore-1);
}

.dropdown-menu li::before {
    content: initial;
}

.dropdown-item {
    font-size: 1.3rem;
    padding: 0.5rem 1.7rem;
    background-color: var(--colore-1);
    color: #fff;
    text-transform: uppercase;
    font-family: var(--font-2);
}

#menu-main-menu li.active-corsi>a.dropdown-item {
    width: fit-content;
}

#menu-main-menu li.active-corsi>a.dropdown-item:after {
    height: 2px;
    background: #fff;
    bottom: 1px;
    content: "";
    display: block;
    position: relative;
}

.dropdown-item:hover {
    background: var(--colore-1);
    color: #fff;
}

.dropdown-item:hover:before {
    visibility: visible;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-item.active {
    color: #fff;
    background-color: var(--colore-1);
}

@media (min-width:1500px) {
    .dropdown-item.active:after {
        height: 2px;
        background: #fff;
        bottom: 1px;
        content: "";
        display: block;
        position: relative;
    }

    .dropdown-item.active {
        width: fit-content;
    }
}


/* 01-B - Issue menu */
.bg-issue-menu {
    background-color: #000;
    color: #fff;
    font-size: 1rem;
    z-index: 0;
    position: relative;
}

.bg-issue-menu .claim-2 {
    font-family: var(--font-2);
    color: #fff;
    font-size: 1.5rem;
}

.bg-issue-menu a,
.bg-issue-menu a:hover {
    color: #fff !important;
}

@media (min-width:1500px) {
    .mobile {
        display: none;
    }

    .desktop {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: +999;
    }
}


@media (max-width:1499px) {
    .desktop {
        display: none;
    }

    .navbar-nav {
        position: static;
        height: 100vh;
    }

    .nav-brand {
        background-color: var(--colore-1);
        height: 50px;
        display: inline-flex;
        padding: 10px 0;
    }

    .bg-main-menu .claim-1 {
        font-family: var(--font-3);
        color: var(--colore-1);
        font-size: 1.4rem;
        background: #fff;
        height: 50px;
        position: relative;
        bottom: 10px;
        padding-top: 10px;
        padding-left: 15px;
    }
}

/* 02 - HEADING */
h2,
h3 {
    font-family: var(--font-3);
}

h1 {
    font-size: 5rem;
}

h1.medium {
    font-size: 3rem;
}

h1.small {
    font-size: 2.2rem;
}

h2 {
    font-size: 2.5rem;
}

h2.wp-block-heading {
    font-size: 1.7rem;
    color: var(--colore-1);
    font-family: var(--font-3);
    text-transform: uppercase;
    margin: 50px 0 40px 0;
    border-top: 1px solid #b8b8b8;
    padding: 50px 0 0 0;
}

h2.wp-block-heading:first-of-type {
    margin: 0 0 25px 0;
    border-top: none;
    padding: 0;
}

h3 {
    font-size: 1.75rem;
}

@media (max-width:767px) {
    h1 {
        font-size: 5rem;
    }

    h1.medium {
        font-size: 1.5rem;
    }

    h1.small {
        font-size: 1.375rem;
    }

    h2 {
        font-size: 2.5rem;
    }

    h2.wp-block-heading {
        font-size: 1.5rem;
        padding: 25px 0 0 0;
        margin: 25px 0 20px 0;
    }

    h3 {
        font-size: 1.375rem;
    }
}

/* 03 - BOX */

.box-header {
    font-family: var(--font-3);
    color: var(--colore-1);
    font-size: 1.7rem;
}

.box-header a {
    font-family: var(--font-3);
    color: var(--colore-1);
}

.box-header.page {
    font-size: 5rem;
    text-align: center;
    text-transform: uppercase;

}

@media (max-width:767px) {
    .box-header {
        font-size: 1.25rem;
    }

    .box-header.page {
        font-size: 2.4rem;
        margin: 10px 0 26px 0;
    }
}

.box {
    width: 100%;
    margin-bottom: 90px;
}

.box p {
    font-size: 1.25rem;
}

.box .fonte {
    font-family: var(--font-3);
    color: var(--text-color-2);
    font-size: 1.25rem;
    text-transform: uppercase;
}

.tipo {
    font-family: var(--font-3);
    color: var(--text-color-2);
    font-size: 1rem;
    text-transform: uppercase;
}

.tipo i {
    margin-right: 5px;
    font-size: .9rem;
    position: relative;
    bottom: 2px;
}

.box h3 a {
    font-size: 1.75rem;
    color: var(--text-color);
    font-family: var(--font-1);
}

.box h3 a:hover {
    color: var(--colore-1);
}

.box h3.libri {
    font-size: 1.5rem;
    margin-bottom: 0;
}

.box h3.libri a {
    font-size: 1.5rem;
    color: var(--colore-1);
}

@media (max-width:767px) {
    .box p {
        font-size: 1.05rem;
    }
}

/* inizio singolo libro */
.libro h1 {
    font-size: 3rem;
    color: var(--colore-1);
}

.libro h2 {
    font-size: 2rem;
    font-family: var(--font-1);
}

.libro h2 a {
    color: var(--text-color);
}

.libro h2 a:hover {
    color: var(--colore-1);
}

.libro .prezzo {
    font-size: 1.5rem;
}

@media (max-width:767px) {
    .libro h1 {
        font-size: 1.8rem;
    }

    .libro h2 {
        font-size: 1.4rem;
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .libro h1 {
        font-size: 2rem;
    }

    .libro h2 {
        font-size: 1.6rem;
    }

    .box p {
        font-size: 1.125rem;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {

        font-size: 1.2rem !important;
    }
}

.copertina {
    background: var(--colore-3);
    padding: 5%;
}

.copertina img {
    object-fit: cover;
    width: 100%;
    height: auto;
}

.copertina.top-story img {
    object-fit: contain;
    width: auto !important;

    height: 320px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    background: #E8E8E8;
    border: none !important;
    font-family: var(--font-2);
    padding: 0;
    display: flex;
    flex-direction: row;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background-color: transparent;
    color: #000;
    padding: 0 3.15em;
    padding: 0;
    border-radius: unset;
    flex: 1 1 auto !important;
    text-align: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: var(--colore-1);
    color: #fff;
    border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 0.5em 0.2rem;
    font-weight: initial;
    color: #000;
    border: none;
    text-transform: uppercase;
    font-size: 1.5rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    content: unset;
}

.woocommerce table.shop_table_responsive tr.shipping {
    display: none !important;
}

.woocommerce-privacy-policy-text {
    display: none;
}

.woocommerce-terms-and-conditions {
    font-size: 1rem;
}

.altri-store {
    font-size: 1.375rem;
}

.altri-store a {
    color: var(--colore-1)
}

.page-description {
    font-size: 1.75rem;
    text-align: center;
}

@media (max-width:767px) {
    .box {
        margin-bottom: 40px;
        height: 100%;
    }

    .box h3,
    .box h3.libri a {
        font-size: 1.2rem !important;
    }

    .box .autore,
    .box .prezzo {
        font-size: 1rem !important;
    }

    .page-description {
        font-size: 1.75rem;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 1.2rem;
    }

    .copertina img {
        padding: 5%;
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .box {
        display: flex;
    }

    .box a.d-block {
        float: left;
        margin-right: 4%;
        width: 31%;
    }

    .box div {
        float: left;
        width: 65%;
    }

    .box h3 a {
        font-size: 1.75rem;
    }

    .box.video {
        display: block;
        margin-bottom: 40px;
    }

    .box.video div {
        width: 100%;
    }
}

/* fine singolo libro */

/* carrello */
li.wpmenucartli {
    padding: 0 1rem;
}

.wpmenucart-contents i {
    color: var(--colore-1);
    font-size: 2.25rem;
    line-height: 120%;
    position: relative;
    top: 2px
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    margin-top: 50px;
    background-color: var(--colore-6);
    color: #000;
    border-top: 3px solid var(--colore-1);
}

.woocommerce-message::before {
    color: var(--colore-1);
}

.button.wc-forward,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button {
    font-family: var(--font-2);
    text-align: center;
    color: var(--colore-1) !important;
    font-size: 1.25rem !important;
    background-color: #fff !important;
    text-transform: uppercase;
    border: 1px solid var(--colore-1) !important;
    border-radius: var(--border-radius) !important;
    letter-spacing: var(--letter-spacing);
}

.button.wc-forward:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover {
    color: #fff !important;
    background-color: var(--colore-1) !important;
}

.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th,
.woocommerce table.shop_table th {
    font-family: var(--font-2);
    font-size: 1.5rem;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: fit-content;
}

/* pagamento */
#customer_details {
    margin-bottom: 50px;
}

.woocommerce-shipping-fields h3,
.woocommerce-billing-fields h3,
#order_review_heading {
    font-family: var(--font-2);
    text-transform: uppercase;
}

/* info */

p.info,
p.info-small,
.info,
.info-small {
    font-size: .98rem;
    letter-spacing: var(--letter-spacing);
    text-transform: uppercase;
}

p.info-smal,
.info-small {
    font-size: .75rem;
}

p.info span:last-of-type,
p.info-small span:last-of-type,
.info span:last-of-type,
.info-small span:last-of-type {
    color: var(--colore-1);
}

p.info span a,
p.info-small span a,
.info span a,
.info-small span a {
    color: var(--colore-1);
}

p.info.letter-spacing-small a,
.info.letter-spacing-small a {
    color: #000;
}

p.info.letter-spacing-small a:hover,
.info.letter-spacing-small a:hover {
    color: var(--colore-1);
}

p.info-argomenti {
    font-size: .98rem;
    letter-spacing: var(--letter-spacing);
    text-transform: uppercase;
    color: var(--colore-1);
}

p.info-argomenti span {
    margin-right: 8px
}

p.info-argomenti span a {
    color: var(--colore-1);
}

p.info-argomenti span:before {
    content: "#";
    margin-right: 4px;
}

p.info.no-uppercase {
    text-transform: none;
}

p.fonte {
    font-family: var(--font-3);
    color: var(--text-color-2);
    font-size: 1.25rem;
    text-transform: uppercase;
}

p.video a {
    font-size: 1.4rem;
    color: var(--text-color);
}

p.video a:hover {
    color: var(--colore-1);
    text-decoration: none;
}

@media (max-width:767px) {
    .box h3 a {
        font-size: 1.375rem;
    }

    p.info {
        font-size: .8rem;
        margin-bottom: 10px;
    }

    .tipo {
        font-size: 0.8rem !important;
    }

    .tipo i {
        font-size: .7rem;
    }
}

/* 04 - SHARE SOCIAL */
.share-social {
    color: var(--text-color-2);
    font-family: var(--font-2);
}

.share-social a {
    color: var(--text-color-2) !important;
    font-size: 1.75rem;
    cursor: pointer;
}

.share-social a:hover {
    color: var(--colore-1) !important;
}

.share-twitter-x {
    color: var(--colore-1) !important;
    font-size: 1.375rem;
    font-family: initial;
}

.share-twitter-x a {
    font-size: 1.25rem;
    font-family: var(--font-3);
    border-radius: var(--border-radius);
    border: 1px solid var(--colore-1);
    color: var(--colore-1) !important;
    text-transform: uppercase;
    padding: 10px 15px;
    cursor: pointer;
}

.share-twitter-x a i {
    font-size: 2rem;
    top: 5px;
}

@media (max-width:767px) {
    .share-twitter-x {
        font-size: 1.2rem;
    }

    .share-twitter-x a i {
        top: 5px;
    }
}

@media (min-width:992px) and (max-width:1240px) {
    .share-twitter-x a {
        font-size: 1.1rem;
        padding: 10px;

    }

    .share-twitter-x a i {
        font-size: 1.2rem;
        top: 0;
    }
}

/* 05 - DATA */
.data-small {
    font-size: 1rem !important;
    letter-spacing: var(--letter-spacing);
    margin-top: 15px;
    text-transform: lowercase;
}

.data-medium {
    color: var(--colore-1);
    font-size: 1.3rem !important;
    text-transform: lowercase;
}

.data-big {
    color: var(--colore-1);
    font-size: 2.5rem;
    text-transform: lowercase;
}

.box a.copertina {
    display: block;
    background: var(--colore-3);
    padding: 15% 10%;
}

.box .nome {
    font-size: 1.5rem;
    color: var(--text-color-2);
    margin-top: -4px;
}

.box .autore {
    font-size: 1.25rem;
    width: 100%;
}

.box .prezzo {
    font-size: 1.5rem;
    color: var(--text-color-2);
    width: 100%;
}

.box .prezzo em {
    text-decoration: line-through;
}

.box img {
    height: 210px;
    object-fit: cover;
    /*object-fit: contain;*/
    background-color: var(--colore-3);
}

.box .copertina img {
    object-fit: contain;
    width: 100%;
    height: 320px;
}

.box img.eventi {
    height: 400px !important;
    width: 100%;
    padding: 0;
}

.info-persone {
    letter-spacing: var(--letter-spacing);
    font-size: .9rem;
    text-transform: uppercase;
}

.info-persone a {
    letter-spacing: 0;
    font-size: 1.2rem;
    color: var(--colore-1);
    text-transform: initial;
}

.info-persone a i {
    font-size: 2rem;
}

.info-persone-big {
    font-size: 2.2rem;
    color: var(--text-color-2);
}

.ruolo {
    color: var(--colore-1);
}

.autore ul {
    float: left;
    list-style: none;
    text-align: left;
    margin: 0;
    position: relative;
    top: 10px;
}

.sommario {
    font-size: 1.7rem;
    color: var(--text-color-2);
    line-height: 1.3em;
}

.interventi {
    font-size: 1.25rem;
}

.interventi strong {
    color: var(--colore-1);
    font-weight: 400;
}

.interventi p em {
    font-size: .875rem;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1.12px;
}

.interventi p:last-of-type {
    padding-bottom: 50px;
}

@media (max-width:767px) {
    .data-big {
        font-size: 1.375rem;
    }

    .data-medium {
        font-size: 1.375rem !important;
    }

    .data-small {
        font-size: .75rem !important;
        letter-spacing: 0;
    }

    .box a.copertina {
        padding-top: 10%;
        padding-bottom: 10%;
    }

    .box img {
        height: auto;
    }

    .box .copertina img {
        height: 200px;
    }

    .box .nome {
        font-size: 1.3rem;
    }

    .sommario {
        font-size: 1.1rem;
    }

    .info-persone-big {
        font-size: 1.375rem;
    }
}

.box img.persone {
    height: 330px;
}

@media (max-width:420px) {
    .box .copertina img {
        height: 200px;
    }
}

@media (min-width:421px) and (max-width:767px) {
    .box .copertina img {
        height: 280px;

    }
}

@media (min-width:768px) and (max-width:991px) {
    .box img {
        height: auto;
    }

    .box .copertina img {
        height: 280px;
    }

    .box a.copertina {
        padding: 3.5%;
    }

    .box img.eventi {
        height: 280px !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .box img {
        height: auto;
    }

    .box a.copertina {
        padding: 3.5%;
    }

    .box .copertina img {
        height: 350px;
    }

    .box img.eventi {
        height: 250px !important;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .box img {
        height: auto;
    }

    .box a.copertina {
        padding: 10% 5%;
    }

    .box .copertina img {
        height: 300px;
    }
}

@media (min-width:481px) and (max-width:767px) {
    .box img {
        height: 220px;
        object-fit: cover;
        width: 100%;
    }
}

/* 05 - RICERCA (form) */
.open-search {
    margin-right: 0 !important;
    font-size: 1.3rem;
    cursor: pointer;
    background-color: var(---colore-1);
    letter-spacing: var(--letter-spacing);
    background: #5D5D5D;
    color: #fff;
    width: fit-content;
    padding: 11px !important;

}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgb(0 127 255 / 95%);
}

.overlay-content {
    position: relative;
    top: calc(50% - 70px);
    width: 80%;
    margin: auto;
    left: 20%;
}

.overlay .close-search {
    position: absolute;
    top: 100px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: #fff;
    z-index: +999;
}

.overlay input[type=text] {
    padding: 10px 15px;
    font-size: 5rem;
    border: none;
    float: left;
    width: 50%;
    border-radius: initial;
    background-color: transparent;
    color: #fff;
    font-family: var(--font-1);
    text-align: center;
}

.overlay input[type=text]::placeholder {
    color: #fff;
    opacity: 1;
}

.overlay input[type=text]::-ms-input-placeholder {
    color: #fff;
}

.open-search-mobile {
    background: #5D5D5D;
    border: none;
    border-radius: initial;
    padding: 11px;
    height: 50px;
    position: absolute;
    right: 50px;
    top: 0;
}

.open-search-mobile img {
    position: relative;
    bottom: 5px;
}


@media (max-width:767px) {
    .overlay .close-search {
        top: 20px;
        right: 25px;
        font-size: 40px;
    }

    .overlay-content {
        top: calc(50% - 35px);
        width: 95%;
        left: 0;
    }

    .overlay input[type=text] {
        font-size: 2rem;
        width: 100%;
    }
}

/* 06 - RISULTATI RICERCA */
.search-result .row {
    padding: 10px;
    margin-bottom: 10px;
}

.search-result a,
.search-result h2 {
    color: var(--colore-1);
    font-size: 2rem;
}

.search-result .update {
    text-align: right;
    font-size: 1rem;
}

.search-result .logo {
    background-color: var(--colore-1);
    padding-inline: 20px;
    height: 150px;
}


/* 07 - BREADCRUMB */
.briciole {
    font-family: var(--font-2);
    font-size: 1.3rem;
    text-transform: uppercase;
}

.briciole span a {
    color: var(--text-color-1);
}

.briciole .breadcrumb_last {
    color: var(--text-color-2);
}

@media (max-width:767px) {
    .briciole {
        font-size: 1.1rem;
        line-height: 110%;
    }
}

@media (max-width:1599px) {
    .briciole {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

/* 08 - TOP STORY */
.top-story h1 {
    font-size: 2.4rem;
}

.top-story h1 a {
    color: var(--colore-1);
}

.top-story h2 {
    font-size: 1.6rem;
    color: var(--text-color-2);
    font-family: var(--font-1);
}

.top-story .tipo {
    color: var(--colore-1);
}

@media (max-width:767px) {
    .top-story {
        padding: 0;
    }

    .top-story h1 {
        font-size: 1.8rem;
    }

    .top-story h2 {
        font-size: 1rem;
    }
}

/* 09 - EDITORIALE  */
.editoriale {
    background-color: var(--colore-1);
    color: #fff;
}

.editoriale .tipo {
    font-size: 1.25rem;
    color: #fff;
}

.editoriale h1 {
    font-size: 2.7rem;
}

.editoriale h1 a {
    color: #fff;
}

.editoriale p {
    font-size: 1.8rem;
}

.editoriale a {
    color: #fff;
    font-family: var(--font-2);
}

.editoriale a:hover {
    text-decoration: underline;
}

.editoriale img {
    object-fit: cover;
    height: 254px;
}

@media (max-width:767px) {
    .editoriale h1 {
        font-size: 1.375rem;
    }

    .editoriale p {
        font-size: 1rem;
    }

    .editoriale img {
        height: 196px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .editoriale h1 {
        font-size: 1.5rem;
    }

    .editoriale .tipo {
        font-size: 1rem;
    }

    .editoriale p {
        font-size: 1.125rem;
    }
}

/* 10 PODCAST */
.podcast {
    background-image: linear-gradient(to right, var(--colore-1) 50%, var(--colore-3) 50%);
    color: #fff;
}

.podcast h2 {
    font-size: 2.5rem;
    font-family: var(--font-1);
}

.podcast .episodio {
    color: var(--colore-1);
}

.podcast .episodio h3 {
    font-size: 2.1875rem;
    font-family: var(--font-1);
}

@media (max-width:767px) {
    .podcast {
        background-image: linear-gradient(to bottom, var(--colore-1) 50%, var(--colore-3) 50%);
    }

    .podcast h2 {
        font-size: 1.7rem;
        margin: 0 auto;
    }

    .img-podcast-copy {
        max-width: 195px;
    }

    .podcast .episodio {
        background-color: var(--colore-3);
    }

    .podcast .episodio h3 {
        font-size: 1.375rem;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .podcast h2 {
        font-size: 1.5rem;
    }

    .img-podcast-copy {
        max-width: 195px;
    }
}

/* 11- SOCIAL */
.social {
    background-color: var(--colore-1);
    color: #fff;
    font-size: 1.5rem;
    font-family: var(--font-3);
}

.social ul {
    list-style: none;
}

.social a,
.social li {
    color: #fff;
    font-size: 3rem;
}

@media (max-width:767px) {
    .social {
        font-size: 1.5rem;
    }

    .social ul li {
        display: inline-flex;
    }

    .social ul li:first-of-type {
        width: 100%;
        display: block;
        font-size: 1.5rem;
    }

    .social a {
        font-size: 1.5rem;
    }
}

/* 12 - IN EVIDENZA  */
.in-evidenza {
    background-color: var(--colore-6);
}

.in-evidenza tipo {
    font-size: 1.25rem;
    color: #fff;
}

.in-evidenza a {
    color: var(--colore-1);
    font-family: var(--font-1);
}

.in-evidenza h2 a {
    font-family: var(--font-3);

}

.in-evidenza p {
    color: var(--colore-1);
    font-size: 1.25rem;
}

.in-evidenza p.data-small {
    color: var(--text-color);
}

.in-evidenza img {
    height: 200px;
    object-fit: cover;
}

@media (max-width:767px) {
    .in-evidenza h3 {
        font-size: 1.1rem;
    }

    .in-evidenza p {
        font-size: 1rem;
    }

    .in-evidenza img {
        height: auto;

    }
}

/* 13 - TAXONOMY */
.taxonomy {
    margin: 40px auto;
}

.taxonomy ul {
    width: 100%;
    list-style: none;
    text-transform: uppercase;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.taxonomy ul.papers,
.taxonomy ul.eventi {
    display: inline-flex !important;
}

.taxonomy ul li {
    margin: 0 20px;
}

.taxonomy ul li.shop {
    display: contents;
}

.taxonomy ul li.shop a {
    margin: 0 15px 30px 15px;
}

.taxonomy .intro {
    font-size: 1.8rem;
}

.tipo-ricerca-1 {
    color: var(--tipo-ricerca-1);
}

.tipo-ricerca-2 {
    color: var(--tipo-ricerca-2);
}

.tipo-ricerca-3 {
    color: var(--tipo-ricerca-3);
}

.tipo-ricerca-4 {
    color: var(--tipo-ricerca-4);
}

.tipo-ricerca-5 {
    color: var(--tipo-ricerca-5);
}

.taxonomy ul li a {
    font-family: var(--font-3);
    font-size: 1rem;
    color: var(--colore-1);
    border-radius: var(--border-radius);
    border: 1px solid var(--colore-1);
    padding: 10px 25px;
    display: inline-flex;
    text-align: center;
}

.taxonomy .selected,
.taxonomy a:hover {
    background-color: var(--colore-1);
    border-color: var(--colore-1);
    color: #fff;
}

.taxonomy ul li a.corsi {
    color: var(--text-color);
    border: 1px solid var(--text-color);
}

.taxonomy ul li a.corsi.selected,
.taxonomy ul li a.corsi:hover {
    background-color: var(--text-color);
    color: #fff;
}

.taxonomy ul li a.tipo-ricerca-1:hover,
.taxonomy .selected.tipo-ricerca-1 {
    background-color: var(--tipo-ricerca-1);
    border-color: var(--tipo-ricerca-1);
    color: #fff;
}

.taxonomy ul li a.tipo-ricerca-2:hover,
.taxonomy .selected.tipo-ricerca-2 {
    background-color: var(--tipo-ricerca-2);
    border-color: var(--tipo-ricerca-2);
    color: #fff;
}

.taxonomy ul li a.tipo-ricerca-3:hover,
.taxonomy .selected.tipo-ricerca-3 {
    background-color: var(--tipo-ricerca-3);
    border-color: var(--tipo-ricerca-3);
    color: #fff;
}

.taxonomy ul li a.tipo-ricerca-4:hover,
.taxonomy .selected.tipo-ricerca-4 {
    background-color: var(--tipo-ricerca-4);
    border-color: var(--tipo-ricerca-4);
    color: #fff;
}

.taxonomy ul li a.tipo-ricerca-5:hover,
.taxonomy .selected.tipo-ricerca-5 {
    background-color: var(--tipo-ricerca-5);
    border-color: var(--tipo-ricerca-5);
    color: #fff;
}

@media (max-width:767px) {
    .taxonomy {
        margin: 20px auto;
        padding: 0;
    }

    .taxonomy ul,
    .taxonomy ul.papers,
    .taxonomy ul.eventi {
        display: inline-block !important;
    }

    .taxonomy ul li {
        margin: 0;
    }

    .taxonomy ul li:first-of-type {
        margin-top: 0;
    }

    .taxonomy ul li:last-of-type {
        margin-bottom: 0;
    }

    .taxonomy ul li a {
        display: block;
        margin: 0 !important;
        border: none;
        text-align: left;
        padding-inline: 10px;
    }

    .taxonomy ul li.paper a {
        color: #000;
    }

    .taxonomy ul li a.corsi {
        border: none;
    }

    .taxonomy ul li a::before {
        content: "\f111";
        font-family: "Font Awesome 6 Free";
        position: relative;
        left: -7px;
        font-weight: 900;
        font-size: .5rem;
        top: -2px;
        color: #fff;
        border: 2px solid var(--colore-1);
        border-radius: 50%;
    }

    .taxonomy ul li a.tipo-ricerca-1::before {
        border: 2px solid var(--tipo-ricerca-1);
    }

    .taxonomy ul li a.tipo-ricerca-2::before {
        border: 2px solid var(--tipo-ricerca-2);
    }

    .taxonomy ul li a.tipo-ricerca-3::before {
        border: 2px solid var(--tipo-ricerca-3);
    }

    .taxonomy ul li a.tipo-ricerca-4::before {
        border: 2px solid var(--tipo-ricerca-4);
    }

    .taxonomy ul li a.tipo-ricerca-5::before {
        border: 2px solid var(--tipo-ricerca-5);
    }

    .taxonomy ul li a.corsi::before {
        border: 2px solid #000;
    }

    .taxonomy .selected.tipo-ricerca-1,
    .taxonomy .selected.tipo-ricerca-2,
    .taxonomy .selected.tipo-ricerca-3,
    .taxonomy .selected.tipo-ricerca-4,
    .taxonomy .selected.tipo-ricerca-5,
    .taxonomy ul li a:hover {
        background-color: initial !important;
        border-color: initial !important;
        color: #000 !important;
    }

    .taxonomy .selected {
        background-color: initial;
        border-color: initial;
        color: var(--colore-1);
        position: relative;
    }

    .taxonomy ul li a.corsi.selected,
    .taxonomy ul li a.corsi:hover {
        background-color: transparent;
        color: #000;
    }

    .taxonomy ul li a.selected:after {
        content: "";
        position: absolute;
        top: 17px;
        left: 6px;
        width: 6px;
        height: 6px;
        background-color: var(--colore-1);
        border-radius: 50%;
    }

    .taxonomy ul li a.corsi.selected:after {
        background-color: #000;
    }

    .taxonomy ul li a.tipo-ricerca-1.selected::after,
    .taxonomy ul li a.tipo-ricerca-1:hover::after {
        background-color: var(--tipo-ricerca-1) !important;
    }

    .taxonomy ul li a.tipo-ricerca-2.selected::after {
        background-color: var(--tipo-ricerca-2);
    }

    .taxonomy ul li a.tipo-ricerca-3.selected::after {
        background-color: var(--tipo-ricerca-3);
    }

    .taxonomy ul li a.tipo-ricerca-4.selected::after {
        background-color: var(--tipo-ricerca-4);
    }

    .taxonomy ul li a.tipo-ricerca-5.selected::after {
        background-color: var(--tipo-ricerca-5);
    }

    .taxonomy .intro {
        font-size: 1.4rem;
    }

    .taxonomy ul li.header-shop,
    .taxonomy ul li.header-papers,
    .taxonomy ul li.header-eventi {
        display: block;
        color: var(--colore-1);
        font-family: var(--font-3);
        margin: 0;
        font-size: 1.1rem;
    }

    .taxonomy ul li.header-shop:after,
    .taxonomy ul li.header-papers:after,
    .taxonomy ul li.header-eventi:after {
        content: url('images/Freccia_video.svg');
        position: absolute;
        right: 20px;
        width: 13px;
        height: 26px;
        transform: rotate(270deg);
        margin-top: 0;
        overflow: hidden;
    }

    .taxonomy ul li.header-shop.show:after,
    .taxonomy ul li.header-papers.show:after {
        transform: rotate(90deg);
        margin-top: -3px;
    }

    .taxonomy ul li.shop,
    .taxonomy ul li.paper,
    .taxonomy ul li.evento {
        display: none;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .taxonomy ul {
        display: inline-block !important;
        column-count: initial;
    }

    .taxonomy ul.papers {
        display: inline-block !important;
        column-count: initial;
    }

    .taxonomy ul li a {
        display: block;
    }

    .taxonomy .intro {
        font-size: 1.375rem;
    }

    .taxonomy ul li.header-shop,
    .taxonomy ul li.header-papers,
    .taxonomy ul li.header-eventi {
        display: block;
        color: var(--colore-1);
        font-family: var(--font-3);
        margin: 0;
        font-size: 1.4rem;
    }

    .taxonomy ul li.header-shop:after,
    .taxonomy ul li.header-papers:after,
    .taxonomy ul li.header-eventi:after {
        content: url('images/Freccia_video.svg');
        position: absolute;
        right: 20px;
        width: 13px;
        height: 26px;
        transform: rotate(270deg);
        margin-top: 0;
        overflow: hidden;
    }

    .taxonomy ul li.header-shop.show:after,
    .taxonomy ul li.header-papers.show:after {
        transform: rotate(90deg);
        margin-top: -3px;
    }

    .taxonomy ul li.shop,
    .taxonomy ul li.paper {
        display: none;
    }

    .taxonomy ul li.shop a,
    .taxonomy ul li.paper a {
        display: block;
        margin: 0 !important;
        border: none;
        text-align: left;
        padding-inline: 10px;
        font-size: 1.3rem;
    }

    .taxonomy ul li.paper a {
        color: #000;
    }

    .taxonomy ul li.shop a::before,
    .taxonomy ul li.paper a::before {
        content: "\f111";
        font-family: "Font Awesome 6 Free";
        position: relative;
        left: -10px;
        font-weight: 900;
        font-size: .75rem;
        top: -3px;
        color: #fff;
        border: 2px solid var(--colore-1);
        border-radius: 50%;
    }

    .taxonomy ul li a.tipo-ricerca-1::before {
        border: 2px solid var(--tipo-ricerca-1);
    }

    .taxonomy ul li a.tipo-ricerca-2::before {
        border: 2px solid var(--tipo-ricerca-2);
    }

    .taxonomy ul li a.tipo-ricerca-3::before {
        border: 2px solid var(--tipo-ricerca-3);
    }

    .taxonomy ul li a.tipo-ricerca-4::before {
        border: 2px solid var(--tipo-ricerca-4);
    }

    .taxonomy ul li a.tipo-ricerca-5::before {
        border: 2px solid var(--tipo-ricerca-5);
    }

    .taxonomy ul li a.corsi::before {
        border: 2px solid #000;
    }

    .taxonomy .selected.tipo-ricerca-1,
    .taxonomy .selected.tipo-ricerca-2,
    .taxonomy .selected.tipo-ricerca-3,
    .taxonomy .selected.tipo-ricerca-4,
    .taxonomy .selected.tipo-ricerca-5,
    .taxonomy ul li a:hover {
        background-color: initial !important;
        border-color: initial !important;
        color: #000 !important;
    }


    .taxonomy ul li.shop a.selected,
    .taxonomy ul li.paper a.selected {
        background-color: initial;
        border-color: initial;
        color: var(--colore-1);
        position: relative;
    }

    .taxonomy ul li.ricerche a.selected:after,
    .taxonomy ul li.shop a.selected:after {
        content: "";
        position: absolute;
        top: 17px;
        left: 6px;
        width: 6px;
        height: 6px;
        background-color: var(--colore-1);
        border-radius: 50%;
    }

    .taxonomy ul li a.tipo-ricerca-1.selected::after,
    .taxonomy ul li a.tipo-ricerca-1:hover::after {
        background-color: var(--tipo-ricerca-1) !important;
    }

    .taxonomy ul li a.tipo-ricerca-2.selected::after {
        background-color: var(--tipo-ricerca-2);
    }

    .taxonomy ul li a.tipo-ricerca-3.selected::after {
        background-color: var(--tipo-ricerca-3);
    }

    .taxonomy ul li a.tipo-ricerca-4.selected::after {
        background-color: var(--tipo-ricerca-4);
    }

    .taxonomy ul li a.tipo-ricerca-5.selected::after {
        background-color: var(--tipo-ricerca-5);
    }
}

@media (min-width:992px) and (max-width:1399px) {
    .taxonomy ul li {
        margin: 20px 10px;
    }

    .taxonomy ul li:first-of-type {
        margin-top: 0;
    }

    .taxonomy ul li:last-of-type {
        margin-bottom: 0;
    }

    .taxonomy ul li a {
        padding: 10px;
    }

    .taxonomy .intro {
        font-size: 1.375rem;
    }
}

/* 14 - PRE FOOTER */
.prefooter {
    background-image: linear-gradient(to right, var(--colore-3) 50%, var(--colore-4) 50%);
}

.prefooter .leoniblog {
    font-family: var(--font-1);
}

.prefooter .leoniblog div {
    float: right;
    width: 70%;
}

.prefooter .leoniblog span {
    font-size: 2.9rem;
    line-height: 120%;
}

.prefooter .leoniblog span:first-of-type {
    color: var(--colore-1);
}

.prefooter .leoniblog span:last-of-type {
    color: var(--colore-1);
    font-size: 2.6rem;
    display: block;
    margin-top: 36px;
}

.prefooter .leoniblog span a {
    border: 2px solid var(--colore-1);
    border-radius: var(--border-radius);
    color: var(--colore-1);
    text-transform: uppercase;
    font-family: var(--font-3);
    font-size: 1rem;
    padding: 10px 20px;
    text-decoration: none;
    text-align: center;
}

.prefooter .leoniblog span a:hover {
    border: 2px solid var(--colore-1);
    background-color: var(--colore-1);
    color: #fff;
}

.prefooter .lisander span {
    font-size: 2.8rem;
    display: block;
    color: var(--colore-5);
}

.prefooter .lisander span:last-of-type {
    margin-top: 18px;
}

.prefooter .lisander span:last-of-type a {
    border: 1px solid #475660;
    border-radius: var(--border-radius);
    color: #475660;
    text-transform: uppercase;
    font-family: var(--font-3);
    font-size: 1rem;
    padding: 10px 20px;
    text-decoration: none;
    text-align: center;
}

.prefooter .lisander span:last-of-type a:hover {
    background-color: #E85C57;
    color: #fff;
    border: 1px solid #E85C57;
}

@media (max-width:767px) {
    .prefooter {
        background-image: linear-gradient(to bottom, var(--colore-3) 55%, var(--colore-4) 45%);
        text-align: center;
    }

    .prefooter .leoniblog img {
        width: 87px !important;
    }

    .prefooter .leoniblog div {
        float: initial;
        width: 100%;
    }

    .prefooter .leoniblog span {
        font-size: 1.375rem;
        line-height: initial;
        width: 75%;
        margin: 0 auto;
    }

    .prefooter .leoniblog span:first-of-type {
        margin-top: 25px;
    }

    .prefooter .lisander {
        padding-top: 75px;
    }

    .prefooter .lisander span:first-of-type a {
        font-size: 5rem;
    }

    .prefooter .lisander span {
        font-size: 1.375rem;
        width: 75%;
        margin: 20px auto;
    }

    .prefooter .lisander img:last-of-type {
        width: 200px !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .prefooter .leoniblog div {
        float: initial;
        width: 100%;
    }

    .prefooter .leoniblog span:first-of-type {
        margin-top: 30px;
    }

    .prefooter .leoniblog span {
        font-size: 1.8rem;
    }

    .prefooter .lisander span:first-of-type a {
        font-size: 5rem;
    }

    .prefooter .lisander span {
        font-size: 1.5rem;
        margin: 40px auto;
    }

    .prefooter .lisander img:last-of-type {
        width: 200px !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .prefooter .leoniblog div {
        float: initial;
        width: 100%;
    }

    .prefooter .leoniblog span:first-of-type {
        margin-top: 30px;
    }

    .prefooter .leoniblog span {
        font-size: 1.8rem;
    }

    .prefooter .lisander span:first-of-type a {
        font-size: 5rem;
    }

    .prefooter .lisander span {
        font-size: 1.8rem;
        margin: 40px auto;
    }

    .prefooter .lisander img {
        margin: 0 auto;
        display: block;
    }
}

/* 15 -FOOTER */
footer {
    background-color: var(--colore-1);
    color: #fff;
    font-family: var(--font-2);
    padding-bottom:50px;
}

footer a,
footer ul li .nav-link {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 1.1rem;
    padding: 5px 0;
    border-top: none;
    margin: 0;
}

footer a:hover,
footer ul li .nav-link:hover,
footer ul li .nav-link.active {
    color: #fff !important;
    text-decoration: underline;
}

footer .nome {
    font-family: var(--font-3);
    font-size: 2.6rem;
    text-transform: uppercase;
    line-height: 80%;
    padding-top: 70px;
    padding-bottom: 10px;
}

footer .claim {
    font-size: 1.1rem;
    text-transform: uppercase;
    line-height: 100%;
}

footer .slogan {
    font-family: var(--font-1);
    font-size: 1.875rem;
}

footer ul {
    margin-left: 20px;
    list-style: none;
}

footer ul li .nav-link i {
    margin-left: 5px;
    font-size: 1rem;
    position: relative;
    bottom: 2px;
}

@media (max-width:767px) {
    .slogan {
        font-size: 1.375rem !important;
        text-align: center;
        margin: 0 auto;
        width: 70%;
        margin-bottom: 40px;
    }

    footer a,
    footer ul li .nav-link,
    footer ul li .nav-link i {
        border-bottom: none;
        font-size: .975rem;
    }

    footer a.social {
        font-size: 2rem;
    }
}

@media (min-width:768px) and (max-width:991px) {
    footer .slogan {
        font-size: 1.6rem;
    }
}

@media (min-width:1280px) {
    footer .slogan {
        translate: 0 -50%;
    }
}

/* 16 - VIDEO */
.slick-list {
    margin: 0 2%;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    margin: 0 25px 0 0;
    margin: 0 5%;
    height: 0;
}

.slick-slide p a {
    color: #000;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slick-slide p {
    font-size: 1.4rem;
    margin: 5%;
}

.slick-prev,
.slick-next {
    background-color: transparent;
    border: none;
}

.slick-prev::before {
    content: url(images/Freccia_video.svg);
    position: absolute;
    left: 0;
    top: 30%;
}

.slick-next::after {
    content: url(images/Freccia_video.svg);
    position: absolute;
    right: 0;
    top: 30%;
    transform: rotate(180deg);
}

@media (max-width:767px) {
    .video-wrapper {
        margin: 0;
    }

    p.video-wrapper-desc {
        font-size: 1.375rem;
    }

    .slick-slide p {
        font-size: 0.975rem;
    }
}

/* 17 - CTA */
.cta {
    border-radius: var(--border-radius);
    padding: 10px 20px;
    font-family: var(--font-3);
    text-align: center;
    color: #fff;
    font-size: 1.25rem;
    letter-spacing: 0;
}

.cta.border-color {
    border: 1px solid var(--colore-1) !important;
    color: var(--colore-1) !important;
    background-color: #fff !important;
    font-weight: initial !important;
    border-radius: var(--border-radius) !important;
}

.cta-border-color-reverse {
    border: 1px solid #fff;
    font-size: 1.1rem;
}

.cta-bg-reverse {
    color: var(--colore-1) !important;
    background-color: #fff;
}

.cta.pdf-book-preview {
    text-transform: uppercase;
    border: 1px solid var(--colore-1) !important;
    background-color: #fff !important;
    color: var(--colore-1) !important;
}

.cta:hover {
    color: var(--colore-1) !important;
    background-color: #fff;
    text-decoration: none;
}

.cta-bg-reverse:hover {
    color: #fff !important;
    background-color: var(--colore-1);
    border: 1px solid #fff;
}

.cta.pdf-book-preview:hover {
    background-color: var(--colore-1) !important;
    color: #fff !important;
}

.no-cta {
    border: 1px solid var(--text-color-2);
    border-radius: var(--border-radius);
    padding: 10px 20px;
    font-family: var(--font-3);
    text-align: center;
    color: var(--text-color-2);
    font-style: italic;
    font-size: 1rem;
}

@media (max-width:767px) {
    .cta {
        font-size: 1.575rem !important;
        padding: 10px;
        margin-bottom: 40px;
    }

    .cta.border-color {
        font-size: .9rem !important;
    }

    .podcast .cta {
        font-size: 1rem !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .cta {
        padding: 10px;
    }
}

/* 18 - PAGINAZIONE */
.pagination {
    margin: 0 auto;
    width: fit-content;
    font-family: var(--font-3);
    font-size: 1.5rem;
    text-transform: uppercase;
}

.pagination .page-numbers {
    padding: 10px 15px;
    color: var(--text-color-2);
    font-family: var(--font-2);
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    color: var(--text-color-1);
}

/* 19 - FAQ  */
.box-faq h2 {
    font-size: 1.7rem;
    color: var(--colore-1);
    font-family: var(--font-3);
    text-transform: uppercase;
    margin: 0;
    padding: 25px 0 5px 0;
    border-top: 1px solid #dedede;
}

.box-faq .accordion-item {
    margin-bottom: 10px;
}

.box-faq .accordion-header {
    background-color: var(--text-color-2);
}

.accordion-body {
    padding: 0;
    background-color: #fff;
    font-size: 1.1rem;
    margin-bottom: 50px;
}

.box-faq .accordion-button,
.box-faq .accordion-button.collapsed {
    font-family: var(--font-3);
    font-size: 1.5rem;
    text-transform: uppercase;
    background-color: #fff;
    color: var(--colore-1);
    padding: 20px 0;
    border-bottom: none;
}

.box-faq .accordion-button:focus {
    border-color: none;
    box-shadow: none;
}

@media (max-width:767px) {
    .box-faq h2 {
        font-size: 1.5rem;
    }

    .box-faq .accordion-button,
    .box-faq .accordion-button.collapsed {
        font-size: 1.25rem;
    }
}

/* 20 - INPUT, OPTION, ...*/

.woocommerce form .form-row {
    margin-bottom: 20px;
}

.form-row label {
    color: var(--colore-1);
    text-transform: uppercase;
    font-family: var(--font-2);
}

.woocommerce form .form-row .required {
    color: var(--colore-1);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 5px 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--text-color-2);
}

.select2-container--default .select2-selection--single {
    border: none;
    border-bottom: 1px solid var(--text-color-2);
    border-radius: 0;
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    padding: 0;
}

textarea {
    height: 285px;
    resize: none;
    margin-bottom: 25px !important;
    border: none;
    border-bottom: 2px solid var(--text-color);
}

:focus-visible {
    outline: none !important;
    border-bottom-color: var(--colore-1) !important;
}

.wp-block-file__button {
    font-family: var(--font-3);
    font-size: 1.25rem;
    text-transform: uppercase;
    border: 1px solid var(--colore-1) !important;
    color: var(--colore-1) !important;
    background-color: #fff !important;
    font-weight: initial !important;
    border-radius: var(--border-radius) !important;
    display: initial !important;
}

.wp-block-file__button:hover {
    color: #fff !important;
    background-color: var(--colore-1) !important;
}

@media (max-width:767px) {
    .wp-block-file__button {
        display: inline-block !important;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs {
        flex-direction: column;
    }
}

/* 21 - WOOCOMMERCE */
.woocommerce .woocommerce-MyAccount-navigation ul {
    text-transform: uppercase;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: var(--font-2);
    font-size: 1.5rem;
}

.woocommerce .woocommerce-MyAccount-navigation li.is-active a {
    color: var(--colore-1);
}

.woocommerce-thankyou-order-received {
    color: var(--colore-1);
    text-align: center;
    padding: 5% 0 2% 0;
    font-size: 3rem;
    border-bottom: 1px solid var(--colore-1);
    margin-bottom: 5%;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    float: none;
    width: 100%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
    margin-top: 50px;
    background: var(--colore-6);
    padding: 2%;
}

.woocommerce-form__input-checkbox {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.wc-block-components-notice-banner.is-success {
    background-color: var(--colore-6) !important;
    border: none;
    border-radius: unset;
}

.wc-block-components-notice-banner.is-success>svg {
    background-color: var(--colore-1) !important;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
    border: 0 !important;
    margin: 5px 0 0 0 !important;
    text-decoration-line: none !important;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover {
    text-decoration-line: underline;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
    color: var(--colore-carrello) !important;
}

.woocommerce nav.woocommerce-pagination {
    text-align: center;
    font-family: var(--font-2);
    font-size: 1.5rem;
    color: var(--text-color-2);
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: none;
}

.woocommerce nav.woocommerce-pagination ul li span {
    padding: 10px 15px;
}

.woocommerce nav.woocommerce-pagination ul li a {
    padding: 10px 15px;
    color: var(--text-color-2);
    font-family: var(--font-2);
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: transparent;
    color: var(--text-color);
}

.aggiungi-carrello a {
    font-size: 1.25rem !important;
    display: initial !important;
}

.aggiungi-carrello a:hover {
    background-color: var(--colore-1) !important;
    color: #fff !important;
}

@media (max-width:767px) {
    .aggiungi-carrello a.archivio {
        display: block !important;
        padding: 10px 0;
        font-size: .95rem !important;
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .aggiungi-carrello {
        width: 100% !important;
    }
}

.woocommerce div.product form.cart .button {
    border: 1px solid var(--colore-1) !important;
    color: var(--colore-1) !important;
    background-color: #fff !important;
    font-weight: initial !important;
    border-radius: var(--border-radius) !important;
    font-family: var(--font-3);
    left: 20px;
    text-transform: uppercase;
}

.woocommerce div.product form.cart .button:hover {
    background-color: var(--colore-1) !important;
    color: #fff !important;
}

.woocommerce .quantity .qty {
    border-radius: var(--border-radius) !important;
    padding: 0.31em 0;
    font-family: var(--font-3);
    border-width: 1px;
}

/* 22 - DEBITO PUBBLICO */
/* generale */
.contatore-debitopubblico[data-size=big-1] {
    margin: 40px 0;
}

.contatore-debitopubblico .digit {
    height: 100px;
}

.contatore-debitopubblico .dot::after {
    background-color: var(--text-color);
}

.debito-fixed {
    position: fixed;
    bottom: 0;
    background-color: #E8E8E8;
    font-size: 1.8rem;
    font-family: var(--font-2);
    height: 45px;
}

.debito-fixed .valore {
    display: inline-flex;
    align-content: center;
}

span.info-mobile {
    display: none;
}

.debito-fixed .contatore-debitopubblico {
    height: 40px;
    width: 180px;
}

.debito-fixed .contatore-debitopubblico .digit {
    background-color: transparent;
    color: #FF0000;
    font-size: 1.8rem;
    font-family: var(--font-2);
    height: 45px;
    margin: 0;
}

.debito-fixed .contatore-debitopubblico .dot {
    width: 4px;
}

.debito-fixed .contatore-debitopubblico .dot:after {
    height: 3px;
    background-color: #FF0000;
    bottom: 8px;
    width: 3px;
}

.debito-fixed .text:last-of-type {
    color: #FF0000;
}

.debito-fixed .more {
    float: right;
    color: #A5A5A5;
}

.debito-fixed .more a {
    color: #A5A5A5;
}

.debito-fixed .more a i {
    -webkit-text-stroke: .8px #e8e8e8;
    font-size: 1.5rem;
}

@media screen and (max-width:1200px) {
    .debito-fixed {
        font-size: 1.2rem;
        height: 28px;
    }

    .valore img {
        width: 20px;
        height: 20px;
        position: relative;
        top: 5px;
    }

    .debito-fixed .contatore-debitopubblico {
        width: 135px;
    }

    .debito-fixed .contatore-debitopubblico .digit {
        font-size: 1.2rem;
        height: 26px;
    }

    .debito-fixed .contatore-debitopubblico .dot {
        width: 1px;
    }

    .debito-fixed .contatore-debitopubblico .dot:after {
        height: 2px;
        bottom: 5px;
        width: 1px;
    }

    span.info-desktop {
        display: none;
    }

    span.info-mobile {
        display: initial;
    }

    .debito-fixed .more {

        font-size: .8rem;
        position: relative;
        top: 6px;
    }
}

@media screen and (max-width:460px) {
    .more span {
        display: none;
    }
}

@media screen and (min-width:860px) and (max-width:1200px) {
    .debito-fixed .more {
        font-size: 1.2rem;
        top: 0;
    }

    .debito-fixed .more a i {

        top: 2px;
        position: relative;
    }
}

/*H3 tab woocommerce */
h3.tab-woocommerce {
    background: var(--colore-6);
    text-align: center;
    margin: 0 !important;
    padding: 15px;
    text-transform: uppercase;
    font-size: 1.4rem;
}

/* plugin pdf embedder */
.pdfemb-viewer {
    width: 100% !important;
    margin: 0 auto 25px 0;
    text-align: center;
    height: auto !important;
}

div.pdfemb-toolbar {
    width: calc(50% - 12px) !important;
}

.pdfemb-pagescontainer {
    width: 100% !important;
    padding: 50px 0;
}

@media screen and (max-width:1199px) {
    div.pdfemb-toolbar {
        width: 100% !important;
    }

    .pdfemb-pagescontainer {
        padding: 0;
    }

    h3.tab-woocommerce.video {
        margin-top: 50px !important;
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    opacity: 0;
}

.xoo-wsc-basket {
    border: 1px solid var(--colore-1) !important;
}

.newsletter {
    font-size: 1.25rem;
    padding: 2px 10px;
    border-radius: unset;
    border: 1px solid var(--colore-3);
}

.btn-newsletter {
    border: 1px solid var(--colore-1) !important;
    color: var(--colore-1) !important;
    background-color: #fff !important;
    font-weight: initial !important;
    border-radius: var(--border-radius) !important;
    text-transform: uppercase;
    font-family: var(--font-3);
    padding: 10px 40px;

}

.btn-newsletter:hover {
    color: #fff !important;
    background-color: var(--colore-1) !important;
}

.wpcf7-form-control {
    border: none !important;
    padding: 10px 20px;
    width: 100%;
}

.row.bg-corsi {
    background: #eee;
    padding: 10px 20px;
}

.wpcf7-submit {
    border: 1px solid var(--colore-1) !important;
    color: var(--colore-1) !important;
    background-color: #fff !important;

    border-radius: var(--border-radius) !important;
    text-transform: uppercase;
    font-family: var(--font-3);
    padding: 10px 40px;
    width: 200px;
}

.privacy {
    font-size: 1rem;
}

.wpcf7-spinner {
    display: block;
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
    opacity: .6;
}

.wpcf7-response-output {
    border: none;
    background-color: red;
    color: #ffff;
    text-align: center;
    font-weight: 700;
}

.condivisione-debito {
    font-family: 'Courier New', Courier, monospace;
}

/* IBL scuole */
ul.offerte-ibl-scuole {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    list-style: none;
    padding: 0;
    margin-block: 40px;
}

ul.offerte-ibl-scuole li {
    flex: 1;
    text-align: center;
}

.offerte-ibl-scuole li a {
    font-family: var(--font-3);
    font-size: 1.4rem;
    color: var(--colore-1);
    border-radius: var(--border-radius);
    border: 1px solid var(--colore-1);
    display: block;
    text-align: center;
}

.offerte-ibl-scuole li a:hover {
    background-color: var(--colore-1);
    color: #fff;
}

.offerte-ibl-scuole li a.tipo-ricerca-1:hover {
    background-color: var(--tipo-ricerca-1);
    border-color: var(--tipo-ricerca-1);
}
.offerte-ibl-scuole li a.tipo-ricerca-2:hover {
    background-color: var(--tipo-ricerca-2);
    border-color: var(--tipo-ricerca-2);
}
.offerte-ibl-scuole li a.tipo-ricerca-3:hover {
    background-color: var(--tipo-ricerca-3);
    border-color: var(--tipo-ricerca-3);
}
.offerte-ibl-scuole li a.tipo-ricerca-4:hover {
       background-color: var(--tipo-ricerca-4);
    border-color: var(--tipo-ricerca-4);
}
.offerte-ibl-scuole li a.tipo-ricerca-5:hover {
       background-color: var(--tipo-ricerca-5);
    border-color: var(--tipo-ricerca-5);
}

.box-modulo-scuole {
    background-color: var(--colore-6);
    border-radius: 24px;
}

.box-modulo-scuole h2 {
    font-size: 1.75rem;

    color: var(--colore-1);
    font-family: var(--font-3);
    text-transform: uppercase;
    margin: 50px auto;
    padding: 50px 0 0 0;
    text-align: center;

}

.box-modulo-scuole h3 {
    font-size: 1.5rem;
    color: var(--colore-1);
    font-family: var(--font-3);
    text-transform: uppercase;

}

.box-modulo-scuole .box {
    background-color: #fff;

    margin-bottom: 0;
    display: initial;
}

.box-modulo-scuole .frequenza {
    font-size: 1rem;
    border-bottom: 1px solid #eee;
    font-family: var(--font-2);
    text-transform: uppercase;
    width: 100%;

}

.box-modulo-scuole .frequenza.f0 i {
    color: var(--colore-7);
}

.box-modulo-scuole .frequenza.f1 i {
    color: #059b05;
}

.box-modulo-scuole .frequenza.f2 i {
    color: #e6400f;
}

.box-modulo-scuole img {
    background-color: #fff;
    margin-bottom: 0;
}


.box-modulo-scuole .pdf {
    text-align: center;
    margin: 40px 0;
}

.box-modulo-scuole .pdf a {
    background-color: var(--colore-1);
    padding: 10px 40px;
    color: #fff;
    border: 2px solid var(--colore-1);
}

.box-modulo-scuole .pdf a:hover {
    color: var(--colore-1);
    background-color: #fff;
}

.box-modulo-scuole .cta {
    background-color: var(--colore-1);
    padding: 10px 0;
    margin: 40px 0;
    color: #fff;
    width: 100%;
    color: #fff;
    border: 2px solid var(--colore-1);
    font-size: 2rem;
    text-transform: uppercase;
    border-radius: initial;
}

.box-modulo-scuole .cta a {
    color: #fff;
}

.box-modulo-scuole .cta:hover {
    color: var(--colore-1);
    background-color: #fff;
}

.box-modulo-scuole .cta:hover a {
    color: var(--colore-1);
}

.box-modulo-scuole .info-scuole {
    background-color: var(--colore-5);
    padding: 20px;
    margin: 0;
    color: #fff;
    font-size: 2rem;
    text-transform: initial;
    border: 2px solid var(--colore-5);
    text-align: center;
}

.box-modulo-scuole .info-scuole a {
    color: var(--colore-3);
}

.box-modulo-scuole .info-scuole a:hover {
    color: var(--colore-7);
}
@media screen and (max-width:640px) {
    .box-modulo-scuole .info-scuole {
        font-size: 1.2rem;
    }

    ul.offerte-ibl-scuole {
        display: initial;
    }

    ul.offerte-ibl-scuole li {
        margin-block: 20px;
    }
}