<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --background-color: currentColor;
    --background: currentColor;
    --text-color: currentColor;
}
.tp-caption a.btn-slider,
.lt-counter,
.lt-client h3:after,
.lt-get-app:before,
.lt-intro-item .sppb-icon,
.lt-about-top .sppb-row-container,
.lt-testimonial:before,
.lt-title .sppb-title-heading:after,
div.itemCommentsForm form input#submitCommentButton,
div.itemCommentsForm form input#submitCommentButton:hover,
.creativecontactform_wrapper input.creativecontactform_send,
.sp-simpleportfolio .sp-simpleportfolio-filter &gt; ul &gt; li &gt; a:after {
    background-color: var(--background-color);
}
.sp-megamenu-parent &gt; li .sp-menu-badge {
   background: var(--background-color);
}
.lt-service-item-hover a,
.lt-service-item .sppb-icon i,
.lt-intro-title .sppb-addon-content:before,
.lt-intro-item:hover .sppb-icon i,
.sp-simpleportfolio .sp-simpleportfolio-filter &gt; ul &gt; li:hover &gt; a,
.sp-simpleportfolio .sp-simpleportfolio-filter &gt; ul &gt; li.active &gt; a,
.lt-blog h3,
.tp-caption a.btn-slider,
.lt-contact-us ul li em,
.lt-contact-form h4,
div.k2ItemsBlock ul li a {
	color: var(--text-color);
}
.lt-slider-color,
#sp-bottom a {
  	color: var(--text-color)!important;
}
.tp-caption a.btn-slider {
  border-color:var(--text-color)
}
#sp-footer {
  background: var(--background-color)!important;
}

</pre></body></html>