/**
 * @package Helix Ultimate Framework
 * @author JoomShaper https://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2018 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
 */

/* Position8 - custom font size and colour for sitemap */
#sp-position8 {
    font-size: 12px;
    color: #999;
}

/* Position8 - custom font size and colour for sitemap links */

#sp-position8 a,
#sp-position8 a:link,
#sp-position8 a:visited {
    color: #999999 !important;
    font-size: 12px;
}

#sp-position8 a:hover {
    color: #666666 !important;
}