/*
 Theme Name:   Realar Child  
 Theme URI:    https://themeholy.com/wordpress/realar
 Description:  This is a child theme for Realar - WordPress Theme
 Author:       Themeholy
 Author URI:   https://themeforest.net/user/themeholy 
 Template:     realar
 Version:      2.0.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  realar-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */ 

/* mobile menu toggle */
.menu-area .th-menu-toggle {
    background-color: transparent;
}

/* header logo */
.header-logo img {
    max-width: 115px;
}

/* menu */
.main-menu > ul > li > a {
    padding: 20px 0;
}

@media all and (max-width: 768px) {
    .menu-area {
        background-color: #1c2d37;
    }
}

/* breadcrumb banner */
.breadcumb-wrapper {
    padding: 300px 0;
}

/* banner after */
.breadcumb-wrapper:after {
    content: none;
}

/* right menu */
.th-widget-contact .info-box_text .details {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

/* hide filters button */
.directorist-content-active .directorist-listings-header__left .directorist-filter-btn {
    display: none;
}