/*
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");

.bg-dark{background-color:#000 !important;color:#fff !important;}
.bg-yellow {background: #f3ab08;}

/* Legacy Hakin9: keep scroll-to-top arrow clean on the dark button. */
#scrolltop .icon-arrow-1-up,
#scrolltop .icon-arrow-1-up::before {
    background: transparent !important;
    background-color: transparent !important;
}

/* Legacy Hakin9: remove purple inner fill from scroll-to-top button. */
footer #scrolltop a,
#scrolltop a {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
