/*
Theme Name: RealHomes Child Theme
Theme URI: http://themeforest.net/item/real-homes-wordpress-real-estate-theme/5373914
Description: Child theme for Real Homes.
Author: Inspiry Themes
Author URI: https://www.inspirythemes.com/
Template: realhomes
Version: 1.4.2
*/

:root {
    --rh-logo-container-width: 200px;
    /* Your new value here */
}
.rh-responsive-header-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.rh-logo-wrapper{
    display: block;
    width: var(--rh-logo-container-width);
}
.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul{
    background: #F3BC23;
    /* border-bottom: 1px solid #000; */
}
.hc-offcanvas-nav .nav-back a:hover,
.hc-offcanvas-nav .nav-content>.nav-close:first-child a:hover,
.hc-offcanvas-nav .nav-title+.nav-close a.has-label:hover,
.hc-offcanvas-nav li.nav-close a:hover{
    background: #F3BC23;
}
.hc-offcanvas-nav .nav-back a,
.hc-offcanvas-nav .nav-content>.nav-close:first-child a,
.hc-offcanvas-nav .nav-title+.nav-close a.has-label,
.hc-offcanvas-nav li.nav-close a{
    background: #F3BC23;
    border-bottom: 1px solid #000;
}
.hc-offcanvas-nav .nav-wrapper>.nav-content>ul:first-of-type>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link{
    border-top: 1px solid #000;
}
.hc-offcanvas-nav .nav-back a,
.hc-offcanvas-nav .nav-item-link,
.hc-offcanvas-nav li.nav-close a{
    border-bottom: 1px solid #000;
}