/*
 Theme Name:   Kleanix Child  
 Theme URI:    https://wordpress.themeholy.com/kleanix
 Description:  This is a child theme for Kleanix - Cleaning Service WordPress Theme
 Author:       Themeholy
 Author URI:   https://themeforest.net/user/themeholy 
 Template:     kleanix
 Version:      1.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  kleanix-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */ 
/* Färbt alle Icons innerhalb von contact-feature_link in deine Primärfarbe */
.contact-feature_link i {
    color: var(--th-primary) !important; /* ersetzt grün durch die primäre Theme-Farbe */
    fill: var(--th-primary) !important;
}
