.breadcrumb_last {
    color: white;
}

.breadcrumb a {
    color: white;
}

.breadcrumb a:hover {
    color: var(--accent-color);
}

.breadcrumb {
    color: white;
}

.page-category-list ul li.current-menu-item a {
    color: #e5c96c;
    font-weight: 700;
}

@media only screen and (max-width: 991px) {
    .page-service-single .row {
        display: flex;
        flex-direction: column;
    }

    .page-service-single .col-lg-4 {
        order: 2;
    }

    .page-service-single .col-lg-8 {
        order: 1;
    }
}

@media only screen and (max-width: 991px) {
    .page-single-sidebar {
        margin-top: 40px;
    }
}


/* articoli recenti sidebar */
.recent-posts-box {
    margin-bottom: 30px;
}

.recent-posts-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.recent-post-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.recent-post-image {
    flex: 0 0 90px;
    max-width: 90px;
    display: block;
}

.recent-post-image img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.recent-post-content {
    flex: 1;
}

.recent-post-date {
    display: block;
    font-size: 14px;
    line-height: 1.4em;
    color: #7a7a7a;
    margin-bottom: 6px;
}

.recent-post-content h4 {
    font-size: 18px;
    line-height: 1.4em;
    margin: 0;
}

.recent-post-content h4 a {
    color: inherit;
    text-decoration: none;
}

.recent-post-content h4 a:hover {
    color: #0f5b66;
}

.page-pagination ul li.active span {
    background: #e5c96c;
}

.page-pagination.wow fadeInUp {
    padding-top: 30px;
    padding-bottom: 20px;
}

.footer-copyright-text a {
    color: #e5c96c;
}

.footer-copyright-text a:hover {
    text-decoration: underline;
}

span.wpcf7-list-item-label {
    color: white;
}

span.wpcf7-list-item-label a {
    color: #e5c96c;
}

span.wpcf7-list-item-label a:hover {
    text-decoration: underline;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: white !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0em 0.5em 0em !important;
}