/** NUOVA HOME BLOG 2024 **/
section.hero-newbloghero .row {
    max-width: 1450px !important;
    position: relative;
    z-index: 3;
}

section.hero-newbloghero {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 660px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    position: relative;
}

section.hero-newbloghero:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, black 60%, transparent 100%);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.6;
}

section.hero-newbloghero h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 1.2;
}

section.hero-newbloghero p {
    color: #fff;
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 5px;
}

.contenuto_ultimoart_hero a.general-button {
    margin-bottom: 0 !important;
    margin-top: 10px;
}

section.hero-newbloghero a.button {
    color: #000;
    font-size: 22px !important;
}

/* ===================== */
/* ricerca FILTRO
/* ===================== */
.video_hero_prod.homeric {
    padding-top: 0;
}

.wrap-content-ricette {
    padding: 0;
}

.wrap-content-ricette #response {
    margin: 50px 0;
}

.intestazione-filtro {
    text-align: center;
    margin: 50px 0 50px 0;
}

.intestazione-filtro h4 {
    font-size: 21px;
    display: inline-block;
}

.intestazione-filtro a.btn {
    font-size: 20px;
    font-weight: 800;
    padding: 20px 26px;
    margin-left: 21px;
}

.filtra-ricette {
    background-color: #f7f7f7;
    display: none;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
}

.filtra-ricette h4 {
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
}

.filtra-ricette button {
    background-color: #ffd91e;
    color: #000;
    display: block;
    width: 100%;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    padding: 20px 10px !important;
    font-weight: 600;
    font-size: 1.2em !important;
}

.filtra-ricette #search {
    padding: 20px 12px;
    margin: 0;
}

.filtra-ricette button:disabled,
.filtra-ricette button[disabled] {
    background-color: #cccccc;
    color: #666666;
    cursor: unset;
}

.filtra-ricette .clean {
    color: #333;
    display: block;
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
    padding: 20px 20px;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}

.filtra-ricette .wrap-filtri {
    padding: 20px;
}

.filtra-ricette .wrap-filtri .filtri-categorie,
.filtra-ricette .wrap-filtri .filtri-tipologia-alimentazione {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    width: 100%;
    /* margin-bottom: 30px; */
}

.filtra-ricette .wrap-filtri .filtri-categorie {
    margin-bottom: 30px;
}

.filtra-ricette .wrap-filtri .box-filter {
    border: 2px solid #ccc;
    text-align: center;
    margin: 0 10px 10px 0;
}

.filtra-ricette .wrap-filtri .box-filter label {
    padding: 10px 10px;
    text-transform: uppercase;
    font-size: 15px;
}

.filtra-ricette .wrap-filtri .box-filter.filtro-attivo {
    border: 2px solid #ffd91e;
    background: #ffd91e;
}

.filtra-ricette .wrap-filtri .box-filter input.radio-custom,
.filtra-ricette .wrap-filtri .filtri-tipologia-alimentazione input {
    position: absolute;
    opacity: 0;
}

.filtra-ricette .wrap-filtri .filtri-tipologia-alimentazione label {
    display: block;
    margin: 0 10px 10px 0;
    padding: 10px;
    cursor: pointer;
    border: 2px solid #ccc;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
}

.filtra-ricette .wrap-filtri .filtri-tipologia-alimentazione img {
    display: block;
    margin: 0 auto;
    max-width: 40px;
    height: auto;
    filter: grayscale(100%);
    opacity: 0.4;
}

.filtra-ricette .wrap-filtri .filtri-tipologia-alimentazione img.icona-reset {
    opacity: 0.7;
}

.filtra-ricette .wrap-filtri .filtri-tipologia-alimentazione label.filtro-attivo img {
    filter: unset;
    opacity: 1;
}


a.button.filtra-risultati {
    color: #000;
    font-size: 20px !important;
    margin-left: 20px;
}

a.button.filtra-risultati:hover {}

a.button.filtra-risultati:hover {
    background: #333 !important;
    color: #fff;
}

/** Fine filtro **/

.riquadro-artblog-home {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.content-artblog-home {
    padding: 0 3em;
    width: 60%;
}

.imgriq-artblog-home {
    width: 40%;
}

.videoriq-artblog-home {
    width: 40%;
}

.videoriq-artblog-home .img_ric_bg {
    height: 100%;
    width: 100%;
    max-height: none;
}

.videoriq-artblog-home .contentvideoricette {
    height: 300px;
}


.titleblog a {
    font-size: 26px;
}

.videoblogevidenza iframe {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.videoblogevidenza {
    max-height: 650px;
    overflow: hidden;
    margin-bottom: 4em;
    padding-top: 0;
}

.videoriq-artblog-home .playbtnric {
    width: 80px;
}


/* ===================== */
/* PAGINAZIONE
/* ===================== */
.paginazione a,
.paginazione span {
    text-decoration: none;
    border: 0;
    padding: 3px 5px;
    margin: 2px;
}

.paginazione span.current {
    background-color: #4fc5bc;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    color: #fff;
}

.paginazione.page {
    background-color: transparent;
    padding: 0;
    float: none;
    position: relative;
    margin-top: 0;
    margin-left: 15px;
    width: auto;
}

.paginazione .nextpostslink {
    margin-left: 15px;
}

.paginazione a:hover {
    color: #4fc5bc;
    font-weight: 600;
}

.paginazione {
    margin-bottom: 80px;
}

/** FINE PAGINAZIONE **/

h3.titlecat {
    text-transform: uppercase;
    font-size: 24px;
}

section.categoryblog-home {
    padding-bottom: 3em;
    padding-left: 1.7375rem;
    padding-right: 1.7375rem;
    max-width: 100%;
    margin: 0 auto;
}

.riquadro-artblogcat .titleart h4 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
    text-transform: uppercase;
    display: block;
}

a.scopridipiu-art {
    font-size: 15px;
}

section.categoryblog-home .columns {
    padding: 0 0.5em;
}


.single-product .owl-carousel .owl-item .imgartblogcat img {
    width: 100% !important;
}

.categoryblog-home .rebalancer_new {
    padding: 0;
}

.subcategory-loop {
    padding: 4em 0 0;
}

.subcategory-loop .sectitle h2{
    margin-bottom: 0;
    font-size: 30px;
    text-transform: uppercase;
}

.imgartblogcat {
    position: relative;
    overflow: hidden;
    max-height: 200px;
}

@media only screen and (max-width: 1200px) {
    .hero-newbloghero .medium-7 {
        width: 70%;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 1025px) {
    .riquadro-artblog-home {
        flex-flow: wrap;
    }

    .imgriq-artblog-home {
        width: 100%;
    }

    .content-artblog-home {
        width: 100%;
        padding: 2em;
    }
}

@media only screen and (max-width: 1024px) {
    .riquadro-artblog-home {
        flex-flow: wrap;
    }

    .imgriq-artblog-home {
        width: 100%;
    }

    .content-artblog-home {
        width: 100%;
        padding: 20px 4em;
    }
}

@media only screen and (max-width: 768px) {
    .hero-newbloghero .medium-7 {
        width: 100%;
    }

    section.hero-newbloghero h2 {
        font-size: 35px;
    }

    section.hero-newbloghero {
        min-height: 400px;
    }

}

@media only screen and (max-width: 480px) {
    .content-artblog-home {
        width: 100%;
        padding: 20px 0;
    }

    .titleblog a {
        font-size: 24px;
    }


    .intestazione-filtro a.btn {
        margin-left: 0;
    }
    .slidercatblog .owl-stage{
        left: -20px;
    }
}

@media only screen and (max-width: 375px) {
    .hero-newbloghero .medium-7 {
        width: 100%;
        padding: 0 1em;
    }

    section.hero-newbloghero h2 {
        font-size: 30px;
    }

    section.hero-newbloghero p {
        color: #fff;
        font-size: 18px;
        line-height: 1.8;
    }

}