﻿.home-form #yad2_section, .home-form #nadlan_section,
.home-form #bHaim_section, .home-form #car_section,
.home-form #jobs_section, .home-form #mikzoa_section {
    position: relative;
    overflow: hidden;
}

.CatImg {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1; /* כדי שהתמונה תהיה מאחורי התוכן */
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.home-form #kablanim_section {
    background: url('/content/materials/homePage/new-nadlan-hp.jpg') no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-size: 100% 200px;
}

.home-form #drushim_section {
    background: url('/content/materials/homePage/jobs-hp.jpg') no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-size: 100% 200px;
}

.home-form .ui-field-contain {
    margin: 20px 10px 0px 10px;
    padding: 0;
    height: 270px;
    border-radius: 8px;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.09);
}
.section-title, .section-title-Publish {
    position: absolute;
    bottom: 0;
}
.home-form .section-title {
    padding: 15px 10px 5px 0;
}
.home-form .section-title-Publish {
    padding: 8px 10px 7px 0;
}
    .home-form .section-title-Publish h1 {
        font-size: 16px;
        line-height: 24px;
        color: #222222;
        text-align: right;
    }

    .home-form .section-title-Publish h2 {
        font-size: 18px;
        font-weight: normal;
        color: var(--light-grey);
        text-align: right;
    }

    .home-form .section-title h2 {
        font-size: 18px;
        line-height: 14px;
        color: #222222;
        text-align: right;
    }

    .home-form .section-title h3 {
        font-size: 14px;
        font-weight: normal;
        color: var(--light-grey);
    }

.home-form .ui-select {
    height: 150px;
    margin: 0;
}

    .home-form .ui-select .ui-btn {
        height: inherit;
        padding: 0;
    }

        .home-form .ui-select .ui-btn span {
            top: 100px;
            visibility: hidden;
        }

.home-form .ui-btn::after {
    display: none;
}

.ui-field-contain {
    border-top: 2px solid #ffffff;
    line-height: 30px;
    position: relative;
}

.inner-ui-field-contain-Right {
    padding-top: 10px;
    margin-right: 17px;
}

.inner-ui-field-contain-Left {
    padding-top: 10px;
    margin-left: 17px;
}

.DropListDesign {
    border-bottom: 1px solid #f1f1f1;
    line-height: 50px;
    padding-right: 17px;
}

.categories {
    display: none;
    overflow: hidden;
    margin: 0;
    padding: 15px;
    width: 100%;
    height: auto;
    transition: 0.3s all;
    border-radius: 8px;
    background-color: transparent;
}

.subcategories {
    background-color: var(--smoke);
    width: 100%;
    border-radius: 8px;
}
.categoriesYellowBox {
    border: 1.5px solid #FFEDA6;
    background-color: #FFF6D3;
    height: 40px;
    width: 90%;
    margin: 20px auto 0px auto;
    padding: 0 20px 0 0;
    box-shadow: 0px 2px 4px 0px #0000000D;
}

.categoriesYellowBox a {
    text-decoration: none;
}
.categoriesBox {
    box-shadow: 0px 2px 4px 0px #0000000D;
    background-color: #FFFFFF;
    height: 40px;
    width: 90%;
    margin: 20px auto 0px auto;
    padding: 0 20px 0 0;
}
    .categoriesBox:last-child {
        margin-bottom:25px;
    }
    .categoriesBox a {
        color: #222222;
        font-size: 14px;
        line-height: 35px;
        text-decoration: none;
    }


.categoriesYellowBox a {
    color: #222222;
    font-size: 14px;
    font-weight: 600;
    line-height: 35px;
}


    .menu_icons .categories.drop {
        max-height: 600px;
    }

.home-form .categories.drop {
    display: block;
}


.DropBarMenu {
    background-color: #fafafa;

}

.home-form .categories .dropWrapper {
    width: 90%;
    margin-right: 10%;
}

.categories .dropWrapper .dropCatWrapper {
}

    .categories .dropWrapper .dropCatWrapper a:active {
        text-decoration: underline;
    }
/* LANDSCAPE */
@media only screen and (min-width: 321px) {
    header #logo {
        width: 133px;
        margin: auto;
    }

    .home-form .ui-select {
        height: 120px;
        margin: 0;
    }

        .home-form .ui-select .ui-btn {
            height: 170px;
            padding-right: 10px;
        }

            .home-form .ui-select .ui-btn span {
                top: 100px;
                visibility: hidden;
            }

    .home-form .ui-btn::after {
        display: none;
    }
}