/*
 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
 */



 /******** HEADER *********/



ul.rs-partners-logo {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

ul.rs-partners-logo li {
    line-height: 50px;
    margin-right: 20px;
    padding-right: 20px;
}


 #rs-header.header-style5 .toolbar-area .toolbar-contact ul li:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.sidebarmenu-area.text-right {
    display: none !important;
}



#rs-header.header-style5 .header-inner .menu-area .navbar ul > li > a {
    color: #FFFFFF;
    border-bottom: 1px solid transparent;
    padding: 0;
    margin: 0 20px;
}

#rs-header.header-style5 .header-inner .menu-area .navbar ul > li.menu-item-has-children > a {
    
    padding: 0 20px 0 0px;
    margin: 0 20px;
    margin-right: 10px;
}

#rs-header.header-style5 .header-inner .menu-area .navbar ul li:hover > a {
    color: #FFFFFF;
    border-bottom: 1px solid #fff;
}


#rs-header.header-style5 .header-inner.menu-sticky.sticky .menu-area .navbar ul > .menu-item-has-children > a{
	color: #1A3A85 !important;
}


.rs-breadcrumbs .breadcrumbs-single {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.rs-breadcrumbs .breadcrumbs-single >div {
	background: linear-gradient(0deg, #f26c0854 30%, #6219c680 100%) no-repeat padding-box;
}
.page-id-13459 .rs-breadcrumbs .breadcrumbs-single >div,
.page-id-15078 .rs-breadcrumbs .breadcrumbs-single >div
{
	background: linear-gradient(0deg, #1A3A8554 30%, #1A3A8580 100%) no-repeat padding-box;
}

/*************** FOOTER ********************/

.rs-footer .footer-top {
    padding: 50px 0 0px;
}

.col-lg-6.footer-1 {
    text-align: end;
}

.rs-footer .fa-ul {
    float: inline-end;
    margin-left: 0;
    text-align: right;
    padding-right: 0;
}

.footer-bottom .container-fluid {
    padding-top: 10px;
    padding-bottom: 10px;
} 



