/*
 Theme Name:   Reobiz Child
 Theme URI:    http://rstheme.com/products/wordpress/reobiz/
 Description:  Reobiz Child
 Author:       RS Theme
 Author URI:   http://rstheme.com
 Template:     reobiz
 Version:      5.0.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
 */


/* Get Started butonunu gizle */
.btn_quote{
    display: none !important;
}

/* Desktop sidebar menu gizle */
.sidebarmenu-area.text-right:not(.mobilehum){
    display: none !important;
}
#rs-header .menu-sticky .menu-area{
	padding:10px;
}
 @media only screen and (max-width: 991px) {
    #rs-header .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }
}