﻿﻿/*---------------------------------------------------------------
# Package - Joomla Template based on Helix Framework   
# ---------------------------------------------------------------
# Author - JoomShaper joomshaper
# Copyright (C) 2025 - 2025 JoomShaper. All Rights Reserved.
# license - PHP files are licensed under  GNU/GPL V2
# license - CSS  - JS - IMAGE files  are Copyrighted material 
# Websites: joomshaper
-----------------------------------------------------------------*/
a {
	color: #af131b;
}
a:hover, a:active, a:focus {
	color: #c01e26;
}
div.pagination ul li a:hover, div.pagination ul li.pagination-active a {
	text-decoration: none;
	background: #af131b;
	border: 1px solid #c7101a;
}
a.readmore:hover, .adminform button:hover, #adminForm button:hover, .button:hover, button[type=submit]:hover, input[type=submit]:hover, input[type=button]:hover {
	background: #444;
	color: #fff;
	border: 1px solid #da2630;
}
a.readmore2:hover {
	background: #444;
	color: #fff;
	border: 1px solid #da2630;
}
a.button2:hover {
    background: #444;
	color: #fff;
	border: 1px solid #da2630;
	}
a.button2 {
    background: #197008;
	color: #fff;
	border-radius: 4px;
}

a.button3:hover {
    background: #444;
	color: #fff;
	border: 1px solid #da2630;
}
a.button3 {
    background: #1644D8;
	color: #fff;
	border-radius: 4px;
}


/*Menu*/
#hornav ul.level-0 > li.menu-item:hover > a, #hornav ul.level-0 > li.menu-item.active > a, #sublevel ul.level-1 > li.menu-item:hover > a, #sublevel ul.level-1 > li.menu-item.active > a, .submenu-inner {
	background: #af131b!important;
	color: #fff!important;
}
#hornav li.menu-item li.menu-item, #sublevel li.menu-item li.menu-item {
	background: url("../../images/styles/style1/nav_border.png") repeat-x 0 0!important;
}
#hornav .group-title {
	background: url("../../images/styles/style1/nav_border.png") repeat-x 0 100%!important;
}
/*Module Header*/
#sp-leftcol .mod-wrapper h3.header span, #sp-rightcol .mod-wrapper h3.header span {
	color: #B90000;
}
/*Slideshow*/
.controllers span img.sp-slide-thumb:hover, .controllers span.active img.sp-slide-thumb {
	border: 4px solid #af131b;
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
