/* ============================================
   PUBLISH PAGE STYLES
   ============================================ */
#main_wrapper.publish-main-wrapper {
}

/* ============================================
   ICON CONTAINERS AND CIRCLES
   ============================================ */
#main_wrapper.publish-main-wrapper .containerIconInCircle {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    padding: 0px 0 0px 0;
}

#main_wrapper.publish-main-wrapper .containerIconInCircle .IconInCircle {
    border-radius: 50%;
    background: #fff;
    margin: 10px 20px 50px 20px;
    width: 86px;
    height: 86px;
    box-shadow: 0 6px 12px -6px rgba(24, 39, 75, .25);
    text-align: center;
    border: 1.5px solid var(--light-grey);
    float: right;
}

#main_wrapper.publish-main-wrapper .containerIconInCircle .IconInCircle:hover {
    box-shadow: 0 8px 28px -6px rgba(24, 39, 75, .12);
    border: 1.5px solid var(--violet);
    transition: border .3s ease;
}

#main_wrapper.publish-main-wrapper .containerIconInCircle .IconInCircle p {
    margin-top: 8px;
    font-size: 14px;
    letter-spacing: -0.6px;
    text-align: center;
    color: var(--Almost-black);
}

#main_wrapper.publish-main-wrapper .containerIconInCircle .IconInCircle img {
    margin: 27px 20px 20px;
    width: 34px;
    height: 34px;
}

/* ============================================
   HOME FORM SECTION
   ============================================ */
#main_wrapper.publish-main-wrapper .home-form {
    padding-top: 1rem;
    background-color: var(--smoke);
}

#main_wrapper.publish-main-wrapper .home-form .section-title {
    width: 100%;
    color: var(--Almost-black);
    margin-right: 74px;
    background: unset;
}

#main_wrapper.publish-main-wrapper .home-form .section-title h1 {
    text-align: right;
    font-size: 18px;
}

#main_wrapper.publish-main-wrapper .home-form .section-title h2 {
    font-size: 20px !important;
    font-weight: 600;
    text-align: right;
    line-height: 20px;
}

#main_wrapper.publish-main-wrapper .home-form .section-title h3 {
    font-size: 16px !important;
    font-weight: normal;
    text-align: right;
    color: var(--light-grey);
}

#main_wrapper.publish-main-wrapper .home-form .section-title p {
    text-align: right;
    padding-right: 20px;
    font-size: 20px;
}

#main_wrapper.publish-main-wrapper .home-form .section-title-Publish {
    width: 100%;
    color: var(--Almost-black);
    margin-right: 74px;
    background: unset;
}

#main_wrapper.publish-main-wrapper .home-form .section-title-Publish h1 {
    text-align: right;
    font-size: 18px;
}

#main_wrapper.publish-main-wrapper .home-form .section-title-Publish h3 {
    font-size: 16px !important;
    font-weight: normal;
    text-align: right;
    color: var(--light-grey);
}

#main_wrapper.publish-main-wrapper .home-form .ui-field-contain {
    border-radius: 6px;
    height: 80px;
    background-color: var(--white);
}

#main_wrapper.publish-main-wrapper .home-form .ui-field-contain .catimg {
    margin: 5px;
    width: 64px;
    height: 64px;
}

#main_wrapper.publish-main-wrapper .home-form .ui-field-contain .sticky-button {
    background: var(--violet);
    width: 32px;
    height: 32px;
    border-radius: 0 5px 5px 0;
    float: left;
    margin-top: 20px;
}

#main_wrapper.publish-main-wrapper .home-form .ui-field-contain .sticky-button img {
    padding: 7px;
}

/* ============================================
   LINKS CONTAINER
   ============================================ */
#main_wrapper.publish-main-wrapper .home-form .links-container {
    display: none;
    margin: var(--main-wrapper-margin);
    padding: 1rem;
    background-color: #FBFBFB;
    border-radius: 8px;
}

#main_wrapper.publish-main-wrapper .home-form .links-container.drop {
    display: block;
}

#main_wrapper.publish-main-wrapper .home-form .links-container h3 {
    margin-bottom: 1rem;
    color: var(--Almost-black);
    font-size: 20px;
}

#main_wrapper.publish-main-wrapper .home-form .links-container .links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

#main_wrapper.publish-main-wrapper .home-form .links-container .links a.link {
    flex: 0 1 calc(50% - 0.375rem);
    padding: 8px 13px;
    color: rgba(34, 34, 34, 1);
    border-radius: 64px;
    border: 1px solid var(--light-grey);
    background-color: #fff;
    box-shadow: 0 2px 4px 0 #0000000d;
    text-decoration: none;
}

/* ============================================
   SECTION BACKGROUNDS
   ============================================ */
#main_wrapper.publish-main-wrapper .home-form #nadlan_section,
#main_wrapper.publish-main-wrapper .home-form #car_section,
#main_wrapper.publish-main-wrapper .home-form #bHaim_section,
#main_wrapper.publish-main-wrapper .home-form #yad2_section,
#main_wrapper.publish-main-wrapper .home-form #jobs_section {
    clear: none;
    border-bottom-width: 0;
    height: 80px;
    background-image: unset;
    background-color: white;
}

#main_wrapper.publish-main-wrapper .home-form #mikzoa_section {
    background-image: url('/content/materials/Publish/images/PublishNadlan.jpg');
}

#main_wrapper.publish-main-wrapper .home-form #drushim_section {
    background-image: url('/content/materials/Publish/images/images/jobs.jpeg');
}

#main_wrapper.publish-main-wrapper .home-form #HomelessLogo {
    background-image: url('/content/materials/Publish/images/nadlan.jpg');
}
