/*
Theme Name: Inspiro Child
Theme URI: https://www.wpzoom.com/themes/inspiro
Template: inspiro
Description: This is a simple Child Theme.
Author: WPZOOM
Author URI: https://www.wpzoom.com
Version: 1.0
*/

/* Write your custom CSS code below or add it in the Customizer > Additional CSS */

/*.page .entry-content, .page .entry-header .inner-wrap, .page:not(.inspiro-front-page) .entry-footer, .single .entry-content, .single .entry-footer, .single .entry-header .inner-wrap {
    max-width: calc(1400px + 20px);
}*/

.link01 {
    color: blue;
    text-decoration: none; /* Removes underline */
}

/* Visited link */
link01:visited {
    color: purple;
}

/* Hovered link */
link01:hover {
    color: red;
    text-decoration: underline; /* Adds underline */
}

/* Active link */
link01:active {
    color: green;
}

