/*
 Theme Name:   Braintech Child
 Theme URI:    http://keenitsolutions.com/products/wordpress/braintech/
 Description:  Unitek Child
 Author:       RS Theme
 Author URI:   http://rstheme.com
 Template:     braintech
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */

/* Hiding the sidebar menu called offcanvas because disabling it in theme configuration is not working */
.sidebarmenu-area {
  display: none !important;
}

/* changing the styling for FAB button used as go to top */
html body #scrollUp i {
    background-color: #32B047 !important;
}

html body .rs-addon-slider .slick-dots li button {
    background: #32B047 !important;

}

.rstab-main ul.nav li a {
  padding: 10px 5px;
}

