/**
 * Theme Name:     Real Estate Salient Pro Child
 * Author:         jenish
 * Template:       real-estate-salient-pro
 * Text Domain:	   real-estate-salient-pro-child
 * Description:    Real estate salient is a free fully responsive WordPress theme for real estate agencies and brokers. It has built with Elegant inbuilt slider, customize options and a dedicated front page. Essential real estate plugin helps this theme to make it powerful to handle all property inclusion, agency maintaince, invoices and everything. One great feature is you user also can add properties if you want.
 * Theme URI:      https://saferealestate.in/
 * Author URI:     https://saferealestate.in/
 * Version:        0.0.1
 */


/* .home-two-area-single-content {
    height: 100%;
}

.home-two-area-single-content img {
    height: 100%;
} */

@media only screen and (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 100%;
    }
}

.container, 
.container-lg, 
.container-md,
.container-sm, 
.container-xl {
    max-width: 1440px !important;
}

.main-head-content.container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.for-desktop_only {
    display: block;
}
.for-mobile_only {
    display: none;
    padding: 0 0 0 10px;
}

.property-slide-desktop img {
    width: 100%;
    height: 36vw;
    object-fit: cover;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    max-height: 500px;
}

.content-area.container.properte-page {
    padding-top: 15px;
}
.tax-property-label .content-area.container.properte-page .single-index {
    padding: 0;
}
.home-part-section .container-fluid {
    padding-top: 20px;
    padding-bottom: 20px;
}
.home-featured-properties-section .recent-post-title-two {
    margin-bottom: 20px;
}

.home-featured-properties-section .recent-post-title-two h2 {
    margin-bottom: 10px;
    text-align: left;
}

.home-featured-properties-section .recent-post-title-two hr {
    margin: 0 auto 0 0;
}
.property-slide-desktop-content {
    background: #3a4b8f;
    width: 70%;
    top: -60px;
    z-index: 1;
    position: relative;
    left: 20px;
    padding: 20px;
    border-radius: 8px;
}

.property-slide-desktop-title {
    display: inline;
}

.property-slide-desktop-price {
    display: inline;
}

.property-slide-desktop-title h3 {
    color: #ffffff;
}

.property-slide-desktop-price p.home-meta-price {
    color: #ffffff;
    margin: 0;
    padding: 0;
}

.featured-property-scroll .property-scroll-wrapper .home-two-recent-single {
    width: 280px;
    max-width: 280px;
    margin-bottom: 10px;
    padding: 0 10px;
}

.featured-property-scroll {
    overflow: auto;
}

.featured-property-scroll .property-scroll-wrapper {
    width: fit-content;
    flex-wrap: nowrap;
}

.featured-property-scroll .property-scroll-wrapper .home-two-recent-single .home-two-recent-image img {
    max-width: 100%;
    height: 240px;
    object-fit: cover;
}

.featured-property-scroll .property-scroll-wrapper .home-two-recent-single .home-two-recent-content .home-two-recent-data p {
    margin: 0;
    padding: 0;
}

.featured-property-scroll .property-scroll-wrapper .home-two-recent-single .home-two-recent-content .home-two-recent-data p.home-meta-price {
    padding: 5px 0;
}

.property-slide img {
    width: 100%;
    height: 35vw;
    object-fit: cover;
    border-radius: 10px;
}

.property-slide-title {
    padding: 20px 10px 10px 10px;
    margin-top: -10px;
    background: #3a4b8f;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.property-slide-title h3 {
    font-size: 12px;
    color: #ffffff;
    margin: 0;
}

.property-slider .slide-nav-btn {
    font-size: 15px;
}

.property-slider .slide-nav-btn:after {
    font-size: 15px;
}

.property-slider .swiper-button-prev.slide-nav-btn {
    left: 0px;
    color: #ffffff;
    background: #3a4b8f;
    border-radius: 50px;
    height: 28px;
}

.property-slider .swiper-button-next.slide-nav-btn {
    color: #ffffff;
    background: #3a4b8f;
    border-radius: 50px;
    height: 28px;
    right: 10px;
}

.property-slider-desktop .slide-nav-btn {
    font-size: 15px;
}

.property-slider-desktop .slide-nav-btn:after {
    font-size: 15px;
}

.property-slider-desktop .swiper-button-prev.slide-nav-btn {
    left: 10px;
    color: #ffffff;
    background: #3a4b8f;
    border-radius: 50px;
    height: 28px;
    top: calc(40% - 10px);
}

.property-slider-desktop .swiper-button-next.slide-nav-btn {
    color: #ffffff;
    background: #3a4b8f;
    border-radius: 50px;
    height: 28px;
    right: 10px;
    top: calc(40% - 10px);
}

.tax-property-type .properte-page {
    padding: 0;
}

.footer #scroll {
    bottom: 60px;
}

.propertylist-page-title-bar {
    overflow-x: auto;
    margin-bottom: 20px;
    text-align: center;
}

.propertylist-page-title-bar ul.child-property-types {
    list-style: none;
    padding: 0;
    display: flex;
    width: fit-content;
    gap: 20px;
    margin: 0 auto;
}

.propertylist-page-title-bar ul.child-property-types li {
    width: 110px;
    text-align: center;
}

.propertylist-page-title-bar ul.child-property-types li img {
    border-radius: 50%;
}

.propertylist-page-title-bar ul.child-property-types li a {
    color: #3a4b8f;
    font-size: 18px;
}


@media only screen and (max-width: 767px) {
    .for-desktop_only {
        display: none !important;
    }
    .for-mobile_only {
        display: block !important;
    }
    .main-head-content.container {
        padding-top: 0;
        padding-bottom: 0;
    }
    a.custom-logo-link img.custom-logo {
        object-fit: contain;
        width: 180px;
    }
    #cssmenu {
        height: 5px;
    }
    ul#menu {
        background: rgb(255, 255, 255);
        top: -34px;
    }
    .home-two-area-section .recent-post-title-two {
        margin-bottom: 15px;
        margin-top: 8px;
    }
    .home-two-area-section .home-two-area {
        padding-top: 10px;
        padding-bottom: 0px;
    }
    .home-two-area-section .home-two-area h2 {
        font-size: 24px;
        margin-bottom: 5px;
        text-align: left;
    }
    .home-two-area-section .home-two-area p {
        text-align: left;
        margin-left: 0;
        margin-right: 0;
        line-height: 18px;
    }
    .home-two-area-section .home-two-area hr {
        margin-left: 0;
        margin-bottom: 0;
    }
    .home-two-area-section .home-two-area-content .home-two-area-single {
        width: 50%;
        margin-bottom: 20px;
        padding: 0 10px;
    }
    .home-two-area-section .home-two-area-content .home-two-area-single .home-two-area-meta {
        position: relative;
        padding: 5px;
    }
    .home-two-area-section .home-two-area-content .home-two-area-single .home-two-area-meta h4 {
        color: #ffffff;
        font-weight: 500;
        font-size: 16px;
    }
    .home-two-area-section .home-two-area-content .home-two-area-single .home-two-area-meta p {
        display: none;
    }
    .home-recent-properties-section .recent-post-two {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .home-recent-properties-section .recent-post-two .recent-post-title-two {
        margin-bottom: 15px;
        margin-top: 8px;
    }
    .home-recent-properties-section .recent-post-two .recent-post-title-two h2 {
        font-size: 24px;
        margin-bottom: 5px;
        text-align: left;
    }
    .home-recent-properties-section .recent-post-two .recent-post-title-two p {
        text-align: left;
        margin-left: 0;
        margin-right: 0;
        line-height: 18px;
    }
    .home-recent-properties-section .recent-post-two .recent-post-title-two hr {
        margin-left: 0;
        margin-bottom: 0;
    }
}


.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
    overflow: auto;
}

.bottom-nav ul#menu-estate-bottom-menu {
    list-style: none;
    display: flex;
    justify-content: space-around;
    margin: 0;
    width: auto;
    padding: 0;
    gap: 15px;
    padding-left: 10px;
}

.bottom-nav a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    flex-flow: column;
}

.bottom-nav a:hover {
    color: #0073aa;
}
@media (min-width: 768px) {
    .bottom-nav {
        display: none;
    }
}