.theme-sitemap {
    background-color: #FFFFFF;
}

.theme-sitemap .header-title {
    background: linear-gradient(145deg, #e4bfd0 15%, rgba(38, 64, 89, 0) 55%), url(/storage/upload/pagesImg/sitemap.webp) no-repeat center bottom;
    background-size: cover;
    background-attachment: fixed;
}

.theme-sitemap .page-content .page-subtitle,
.theme-sitemap .page-content h3,
.theme-sitemap .page-content strong {
    color: #5bafa4;
}

li {
    list-style-type: none;
}

@media only screen and (max-width: 767px) {
    .header-title {
        background-size: cover;
        background-attachment: scroll !important;
    }
}

/* ######################### THEMES END ######################### */
