﻿body {
    color: var(--Blu);
    font-family: now-alt,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

input{
    color: var(--Blu)
}

@font-face {
    font-family: 'Allura-Regular';
    src: url('Allura-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Prata';
    src: url('Prata.woff') format('woff');
}

/* BLOG */
.ConMBlog {
    margin-top: 35px !important;
    padding-bottom: 100px;
    max-width: 1500px;
    padding-left: 16px;
    padding-right: 16px;
}

.WrapStyleAlca {
    background-color: #f7f7f7;
    border-radius: 20px;
    box-shadow: 0 0 40px rgba(0,0,0,0.1);
    margin: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 768px;
    padding: 16px;
    transition: height 150ms linear;
    overflow: hidden;
}

#Tutin:empty:after, .WrapCatBlog:empty:after, #Curty:empty:after, #MIRukkie:empty:after {
    position: absolute;
    height: 50px;
    width: 250px;
    content: "Nessun Risultato Trovato";
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    top: calc(50% - 25px);
    left: calc(50% - 125px);
    color: var(--Blu);
}

.WrapCatBlog {
    min-height: 100px;
    position: relative;
}

.loadGif.conBack.vedi {
    background-color: rgb(229,235,244);
}

.CatArcki, .ArtoHot, .ContComment {
    height: 40px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 16px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    padding: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.12);
    color: var(--Blu);
}

    .CatArcki:last-child, .ArtoHot:last-child, .ContComment:last-child {
        margin-bottom: 0;
    }

    .CatArcki.activ {
        background-color: #e7f3ff;
        color: #0571ed;
    }

    .CatArcki i {
        font-size: 32px;
        margin-right: 7px;
    }

.CatArcki {
    height: unset;
    min-height: 40px;
    line-height: 1.5;
}

.ArtoHot, .ContComment {
    height: 70px;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.ContComment {
    height: 81px
}

.ArtoHot .ImogArto {
    height: 70px;
    width: 70px;
}

.ArtoHot.UltiCorso .ImogArto {
    background-image: url(../img/video.jpg);
}

.btnMainLarge.Pi a, .ArtoHot a, .WrapAricolo > a, .Vetrone a, .DataEvento a {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.ArtoHot .TitoArto {
    width: calc(100% - 90px);
    margin: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: calc(100% - 20px);
    font-size: 14px;
    color: var(--Blu);
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.WrapAricolo {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.WrapArticoli.WrapStyleAlca.Pomp {
    flex-wrap: wrap;
    max-width: unset;
    margin-left: unset;
    margin-right: unset;
    padding-bottom: 0;
    padding-right: 0;
    justify-content: unset;
}

    .WrapArticoli.WrapStyleAlca.Pomp .WrapAricolo {
        width: calc(33.333% - 16px);
        margin-right: 16px;
        margin-bottom: 16px;
        margin-top: 0 !important;
    }

.WrapAricolo:last-child {
    margin-right: 0
}

.WrapAricolo.Solo {
    width: 100%;
    height: unset;
}

    .WrapAricolo.Solo .ImogArto {
        height: 300px;
    }

.WrapAricolo.WrapCorso, .WrapAricolo.WrapOffro {
    height: unset;
}

    .WrapAricolo.WrapCorso .AnteArto, .WrapAricolo.WrapOffro .AnteArto {
        height: 133px;
    }

        .WrapAricolo.WrapCorso .AnteArto .RiassArto, .WrapAricolo.WrapOffro .AnteArto .RiassArto {
            -webkit-line-clamp: 4;
        }

    .WrapAricolo.WrapCorso .ImogArto, .InfoCorso .ImogArto {
        background-image: url(../img/video.jpg);
    }

    .WrapAricolo.WrapOffro .ImogArto, .InfoOffro.InfoCorso .ImogArto {
        background-image: url(../img/offro.jpg);
    }

.DataArto {
    position: absolute;
    top: 0;
    right: 10px;
    height: 42px;
    width: 40px;
    text-transform: uppercase;
    background-color: #4e76a9;
    box-shadow: 0 0 40px rgba(0,0,0,0.15);
    z-index: 1;
}

    .DataArto::before{
        top: 22px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-width: 20px;
    }

    .DataArto::before {
        left: 0;
        border-left-color: #4e76a9;
        border-right-color: #4e76a9;
    }

    .DataArto span {
        display: block;
        position: absolute;
        width: 100%;
        padding: 0 11%;
        text-align: center;
        font-size: 11px;
        margin: 0 auto;
        margin-top: 7px;
        color: white;
    }

.AnteArto {
    overflow: hidden;
    padding: 10px;
}

    .AnteArto .TitoArto {
        margin: 0;
        font-size: 17px;
        color: var(--Blu);
        font-weight: 500;
    }

    .AnteArto .RiassArto {
        margin: 0;
        margin-top: 10px;
        font-size: 14px;
        color: #757575;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
    }

.InfoArto {
    display: flex;
    border-top: 2px solid rgba(0,0,0,.12);
    margin-top: 10px;
    padding: 10px;
}

    .InfoArto span {
        display: block;
        font-size: 15px;
        font-weight: 400;
        color: var(--Blu);
        width: calc(50% - 5px);
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

        .InfoArto span i {
            margin-right: 5px;
            color: var(--main_color);
        }

        .InfoArto span:last-child {
            margin-left: auto;
            width: unset;
        }

.ImogArto {
    /*    background-image: url('../img/imgarto.jpg');*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 250px;
    height: 250px;
    position: relative;
}

#Tutin {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: unset;
    background-color: transparent;
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 20px;
}


    #Tutin > div {
        border-radius: 0;
        margin: 0 !important;
        width: 100%;
    }

        #Tutin > div:first-child, #Tutin > div:nth-child(5n+1) {
            grid-area: 1 / 1 / span 2 / span 2;
        }

.WrapStyleAlca .textH4 {
    margin: 0;
    font-size: 20px;
    margin-top: -4px;
    text-shadow: none;
    text-align: left;
}




.WrapArticoli {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 40px;
    width: fit-content;
}

    .WrapArticoli .WrapAricolo:first-child {
        grid-area: 1 / 1 / span 2 / span 2;
    }

        .WrapArticoli .WrapAricolo:first-child .ImogArto {
            width: 600px;
            height: 600px;
        } 
        .WrapArticoli .WrapAricolo:first-child  .WrapOmin .ImogArto {
            width: 50px;
            height: 50px;
        }

.WrapAricolo h5 {
    min-height: 30px;
    margin: 15px;
    width: 220px;
    word-break: break-word;
    font-size: 19px;
    font-weight: 600;
    color: var(--Blu);
    display: -webkit-inline-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

    .WrapAricolo h5  span {
        font-family: 'Prata';
        font-weight: 300;

    }


.WrapArticoli .WrapAricolo:first-child h5 {
    width: 570px;
    font-size: 38px;
}

.Shine, .Skeletin > * {
    background: linear-gradient(95deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    background-size: 200% 100%;
    -webkit-animation: 1.5s shine linear infinite;
    animation: 1.5s shine linear infinite;
}

.SePu {
    background-color: white;
    display: flex;
    justify-content: center;
    margin: 40px 0;
    margin-top: 0;
}

    .SePu.Cario {
        background-color: #f7f7f7;
        padding: 80px 0;
        margin-top: 80px;
    }
    .SePu.Muto80 {
        margin-top: 80px;
    }

.Carosello {
    display: flex;
    overflow: hidden;
    padding-right: 80px;
    width: calc(100% - 300px);
}

.Specchio .Carosello {
    width: calc(100% - 330px);
    margin-left: 30px;
}

.Comandi {
    width: 300px;
    display: flex;
    align-items: center;
}

.Carosello .WrapAricolo {
    flex: none;
    margin-left: 40px;
}

    .Carosello .WrapAricolo .ImogArto {
        width: 360px;
        height: 360px;
    }
    .Carosello .WrapAricolo h5 {
        width: 330px;
    }

    .ContMan {
        width: 55%;
        margin: 0 auto;
    }

.Comandi label {
    font-weight: 600;
    color: var(--Blu);
    font-size: 22px;
    display: block;
    width: 100%;
}

.Comandi span {
    font-weight: 400;
    color: var(--Blu);
    font-size: 16px;
    display: block;
    width: 100%;
    margin-top: 10px;
    font-family: 'Prata';
}

.Comandi .d-flex {
    justify-content: space-between;
    margin-top: 20px;
}

    .Comandi .d-flex i {
        font-size: 40px;
    }

        .Comandi .d-flex i:first-child:hover {
            transform: translateX(-10px);
        }

        .Comandi .d-flex i:last-child:hover {
            transform: translateX(10px);
        }

@-webkit-keyframes shine {
    to {
        background-position-x: -200%;
    }
}

@keyframes shine {
    to {
        background-position-x: -200%;
    }
}

@media screen and (max-width: 768px) {
    .WrapStyleAlca {
        border-radius: 0;
    }

    .ConMBlog {
        padding-left: 0;
        padding-right: 0;
    }

    .WrapAricolo {
        margin-right: 0;
        margin-top: 20px;
        width: 100%;
        height: 330px;
    }

        .WrapAricolo:first-child {
            margin-top: 0;
        }

        .WrapAricolo.Solo {
            border-radius: 0;
        }
}
/* END */

/* Header e Barra Nav Blog */

header {
    background-color: #FAFAFA;
    height: 65px;
}

.Teston {
    display: flex;
    align-items: center;
    height: 100%;
}

    .Teston > span:not(.CapLinea) {
        display: flex;
        font-size: 23px;
        margin: 0 20px;
        font-family: 'Prata';
    }

    .Teston > span > strong {
        margin-right: 10px;
        font-family: now-alt,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-weight: 500;
        color: var(--Blu);
        font-size: 23px;
    }


    .Teston > .NewLetter {
        display: flex
    }

        .Teston > .NewLetter > input {
            border: 0;
            border-bottom: 1px solid #dee2e6;
            background-color: #fafafa;
            font-size: 15px;
            font-weight: 400;
            width: 220px;
        }

            .Teston > .NewLetter > input.Noval {
                border-bottom: 1px solid red;
            }

        .Teston > .NewLetter > .BtnSBL, .BtnSBL.Giorgio {
            font-weight: 500;
            color: var(--Blu);
            background-color: rgb(236 236 236);
            text-transform: uppercase;
            letter-spacing: 3px;
            margin-left: 5px;
        }

            .Teston > .NewLetter > .BtnSBL > i {
                font-size: 17px;
                color: var(--Blu);
                margin-left: 10px !important;
            }

                .Teston > .NewLetter > .BtnSBL > i:before {
                    height: 17px;
                    width: 17px;
                }

    .Teston > .WrapSocial {
        margin-left: auto;
        margin-right: 10px;
    }

        .Teston > .WrapSocial > a, .Condividilo > i {
            text-decoration: none;
            text-decoration-color: var(--Blu);
            color: var(--Blu);
            font-size: 22px;
            margin-right: 10px;
        }

            .Teston > .WrapSocial > a:visited {
                color: var(--Blu)
            }

.MaxWi {
    max-width: 1270px;
    width: 100%;
    margin: 0 auto;
}

nav.NavBlog {
    height: 90px;
    border-bottom: 2px solid #ececec;
    border-top: 2px solid #ececec;
    display: flex;
    margin-top: 20px;
}

.WkoLogo {
    display: flex;
    align-items: center;
    height: 100%;
}

    .WkoLogo > .Imog {
        background-image: url('../img/logo_uno_uno.png');
        height: 60px;
        width: 70px;
        margin: 0;
        margin-right: 10px;
    }

    .WkoLogo > span {
        font-family: 'Allura-Regular';
        font-size: 50px;
        padding-top: 6px;
        letter-spacing: 2px;
    }

.WrapCate {
    display: flex;
    width: calc(100% - 190px);
    overflow: hidden;
    margin-left: 20px;
    justify-content: flex-end;
}

    .WrapCate > div {
        display: flex;
    }

.CatBlog {
    overflow: hidden;
    height: 100%;
    max-width: 70px;
    transition: max-width 200ms linear;
    display: flex;
    border-right: 2px solid #ececec;
}

    .CatBlog:last-child {
        border-right: 0;
    }

    .CatBlog > span {
        display: flex;
        height: 100%;
        width: max-content;
        padding: 10px 16px;
        font-size: 13px;
        align-items: center;
        color: var(--Blu);
        font-weight: 400;
    }

    .CatBlog:hover {
        max-width: 220px;
    }

    .CatBlog:before {
        content: attr(ido);
        height: 100%;
        width: 70px;
        background-color: #f7f7f7;
        display: flex;
        flex: none;
        align-items: center;
        justify-content: center;
        font-size: 22px;
    }

.Cercala {
    display: flex;
    align-items: center;
    width: 70px;
    justify-content: center;
    font-size: 18px;
}

.BarraRicBlog {
    background-color: #f7f7f7;
    padding: 0;
    height: 0;
    overflow: hidden;
    margin-bottom: 80px;
    transition: padding 150ms linear, height 150ms linear
}

    .BarraRicBlog.Aria {
        padding: 35px;
        height: 120px;
    }

    .BarraRicBlog.Cate.Aria {
        height: 183px;
        padding-bottom: 20px;
    }

.BarraBlog {
    width: 100%;
}

.BarraRicBlog > .Teston > .NewLetter > input {
    width: 100%;
    height: 50px;
    background-color: white;
    padding-left: 18px;
}

.BarraRicBlog > .Teston > .NewLetter > .BtnSBL {
    height: 50px;
}

footer {
    background-color: #f7f7f7;
    margin-top: 80px;
    height: 230px;
}

.Riga.MaxWi.mza {
    height: 100%;
}

.PartLogo .Imog {
    margin: 0;
    height: 60px;
    width: 195px;
}

    .PartLogo .Imog + span {
        width: 100%;
        font-size: 16px;
        margin-top: 25px;
        font-weight: 400;
        color: var(--Blu);
    }

.PartLogo, .PartCol {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    padding: 0 40px;
}

.PartLogo {
    height: 100%;
}

.PartCol a {
    width: 50%;
    line-height: 50px;
    text-decoration: none;
    text-decoration-color: var(--Blu);
    font-size: 17px;
    font-weight: 500;
    color: var(--Blu);
}

    .PartCol a:visited {
        color: var(--Blu)
    }

.PartCol {
    height: 100%;
}

.IntestoBlog {
    padding: 10px 10px 0 10px;
}

    .IntestoBlog *, .NoRis * {
        display: block;
        margin-bottom: 14px;
    }

    .IntestoBlog span, .NoRis span, .CapLinea {
        text-transform: uppercase;
        color: var(--Blu);
        font-weight: 600;
        letter-spacing: 2px;
        width: 100%;
        font-size: 15px;
    }

    .IntestoBlog label, .NoRis label {
        color: var(--Blu);
        font-weight: 600;
        width: 100%;
        font-size: 28px;
    }
    /*    .IntestoBlog label {
        font-size: 34px;
    }*/
    .IntestoBlog em {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        color: #858585;
    }

.WrapArticoliPerCate {
    display: grid;
    grid-template-columns: calc(50% - 25px) calc(50% - 25px);
    gap: 50px;
    width: calc(100% - 380px);
    margin-right: 80px;
    height: fit-content;
    position: relative;
    margin-bottom: 120px;
}

    .WrapArticoliPerCate .ImogArto {
        width: 100%;
        height: 300px;
    }

    .WrapArticoliPerCate .TitoArto, .WrapAricolo.Skeleton .TitoArto:not(.Skel) {
        width: unset;
        display: block;
    }

.QuanTime, .DeescrBrev, .Sharalo {
    font-size: 16px;
    color: var(--Blu);
    font-weight: 400;
    margin: 15px;
    margin-top: 0;
}

.DeescrBrev {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

    .DeescrBrev.ConRighe {
        margin: 10px 0 !important;
        padding: 10px 0;
        border-top: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
    }

.WrapOmin {
    display: flex;
    margin: 15px;
    margin-top: 0;
}

    .WrapOmin .ImogArto {
        width: 50px;
        height: 50px;
        border-radius: 25px;
    }

.MiOmin {
    margin-left: 10px;
    width: calc(100% - 60px);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

    .MiOmin * {
        display: block;
        font-size: 16px;
        color: var(--Blu);
        font-weight: 600;
        width: 100%;
    }

    .MiOmin span {
        margin-top: 5px;
        font-weight: 400;
    }

.ImogArto.Shine + .MiOmin *, .QuanTime.Shine {
    height: 18px;
}

.DeescrBrev.Shine {
    height: 50px;
}

.MiOmin span.Shine {
    margin-top: 10px;
}

.NoRis label {
    font-size: 22px;
}

.WrapArticoliPerCate.d-flex-center {
    display: flex !important;
    align-items: flex-start;
}

.NoRis span {
    font-size: 12px;
}

.NoRis .fa-comment-alt-smile {
    height: 60px;
    width: 60px;
    border-radius: 30px;
    background-color: white;
    border: 2px solid var(--Arancio);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: var(--Blu);
    position: absolute;
    bottom: -30px;
    right: -14px;
}

.NoRis {
    max-width: 301px;
    position: relative;
    background-color: #f7f7f7;
    padding: 16px 20px 2px 20px;
}

.LatoAltriInfo {
    width: 300px;
}
    .LatoAltriInfo.Scrolla {
        overflow: auto;
        overflow-x: hidden;
        padding-right: 15px;
    }

.WrapAricolo.Slim {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid rgb(236 236 236);
}

    .WrapAricolo.Slim .ImogArto {
        height: 100px;
        width: 100px;
    }

    .WrapAricolo.Slim h5 {
        width: calc(100% - 120px);
        font-size: 15px;
        font-weight: 500;
        margin: 0;
        margin-right: 20px;
        -webkit-line-clamp: 5;
    }

        .WrapAricolo.Slim h5 strong {
            width: 100%;
            display: block;
            margin-bottom: 6px;
            font-weight: 500;
        }

    .WrapAricolo.Slim.Area h5 {
        display: flex;
        align-items: center;
        word-break: break-word;
        text-transform: uppercase;
        width: calc(100% - 150px);
    }

    .WrapAricolo.Slim.Area .ImogArto {
        width: 130px;
    }

.CapLinea {
    margin-bottom: 10px;
    display: block;
    position: relative;
}



.LatoAltriInfo > div {
    margin-bottom: 80px;
}

.AncoraShare.Teston {
    height: unset;
    flex-wrap: wrap;
}

    .AncoraShare.Teston > .WrapSocial {
        margin: 0;
        margin-top: 26px;
        padding-bottom: 40px;
        width: 100%;
        justify-content: space-evenly;
        display: flex;
        border-bottom: 1px solid rgb(236 236 236);
    }

        .AncoraShare.Teston > .WrapSocial > a {
            font-size: 30px;
            margin-right: 0;
            text-align: center;
        }

            .AncoraShare.Teston > .WrapSocial > a::after {
                content: attr(sok);
                font-size: 12px;
                display: flex;
                width: 100%;
                text-align: center;
                font-weight: 600;
                margin-top: 5px;
            }

.AncoraCerca .Teston > .NewLetter > input {
    width: calc(100% - 122px);
}

.AncoraCerca .Teston > .NewLetter {
    margin-top: 26px;
}

.TitoArto.Skel strong:first-child {
    height: 25px;
    margin-bottom: 15px;
}

.TitoArto.Skel strong:last-child {
    height: 60px;
    margin-bottom: 0;
}

.WrapArticoliPerCate.Solo {
    grid-template-columns: 100%;
    gap: 0;
    margin-bottom: 100px;
}


    .WrapArticoliPerCate.Solo .TitoArto {
        font-size: 34px;
        margin: 0;
    }

    .WrapArticoliPerCate.Solo .QuanTime {
        margin: 30px 0;
    }

    .WrapArticoliPerCate.Solo .WrapOmin {
        margin: 0;
    }

    .WrapArticoliPerCate.Solo .d-flex.w100 {
        margin-bottom: 30px;
    }

    .WrapArticoliPerCate.Solo .Sharalo {
        margin: 0;
        display: flex;
        align-items: center;
        margin-left: auto;
    }

    .WrapArticoliPerCate.Solo .WrapAricolo > .ImogArto {
        width: 100%;
        height: 550px;
    }

    .WrapArticoliPerCate.Solo .DeescrBrev {
        margin: 0;
        font-size: 18px;
        display: block;
        margin: 0;
    }

.MucioHtml {
    margin: 30px 0;
}

.Corpone {
    margin-top: 40px;
    width: 100%;
    display: flex;
}

.Condividilo {
    width: 90px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 0 20px;
}

    .Condividilo > i {
        width: 100%;
        margin-bottom: 12px;
        border-bottom: 1px solid rgb(236 236 236);
        text-align: center;
        padding-bottom: 12px;
    }

        .Condividilo > i:last-child {
            border-bottom: 0
        }

    .Condividilo > .Sharalo {
        text-align: center;
        margin-bottom: 20px !important;
        font-size: 15px;
    }

.Corpetto {
    width: calc(100% - 90px);
    padding-left: 40px
}

.WrapArticoliPerCate.Solo .Skeleton .MiOmin {
    width: 140px;
}

.WrapArticoliPerCate.Solo .Skeleton .DeescrBrev.Shine {
    height: 85px;
}

.WrapArticoliPerCate.Solo .Skeleton .Sharalo {
    height: 18px;
    width: 50px;
}

.WrapArticoliPerCate.Solo .Skeleton .Condividilo > i {
    height: 30px;
    width: 30px;
    border-radius: 15px;
    margin: 0 auto;
    margin-bottom: 12px;
}

.HumBurge {
    display: none;
}

.NewLetterCentrale > .Teston {
    justify-content: center;
}

    .NewLetterCentrale > .Teston > span:not(.CapLinea) {
        display: block;
        text-align: right;
        margin: 0;
        margin-right: 50px;
    }

        .NewLetterCentrale > .Teston > span:not(.CapLinea) em {
            display: block;
            font-style: normal;
        }

        .NewLetterCentrale > .Teston > span:not(.CapLinea) strong {
            margin: 0;
        }

    .NewLetterCentrale > .Teston > .NewLetter > input {
        margin-right: 15px;
    }

    .NewLetterCentrale > .Teston > .NewLetter {
        flex-wrap: wrap;
        max-width: 630px;
    }

#Acciotto {
    margin: 0;
    margin-right: 3px;
    display: inline-block !important;
}

.InformDati {
    display: block;
    margin-top: 25px;
    color: #A0A0A0;
}
    .InformDati a {
        color: #A0A0A0;
    }

    .InformDati.Noval {
        border-bottom: 1px solid red;
        padding-bottom: 5px;
    }

.BtnSBL.Giorgio {
    position: relative;
    overflow: hidden;
    background-color: transparent;
    border: 1px solid var(--Blu);
    transition: transform 100ms ease-in-out, color 200ms ease-in-out;
}

    .BtnSBL.Giorgio::before {
        background: var(--Blu);
        position: absolute;
        width: 0;
        top: 0;
        bottom: 0;
        left: -65px;
        content: '';
        z-index: -1;
        -webkit-transform: skew(50deg);
        transform: skew(50deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        transition: width 400ms ease;
    }

    .BtnSBL.Giorgio:hover {
        color: var(--Bianco);
    }

        .BtnSBL.Giorgio:hover:before {
            width: 200%;
        }
/* END */



/* Nav Bar */
#CateB {
    overflow: unset;
    z-index: 11;
}


#listaNav {
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    height: 100%;
}

.RigaNav {
    margin: 0 auto;
    cursor: pointer;
    height: 100%;
    border-radius: 3px;
    user-select: none;
    margin-left: 0;
    position: relative;
    display: flex;
    align-items: center;
    transition: transform 100ms ease-in-out;
}


    .RigaNav > span {
        padding: 5px 0;
        margin: 0 15px;
        display: flex;
        text-decoration: none;
        color: var(--Blu) !important;
        justify-content: center;
        align-items: center;
        font-size: 17px;
        font-weight: 600;
        position: relative;
    }

    .RigaNav span > i {
        padding: 5px 10px;
        color: var(--Blu) !important;
        font-size: 10px;
    }

    .RigaNav:not(.RigaNavDrop):not(.spazz):not(.NoActive):active, .drpDwnMagazz > div.row:active {
        transform: scale(.96);
    }

    .RigaNav > span .fas.fa-chevron-down {
        transition: transform 200ms linear;
    }

    .RigaNav.RigaNavDrop:hover .fas.fa-chevron-down {
        transform: rotate(180deg);
    }


.RigaNavDrop:hover .drpDwnMagazz, .drpDwnMagazz:hover {
    display: flex;
    box-shadow: 0px 0 30px 0 rgba(0,0,0,0.2);
    overflow: hidden;
    border: 2px solid #ececec;
    border-top: 0;
}

.drpDwnMagazz {
    position: absolute;
    top: 86px;
    background-color: #fefdfd;
    flex-wrap: wrap;
    min-width: 200px;
    width: 100%;
    display: none;
}

    .drpDwnMagazz > div.row {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        padding: 15px 20px;
        margin: 0;
        padding-bottom: 0;
    }

        .drpDwnMagazz > div.row:last-child {
            padding-bottom: 15px;
        }

        .drpDwnMagazz > div.row > span {
            margin-right: 10px;
            line-height: 30px;
            text-decoration: none;
            color: var(--Blu);
            font-size: 14px;
            font-weight: 600;
            transition: transform 100ms linear, color 100ms linear;
        }



.row.mezzo::after {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 500;
    content: "\f054";
    color: var(--Blu);
    font-size: 10px;
    margin-left: auto;
}

.drpDwnMagazz > div.row > span:hover, .drpDwnMagazz > div.row.Attivo span {
    transform: translateX(10px);
    color: #9b9b9b !important;
}

.RigaNav > span::before {
    content: "";
    border: 0;
    border-bottom: 1px solid var(--Blu);
    width: 100%;
    position: absolute;
    bottom: 0;
    transform: translateY(8px);
    opacity: 0;
    transition: transform 100ms linear, opacity 100ms linear;
}

.RigaNav > span:hover::before, .RigaNav.Attivo > span::before {
    transform: translateY(4px);
    opacity: 1;
}


.RigaNav.Shine {
    height: 25px;
    width: 80px;
    margin-right: 20px;
}
/* End  */


/* Big Articolo */
.BigArto {
    padding-top: 40px;
}

    .BigArto .WrapAricolo {
        height: 500px;
        background-color: #f7f7f7;
        width: 1160px;
        margin: 0 auto;
        display: flex;
    }

        .BigArto .WrapAricolo .ImogArto {
            height: 100%;
            width: calc(100% - 400px);
        }

        .BigArto .WrapAricolo .Commu {
            width: 400px;
            padding: 60px;
            display: flex;
            flex-wrap: wrap;
            align-content: space-between;
        }

        .BigArto .WrapAricolo h5 {
            font-size: 30px;
            margin: 0;
            width: 100%;
            -webkit-line-clamp: 4;
        }

            .BigArto .WrapAricolo h5 > * {
                display: block;
                margin: 0 0 16px 0;
            }

                .BigArto .WrapAricolo h5 > *.Shine {
                    min-height: 30px;
                    width: 100%;
                    margin: 15px 0px;
                }

        .BigArto .WrapAricolo .DeescrBrev {
            margin: 40px 0;
            width: 100%;
        }

        .BigArto .WrapAricolo .WrapOmin .ImogArto {
            width: 50px;
            height: 50px;
        }

        .BigArto .WrapAricolo .WrapOmin {
            margin: 0;
            width: 100%;
        }
/* END */


/* Collage Foto */
.MasonryFoto {
    column-count: 2;
    column-gap: 15px;
}

    .MasonryFoto.Fin {
        margin-bottom: 0 !important;
    }

.CollageFoto {
    margin: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    margin-bottom: 15px;
    break-inside: avoid;
    border: 1px solid rgb(236 236 236);
}

    .CollageFoto > img {
        max-width: 100%;
        display: block;
        grid-row: 1 / -1;
        grid-column: 1;
        min-height: 90px;
        object-fit: cover;
    }

.MasonryFoto .CollageFoto.Shine {
    height: 150px;
}

    .MasonryFoto .CollageFoto.Shine:first-child {
        height: 200px;
    }

    .MasonryFoto .CollageFoto.Shine:nth-child(3), .MasonryFoto .CollageFoto.Shine:nth-child(5) {
        height: 80px;
    }

/* END */

/* Random Autore */

/*.AutoreRandom {
    margin-bottom: 35px !important;
}*/

.WrapRandAutore {
    padding-top: 30px
}

    .WrapRandAutore .WrapOmin {
        margin: 0;
    }

        .WrapRandAutore .WrapOmin .ImogArto {
            width: 90px;
            height: 90px;
            border-radius: 45px;
        }

    .WrapRandAutore .MiOmin {
        width: calc(100% - 110px);
        margin-left: 20px;
    }

        .WrapRandAutore .MiOmin label {
            font-size: 20px;
        }

        .WrapRandAutore .MiOmin span {
            margin-top: 2px;
            font-size: 18px;
            font-family: 'Prata'
        }

            .WrapRandAutore .MiOmin span.Shine {
                margin-top: 10px;
            }

    .WrapRandAutore .DeescrBrev {
        margin: 20px 0;
        -webkit-line-clamp: 3;
    }
/* END */

/* Vetrina */
.VascaVetrina {
    padding-top: 20px;
}

.Vetrone {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

    .Vetrone > img, .Vetrone > .img {
        width: 100%;
        height: 360px;
        object-fit: contain;
    }

    .Vetrone > .BtnSBL.Giorgio, .DataEvento .BtnSBL.Giorgio {
        margin: 20px auto;
        border-radius: 0;
        font-weight: 400;
    }
.DataEvento .BtnSBL.Giorgio {
    margin: 0;
    margin-left: auto;
}

        .Vetrone > .BtnSBL.Giorgio.Shine {
            border: 0;
            width: 160px;
        }

    .Vetrone > img.Shine {
        border: 0;
    }

.Vetrina.Fin {
    height: 0;
    overflow: hidden;
    margin-bottom: 0;
}
/* END */

/* Section Big Author */
.Capoccion .WrapOmin, .Capoccion .ImogArto, .Capoccion .MiOmin {
    margin: 0;
}

.Capoccion.IntestoBlog {
    padding: 0;
}

    .Capoccion.IntestoBlog label {
        font-size: 32px;
        margin-bottom: 5px;
    }

.Capoccion .ImogArto {
    height: 120px;
    width: 120px;
    margin-right: 35px;
    border-radius: 60px;
}

.Capoccion .MiOmin {
    width: calc(100% - 155px);
}

.Capoccion.IntestoBlog em {
    font-size: 16px;
}

.Capoccion.IntestoBlog .DeescrBrev {
    margin: 0;
    -webkit-line-clamp: 3;
    width: 60%;
    display: -webkit-box;
    font-weight: 400;
}

/*.BarraRicBlog.Cate.Authore.Aria {
    height: 216px;
}*/

.BarraRicBlog.Cate.Authore:not(.Aria) {
    margin-bottom: 0;
}

.BarraRicBlog.Cate.Aria.Nasca {
    margin-bottom: 0;
    height: 0;
    padding: 0;
}
/* END */



/* Pagine Blog */

.LePagine {
    position: absolute;
    bottom: -100px;
    left: 0;
    display: flex;
    width: fit-content;
}

    .LePagine .CapLinea, .LePagine .Pagina {
        width: fit-content;
        font-weight: 400;
        display: flex;
        align-items: center;
        height: 40px;
        font-size: 15px;
        margin: 0 15px
    }

        .LePagine .CapLinea i {
            font-size: 20px;
            margin: 0 10px
        }

    .LePagine .Pagina {
        color: #aeaeae;
    }

        .LePagine .Pagina.Luilo {
            color: var(--Blu);
            text-decoration: underline;
            text-underline-offset: 7px;
        }
/* END */


/* Carosello Alternato */

.AlternoCarosel {
    margin: 70px 0 70px 0;
    width: 100%;
    overflow: hidden;
    height: 500px;
    position: relative;
}

.ConkCarosel {
    display: flex;
    width: fit-content;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 70px;
}

.FotoKara {
    flex: none;
    display: block;
    margin-right: 50px;
    height: fit-content;
    margin-top: 75px;
}

    .FotoKara:nth-child(odd) {
        margin-top: 25px;
    }

    .FotoKara span {
        display: block;
        width: 240px;
        overflow: hidden;
        word-break: break-word;
        text-align: center;
        font-family: 'Prata';
        font-weight: 300;
        font-size: 17px;
    }

        .FotoKara span.Shine {
            height: 50px;
        }

    .FotoKara .Imog {
        width: 240px;
        height: 240px;
        margin-bottom: 15px;
        background-size: cover;
        box-shadow: 0 0 20px 0 rgba(0,0,0,.12)
    }

    .FotoKara.Sel {
        background: red;
    }

.ConkCarosel.Effekto {
    transition: left 200ms linear;
}


/* END */

/* Media Query Blog */

@media screen and (max-width: 1250px) {
    header, nav.NavBlog, .SePu:not(.Cario), .MaxWi.d-flex {
        padding: 0 20px;
    }

    .WrapCate {
        position: fixed;
        top: 0;
        left: -60vw;
        background-color: white;
        padding: 20px;
        margin: 0;
        height: 100vh;
        z-index: 111;
        width: 40vw;
        box-shadow: 0 0 40px 0 rgba(0,0,0,.3);
        transition: left 150ms ease-in-out;
    }

        .WrapCate.Aria {
            left: 0;
        }

        .WrapCate > ul {
            display: block !important;
            width: 100%;
            position: relative
        }

            .WrapCate > ul:before {
                content: "Categorie";
                margin-bottom: 40px;
                font-size: 22px;
                padding-left: 10px;
                font-weight: 400;
                width: 100%;
                display: block;
                text-align: left;
            }

            .WrapCate > ul > li {
                width: 100%;
                border: 0;
                height: unset;
                min-height: 50px;
                margin-bottom: 20px;
                flex-wrap: wrap;
            }

    .RigaNavDrop:hover .drpDwnMagazz {
        position: relative;
        top: unset;
        left: 0;
        margin-top: 16px;
    }

    .WkoLogo {
        margin: 0 auto;
    }

    .HumBurge {
        display: flex;
    }

        .HumBurge.fa-times {
            position: fixed;
            z-index: 112;
            top: 9px;
            left: calc(40vw - 59px);
            background-color: white;
            height: 50px;
            width: 50px;
            font-size: 26px;
        }

    .WrapArticoli {
        grid-template-columns: auto auto auto;
    }

    .Carosello .WrapAricolo .ImogArto {
        width: 280px;
        height: 280px;
    }

    .Carosello .WrapAricolo h5 {
        width: 250px;
    }

    .MaxWi.d-flex {
        flex-wrap: wrap;
    }

    .WrapArticoliPerCate {
        margin-right: 15px;
        grid-template-columns: calc(33% - 25px) calc(33% - 25px) calc(33% - 25px);
        width: 100%;
        margin-bottom: 150px;
    }

    .LatoAltriInfo {
        margin-left: auto;
    }

    .WrapArticoliPerCate.Solo {
        margin: 0;
        margin-bottom: 80px;
    }

    .CatBlog:last-child {
        border: 2px solid #ececec;
        margin-bottom: 80px;
    }

}

@media screen and (max-width: 950px) {
    header {
        height: unset;
        padding: 20px;
    }

        header > .MaxWi.Teston {
            flex-wrap: wrap;
        }

        header > .Teston > span:not(.CapLinea) {
            margin: 0;
            margin-bottom: 20px;
            width: 100%;
        }

        header > .Teston > .NewLetter {
            width: calc(100% - 146px);
        }

    .WrapArticoliPerCate {
        margin-right: 50px;
        grid-template-columns: 50% 50%;
    }

    .NewLetterCentrale > .MaxWi.Teston {
        flex-wrap: wrap;
    }

        .NewLetterCentrale > .MaxWi.Teston > span {
            width: 100%;
            display: flex;
            justify-content: center;
            margin-bottom: 40px;
        }

    .NewLetterCentrale > .Teston > .NewLetter {
        justify-content: center;
        max-width: 100%;
    }

    .NewLetterCentrale > .Teston > span:not(.CapLinea) em {
        padding-top: 2px;
        padding-left: 12px;
    }

    .LatoAltriInfo {
        width: 100%;
    }

    .AncoraCerca .Teston > .NewLetter > input {
        width: calc(100% - 123px);
    }

    .CollageFoto {
        break-inside: auto;
    }
}

@media screen and (max-width: 950px) and (min-width: 768px) {

    .WrapAricolo.Prem.Slim {
        width: calc(50% - 10px);
    }

    .VascaVetrina {
        display: flex;
        gap: 20px;
    }

    .Vetrone {
        width: 50%;
    }

    .UltimiCinque {
        display: flex;
        flex-wrap: wrap;
        gap: 20px
    }
}

@media screen and (max-width: 768px) {
    #GuglSelect {
        margin: 0;
    }
    .WrapArticoliPerCate.Solo {
        margin-top: 30px;
    }

    .LatoAltriInfo > div {
        margin-bottom: 55px;
    }

    header {
        padding: 15px;
        display: none;
    }

        header > .Teston > span:not(.CapLinea) {
            font-size: 18px;
            margin-bottom: 15px;
        }

        header > .Teston > .NewLetter {
            width: 100%
        }

    .Teston > .WrapSocial {
        display: none;
    }

    .NavBlog > .MaxWi.d-flex {
        padding: 0;
    }

    nav.NavBlog {
        padding: 0;
        height: 70px;
        margin-top: 0;
        border-top: 0;
    }

    .WkoLogo > .Imog {
        height: 50px;
        width: 40px;
    }

    .WkoLogo > span {
        font-size: 33px;
    }

    .WrapCate {
        left: -100vw;
        width: 80vw;
    }

    .HumBurge.fa-times {
        top: 5px;
        left: calc(80vw - 55px);
    }

    .WrapArticoliPerCate {
        grid-template-columns: 100%;
        margin-right: 0;
        gap: 20px;
    }

    .CatBlog {
        height: 60px;
    }

        .CatBlog:before {
            width: 60px;
        }

        .CatBlog > span {
            font-size: 12px;
        }

    .WrapArticoli {
        grid-template-columns: auto;
        gap: 0;
        width: 100%;
    }

    .BarraRicBlog {
        margin-bottom: 0
    }

        .BarraRicBlog.Aria {
            padding: 12px;
            height: 74px;
        }

    .SePu {
        margin: 20px 0;
    }

    .WrapArticoli .WrapAricolo:first-child {
        grid-area: unset;
    }
        .WrapArticoli .WrapAricolo:first-child .WrapOmin{
            margin-top: 0;
        }
        .WrapArticoli .WrapAricolo:first-child .TitoArto {
            margin-bottom: 5px;
        }
    .SePu.Muto80 {
        margin-top: 20px;
    }

    .WrapAricolo {
        height: unset;
    }

    .ImogArto {
        width: 100% !important;
        height: 250px !important;
    }

    .WrapAricolo h5 {
        width: 100% !important;
        margin: 14px 0;
    }

    .WrapArticoli .WrapAricolo:first-child h5 {
        font-size: 17px;
    }

    .Carosello .WrapAricolo h5 {
        width: calc(100% - 28px) !important;
        margin: 14px;
    }

    .SePu.Cario {
        padding: 20px 0;
        margin-top: 40px;
        flex-wrap: wrap;
        padding-top: 40px;
        margin-bottom: 40px;
    }
    .SePu.Cario.Consigliati {
        margin-top: 40px !important
    }

    .PartLogo {
        margin-bottom: 5px;
        padding: 0px 5px;
        height: fit-content;
    }

    .PartCol {
        padding: 0px 15px;
    }

    footer {
        margin-top: 50px;
        height: unset;
        padding: 30px 0;
    }

    .Comandi {
        width: 100%;
        margin-bottom: 40px;
    }

    .Carosello, .Specchio .Carosello {
        width: 100%;
        padding-right: 40px;
        margin-left: 0;
    }

/*    .Specchio {
        flex-direction: column-reverse;
    }*/

    .Carosello .WrapAricolo {
        background-color: transparent;
        margin-left: 20px;
        margin-top: 0;
    }
    .contVabb.sow.Light {
        margin-top: 0;
    }
    .BarraRicBlog.Cate.Aria {
        height: 148px;
        padding-bottom: 12px;
    }
    .BarraRicBlog.Selecto.Aria {
        margin-bottom: 20px;
        padding: 20px;
        padding-top: 0;
    }
        .BarraRicBlog.Selecto.Aria .MaxWi.Teston {
            flex-wrap: wrap;
            padding: 0 !important;
        }
    .WrapRangeDate {
        margin: 0 auto !important;
        margin-top: 20px !important;
    }
    .WrapOmin .ImogArto {
        width: 50px !important;
        height: 50px !important;
    }

    .QuanTime, .DeescrBrev, .Sharalo, .WrapOmin {
        margin: 14px 0;
    }

    .LatoAltriInfo {
        width: 100%;
    }

    .WrapAricolo.Slim h5 {
        width: calc(100% - 120px) !important;
    }

    .WrapAricolo.Slim .ImogArto {
        width: 120px !important;
        height: 120px !important;
    }

    .WrapAricolo.Slim {
        margin-top: 0;
    }

    .AncoraCerca .Teston > .NewLetter > input {
        width: calc(100% - 125px);
    }

    .LatoAltriInfo > div:last-child {
        margin-bottom: 0;
    }

    .MaxWi.d-flex.m-t-80 {
        margin-top: 20px !important;
    }

    .WrapArticoliPerCate.Solo .Sharalo {
        text-align: center;
    }

    .Corpone {
        flex-wrap: wrap;
    }

    .Condividilo, .Corpetto {
        width: 100%;
        padding: 0;
    }


    .Condividilo {
        flex-wrap: nowrap;
        margin-bottom: 20px;
    }

        .Condividilo > i {
            margin-bottom: 0;
            border-bottom: 0;
            padding-bottom: 0;
            margin-left: 10px;
            padding-left: 10px;
            border-left: 1px solid rgb(236 236 236);
            align-items: center;
            justify-content: center;
            display: flex;
            margin-right: 0;
            font-size: 20px
        }

    .Corpone .Condividilo > .Sharalo {
        margin-bottom: 0 !important;
        font-size: 12px;
    }

        .Corpone .Condividilo > .Sharalo.Shine {
            margin-left: 0;
            margin-right: 10px;
            height: 30px;
        }

    .NewLetterCentrale > .MaxWi.Teston > span {
        text-align: center;
        margin-right: 0;
        margin-bottom: 30px
    }

    .NewLetterCentrale > .Teston > .NewLetter {
        padding: 0 30px;
    }

        .NewLetterCentrale > .Teston > .NewLetter > * {
            width: 100%;
            height: 35px;
            margin: 0;
            margin-right: 0 !important;
            margin-bottom: 30px;
        }

    .BigArto .WrapAricolo {
        flex-wrap: wrap !important;
        flex-flow: column-reverse;
        width: calc(100% - 40px);
        margin: 0 20px;
        height: auto !important;
    }

        .BigArto .WrapAricolo *:not(.MiOmin) {
            width: 100% !important;
        }

        .BigArto .WrapAricolo .Commu {
            padding: 20px 30px;
        }

        .BigArto .WrapAricolo .DeescrBrev {
            margin: 20px 0;
        }

        .BigArto .WrapAricolo h5 {
            font-size: 21px;
        }

        .BigArto .WrapAricolo .WrapOmin .ImogArto {
            width: 50px !important;
        }

    .Capoccion.IntestoBlog label {
        font-size: 24px;
    }

    .Capoccion .ImogArto {
        height: 90px !important;
        width: 90px !important;
        margin-right: 20px;
        margin-left: 20px;
        border-radius: 45px;
    }

    .Capoccion.IntestoBlog label {
        font-size: 24px;
    }

    .BarraRicBlog.Cate.Authore.Aria {
        height: 190px;
    }

    .Capoccion .MiOmin {
        width: calc(100% - 145px);
    }

    .Capoccion.IntestoBlog .DeescrBrev {
        width: 100%
    }

    .DeescrBrev.ConRighe {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .MucioHtml {
        border-top: 1px solid #dee2e6;
        padding: 25px 0;
        margin: 0;
    }
    .AlternoCarosel {
        margin-bottom: 0;
        height: 450px;
    }
}


/* END */

/* Modelli Blog */

.FotoAffianco, .FotoSolo {
    display: grid;
    width: fit-content;
    grid-template-columns: auto auto;
    gap: 30px;
}
    .FotoAffianco .WrapF, .FotoSolo .WrapF {
        width: 100%;
        display: block;
    }

    .FotoAffianco img, .FotoSolo img {
        object-fit: cover;
    }
.Core {
    width: fit-content;
    margin: 0 auto;
    max-width: 760px;
}
.FotoSolo {
    grid-template-columns: auto;
}

.Corpetto img {
    object-fit: cover;
}

.Core > p:last-child, .Core > p:first-child {
    display: none;
}

@media screen and (max-width: 940px) {
    .Core, .SfoVideo, .SfoVideo iframe {
        width: 100%;
        border: 0;
    }
    .FotoAffianco, .FotoSolo {
        grid-template-columns: auto;
    }
    .Corpetto img {
        width: 100%;
        object-fit: contain;
        height: unset;
    }
}
@media screen and (max-width: 551px) {
    .SfoVideo iframe {
        height: 220px;
    }
}



/* END */


/* Nav controller */
.BarraRicBlog.Selecto.Aria {
    padding-top: 0;
    height: unset;
    overflow: unset;
}

.itemsnav.sella span {
    color: var(--bglight_color);
}
.contVabb.sow.Light .navs {
    padding: 0;
    border: 0;
    background-color: transparent;    
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
}
.contVabb.sow.Light {
    left: unset;
    width: fit-content;
    padding: 0;
    background-color: transparent;

}
    .contVabb.sow.Light .selecto {
        height: 40px;
        backdrop-filter: unset;
        -webkit-backdrop-filter: unset;
        display: block;
        background-color: #355467;
    }
    .contVabb.sow.Light .itemsnav {
        width: fit-content;
        margin: 0;
        padding: 0 15px;
        height: 40px;
        padding-bottom: 2px;
    }
.WrapRangeDate {
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 30px;
    margin-left: 15px;
    padding: 0 15px;
    padding-bottom: 2px;
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.07);
}
    .WrapRangeDate > * {
        font-size: 16px;
        font-weight: 400;
    }
.WrapRangeDate > span{
    margin-right: 10px;
}
    .WrapRangeDate > span:nth-child(3) {
        margin-left: 10px;
    }
    .WrapRangeDate > input {
        margin: 0;
        border: 0;
        background-color: transparent;
        border-bottom: 1px solid;
        width: 120px;
        -webkit-appearance: none;
        border-radius: 0;
    }
.BarraRicBlog.Selecto.Aria .MaxWi.Teston {
    padding: 0 10px;
}
/* END */


/* Calendario */


.calen-dario .calendarioContainer {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    width: 100%;
    grid-template-rows: auto 40px auto;
    border-radius: 7px 7px 0 0;
    overflow: hidden;
}

.calen-dario {
    background: transparent;
    padding-top: 15px;
}

.calendarioHeader {
    grid-column-start: 1;
    grid-column-end: -1;
    border-bottom: 2px solid transparent;
    color: white;
    display: flex;
    width: 100%;
    padding: 10px;
    background-color: #f7f7f7;
    font-size: 16px;
    color: var(--Blue);
    justify-content: center;
}

.calendarioCelle:nth-child(7n - 5), .calendarioGiorni:nth-child(7n - 5) {
    border-left: 1px solid #ececec;
}

.calendarioCelle, .calendarioGiorni {
    cursor: pointer;
    height: 40px;
    color: #151515;
    background-color: white;
    font-weight: 400;
    border-bottom: 1px solid #ececec;
    border-right: 1px solid #ececec;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.past {
    color: rgba(0,0,0,.2);
}

.calendarioCelle.edEoggi {
    background-color: #0393fa;
    color: white !important;
}



    .calendarioCelle .Dicir {
       
    }

.calendarioGiorni:nth-child(7n + 1) {
    color: #dc3545;
}

.altriDatiEve {
    display: block;
    width: calc(100% - 85px);
    font-size: 16px;
    color: var(--Blu);
    font-weight: 400;
}

.DataEvento > .d-flex-center{
    margin-top: 20px;
}

/* End */

/* Popup Articolo Non Pubblicato */

.NonPubblik .PopUp {
    padding: 0;
    overflow: hidden;
    border-radius: 11px;
}
.NonPubblik .ImogArto {
    width: 100%;
    height: 300px;
}
.NonPubblik .WrapAricolo h5 {
    width: calc(100% - 30px);
    text-align: center;
}
.NonPubblik .TitoArto.Dak {
    margin-top: 0;
    font-size: 20px;
}
.NonPubblik .Vetrone > .BtnSBL.Giorgio {
    margin: 0 auto;
    font-weight: 500;
    color: var(--Blu);
    background-color: #e7e7e7;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: 4px;
    border: 0;
}
    .NonPubblik .Vetrone > .BtnSBL.Giorgio:hover:before {
        width: 0%;
    }
.NonPubblik .Vetrone {
    margin-top: 5px;
    margin-bottom: 30px;
}
@media screen and (max-width: 540px) {
    .NonPubblik .PopUp {
        border-radius: 0;
    }
}
    /* END */