/* MODULES
----------------------------------------------------------- */
.sp-module_module ul >li,
.sppb-addon-module ul >li {
  display: block;
  border-bottom: transparent;
  -webkit-transition: 300ms;
  transition: 300ms;
}


/* DOWNLOADS
----------------------------------------------------------- */

.sp-module.downloads li {counter-increment: item; margin-bottom: 5px;}
.sp-module.downloads a:before {content: counter(item); margin-right: 2px; padding-top:7px; padding-bottom:2px; padding-right:0.5px;padding-left:0.5px; background-color: #676767; color: white; width: 1.8em; height: 1.75em; text-align: center; display: inline-block; border-radius: 100px;margin-bottom:4px;line-height: 15px!important;}
.sp-module.downloads a:hover:before {content: counter(item); margin-right: 2px; padding-top:7px; padding-right:0.5px;padding-left:0.5px; padding-bottom:2px; background-color: #444444; color: white; width: 1.8em; height: 1.75em; text-align: center; display: inline-block; border-radius: 100px;margin-bottom:4px;-webkit-transition: all 100ms ease-in;-moz-transition: all 100ms ease-in;-o-transition: all 100ms ease-in;transition: all 100ms ease-in;}

/* RECENT NEWS
----------------------------------------------------------- */

.sp-module.recent h3.aga_heading {margin-bottom: 5px;margin-top: 15px;}
.sp-module.recent a {color: #EDEDED}
.sp-module.recent a :hover {color: #8A8A8A; -webkit-transition: all 200ms ease-in;-moz-transition: all 200ms ease-in;-o-transition: all 200ms ease-in;transition: all 200ms ease-in;}


/* LATEST NEWS
----------------------------------------------------------- */

.sppb-addon-module.latest .btn {font-size:18px}
.sppb-addon-module.latest h3.aga_heading :hover {color: #8A8A8A; -webkit-transition: all 200ms ease-in;-moz-transition: all 200ms ease-in;-o-transition: all 200ms ease-in;transition: all 200ms ease-in;}

/* FOOTER
----------------------------------------------------------- */
.sp-module.footer ul > li {border-bottom: none!important}
.sp-module.footer a :hover {color: #8A8A8A; -webkit-transition: all 200ms ease-in;-moz-transition: all 200ms ease-in;-o-transition: all 200ms ease-in;transition: all 200ms ease-in;}