/***********************
Tale of content:
1.Navbar
**********************/


:focus-visible {
    outline: 2px solid #F59F66 !important;
    outline-offset: 0;
}

.admin-bar nav.navbar.fixed-top {
    margin-top: 30px;
}

#wpadminbar {
    background: black;
}

h1 {
    font-weight: 400;
    margin-bottom: 0.3rem;
    margin-top: 1rem;
}

body {
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 600px) {
    .btnLogin {
        padding: 12px 19px !important;
    }

    .btnLoginHeader2 {
        padding: 16px 19px !important;
    }

    .admin-bar nav.navbar.fixed-top {
        margin-top: 40px;
    }

    main#main-content {
        margin-top: 0 !important;
    }

    ul#menu-new-menu {
        display: grid;
        align-items: center;
    }
}

a {
    word-wrap: break-word;
}

a:focus {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}


h3 {
    font-size: 1.75rem;
}


input.text, input.title, input[type="email"], input[type="password"], input[type="tel"], input[type="text"], select, textarea {
    border: 1px solid black;
    color: black;
    height: 35px;
    width: 100%;
}

.elementor-post__read-more {
    text-decoration: underline !important;
}

.elementor-accordion-item {
    border-bottom: 1px solid black !important;
    margin-bottom: 10px;
}

.elementor-accordion .elementor-tab-title {
    padding: 26px 20px !important;
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-center .elementor-testimonial__content:after, .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-center .elementor-testimonial__content:after {
    left: 87% !important;
}

.elementor-testimonial--skin-bubble .elementor-testimonial__content:after {
    height: 32px !important;
    width: 32px !important;
}

.elementor-testimonial--align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer, .elementor-testimonial--align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
    justify-content: right !important;
    margin-right: 3% !important;
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline .elementor-testimonial__content:after, .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked .elementor-testimonial__content:after {
    top: calc(100% - 19px) !important;
}

.smFont {

}

.swiper-slide-inner {
    position: relative;
}

.elementor-image-carousel-caption {
    position: absolute;
    bottom: 45%;
    right: 0;
    left: 0;
}

@media (min-width: 1025px) {
    .textRashi p br {
        display: none;
    }

    .the_one h1 br {
        display: none;
    }
}

@media (max-width: 767px) {
    .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper {
        display: flex;
        align-items: center !important;
    }
}

.menu-icon {
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    margin-right: 16px;
}

.menu-icon div {
    width: 31px;
    height: 2px;
    background-color: white;
    margin: 6px 0;
    border-radius: 30px;
    transition: 0.4s;
}

.menu-iconAllSite {
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    margin-right: 16px;
}

.menu-iconAllSite div {
    width: 31px;
    height: 2px;
    background-color: black;
    margin: 6px 0;
    border-radius: 30px;
    transition: 0.4s;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.btnLogin {
    font-family: "Noto Sans Hebrew", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    background-color: #61CE7003;
    border-style: solid;
    color: white;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius: 40px 40px 40px 40px;
    padding: 15px 37px 15px 40px;
}

.userNameHeader {
    font-family: "Noto Sans Hebrew", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    background-color: #61CE7003;
    color: white;
    padding: 15px 37px 15px 40px;
}

.btnLogin span {
    color: white;
}

.conBtnHeader {
    text-align: center;
}

.btnLoginHeader2 {
    font-family: "Noto Sans Hebrew", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    background-color: #61CE7003;
    border-style: solid;
    color: black;
    border-width: 1px 1px 1px 1px;
    border-color: black;
    border-radius: 40px 40px 40px 40px;
    padding: 15px 37px 15px 40px;
}

@media (max-width: 600px) {
    .userNameHeader {
        padding: 12px;
    }
}

.loader {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    margin: 15px auto;
    position: relative;
    color: black;
    box-sizing: border-box;
    animation: animloader 1s linear infinite alternate;
}

@keyframes animloader {
    0% {
        box-shadow: -38px -12px, -14px 0, 14px 0, 38px 0;
    }
    33% {
        box-shadow: -38px 0px, -14px -12px, 14px 0, 38px 0;
    }
    66% {
        box-shadow: -38px 0px, -14px 0, 14px -12px, 38px 0;
    }
    100% {
        box-shadow: -38px 0, -14px 0, 14px 0, 38px -12px;
    }
}

.conLoader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgb(255 255 255 / 70%);
    justify-content: center;
    align-items: center;
    z-index: 9999
}

.btnT button {
    cursor: pointer;
}

.swiper-slide-image {
    cursor: pointer;
}
.elementor-image-carousel-caption{
    cursor: pointer;
}
a{
    text-decoration: none;
}