:root {
    --swiper-navigation-color: #fff;
    --fancybox-accent-color: #22b7a0;
}


.km-single h1, .km-archive h1 {
    color: #28777e;
}

.km-single .table-striped tbody tr:nth-of-type(odd) {
    background-color: #e4eae9;
}

.km-single  .table td, .km-single .table th {
    border-top: 0;
}

.km-archive-list a {
    color: #0b7773;
}

.km-archive .description a {
    color: #0b7773;
    text-decoration: underline;
}
.km-archive .description a:hover {
    color: #22b7a0;
    text-decoration: underline;
}

.project-gallery .swiper-slide img,
.thumbs-swiper .swiper-slide img {
    max-width: 100%;
    height: auto;
}

.project-gallery .swiper-button-next,
.project-gallery .swiper-button-prev {
    width: 44px;
    background: #188171;
    border-radius: 50%;
}

.project-gallery .swiper-button-next:after,
.project-gallery .swiper-button-prev:after {
    font-size: 24px;
}


.project-gallery .swiper-button-disabled {
    cursor: default!important;
    pointer-events: all!important;
}

.thumbs-swiper {
    margin-top: 15px;
}

.thumbs-swiper .swiper-slide {
    opacity: .6;
    cursor: pointer;
}

.thumbs-swiper .swiper-slide-thumb-active {
    opacity: 1;
    cursor: default;
}