/*
 Theme Name:   Hello Elementor Child Theme
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       Ulf Nomark
 Author URI:   http://nomark.se
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, responsive-layout
 Text Domain:  helloelementorchild
*/

/* Link Styling made for Indiproc Website by Ulf Nomark */
/* Changing the color of the default link color */
a, a:active, a:visited {
    color: #F9D273;
    text-decoration-color: #F9D273;
}
a:hover {
    color: #445F87; 
    text-decoration-color: #445F87;
}
#breadcrumbs a {
    color: #F9D273;
    text-decoration-color: #F9D273;
}
#breadcrumbs a:active {
    color: #F9D273;
    text-decoration-color: #F9D273;
}
#breadcrumbs a:visited {
    color: #F9D273;
    text-decoration-color: #F9D273;
}
#breadcrumbs a:hover {
    color: #445F87; 
    text-decoration-color: #445F87; 
} 
.elementor-post__read-more a:hover {
    color: #445F87;    
}
