.ts-02 {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.ts-03 {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.object-fit-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.title-section {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    font-size: 24px;
    font-weight: 700;
    color: #F28027;
    line-height: 1.58;
    border-bottom: 1px solid #F28027;
    margin-bottom: 30px;
}
.title-section span {
    font-weight: 400;
}
.fancybox-lock .fancybox-overlay {
    z-index: 3333333;
}

@media(max-width:900px){
    h1.entry-title {
        margin-top: 30px;
    }
}

ul.footer__menu li {
    gap: 10px;
}

.socials.hide-mobile a img {
    width: 30px !important;
    height: 30px !important;

    filter: brightness(0) invert(1);

}

.socials.hide-mobile a {
    background: #084A6D !important;
    padding: 6px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.socials.hide-mobile a img {
    max-height: 80%;
    max-width: 90%;
}

.footer__item.hide-desktop {
    display: none !important;
}

.socials {
    margin-top: 30px;
    text-align: center;
    gap: 3px;
    display: flex;
}

img.image-form {
    width: -webkit-fill-available;
    padding:10px 0px;
}

.form-title {
    color: #084A6D;
    text-align: center;
    font-family: "Open Sans Hebrew";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.footer__menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    margin-bottom: 10px;
}

h3.profile-name a:hover{
    color:#f48120;
}