/*
Theme Name: Cowo
Author: Trapstudio
Author URI: http://www.trapstudio.it/
GitHub Theme URI: https://github.com/trapstudio/cowo-wp-2022
Version: 1.7.7
Text Domain: cowo
*/
.alignleft {
    display: block;
    margin-bottom: 10px;
}
.alignright {
    display: block;
    margin-bottom: 10px;
}
.aligncenter {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.error404 .c-page-header,
.error404 .c-content__text {
    text-align: center;
}
/*HEADROOM*/
/*
.c-site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.c-site-header.headroom {
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
}
.c-site-header.headroom--unpinned {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.c-site-header.headroom--pinned:not(.headroom--top) {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
*/
/*FINE HEADROOM*/

/*HEADER*/
.c-site-nav__menu li a {
    position: relative;
}

.c-site-nav__menu li a:hover::after {
    border-color: #e20e20 transparent transparent transparent;
}

.c-site-nav__menu li.j-megamenu > a::after,
.c-site-nav__menu li.menu-item-has-children > a::after {
    transition: 0.3s ease;
}
.menu-item__arrow {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.958 8.5c0 .192-.07.366-.209.505l-4.521 4.348a.748.748 0 0 1-.487.191.697.697 0 0 1-.504-.208.709.709 0 0 1 .017-.992l4-3.843-4-3.844c-.278-.26-.278-.713-.017-.991.26-.278.713-.278.99-.017l4.522 4.347c.14.14.21.313.21.505Z' fill='%237D7B7B'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%) rotate(90deg);
}
.c-site-nav__menu li.current-menu-ancestor > a {
    font-weight: 700;
}
.c-badge--whatsapp {
    background-color: transparent !important;
}
.c-badge--whatsapp svg {
    width: 40px !important;
    height: 40px !important;
}

/*MEGAMENU*/
.c-megamenu {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background-color: #fff;
    font-family: "usual", sans-serif;
    padding-top: 32px;
    padding-bottom: 80px;
    overflow: auto;
    z-index: 9;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
}
body.u-megamenu-open .l-main::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 8;
}

.c-megamenu__header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
}

.c-megamenu__title {
    margin-block: 0;
}

.c-megamenu__menu + .c-megamenu__header {
    margin-top: 32px;
}

.c-megamenu__menu li a {
    display: block;
    padding: 8px;
    transition: 0.3s ease;
}

.c-megamenu__menu a:hover {
    color: #e20e20;
}

.c-megamenu__menu .sub-menu .sub-menu li a::before {
    display: none;
}

.c-megamenu__menu .sub-menu .sub-menu li a {
    font-size: 14px !important;
    line-height: 20px;
    padding: 8px !important;
    margin-bottom: 0 !important;
}

.c-megamenu--servizi .sub-menu {
    display: block !important;
    margin-top: 24px;
}

.c-megamenu--servizi .c-megamenu__menu {
    position: relative;
}

.c-megamenu--servizi .c-megamenu__menu > li > a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #e20e20;
    text-align: center;
    font-family: "usual", sans-serif;
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 8px 12px;
    border: 1px solid #e20e20;
    border-radius: 40px;
    transition: 0.3s ease;
}

.c-megamenu--servizi .c-megamenu__menu > li > a:hover {
    color: #fff;
    background-color: #494949;
    border-color: #494949;
}

.c-megamenu--servizi .c-megamenu__menu > li > .sub-menu > li + li {
    margin-top: 32px;
}

.c-megamenu--servizi .c-megamenu__menu > li > .sub-menu > li > a {
    display: flex;
    align-items: center;
    color: #252525;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding: 10px !important;
    margin-left: -10px !important;
    margin-bottom: 8px !important;
}
.c-megamenu--servizi .c-megamenu__menu > li > .sub-menu > li > a::before {
    content: "";
    display: block;
    width: 5px;
    min-width: 5px;
    height: 5px;
    background-color: #e20e20;
    border-radius: 50%;
    margin-right: 12px;
}

@media (width >= 768px) {
    .c-megamenu__header {
        justify-content: space-between;
        flex-direction: row-reverse;
        min-height: 48px;
    }

    .c-megamenu__header--simple {
        justify-content: flex-start;
        flex-direction: row;
    }

    .c-megamenu__menu {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .c-megamenu--servizi .c-megamenu__menu {
        display: block;
    }

    .c-megamenu--servizi .c-megamenu__menu > li > a {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 14px;
        padding: 12px 24px;
    }

    .c-megamenu--servizi .c-megamenu__menu > li > .sub-menu {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media (width >= 1024px) {
    .c-megamenu {
        top: 100px;
        bottom: auto;
        overflow: initial;
    }
    .c-megamenu__menu {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        padding-inline: 32px;
    }

    .c-megamenu__menu li a {
        font-size: 14px;
        padding-block: 6px;
    }

    .c-megamenu__menu .sub-menu .sub-menu li a {
        padding-block: 6px !important;
    }
    .c-megamenu--servizi .c-megamenu__menu {
        padding-inline: 0;
    }
    .c-megamenu--servizi .c-megamenu__menu .sub-menu .sub-menu {
        padding-inline: 32px;
    }
    .c-megamenu--servizi .c-megamenu__menu > li > .sub-menu > li > a {
        margin-bottom: 16px !important;
    }

    .c-content-block--reviews .c-content-block__grid {
        max-width: 1024px;
        margin-inline: auto;
    }
}

@media (width >= 1440px) {
    .c-megamenu__menu {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

/*IMMAGINI*/
.c-card__picture img {
    -o-object-position: bottom;
    object-position: bottom;
}

/*BREADCRUMBS*/
.c-breadcrumbs.c-breadcrumbs--rank {
    margin-left: -14px;
}

/*HERO*/
.c-hero__subtitle,
.c-cta__subtitle {
    font-family: "proxima-nova", sans-serif;
    font-size: 18px !important;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 !important;
}

.c-hero__subtitle a {
    color: #e20e20;
    transition: 0.3s ease;
    text-decoration: underline;
}

.c-hero__subtitle a:hover {
    color: #353434;
}

.c-hero--luoghi .c-hero__subtitle {
    color: #646262;
}
.c-cta__subtitle {
    color: #616161;
}
.c-hero-simple {
    margin-bottom: 32px;
}
.c-hero-simple__subtitle {
    color: #646262;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    margin-top: 24px;
}
.c-hero--cittadino .c-hero__text {
    color: #646262;
    font-size: 18px;
}
.c-hero--cittadino .c-hero__title {
    font-size: 26px;
    font-weight: 700;
}
.c-hero--cittadino {
    padding: 0 20px;
}
.c-hero .c-social li {
    margin: 0;
}
.c-hero .c-social li::before {
    display: none;
}
.c-hero .c-social li svg {
    width: 20px;
    height: 20px;
    fill: #000;
}
.c-hero__description a {
    color: #e20e20;
    font-weight: 600;
    text-decoration: underline;
}

.c-hero--home.c-hero--content .c-hero__subtitle {
    padding-bottom: 0;
}

.c-hero--home .c-hero__footer {
    flex-direction: column;
    gap: 16px;
}

.c-hero--landing {
    background-image: none;
    padding: 0;
}

.c-hero--landing .c-hero__title {
    font-weight: 700;
}

.c-hero--landing .c-hero__subtitle {
    font-size: 26px;
    font-weight: 700;
}

.c-hero--landing .c-hero__text {
    position: static;
    max-width: 620px;
    background-color: transparent;
    padding-block: 40px;
    padding-inline: 20px;
    margin: 0;
}

.c-hero--landing .c-hero__text p {
    margin: 0;
}

.c-hero--landing .c-hero__text p + p {
    margin-top: 16px;
}

.c-hero--landing .c-hero__picture {
    margin: 0;
}

.c-hero--landing .c-button {
    margin-top: 24px;
}

/*BLOCK NEWS*/
.c-block-news {
    background-color: #f5f5f5;
    padding: 32px 0;
}
.c-block-news__title {
    justify-content: center;
    margin-bottom: 24px;
}
.c-news__grid {
    grid-template-columns: 1fr;
    gap: 20px;
}
.c-news__footer {
    text-align: center;
    margin-top: 24px;
}

/*SHARE SOCIAL*/
.c-share-social {
    list-style: none !important;
    padding: 0 !important;
    margin: 24px auto 0 !important;
}
.c-share-social li + li {
    margin-left: 24px;
}
.c-share-social li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 65px;
    background-color: #fff;
    border: 1px solid #e20e20;
    border-radius: 50%;
    transition: 0.3s ease;
}
.c-share-social li .icon {
    width: 25px;
    height: 25px;
    transition: 0.3s ease;
    fill: #e20e20;
}
.c-share-social li a:hover {
    background-color: #e20e20;
}
.c-share-social li a:hover .icon {
    fill: #fff;
}

/*POST CONTENT*/
.c-post-container {
    flex-direction: column-reverse;
}
.c-post-content .wp-block-group__inner-container {
    padding: 0;
}

.c-post-content__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #7d7b7b;
    font-size: 16px;
    text-transform: uppercase;
    list-style: none !important;
    margin-bottom: 16px;
}
.c-post-content__meta li + li {
    margin-left: 6px;
}
.c-post-content__meta li + li:before {
    content: "|";
}

.c-post-content__cat a {
    font-weight: 400 !important;
    text-decoration: none !important;
}

.c-post-content__cat a:hover {
    text-decoration: underline !important;
}

.c-post-content__author {
    color: #e20e20;
    font-weight: 600;
}
.c-post-content__author:hover {
    color: #e20e20;
    text-decoration: underline;
}
.c-post-content__date {
    text-transform: lowercase;
}
.c-post-content__map .c-post-content__footer {
    margin-top: 32px;
}
.c-post-content iframe {
    width: 100%;
    min-height: 300px;
}
.c-post-content
    ul:not(.c-post-content__meta):not(.c-accordion):not(
        .c-content-block__grid
    ):not(.c-block--tags ul) {
    list-style: disc;
    padding-left: 40px;
    margin: 18px 0;
}
.c-post-content p {
    line-height: 1.4;
}
.c-post {
    max-width: 750px;
    margin: 0 auto;
}
.c-post > p:first-of-type::first-letter {
    color: #353434;
    font-size: 60px;
    line-height: 0.9;
    font-weight: 700;
    margin-right: 8px;
    float: left;
}
.c-related {
    margin-top: 60px;
}
.c-related__title {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 32px;
}

.c-related__title::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #e20e20;
    border-radius: 50%;
    margin-right: 12px;
}

.c-block--tags {
    margin-bottom: 0 !important;
}

.c-block--tags .c-heading {
    margin-bottom: 24px;
}

.c-block--tags .c-heading__title {
    color: #252525 !important;
}

/*BLOCK*/
.c-block {
    margin-block: 40px;
}
.c-block__header,
.c-heading {
    margin-bottom: 32px;
}
.c-heading__title {
    margin: 0 !important;
}
.c-cowo-related__grid {
    gap: 20px;
}
.c-block__footer {
    text-align: center;
    margin-top: 32px;
}

/*TOPIC*/
.c-topic .c-cowo-sticky__grid {
    margin-top: 48px;
}

/*GUIDE*/

.c-guide .c-card__text {
    color: #353434;
    line-height: 1.2;
    font-weight: 400;
}

/*GALLERY*/
.c-content-post {
    min-width: 0;
}
.c-content-post .c-heading {
    margin-top: 32px;
}
.c-gallery--slider {
    margin-left: -16px;
    margin-bottom: 48px;
}
.c-gallery--slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 96px;
    height: 96px;
    background-color: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
}
.c-gallery--slider .slick-list {
    padding-right: 100px;
}
.c-gallery--slider .slick-next {
    right: 47px;
}
.c-gallery--slider .slick-prev {
    display: none !important;
}
.c-gallery--slider .c-picture {
    height: auto !important;
    margin: 0 16px;
}
.c-gallery--inline.c-gallery--grid {
    margin-bottom: 0;
}
.c-gallery-container .c-footer {
    margin-top: -10px;
}
.c-link--icon {
    display: flex;
    align-items: center;
    gap: 8px;
}
.c-link:hover {
    color: #494949;
}
.c-link:hover svg * {
    fill: #494949;
}

/*SLIDER*/
.c-tetimonial-slider {
    max-width: 1090px;
    margin-inline: auto;
}

.c-tetimonial-slider .slick-track {
    display: flex;
}

.c-tetimonial-slider .slick-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    display: none !important;
    width: 56px;
    height: 56px;
    background-color: #494949;
    border-radius: 50%;
    transform: translate(50%, -50%);
    z-index: 1;
}
.c-tetimonial-slider .slick-prev {
    left: 0;
    right: auto;
    transform: translate(-50%, -50%) rotate(-180deg);
}
.c-tetimonial-slider .slick-arrow svg * {
    fill: #fff;
}
.c-tetimonial-slider .c-card--testimonial {
    height: auto;
}

.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0 !important;
}
.slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}
.slick-dots li button {
    width: 4px;
    height: 4px;
    background-color: #c7c6cb;
    font-size: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    outline: 0;
}
.slick-dots .slick-active button {
    width: 8px;
    height: 8px;
    background-color: #494949;
}
.c-tetimonial-slider .slick-dots {
    background-color: #f8f7f7;
    padding-bottom: 70px;
}
.c-tetimonial-slider .c-card--testimonial {
    padding-bottom: 40px;
}

/*CONTENT BLOCK*/
.c-content-block--links .c-content-block__grid {
    grid-template-columns: 1fr;
    gap: 20px;
}

/*CONTENT BLOCK REVIEWS DEFAULT*/
.c-content-block--quotes .c-content-block__grid {
    grid-template-columns: 1fr;
}

/*CONTENT BLOCK REVIEWS GREY CARD*/

.c-content-block--reviews .c-content-block__grid {
    gap: 24px;
}

.c-content-block--reviews .c-card--quote {
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #f1f1f2;
    padding: 20px;
}

.c-content-block--reviews .c-card--quote .c-card__picture {
    width: 80px;
    height: 80px;
    padding-bottom: 0;
    border-radius: 50%;
    margin: 0 auto 24px;
}

.c-content-block--reviews .c-card--quote p {
    overflow: visible;
    -webkit-line-clamp: initial;
}

/*CONTENT BLOCK TEXT*/
.c-content-block--text {
    background-color: #e20e20;
    padding-top: 60px;
}

.c-content-block--text .t-title {
    margin-bottom: 24px;
}

.c-content-block--text .c-content-block__content,
.c-content-block--text .t-title {
    color: #fff !important;
}

.c-content-block--text .c-content-block__text {
    font-weight: 700;
    margin-bottom: 32px;
}

.c-content-block--text .c-content-block__text ul {
    list-style: disc;
    padding-left: 24px;
}

.c-content-block--text .c-content-block__text ul li + li {
    margin-top: 8px;
}

.c-content-block--text .c-picture {
    margin-inline: -20px;
}

/*BANNER*/
.c-banner {
    max-width: 1170px;
    min-height: 600px;
    background-image: url("./assets/img/banner-vertical.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding-block: 55px;
    padding-inline: 32px;
    margin-block: 80px;
    margin-inline: auto;
}
.c-banner__logo {
    display: none;
}
.c-banner__title {
    color: white;
    text-align: center;
    font-family: "usual", sans-serif;
    font-size: 40px;
    line-height: 42px;
    font-weight: 700;
}
.c-banner figure {
    text-align: center;
}
.c-banner__img img {
    width: 157px;
    height: 157px;
    margin: 0 auto;
}
.c-banner__button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #e20e20;
    background-color: white;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding-block: 24px;
    border-color: #e20e20;
    margin-top: 32px;
}

.c-banner__button .c-banner__icon path {
    transition: 0.3s ease;
}
.c-banner__button:hover .c-banner__icon path {
    fill: #fff;
}

.c-banner__list {
    color: white;
    font-size: 18px;
    line-height: 20px !important;
    font-weight: 600;
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-top: 32px;
}
.c-banner__icon {
    display: none;
}
.c-banner__list ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.c-banner__list li {
    position: relative;
    margin-bottom: 8px;
}
.c-banner__list li:last-of-type {
    margin-bottom: 0;
}

/*CONTENT BLOCK INFO*/
.c-content-block--info {
    position: relative;
    text-align: center;
    margin-block: 0;
}

.c-content-block--info:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
    height: 82px;
    background-color: #f5f5f5;
    z-index: 2;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.c-content-block--info .c-lead {
    color: #e20e20;
    text-align: center;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.48px;
    margin-block: 40px;
}

.c-content-block--info .c-text {
    margin-bottom: 40px;
}

.c-content-block--info .c-text p {
    margin: 0;
}

.c-content-block--info .c-text p + p {
    margin-top: 8px;
}

.c-content-block--info .c-text ul {
    list-style: disc;
    padding-left: 24px;
}

.c-content-block--info .c-text li + li {
    margin-top: 8px;
}

.c-content-block--info .c-text h2,
.c-content-block--info .c-text h3,
.c-content-block--info .c-text h4 {
    margin-top: 32px;
    margin-bottom: 16px;
}

.c-content-block--info .c-picture {
    margin-block: 32px;
}

.c-content-block--info .c-content-block__footer {
    margin-top: 32px;
}

/*ACCORDION BLOCK*/
.c-accordion-block__header {
    margin-bottom: 32px;
}

.c-accordion-block .c-picture {
    margin-bottom: 32px;
}

/*CONTENT BLOCK FORM*/

.c-content-block--form {
    position: relative;
    background-color: #f5f5f5;
    padding-block: 120px;
    margin-bottom: 0;
}

.c-content-block--form:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    width: 100%;
    height: 40px;
    background-color: #fff;
    z-index: 3;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.c-content-block--form:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
    height: 40px;
    background-color: #f5f5f5;
    z-index: 2;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.c-content-block--form .c-content-block__picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 200px;
    /* background-color: #e20e20; */
}

.c-content-block--form.has-cards .c-content-block__picture {
    bottom: 400px;
}

.c-content-block--form .c-content-block__picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1;
}

.c-content-block--form .c-content-block__form {
    position: relative;
    margin-bottom: -150px;
    z-index: 3;
}

.c-content-block--form .wpcf7-form {
    border-radius: 16px;
    margin-top: 16px;
}

.c-content-block--form .wpcf7-form .c-button {
    width: 100%;
}

.c-content-block--form .c-form-title {
    text-align: center;
}

.c-content-block--form .c-heading {
    position: relative;
    margin-bottom: 24px;
    z-index: 3;
}

.c-content-block--form .c-heading__title.t-title {
    color: #fff;
}

.c-content-block--form .c-tiles {
    position: relative;
    margin-block: 48px;
    z-index: 2;
}

.c-content-block--form .c-cards {
    position: relative;
    margin-top: 80px;
    margin-bottom: 48px;
    z-index: 2;
}

.c-content-block--form .c-tiles + .c-cards {
    margin-top: 48px;
}

/*PRICE BOX*/

.c-box--price {
    text-align: left;
    border-radius: 8px;
}
.c-box--price .c-box__title {
    font-size: 30px;
    line-height: 120%;
    font-weight: 700;
    margin-top: 16px !important;
}

.c-box--price .c-box__price {
    color: #e20e20;
    font-size: 32px;
    line-height: 120%;
    font-weight: 700;
    margin-top: 8px;
}

.c-box--price .c-box__text {
    margin-bottom: 0;
}

.c-box--price .c-badge {
    width: 60px;
    height: 60px;
    background-color: #f5f5f5;
}

.c-box--price .c-badge .icon {
    width: 24px;
    height: 24px;
}

/*TILE WHITE*/

.c-info-tile--white {
    color: #fff;
    text-align: center;
}

.c-info-tile--white .t-title {
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.3px;
    margin: 0;
}

.c-info-tile--white .c-badge {
    background-color: #fff;
    margin-inline: auto;
}

.c-info-tile--white .c-badge .icon {
    width: 40px;
    height: 40px;
}

.c-info-tile--white .c-badge .icon,
.c-info-tile--white .c-badge .icon * {
    fill: #e20e20;
}

/*TILE WITH LINKS*/

.c-info-tile--inline-link {
    display: flex;
    align-items: center;
}
.c-info-tile--inline-link .c-badge {
    margin-right: 16px;
    margin-bottom: 0;
}
.c-info-tile--inline-link .c-info-tile__title {
    margin-bottom: 5px;
}

.c-info-tile--inline-link .c-info-tile__content p {
    margin-top: 4px;
    margin-bottom: 0;
}

.c-info-tile--inline-link a.c-info-tile__title {
    display: block;
    color: #e20e20;
}

.c-info-tile--inline-link a.c-info-tile__title:hover {
    text-decoration: underline;
}

/*FORM*/
.wp-block-contact-form-7-contact-form-selector {
    position: relative;
    margin-top: 40px;
}
.wp-block-contact-form-7-contact-form-selector::before {
    content: "";
    position: absolute;
    top: 100px;
    left: 50%;
    bottom: 100px;
    width: 100vw;
    background-color: #e20e20;
    margin-left: -50vw;
}
.wpcf7-form {
    position: relative;
    background: #ffffff;
    padding: 16px;
    border: 1px solid #c6bdbd;
}
.c-form-title {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 24px;
}

.c-form-field-group {
    align-items: flex-end;
}

.c-form-field + .c-form-field {
    margin-top: 16px;
}
.l-tablet-flex + .c-form-field {
    margin-top: 16px;
}

.c-form-field + .l-tablet-flex {
    margin-top: 16px;
}
.c-checkbox {
    margin-top: 16px;
    margin-left: 0;
}
.wpcf7-form .c-button {
    min-width: 180px;
    margin-top: 24px;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    color: #ff6900;
}
.wpcf7 form .wpcf7-response-output {
    text-align: center;
    padding: 8px;
    margin-top: 32px;
    margin-bottom: 0;
}
.c-modal .wpcf7-form {
    border: none;
    margin-top: 0;
}

.c-no-results p {
    color: #353434;
    text-align: center;
    font-family: "usual", sans-serif;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
}

.c-no-results .c-link {
    text-align: center;
    font-size: 22px;
}

.c-cowo-sticky {
    margin-bottom: 40px;
}
.c-cowo-sticky__grid {
    gap: 20px;
}
.c-cowo-sticky__footer {
    margin-top: 32px;
}
.c-cowo-related {
    position: relative;
    padding: 40px 0;
    margin-top: 32px;
}
.c-cowo-related::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100px;
    background-color: #e20e20;
}
.c-cowo-related .c-title {
    position: relative;
    color: #fff;
    margin-bottom: 16px;
    z-index: 1;
}
.c-cowo-related .c-title::before {
    background-color: #fff;
}
.c-cowo-related__text {
    position: relative;
    color: #fff;
    z-index: 1;
}
.c-cowo-related__link {
    display: block;
    font-weight: 600;
    margin-top: 30px;
    text-decoration: underline;
}
.c-button:disabled {
    opacity: 0.4;
    pointer-events: none;
}

/*SINGLE COWO*/
@media (max-width: 767px) {
    .single-cowo .c-fixed-footer {
        display: none !important;
    }
}

/*ADESIONE, RICHIEDI INFORMAZIONI*/

.page-id-40870 .c-fixed-footer,
.page-id-122 .c-fixed-footer {
    display: none !important;
}

/*LANDING PAGE*/

.page-template-p-landing .c-accordion-block {
    max-width: 850px;
    margin-inline: auto;
}

.page-template-p-landing .c-accordion .c-accordion-item__header,
.page-template-p-landing .c-accordion .c-accordion-item__content {
    padding-inline: 0;
}

.c-content-block--info + .c-content-block,
.c-content-block--form + .c-accordion-block,
.c-content-block--form + .c-content-block--info {
    padding-top: 100px;
}

@media screen and (min-width: 1024px) {
    .c-content-block--info + .c-content-block,
    .c-content-block--form + .c-accordion-block {
        padding-top: 160px;
    }
}

.page-template-p-landing .c-breadcrumbs {
    display: none;
}

/*HOME*/
.home .c-card--review .c-card__content p {
    -webkit-line-clamp: 6;
}

.c-mini-tile__icon {
    background-color: #fff;
}

/*404*/
.c-picture--404 {
    max-width: 220px;
    margin-inline: auto;
}

.error404 .c-page-header {
    background-color: #f5f5f5;
    padding-block: 100px;
}

.error404 .c-page-header .c-button {
    text-transform: capitalize;
    margin-top: 32px;
}

.error404 .c-page-header__title {
    font-size: 32px;
    margin-top: 16px;
}

.error404 .c-breadcrumbs {
    display: none;
}

/*RICERCA*/
.c-search .c-form-field input::-webkit-input-placeholder {
    color: #515151;
}
.c-search .c-form-field input::-moz-placeholder {
    color: #515151;
}
.c-search .c-form-field input:-ms-input-placeholder {
    color: #515151;
}
.c-search .c-form-field input::-ms-input-placeholder {
    color: #515151;
}
.c-search .c-form-field input::placeholder {
    color: #515151;
}

.c-search .c-form-field .c-select {
    height: 24px;
    border: none;
    border-radius: 0;
}
.c-search .c-form-field .c-select select {
    display: block;
    height: 24px;
    font-size: 14px;
    padding: 0;
}
.c-form-field--datalist ul {
    position: absolute;
    display: none;
    width: 100%;
    max-height: 200px;
    background-color: #fff;
    z-index: 9;
    overflow-y: auto;
}
.c-form-field--datalist li {
    position: relative;
    display: block;
    width: 100%;
    background-color: #fff;
    font-size: 14px;
    padding: 4px;
    margin: 0 !important;
    cursor: pointer;
    z-index: 1;
}
.c-form-field--datalist li::before {
    display: none;
}
.c-form-field--datalist li:hover,
.c-form-field--datalist .active {
    color: #fff;
    background-color: #e20e20;
}
.c-hero__map {
    height: 50vh;
    margin: 0 -20px 20px;
}
.c-hero__map iframe {
    width: 100%;
    height: 100%;
}

/*MAP*/

.c-map {
    min-height: 300px;
}
.c-map--cowo iframe {
    display: block;
    min-height: 300px;
}
.c-location {
    font-size: 13px;
}
.c-location strong {
    display: block;
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 8px;
}
.c-location p {
    line-height: 1.5;
    margin: 0;
}
.c-location .c-link {
    font-size: 14px;
    margin-top: 4px;
}

/*POST CONTENT*/
.c-post-content__picture {
    max-width: 400px;
    margin-bottom: 32px;
}
.c-post-content__picture img {
    display: block;
}
.c-post-content .wp-caption {
    width: 100% !important;
}
.c-post-content .wp-caption img {
    width: 100%;
}
.c-post-content blockquote {
    font-style: italic;
}
.c-content-post iframe {
    width: 100%;
    min-height: 300px;
}

/*PAGINAZIONE*/
.c-pagination {
    gap: 12px;
}
.c-pagination li a,
.c-pagination li span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    color: #757575;
    background-color: #f5f5f5;
    font-family: "usual", sans-serif;
    font-size: 16px;
    border: 1px solid #f5f5f5;
    border-radius: 50%;
}
.c-pagination li a:hover,
.c-pagination li .current {
    color: #e20e20;
    background-color: #fff;
    font-weight: 600;
    border-color: #e20e20;
}
.c-pagination li .icon {
    width: 16px;
    height: 16px;
    fill: #e20e20;
}
.c-pagination .previouspostslink .icon {
    transform: rotate(180deg);
}
.c-pagination .previouspostslink {
    background-color: transparent;
    border: none;
}
.c-pagination .nextpostslink {
    background-color: transparent;
    border: none;
}

/*REVIEWS*/
.c-review__image img {
    border-radius: 100px;
}

.c-review__title {
    color: #e20e20;
    font-weight: 600;
}

.c-review__text {
    color: #494949;
}

/*COMMENTS*/
.commentlist {
    list-style: none;
    padding-left: 0;
}
.vcard {
    display: inline-block;
}
.comment-meta {
    display: inline-block;
    color: #7d7b7b;
    font-size: 16px;
    margin-left: 13px;
}
.vcard .url {
    display: inline-block;
    vertical-align: middle;
}
.vcard .avatar {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 12px;
}
.vcard .fn {
    color: #353434;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
}
.says {
    display: none;
}
.comment-meta + p {
    padding-left: 50px;
}
.reply {
    color: #353434;
    text-align: right;
    font-size: 14px;
    padding-left: 46px;
}
.comment-respond input:not(.submit):not(#wp-comment-cookies-consent) {
    width: 100%;
    height: 40px;
    border: 1px solid #353434;
    border-radius: 32px;
}
.comment-respond textarea {
    width: 100%;
    height: 120px;
    border: 1px solid #353434;
    border-radius: 32px;
    resize: none;
}
.comment-respond label {
    display: inline-block;
    color: #353434;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}
.comment-meta a {
    font-weight: 400 !important;
    text-decoration: none !important;
}
.gdrts-rating-block {
    /*padding-left: 46px;*/
}
.gdrts-inner-wrapper {
    font-size: 14px;
}
.gdrts-with-fonticon.gdrts-fonticon-font .gdrts-stars-empty {
    font-size: 22px !important;
}
.gdrts-item-entity-comments {
    display: none;
}

/*SCHEDA COWO IT*/

.c-scheda-cowo .c-features__item {
    flex: 1;
}

.c-scheda-cowo .c-post-content__block {
    margin-block: 48px;
}

.c-scheda-cowo .c-post-content__block .c-post-content__grid {
    gap: 32px;
}

.c-scheda-cowo .c-post-content__block .c-title {
    margin-bottom: 32px;
}

.c-scheda-cowo .c-post-content__features .c-features {
    gap: 32px;
    margin-bottom: 0;
}

.c-scheda-cowo .c-post-content__info {
    gap: 8px;
}

.c-scheda-cowo .c-post-content__info a {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #e20e20;
    font-size: 14px;
    font-weight: 400;
    padding-block: 4px;
    transition: 0.3s ease;
}

.c-scheda-cowo .c-post-content__info a:hover {
    color: #494949;
}

.c-scheda-cowo .c-post-content__info svg {
    width: 16px;
    height: 16px;
}

.c-scheda-cowo .c-post-content__rating {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #353434;
}

.c-scheda-cowo .c-post-content__rating span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 16px;
}

@media (width >= 768px) {
    .c-scheda-cowo .c-post-content__rating span {
        gap: 8px;
    }
    .c-scheda-cowo .c-post-content__rating::before {
        content: "";
        display: block;
        width: 4px;
        height: 4px;
        background-color: #c4c4c4;
        border-radius: 20px;
        margin-right: 4px;
    }

    .slick-dots li button {
        width: 8px;
        height: 8px;
    }
    .slick-dots .slick-active button {
        width: 12px;
        height: 12px;
    }

    .c-content-block--form .c-tiles {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .c-content-block--text {
        min-height: 650px;
        padding-top: 220px;
        padding-bottom: 120px;
        -webkit-clip-path: polygon(0 9%, 100% 0, 100% 89%, 0% 100%);
        clip-path: polygon(0 9%, 100% 0, 100% 89%, 0% 100%);
    }

    .c-content-block--text .c-picture {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 400px;
        height: auto;
        margin: 0;
    }

    .c-content-block--text .c-content-block__content {
        max-width: 50%;
    }

    .c-content-block--text .c-content-block__text {
        font-size: 24px;
    }

    .c-content-block--form:before {
        height: 82px;
    }

    .c-content-block--form:after {
        height: 82px;
    }

    .c-content-block--form {
        padding-block: 200px;
    }

    .c-content-block--form .c-heading__title.t-title {
        font-size: 50px;
    }

    .c-content-block--form .c-form-title {
        font-size: 50px !important;
    }

    .c-content-block--form .c-content-block__form {
        margin-bottom: -200px;
    }

    .c-content-block--form.has-cards .c-content-block__form {
        margin-bottom: -120px;
    }

    .c-content-block--reviews .c-content-block__grid.u-column-2 {
        display: block;
        -moz-column-count: 2;
        column-count: 2;
    }

    .c-content-block--reviews .c-content-block__grid.u-column-3 {
        display: block;
        -moz-column-count: 3;
        column-count: 3;
    }

    .c-content-block--reviews .u-column-3 .t-title {
        font-size: 16px !important;
    }

    .c-content-block--reviews .u-column-2 .t-title {
        font-size: 20px;
    }

    .c-content-block--reviews .u-column-3 .c-card__picture {
        width: 72px;
        height: 72px;
    }

    .c-content-block--reviews .u-column-3 .c-card__title {
        min-height: 72px;
        padding-left: 90px;
    }

    .c-content-block--reviews .u-column-2 .c-card__title {
        min-height: 85px;
        padding-left: 120px;
    }

    .c-content-block--reviews .c-card--quote:not(:first-child) {
        margin-top: 24px;
        -moz-column-break-inside: avoid;
        break-inside: avoid;
    }

    .c-content-block--reviews .c-card--quote .c-card__picture {
        position: absolute;
        top: 20px;
        left: 20px;
    }

    .c-box--price {
        padding: 48px 32px;
    }

    .c-box--price .c-box__price {
        font-size: 40px;
    }

    .c-box--price .c-badge .icon {
        width: 24px;
        height: 24px;
    }

    .c-content-block--info {
        padding-block: 80px;
    }

    .c-content-block--info .c-lead {
        font-size: 40px;
    }
}

.c-scheda-cowo .c-mini-tile--download {
    width: 100%;
    text-decoration: none;
}

.c-scheda-cowo .c-mini-tile--download a {
    transition: 0.3s ease;
    text-decoration: underline;
}

.c-scheda-cowo .c-mini-tile--download a:hover {
    color: #494949;
}

.c-scheda-cowo .c-mini-tile--download .c-mini-tile__icon {
    background-color: #f8f7f7;
    padding: 8px;
    border-radius: 9px;
}

.c-scheda-cowo .c-mini-tile--download .c-mini-tile__icon .icon {
    width: 33px;
    height: 33px;
}

.c-scheda-cowo .c-post-content__description {
    position: relative;
    margin-top: 0;
}

.c-scheda-cowo .c-post-content__text a {
    color: #e20e20;
    transition: 0.3s ease;
}

.c-scheda-cowo .c-post-content__text a:hover {
    color: #494949;
}

.c-scheda-cowo .c-post-content__text.u-read-more {
    position: relative;
    max-height: 600px;
    overflow: hidden;
}

.c-scheda-cowo .c-post-content__text.u-read-more::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 35%;
    max-height: 216px;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.7) 10%,
        #ffffff 100%
    );
    z-index: 2;
}

.c-scheda-cowo .c-link--more {
    position: absolute;
    left: 50%;
    bottom: 32px;
    background-color: transparent;
    line-height: 24px;
    text-transform: uppercase;
    padding: 8px;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.c-sidebar .icon-english {
    width: 29px;
}

.c-gallery--cowo {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 16px;
    margin-bottom: 40px;
}

.c-gallery--cowo .c-picture:nth-child(n + 5) {
    display: none;
}

.c-gallery--cowo .c-picture:first-child {
    grid-column: span 3;
    grid-row: span 3;
}

.c-sidebar--cowo svg {
    display: block;
}

.c-sidebar--cowo {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    background-color: #f9f9f9;
    padding-block: 16px;
    padding-inline: 20px;
    border: 1px solid #9b9b9b;
    z-index: 8;
}

.c-sidebar--cowo .c-cta-contact {
    padding: 0;
    border: none;
}

.c-sidebar--cowo .c-cta-contact__content {
    font-size: 18px;
}

.c-sidebar--cowo .c-cta-contact__button {
    min-width: 116px;
    margin-top: 0;
}

.c-sidebar--cowo .c-cta-contact__buttons {
    align-items: center;
}

@media screen and (max-width: 425px) {
    .c-sidebar--cowo .c-cta-contact__footer {
        justify-content: space-between;
    }

    .c-post-content .wp-block-image .alignright {
        width: 100%;
        margin: 0;
        float: none;
    }
}

@media screen and (max-width: 600px) {
    .c-scheda-cowo .c-post-content__features .c-features {
        grid-template-columns: 1fr 1fr;
    }

    .c-scheda-cowo .c-post-content__features .c-features__item {
        align-items: center;
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    .c-scheda-cowo .c-post-content__features .c-features__item .icon {
        margin-right: 0;
    }

    .c-partner-slider .slick-dots {
        padding-top: 32px;
    }
}

@media screen and (max-width: 767px) {
    .c-hero--landing .c-hero__picture img {
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .c-cowo-sticky__grid {
        grid-template-columns: 1fr;
    }
    .c-cowo-related__grid .c-card + .c-card {
        margin-top: 24px;
    }
    .c-hero--geoloc,
    .c-hero--cittadino {
        margin-bottom: 30px;
    }

    /*INFO TILE*/
    .c-info-tile .c-badge:not(.c-badge--grey) {
        width: 40px;
        height: 40px;
    }

    .c-info-tile .c-badge .icon:not(.c-badge--grey .icon) {
        width: 20px;
        height: 20px;
    }

    /*TESTIMONIAL SLIDER*/
    .c-tetimonial-slider .slick-dots {
        display: none !important;
    }

    .c-tetimonial-slider .slick-list {
        padding-inline: 60px;
        margin-inline: -20px;
    }

    .c-tetimonial-slider .slick-track {
        gap: 18px;
    }

    /*SCHEDA COWO*/
    .c-sidebar--cowo .c-cta-contact__buttons svg {
        height: 40px;
    }

    .c-sidebar--cowo .c-cta-contact__footer {
        gap: 8px;
        margin-top: 16px;
    }

    .c-review__image img {
        margin-bottom: 44px;
    }

    /*GUIDE*/
    .c-guide {
        display: block;
        margin-block: 16px;
    }
}

@media screen and (min-width: 768px) {
    .alignleft {
        margin-right: 10px;
        float: left;
        clear: left;
    }
    .alignright {
        margin-left: 10px;
        float: right;
        clear: right;
    }
    .c-news__grid {
        gap: 16px;
    }
    .wpcf7-form {
        padding: 32px;
    }
    .l-tablet-flex .c-form-field + .c-form-field {
        margin-top: 0;
        margin-left: 16px;
    }
    /*BLOCK*/
    .c-block {
        margin-block: 80px;
    }
    .c-block--categories {
        margin-block: 40px;
    }
    .c-content-post .c-heading {
        margin-top: 48px;
    }
    .c-block__grid {
        gap: 32px;
    }
    .c-cowo-related__grid {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 40px;
    }

    /*POST CONTENT*/
    .c-content-post iframe,
    .c-post-content iframe {
        min-height: 450px;
    }

    /*SLIDER*/
    .c-tetimonial-slider .c-card--testimonial {
        display: flex !important;
        align-items: center;
    }

    /*RICERCA*/
    .c-hero__map {
        height: 520px;
        margin: 0;
    }

    .c-hero--cittadino {
        padding: 0;
    }

    .c-hero--cittadino .c-hero__text {
        position: absolute;
        top: auto;
        left: 50%;
        bottom: 0;
        width: 80%;
        max-width: 860px;
        font-size: 22px;
        padding-bottom: 0;
        border-radius: 20px;
        margin: 0;
        transform: translateX(-50%);
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .c-hero--cittadino .c-hero__title {
        font-size: 32px;
    }

    .c-hero--landing {
        -webkit-clip-path: polygon(0 0, 100% 1%, 100% 82%, 0% 100%);
        clip-path: polygon(0 0, 100% 1%, 100% 82%, 0% 100%);
    }

    .c-hero--landing .c-hero__text {
        padding: 40px;
    }

    .c-hero--landing .c-hero__picture img {
        max-height: 540px;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: bottom;
        object-position: bottom;
    }

    .c-hero--content .c-hero__title,
    .c-hero--landing .c-hero__title {
        font-size: 32px;
    }

    .c-hero--content .c-hero__subtitle {
        font-size: 22px;
        padding-bottom: 64px;
    }

    .c-features__item .icon {
        padding: 11px;
    }

    /*BREADCRUMBS*/
    .c-breadcrumbs {
        padding-block: 24px;
        margin-left: 16px;
    }

    /*404*/
    .c-picture--404 {
        max-width: 450px;
    }

    /*SCHEDA COWO*/

    .c-sidebar--cowo {
        position: static;
        justify-content: flex-start;
        padding: 32px;
    }

    .c-gallery--cowo {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 40px;
        margin-top: 56px;
        margin-bottom: 72px;
    }

    .c-gallery--cowo .c-picture:first-child {
        grid-column: span 2;
        grid-row: span 2;
    }

    .c-gallery--cowo .c-picture:nth-child(n + 5) {
        display: block;
    }

    .c-gallery--cowo .c-picture:nth-child(n + 6) {
        display: none;
    }

    .c-search-map + * {
        padding-top: 120px !important;
    }

    .c-content-block--links .c-content-block__grid {
        grid-template-columns: 1fr 1fr;
    }

    .c-info-tile--inline-link .c-badge {
        margin-right: 24px;
    }
}

@media screen and (max-width: 1023px) {
    .c-breadcrumbs li.taxonomy,
    .c-breadcrumbs li.current-item {
        display: none;
    }
    .c-breadcrumbs--rank p > * {
        display: none;
    }
    .c-breadcrumbs--rank p > a:first-of-type,
    .c-breadcrumbs--rank p > a:nth-of-type(2) {
        display: inline;
    }
    .c-breadcrumbs--rank p > a:first-of-type + .separator,
    .c-breadcrumbs--rank p > a:nth-of-type(2) + .separator {
        display: inline;
    }
    .c-site-header .menu-item-gtranslate > a,
    .c-site-header .menu-item-gtranslate .gt-current-lang {
        display: none;
    }
    .c-site-header .menu-item-gtranslate .sub-menu {
        display: flex;
        justify-content: center;
        gap: 16px;
    }
    .c-site-nav__menu li a {
        padding-left: 50px;
        padding-right: 50px;
        margin-bottom: 10px;
    }
    .c-site-nav__menu li.j-megamenu > a::after,
    .c-site-nav__menu li.menu-item-has-children > a::after {
        display: none;
    }
    .menu-item--phone {
        margin-top: 20px;
    }
    .menu-item--phone .c-badge {
        margin-left: auto !important;
        margin-right: auto !important;
        transform: translateX(-30px);
    }
    .menu-item--whatsapp .c-badge {
        position: absolute;
        left: 50%;
        margin-left: 0 !important;
        transform: translate(10px, -100%);
    }
    .c-post-container {
        margin-left: -10px;
    }
    .c-post-content__meta {
        font-size: 13px;
        margin-left: 10px;
    }
    .c-other-cowo__content {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .c-gallery--slider .slick-next {
        right: 22px;
    }
    .c-gallery--slider .slick-list {
        padding-right: 50px;
    }
    .c-gallery--slider .slick-arrow {
        width: 50px;
        height: 50px;
    }
    .c-gallery--slider .slick-arrow svg {
        width: 21px;
        height: 32px;
    }
    .c-sidebar {
        margin-top: 32px;
    }

    .c-search-map__content {
        padding-bottom: 40px;
    }
}

@media screen and (min-width: 1024px) {
    /*HEADER*/
    .c-site-header .c-badge:hover {
        background-color: #494949;
    }
    .c-hero-simple {
        margin-bottom: 42px;
    }
    .c-hero-simple .c-hero__left {
        flex: 1;
    }
    .cowo-cittadino .c-site-nav {
        max-width: calc(100% - 100px);
    }
    /*BLOCK-NEWS*/
    .c-block-news {
        padding: 40px 0;
    }
    .c-news__grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    .c-block-news__title {
        margin-bottom: 45px;
    }
    .c-news__footer {
        margin-top: 45px;
    }
    .cowo-cittadino .c-cowo-sticky {
        margin-top: 120px;
    }
    .c-cowo-sticky {
        margin-bottom: 80px;
    }
    .c-cowo-sticky .c-heading,
    .c-other-cowo .c-heading {
        margin-bottom: 60px;
    }
    .c-cowo-sticky__grid,
    .c-other-cowo__content {
        gap: 40px;
    }
    .c-cowo-sticky__footer {
        margin-top: 48px;
    }
    .c-cowo-related {
        margin-top: 60px;
    }
    /*BLOCK*/
    .c-block__header,
    .c-heading {
        margin-bottom: 48px;
    }
    .c-block__footer {
        margin-top: 48px;
    }
    /*MAP*/
    .c-map {
        min-height: 580px;
    }
    .c-map--cowo iframe {
        min-height: 580px;
    }
    /*SLIDER*/
    .c-tetimonial-slider .slick-arrow {
        display: block !important;
    }
    /*POST*/
    .c-cowo-settoriale .c-sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 40px;
        width: 400px;
        height: 100%;
        margin-left: 40px;
    }
    .c-cowo-settoriale .c-content-post {
        flex: 1;
    }
    .c-post-container {
        flex-direction: row;
        margin-left: -225px;
    }
    .c-share-social {
        position: -webkit-sticky;
        position: sticky;
        top: 50px;
        flex-direction: column;
        height: 100%;
        background-color: #fff;
        padding-top: 16px;
        padding-top: 32px !important;
        padding-left: 80px !important;
        padding-right: 80px !important;
        margin: 0 !important;
        margin-top: -32px !important;
        margin-right: 65px !important;
    }
    .c-share-social li + li {
        margin-top: 32px;
        margin-left: 0;
    }
    .c-post-content__meta {
        margin-left: -65px;
    }
    .c-post-content .c-cta {
        margin: 60px -110px;
    }
    .c-post > p:first-of-type::first-letter {
        font-size: 90px;
    }
    .c-related {
        margin-top: 120px;
    }
    .c-related__title {
        margin-bottom: 64px;
    }
    /*CTA*/
    .home .c-cta {
        margin-left: 110px;
        margin-right: 110px;
    }
    /*FORM*/
    .wp-block-contact-form-7-contact-form-selector {
        max-width: 890px;
        margin-inline: auto;
        margin-top: 80px;
    }
    .wpcf7-form {
        padding: 45px;
        margin-top: 80px;
    }
    .wpcf7-form .l-tablet-flex + .l-tablet-flex {
        margin-top: 16px;
    }
    .c-form-title {
        margin-bottom: 45px;
    }
    /*FOOTER*/
    .c-site-footer__text {
        max-width: 45%;
    }

    .c-scheda-cowo .c-post-content__text.u-read-more {
        max-height: 400px;
    }

    .c-scheda-cowo .c-post-content__text.u-read-more::after {
        height: 50%;
    }

    .c-content-block--links .c-content-block__grid {
        gap: 40px 20px;
    }

    /*TILE WHITE*/
    .c-info-tile--white {
        text-align: left;
        padding: 48px 32px;
    }

    .c-info-tile--white .c-badge {
        margin-inline: 0;
    }

    .c-content-block--quotes .c-content-block__grid {
        grid-template-columns: 1fr 1fr;
    }

    /*BANNER*/
    .c-banner {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse;
        min-height: 520px;
        background-image: url("./assets/img/banner-bg.png");
        padding-top: 0px;
        padding-left: 96px;
        padding-right: 96px;
        padding-bottom: 0px;
        border-right: 3px solid #e20e20;
    }

    .c-banner::before,
    .c-banner::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 23%;
        height: 3px;
        background-color: #e20e20;
    }

    .c-banner::after {
        top: auto;
        bottom: 0;
    }
    .c-banner__logo {
        position: absolute;
        right: 40px;
        bottom: 40px;
        display: block;
        width: 60px;
        height: 60px;
        margin: 0;
    }

    .c-banner__logo img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .c-banner__title {
        text-align: left;
        font-size: 40px;
    }
    .c-banner__img img {
        width: 275px;
        height: 275px;
        margin-left: 30px;
    }
    .c-banner__value {
        max-width: 600px;
    }

    .c-banner__icon {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /*CONTENT BLOCK TEXT*/
    .c-content-block--text .c-picture {
        width: 48%;
    }

    /*LANDING PAGE*/

    /*HERO*/

    .c-hero--landing .c-hero__picture img {
        max-height: 590px;
    }

    .c-hero--content .c-hero__title,
    .c-hero--landing .c-hero__title {
        font-size: 48px;
    }

    .c-hero--home .c-hero__footer {
        flex-direction: row;
        gap: 0;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
    /*SCHEDA COWO*/
    .c-scheda-cowo .c-post-content__links .c-post-content__grid {
        grid-template-columns: 1fr;
    }

    .c-scheda-cowo .c-features {
        grid-template-columns: 1fr 1fr;
    }

    .c-site-nav__menu li a:not(.sub-menu li a) {
        font-size: 11px;
        padding: 8px 4px;
    }

    .c-site-nav {
        max-width: calc(100% - 50px);
    }

    .c-logo svg,
    .c-logo img {
        width: 58px;
        height: auto;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
}

@media screen and (min-width: 1400px) {
    /*BREADCRUMBS*/
    .c-breadcrumbs li > span {
        white-space: nowrap;
    }
    .c-breadcrumbs li:last-child > span {
        white-space: initial;
    }
}

@media screen and (min-width: 1440px) {
    .c-content-block--links .c-content-block__grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .c-news__grid {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 40px;
    }

    .c-hero--landing .c-hero__text {
        max-width: 750px;
    }
}

@media screen and (min-width: 1600px) {
    .c-hero--landing .c-hero__container {
        width: 100%;
        max-width: 1400px;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 767px) {
    .c-hero + .l-container .c-post-content,
    .c-hero + .wp-block-group__inner-container .c-post-content {
        margin-top: -90px !important;
    }
    /*GALLERY*/
    .c-gallery--inline .c-picture:nth-child(n + 5) {
        display: none;
    }
}
