/* Blog hero */
.c-blog__hero#c-hero{
    background-color: unset;
}
.c-blog__hero#c-hero #c-hero__slider {
    width: auto;
    max-width: 100%;
    float: none;
}
.c-blog__hero#c-hero #c-hero__slider .c-hero__slide {
    padding: 32px;
}
#c-hero #c-hero__slider .slick-dots {
    left: 32px;
}
.c-blog__hero#c-hero .title {
    color: #231f20;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 20px;
    max-width: 540px;
}
/* Fine Blog hero */

/* Blog griglia archivio (tab+cards) */
.c-blog__archive--tab {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 32px;
}
.c-blog__archive--tab ul {
    display: flex;
    list-style: none;
    overflow-x: auto;
}
.c-blog__archive--tab li {
    margin-right: 32px;
    padding-bottom: 20px;
    position: relative;
    font-size: 11px;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 500;
    cursor: pointer;
}
.c-blog__archive--tab li a {
    color: #000000;
}
.c-blog__archive--tab li.active::after, .c-blog__archive--tab li:hover::after {
    content: '';
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 5px;
    height: 5px;
    background-color: #8BC53E;
    border-radius: 100%;
}
.c-blog__archive--list {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 32px;
}
.c-blog__archive--list .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px;
}
.c-blog__archive--list .row .col-blog {
    flex: 0 0 auto;
    width: 33.33333%;
    max-width: 100%;
    padding: 0 16px;
    padding-bottom: 32px;
}
.c-blogcard__img {
    margin-bottom: 12px;
}
.c-blogcard__img img {
    object-fit: cover;
    aspect-ratio: 14 / 9;
}
.c-blogcard__content--time {
    color: #231F2080;
    font-size: 12px;
    margin-bottom: 4px;
}
.c-blogcard__content--title {
    color: #000000;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 4px;
}
.c-blogcard__content--abstract {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 12px;
}
.c-blogcard__content--cta {
    text-transform: uppercase;
    font-size: 14px;
}
@media screen and (max-width: 818px) {
    .c-blog__archive--list .row .col-blog {
        width: 100%;
        padding-bottom: 16px;
    }
}
@media screen and (max-width: 500px) {
    .c-blogcard__content--title {
        font-size: 16px;
    }
}
/* Fine blog griglia archivio (tab+cards) */

/* Pagina single - hero. Ripreso il css base della hero del sito (dove però c'è lo slider) */
.c-single__hero#c-hero {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 48px;
}
.c-single__hero#c-hero .c-hero__slide {
    height: 416px;
    position: relative;
    padding: 32px;
    box-sizing: border-box;
}
.c-single__hero#c-hero .c-hero__slide .c-single__hero--content {
    display:flex;
    height:100%;
    flex-direction:column;
    justify-content:space-between
}
.c-single__hero#c-hero .c-hero__slide picture {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.c-single__hero#c-hero .c-hero__slide picture:after {
    content: ' ';
    font-size: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #231f20;
    opacity: .4;
    z-index: 4;
}
.c-single__hero#c-hero .c-hero__slide img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: 0;
    padding: 0;
    object-fit: cover;
    z-index: 2;
}
.c-single__hero#c-hero .c-hero__slide * {
    position: relative;
    z-index: 6;
}
.c-single__hero#c-hero .c-hero__slide .suptitle {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
}
.c-single__hero#c-hero .c-hero__slide .title {
    font-size: 45px;
    line-height: 45px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    max-width: 540px;
}
.c-single__hero#c-hero .c-hero__slide .time {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
}
.c-single__hero#c-hero .c-hero__slide .social {
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
}
.icon--pinterest-white {
    background-image: url(../images/pinterest-white.png);
    width: 15px;
    height: 15px;
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
    .icon--pinterest-white {
        background-image: url(../images/pinterest-white@2x.png);
        width: 15px;
        height: 15px;
        background-size: 12px 15px;
    }
}
@media screen and (max-width:700px) {
    .c-single__hero#c-hero .c-hero__slide {
        height: 350px;
    }
}
@media screen and (max-width:617px) {
    .c-single__hero#c-hero .c-hero__slide .title {
        font-size: 30px;
        line-height: 33px;
    }
    .c-single__hero#c-hero .c-hero__slide .suptitle {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 0;
    }
}
@media screen and (max-width:500px) {
    .c-single__hero#c-hero .c-hero__slide .title {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 15px;
        font-weight: 600;
    }
    .c-single__hero#c-hero .c-hero__slide .suptitle {
        font-size: 15px;
        line-height: 21px;
    }
    .c-single__hero#c-hero .c-hero__slide .time {
        font-size: 11px;
    }
    .c-single__hero#c-hero .c-hero__slide {
        height: 210px;
    }
    .c-single__hero#c-hero {
        margin-bottom: 32px;
    }
}
/* Fine Pagina single - hero */


/* Pagina single - contenuto */
.c-single__content--block {
    margin-bottom: 48px;
    margin-left: auto;
    margin-right: auto;
    max-width: 728px;
}
.c-single__content--block.--full-width {
    max-width: 100%;
}
.c-single__content--block h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
}
.c-single__content--block h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 24px;
}
.c-single__content--block h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 24px;
}
.c-single__content--block p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
}
.c-single__content--block ul, 
.c-single__content--block ol {
    margin-bottom: 20px;
    padding-left: 20px;
}
.c-single__content--img {
    margin-bottom: 48px;
}
.c-single__content--img.--double, .c-single__content--img.--triple {
    display: flex;
    gap: 32px;
}
.c-single__content--img--block1 {
    flex: 0 0 auto;
    width: 33.33333%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.c-single__content--img--block2 {
    flex: 0 0 auto;
    width: calc(66.6666% - 32px);
    max-width: 100%;
}
.c-single__content--img--ft {
    aspect-ratio: 4/3;
    position: relative;
    width: 100%;
    height: 100%;
}
.c-single__content--img--wide {
    position: relative;
    aspect-ratio: 16/9;
    width: 100%;
    height: 100%;

}
.c-single__content--img--square {
    position: relative;
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
}

.c-single__content--img--wide img, .c-single__content--img--square img, .c-single__content--img--ft img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}
.c-single__content--img--spot .hover-spot {
    position: absolute;
    width: 32px;
    height: 32px;
    background-color: #8BC53E;
    border-radius: 100%;
    box-shadow: 0 0 2px 8px #8BC53E80;
}
.c-single__content--img--spot .hover-spot-cta {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.c-single__content--img--spot .hover-spot-cta::after {
        content: '+';
        color: #ffffff;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
}
.c-single__content--img--spot .hover-spot-container {
    display: none;
    position: absolute;
    bottom: 50px;
    background-color: #F9F9F9;
    padding: 16px;
    font-size: 11px;
    font-weight: 400;
    min-width: 160px;
    z-index: 6;
    left: 50%;
    transform: translateX(-50%);
}
.c-single__content--img--spot .hover-spot:hover .hover-spot-container {
    display: block;
}
.c-single__content--img--spot .hover-spot .hover-spot-container::after {
    content: '';
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #F9F9F9;
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 818px) {
    .c-single__content--img.--double, .c-single__content--img.--triple {
        flex-direction: column;
    }
    .c-single__content--img--block1, .c-single__content--img--block2  {
       width: 100%;
    }
}
@media screen and (max-width:500px) {
    .c-single__content--block, .c-single__content--img {
        margin-bottom: 32px;
    }
    .c-single__content--block .title {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .c-single__content--block p {
        font-size: 12px;
    }

}

/* Fine Pagina single - contenuto */

body.home.woocommerce ul.products>li.product, body.single-product.woocommerce ul.products>li.product {
    width: 55vw !important;
}
#main #breadcrumbs {
    padding: 17px 0 15px;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    color: #9f9f9f;
    font-size: 11px;
    line-height: 17px;
    max-width: 1108px;
    width: 100%;
    margin: 0 auto 10px;
}
#main #breadcrumbs * {
    color: #9f9f9f;
    font-size: 11px;
}