/*
Theme Name: WPLMS Blank ChildTheme
Theme URI: http://www.VibeThemes.com    
Description: Child Theme for WPLMS WordPress Theme
Author: VibeThemes
Author URI: http://themeforest.com/user/vibethemes
Template: wplms
Version: 1.0
*/

@import url("../wplms/style.css");


h3 a, p a, ul:not(.nav):not(.menu):not(.slides):not(.flex-direction-nav):not(.sidemenu)  li a:not(.hover-link) , h3 a:active, p a:active ul:not(.nav):not(.menu):not(.slides):not(.flex-direction-nav)  li a:active:not(.hover-link) {
  color: blue;
}

h3 a:hover, p a:hover, ul:not(.nav):not(.menu):not(.slides) li a:hover{
  text-decoration: underline;
  color: black;
}

ul:not(.nav):not(.menu):not(.topmenu):not(.slides):not(.ab-top-menu):not(.flex-direction-nav):not(.grid):not(.sidemenu) {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 25px;
  overflow: auto;
}

ul:not(.nav):not(.menu):not(.topmenu):not(.slides) li {
}

ol{
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 25px;
  overflow: auto;
}
ol li{
  padding-bottom: 15px;
}

ol li a{
  color: blue;
}

#content{
  padding-bottom: 20px;
}
