/*
Theme Name: Homirx Child
Theme URI: https://gaviaspreview.com/wp/homirx/
Author URI: https://themeforest.net/user/gavias
Author: Gaviasthemes Team
Description: Child theme for the Homirx theme.
Template: homirx
*/

.property-single__container.no-sidebar .property-single__main-content {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

/**
 * Full width images in swiper slides
 */
.property-single__main-content .swiper-slide img,
.property-single__main-content .swiper-slide > a > img,
.property-single__main-content .slider-property .swiper-slide img {
    width: 100%;
    max-width: 100%;
}

/**
 * Hide breadcrumbs on Directorist pages
 */
.directorist .breadcrumb,
.single-at_biz_dir .breadcrumb {
    display: none !important;
}

.header-bottom {
    gap: 10px;
}

@media (max-width: 1350px) {
    .header-bottom {
        gap: 5px;
    }

   
    .header-bottom ul.gva-nav-menu > li.menu-item {
        padding: 0px 7px;
    }
}

.property-single .property-top .property-top__right {
    display: none;
}


