.top-bar .header_phone_number {
    margin-top: 20px;
    margin-bottom: 20px;
}

.header__whatsapp {
        display: inline-block;
    margin: 20px 15px !important;
    color: #263142;
    font-family: almoni-tzar,oswald,arial,sans-serif;
    font-weight: 300;
    font-size: 1.625rem;
}

.header__whatsapp-wrap {
    display: flex;
    align-items: center;
}

.header__whatsapp-icon {
    display: flex;
    position: relative;
    width: 23px;
    height: 23px;
    margin-right: 5px;
}

.header__whatsapp-icon svg {
    width: 100%;
    height: 100%;
}

.open_menu {
    margin: 0;
}
.home #masthead .top-bar .hide_sticky .logo {
    height: auto;
}
html[lang='en-US'] .home .is-stuck .header_lang_switcher {
    position: relative;
    top: 8px;
}
.rtl .margin-center {
    margin: 20px 0;
}
.open_menu {
    padding: .85em 0 .85em 1em;
}
.rtl .open_menu {
    padding-right: 1em;
    padding-left: 0;
}
.sticky .show_sticky img {
    width: 140px;
}
.rtl .site-header .sticky .margin-center {
    margin: 0;
}
.zahav_single_tabs_content .tabs-panel .entry-text {
    margin-bottom: 40px;
}

@media only screen and (max-width: 960px) {
    .single_project_header {
        clear: both;
        height: 200px;
    }
    .single_project_header .entry-title {
        font-size: 46px;
    }
    .single_project_header .txt h2 {
        font-size: 26px;
    }
}
/* End of 960px */




@media only screen and (max-width: 375px) {
    .home .outer_project_block img {
        height: 235px !important;
        object-fit: contain !important;
    }
}