<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Cowo
Author: Trapstudio
Author URI: http://www.trapstudio.it/
GitHub Theme URI: https://github.com/trapstudio/cowo-wp-2022
Version: 1.7.5
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;
}
.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 &gt; a {
    font-weight: 700;
}
.c-badge--whatsapp {
    background-color: transparent !important;
}
.c-badge--whatsapp svg {
    width: 40px !important;
    height: 40px !important;
}

/*IMMAGINI*/
.c-card__picture img {
    -o-object-position: bottom;
    object-position: bottom;
}

/*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--luoghi .c-hero__subtitle {
    color: #646262;
}
.c-cta__subtitle {
    color: #616161;
}
.c-hero-simple {
    margin-bottom: 32px;
}
.c-hero__cowo-subtitle {
    margin-top: 16px;
}
.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;
}

/*BLOCK NEWS*/
.c-block-news {
    background-color: #f5f5f5;
    padding: 32px 0;
}
.c-block-news__title {
    justify-content: center;
    margin-bottom: 24px;
}
.c-news__grid {
    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;
    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;
    color: #7d7b7b;
    font-size: 16px;
    text-transform: uppercase;
    list-style: none !important;
}
.c-post-content__meta li + li {
    margin-left: 6px;
}
.c-post-content__meta li + li:before {
    content: "|";
}
.c-post-content__author {
    color: #e20e20;
    font-weight: 600;
}
.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
    ) {
    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 &gt; 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;
}

/*BLOCK*/
.c-block {
    margin: 40px 0;
}
.c-block__header,
.c-heading {
    margin-bottom: 32px;
}
.c-cowo-related__grid {
    gap: 20px;
}

/*TOPIC*/
.c-topic .c-cowo-sticky__grid {
    margin-top: 48px;
}

/*GUIDE*/
.c-guide .c-card__text {
    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;
    padding-left: 0 !important;
}
.slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}
.slick-dots li button {
    width: 8px;
    height: 8px;
    background-color: #c7c6cb;
    font-size: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    outline: 0;
}
.slick-dots .slick-active button {
    width: 12px;
    height: 12px;
    background-color: #494949;
}
.c-tetimonial-slider .slick-dots {
    background-color: #f8f7f7;
    padding-bottom: 70px;
}
.c-tetimonial-slider .c-card--testimonial {
    padding-bottom: 40px;
}

/*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-bottom: 24px;
}
.c-form-field + .c-form-field {
    margin-top: 16px;
}
.l-tablet-flex + .c-form-field {
    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-cowo-sticky {
    margin-bottom: 40px;
}
.c-cowo-sticky__grid {
    gap: 20px;
}
.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;
}

/*HOME*/
.home .c-card--review .c-card__content p {
    -webkit-line-clamp: 6;
}

.c-mini-tile__icon {
    background-color: #fff;
}

/*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-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;
    margin-top: 40px;
}
.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;
}

/*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;
}

@media screen and (max-width: 767px) {
    .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;
    }
}

@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: 80px 0;
    }
    .c-content-post .c-heading {
        margin-top: 48px;
    }
    .c-block__grid {
        gap: 32px;
    }
    .c-cowo-related__grid {
        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--content .c-hero__title {
        font-size: 48px;
    }
    .c-hero--content .c-hero__subtitle {
        font-size: 22px;
        padding-bottom: 64px;
    }
    .c-features__item .icon {
        padding: 11px;
    }
}

@media screen and (max-width: 1023px) {
    .c-site-header .menu-item-gtranslate &gt; 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.menu-item-has-children &gt; 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: 12px;
        margin-left: 30px;
    }
    .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;
    }
}

@media screen and (min-width: 1024px) {
    /*HEADER*/
    .c-site-header .c-badge:hover {
        background-color: #494949;
    }
    .c-hero-simple {
        margin-bottom: 42px;
    }

    .cowo-cittadino .c-site-nav {
        max-width: calc(100% - 100px);
    }
    /*BLOCK-NEWS*/
    .c-block-news {
        padding: 40px 0;
    }
    .c-news__grid {
        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-related {
        margin-top: 60px;
    }
    /*BLOCK*/
    .c-block__header,
    .c-heading {
        margin-bottom: 48px;
    }
    /*MAP*/
    .c-map {
        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: -130px;
    }
    .c-share-social {
        position: -webkit-sticky;
        position: sticky;
        top: 50px;
        flex-direction: column;
        height: 100%;
        margin: 0 !important;
        margin-right: 130px !important;
    }
    .c-share-social li + li {
        margin-top: 32px;
        margin-left: 0;
    }
    .c-post-content__meta {
        margin-left: -40px;
    }
    .c-post-content .c-cta {
        margin: 60px -110px;
    }
    .c-post &gt; 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-breadcrumbs {
        max-width: 50%;
    }
}
@media screen and (min-width: 1280px) {
}

@media screen and (min-width: 1400px) {
    /*FOOTER*/
    .c-breadcrumbs {
        max-width: 65%;
    }
    .c-breadcrumbs li &gt; span {
        white-space: nowrap;
    }
    .c-breadcrumbs li:last-child &gt; span {
        white-space: initial;
    }
}

@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;
    }
}
</pre></body></html>