/**
* Theme Name: Repairex Child
* Description: This is a child theme of Repairex, generated by Merlin WP.
* Author: <a href="https://themeforest.net/user/template_path/portfolio">template_path</a>
* Template: repairex
* Version: 1.0.0
*/
.service-sidebar .category-widget .category-list li a.current::before, 
.service-sidebar .category-widget .category-list li a:hover::before {
    background: var(--theme-color) !important;
}

.service-sidebar .contact-widget .info-list li i,
.service-sidebar .contact-widget .info-list li a:hover{
    color: var(--theme-color) !important;
}

.slider-11 .theme-btn, 
.about-15 .theme-btn, .cta-eight .theme-btn{
    background: var(--theme-color);
}

.inner-download-btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 5px;
    background-color: var(--theme-color);
    color: #fff;
}