/*! ******************************************************
*
*	Theme Name:     Astra Child
*   Author:         web3d
*   Author URI:     http://www.onthegosystems.com/
*   Description:    Simple, clear and modern Bootstrap 3-based theme. Perfect base for developing all kinds of responsive sites with Toolsets, including the Layouts plugin (no extra integration needed, you activate Layouts and the drag and drop facilities work out of the box). Uses WordPress theme customizer and supports Font Awesome Icons. Supports WooCommerce integration by styles unification.
*   Version:        1.1
*   License:        GNU General Public License v2 or later
*   License URI:    http://www.gnu.org/licenses/gpl-2.0.html
*   Template:       astra
*
*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/



/*-------General Settings-----------*/
body a{
  text-decoration: none;
}
.btn_jo{
  border-radius: 50px;
  font-size: 20px;
  display: block;
  text-align: center;
  line-height: 2.3;
  font-weight:500;
}
a.btn_full_bg{
  border: 2px solid var(--color--main);
  background:var(--color--main);
  color:#fff;
}
a.btn_white_bg{
  border: 2px solid #fff;
  background:#fff;
  color:var(--color--main);
}
:lang(he-IL) .mr_auto{
  margin-right: auto;
}
:lang(en-US) .mr_auto{
  margin-left: auto;
}
.w120{
  width: 120px;
}
.w180{
  width: 180px;
}

.content_centered{
  text-align: center;
}
/*--Typography--*/
body h2 {
  font-weight: 800;
}
body h3 {
  font-weight: 700;
}
body p {
  margin-bottom: 0;
}
.before_title {
  font-size: 55px;
  color: var(--color--accent);
}
h2.title{
  font-size: 60px;  
}

/*--Layout--*/
.jo_container{
  max-width: 1310px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.jo_big_container{
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.jo_small_container{
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 770px){
	.jo_row{
	  display: flex;
	  flex-wrap: wrap;
	}
	.jo_col_12{
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.jo_col_11{
	  flex: 0 0 91.666667%;
	  max-width: 91.666667%;
	}
	.jo_col_10{
	  flex: 0 0 83.333333%;
	  max-width: 83.333333%;
	}
	.jo_col_9{
	  flex: 0 0 75%;
	  max-width: 75%;
	}
	.jo_col_8{
	  flex: 0 0 66.666667%;
	  max-width: 66.666667%;
	}
	.jo_col_7{
	  flex: 0 0 58.333333%;
	  max-width: 58.333333%;
	}
	.jo_col_6{
	  flex: 0 0 50%;
	  max-width: 50%;
	}
	.jo_col_5{
	  flex: 0 0 41.666667%;
	  max-width: 41.666667%;
	}
	.jo_col_4{
	  flex: 0 0 40%;
	  max-width: 40%;
	}
	.jo_col_3{
	  flex: 0 0 25%;
	  max-width: 25%;
	}
	.jo_col_2 {
	  flex: 0 0 16.666667%;
	  max-width: 16.666667%;
	}
	.jo_col_1 {
	  flex: 0 0 8.333333%;
	  max-width: 8.333333%;
	}
	
	
	.jo_col_18 {
	  flex: 0 0 18%;
	  max-width: 18%;
	}
	.jo_col_33333 {
	  flex: 0 0 33.333333%;
	  max-width: 33.333333%;
	}
	.jo_col_46666 {
	  flex: 0 0 46.666666%;
	  max-width: 46.666666%;
	}
	.jo_col_53333 {
	  flex: 0 0 53.333333%;
	  max-width: 53.333333%;
	}


	/*--Grid--*/
	.ps-grid{display: grid;}
	.ps-grid-2{grid-template-columns: repeat(2, 1fr);}
	.ps-grid-3{grid-template-columns: repeat(3, 1fr);}
	.ps-grid-4{grid-template-columns: repeat(4, 1fr);}
	.ps-grid-5{grid-template-columns: repeat(5, 1fr);}
	.ps-grid-gap15{gap:15px;}
	.ps-grid-gap20{gap:20px;}
	.ps-grid-gap30{gap:30px;}
	.ps-grid-gap40{gap:40px;}
	.ps-grid-gap60{gap:60px;}
	.ps-grid-gap70{gap:70px;}
}
/*--Header--*/
:lang(en-US) .jo_breadcrumbs {
  text-align: right;
  padding: 20px 0 58px;
}
:lang(he-IL) .jo_breadcrumbs {
  text-align: left;
  padding: 20px 0 58px;
}
.jo_breadcrumbs * {
  font-size: 14px;
  color: var(--color--text);
  text-decoration: none;
}
#ast-desktop-header .ast-above-header-wrap {
  direction: ltr;
  background: var(--color--accent);
}
#ast-desktop-header .ast-above-header-wrap .ast-builder-html-element a img{
  filter: brightness(0) invert(1);
}
#ast-desktop-header .ast-above-header-wrap .ast-builder-html-element a{
  margin-right: 20px;
  color:#fff;
  font-size: 16px;
}
#masthead {
  top: 0;
  z-index: 999;
  position: absolute;
  right: 0;
  left: 0;
  background: #000;
  height: 80px;
  display: flex;
  align-items: center;
}
#masthead.sticky {
  padding: 0;
  position: fixed;
  animation-name: fadeInDown;
  animation-duration: 500ms;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  top: 0;
}
#masthead.sticky #ast-desktop-header .ast-above-header-wrap{
  display:none;
}
#masthead .ast-site-identity{
  padding:0;
}
.custom_logo .custom-logo-link svg{
  width: 100%;
  height: 100%;
}
.custom_logo .custom-logo-link{
  width: 183px;
  height: 80px;
}
.menu-main-menu-container {
  margin-right: 70px;
  width: calc(100% - 253px);
}
.menu-main-menu-en-container{
  margin-left: 70px;
  width: calc(100% - 253px);
}
.menu{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.menu .menu-link {
  color: #fff;
  margin-left: 20px;
  display: flex;
  align-items: center;
}
#masthead .btn_jo_wrapp {
  text-align: left;
  margin-top: 0;
  display: flex;
  flex-direction: row-reverse;
}
#masthead .btn_menu .menu-link,
#masthead .btn_jo_wrapp .btn_jo{
  border: 1px solid var(--color--main);
  border-radius: 50px;
  font-size: 18px;
  width: 124px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  font-weight:400;
  margin-right: 20px;
  color:#fff;
}
#masthead .btn_menu .menu-link{
  margin: auto;
}
:lang(he-IL) #masthead .btn_menu.btn_menu_2{
  margin: 0 auto 0 20px;
}
:lang(en-US) #masthead .btn_menu.btn_menu_2{
  margin: 0 20px 0 auto;
}
#masthead .btn_menu.btn_menu_2 .menu-link,
#masthead .btn_jo_wrapp .btn_jo:nth-child(odd){
  background:var(--color--main);
}
#masthead .btn_menu.btn_menu_1 .menu-link,
#masthead .btn_jo_wrapp .btn_jo:nth-child(even){
  border-color: #fff;
}

.menu > .wpml-ls-item > .menu-link{
  pointer-events: none;
}
:lang(he-IL) .menu > .wpml-ls-item > .menu-link{
  margin: 0 20px 0 0;
}
.menu .wpml-ls-item > .menu-link > img {
  height: 38px;
  object-fit: cover;
  border-radius: 50%;
}
.menu .wpml-ls-item > .sub-menu {
  list-style: none;
  position: absolute;
  display: none;
  top: 100%;
}
:lang(en-US) .menu .wpml-ls-item > .sub-menu{
  margin: 0 0 0 14px;
  padding-left: 0;
}
:lang(he-IL) .menu .wpml-ls-item > .sub-menu{
  margin: 0 14px 0 0;
  padding-right: 0;
}
.menu .wpml-ls-item > .sub-menu .menu-link > img{
  border-radius: 0;
  width: 50px;
}
.menu > .wpml-ls-item:hover > .sub-menu{
  display: block;
}
.menu .wpml-ls-item > .sub-menu > li{}
.menu .wpml-ls-item > .sub-menu > li > a{
  margin: 0;
}
li:not(.wpml-ls-menu-item) .dropdown-menu-toggle {
  background: url(/wp-content/uploads/2025/12/arrow-down.png) no-repeat scroll center / contain;
  width: 14px;
  height: 8px;
  margin-inline-start: 7px;
  margin-top: 2px;
}
.menu .menu-item{
  position: relative;
  display: flex;
  align-items: center;
}
.menu .menu-item:not(.btn_menu_2) > a{
  position: relative;
}
.menu .menu-item:not(.btn_menu_2) > a::after{
  content: "";
  background: #fff;
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  bottom: -7px;
  transform: scale(0);
  transition: all 0.6s ease;
}
.menu .menu-item.current-menu-item:not(.btn_menu_2) > a::after{
  content: "";
  background: #fff;
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  bottom: -7px;
  transform: scale(1);
  transition: all 0.6s ease;
}

.menu .menu-item:not(.btn_menu_2) > a:hover::after{
  transform: scale(1);
}
@media (min-width: 770px) {
  .menu .menu-item:hover .dropdown-menu-toggle {
    transform: rotate(180deg);
  }
  li:not(.wpml-ls-menu-item) .sub-menu {
    width: auto;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) inset, 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    right: -999em;
    position: absolute;
    top: 100%;
    z-index: 99999;
    visibility: hidden;
    margin: 0;
    list-style: none;
    min-width: 200px;
    background: var(--color--main);
    padding: 0;
  }
  .menu-item:hover > .sub-menu {
  left: auto;
  right: 0;
  visibility: visible;
  }
}
li:not(.wpml-ls-menu-item) .sub-menu .menu-link {
  padding-block: 12px;
  display: block;
  margin: 0 15px;
}
li:not(.wpml-ls-menu-item) .sub-menu .menu-item:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.menu-main-menu-container, .menu, .menu .menu-item {
  height: 100%;
}

#masthead .custom_logo{
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: row;
}

#masthead .custom_logo .custom-logo{
  filter: brightness(0) invert(1);
}

#page .site-content {
  padding:80px 0 0;
}

/*--slick--*/
body #content .slick-arrow::before {
  content: "";
  border-style: solid;
  border-color: #242424;
  border-radius: 0;
  width: 12px;
  height: 12px;
  opacity: 1;
  display: block;
  transform: rotate(-45deg);
}
body #content .slick-prev::before {
  border-width: 0 2px 2px 0;
}
:lang(he-IL) #content .slick-prev::before{margin: 0;}
:lang(en-US) #content .slick-prev::before{margin: 0 0 0 auto;}
  
body #content .slick-next::before{
  border-width: 2px 0 0 2px;
  margin: 0 12px 0 0;
}
body #content .slick-arrow::after {
  content: "";
  height: 2px;
  width: 24px;
  background: #242424;
  position: absolute;
  top: 7px;
  left: 0;
}
body #content .slick-prev::after{border-radius: 5px 0 0 5px;}
body #content .slick-next::after{border-radius: 0 5px 5px 0;}

body #content .slick-arrow {
  width: 24px;
  height: 16px;
}
body #content .slick-prev{right: -50px;left:auto;}
body #content .slick-next{left: -50px;right:auto;}

.slick-dots{
  bottom: -90px;
}
.slick-dots li {
  width: 12px;
  height: 12px;
  border: 2px solid #7A7A7A;
  border-radius: 50%;
  transition: all 0.3s ease;
  margin: 0 4px;
}
.slick-dots li.slick-active {
  width: 16px;
  height: 16px;
  border: 0;
  background: #000;
}
.slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.slick-dots li button::before{
  content: none;
}

/*--Contact--*/

.wpcf7 form .wpcf7-response-output{  margin: 30px auto 0 !important;}
.wpcf7 input.wpcf7-form-control:not([type="submit"]):focus, .wpcf7 select.wpcf7-form-control:focus, .wpcf7 textarea.wpcf7-form-control:focus {
border-style: solid;
}

.newsletter{
  padding-inline-start: 50px;
  flex: 0 0 32%;
  max-width: 32%;
}
.newsletter .wpcf7 form {
  margin-bottom: 0;
}
.newsletter .wpcf7 input[type="email"]{
  border-radius: 50px;
  direction: rtl;
  height: 52px;
  color: #000 !important;
}
.newsletter .wpcf7 form label[for="email"]{
  position: absolute;
  bottom: 50%;
  right: 35px;
  z-index: -20;
}
.newsletter .wpcf7 input.wpcf7-form-control[type="submit"]{
  margin: 0 !important;
  position: absolute;
  left: 6px;
  top: 6px;
  height: 40px;
  padding: 0 25px;
  border-radius: 50px;
}
.wpcf7-spinner{
  position: absolute;
}
.wpcf7-form-control.wpcf7-acceptance{
  margin: 15px 0 0;
  display: block;
}
.wpcf7-form-control.wpcf7-acceptance input{
  width: 16px;
  min-width: 0;
  height: auto;
  margin-top: 0;
}
#footer_jo .wpcf7-form-control.wpcf7-acceptance span{
  color: #fff;
}
#footer_jo .wpcf7-form-control.wpcf7-acceptance span a{
  color: var(--color--main);
}
#footer_jo .wpcf7-form-control.wpcf7-acceptance span,
#footer_jo .wpcf7-form-control.wpcf7-acceptance span a{
  font-size: 14px;
}

/*--Footer--*/
#footer_jo{
  background: #000;
  padding: 50px 0;
}
#footer_jo *{
	color:#fff;
}
#footer_jo .custom-logo-link {
  display: block;
  margin-bottom: 20px;
}
#footer_jo .custom-logo-link img {
  filter: brightness(0) invert(1);
}
.contact_info_footer{}
.contact_info_footer .address,
.contact_info_footer a, .contact_info_footer span{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.contact_info_footer > div:not(.social_items) svg *,
.contact_info_footer > a svg *,
.contact_info_footer .social svg *{
  fill: #fff;
}
.contact_info_footer > div > svg,
.contact_info_footer > a > svg{
  width: 30px;
  height: auto;
    margin-inline-end: 15px;
}

#footer_jo h4 {
  margin-bottom: 20px;
  color: var(--color--main);
  font-size: 24px;
  font-weight: 700;
}
:lang(he-IL) .footer_col1,
:lang(he-IL) .footer_col2{
  padding-left: 119px;
}
:lang(en-US) .footer_col1,
:lang(en-US) .footer_col2{
  padding-right: 119px;
}
.footer_col1 p{
  font-size: 14px;
  margin-bottom: 12px;
}
.nm_f1 {
  margin-bottom: 12px;
}
.footer_col2 ul{
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.8;
}
.footer_col2 ul li a{
  font-size: 16px;
}
.footer_social_items {
  display: flex;
  margin: 30px 0 0 0;
}
.footer_social_items > a{}
.footer_social_items .social svg {
  width: 26px;
  height: auto;
}
:lang(he-IL) .footer_social_items .social svg{
  margin-left: 18px;
}
:lang(en-US) .footer_social_items .social svg{
  margin-right: 18px;
}
footer{
  direction: ltr;
}
#colophon .site-primary-footer-wrap .ast-builder-grid-row {
  max-width: 1280px;
  padding: 0 15px;
}
#colophon .site-primary-footer-wrap *{
  font-size: 13px;
  color: #fff;
}

#ast-scroll-top {
  background-color: var(--color--main) !important;
}

#gallery {
  background: #fafafa;
  padding: 60px 0 0;
}
#gallery > h2 {
  margin-bottom: 35px;
  font-size: 40px;
}
.slide_service_gallery {
  padding: 0 0 140px;
}
.slide_service_gallery .slick-slide {
  margin: 0 13px;
}
.slide_service_gallery .gallery_item{}
.slide_service_gallery .gallery_item img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: 15px;
}
body #content #gallery .slick-arrow::after{background: var(--color--main);width: 46px;top: 10px;}
body #content #gallery .slick-arrow::before{border-color: var(--color--main);width: 16px;height: 16px;}
body #content #gallery .slick-arrow {width: 44px;height: 22px;top: auto;bottom: 50px;box-shadow: none;}
body #content #gallery .slick-prev {right: 45%;left:auto;}
body #content #gallery .slick-next {left: 45%;right:auto;}
body #content #gallery .slick-next::before {margin: 0 26px 0 0;}

#donations_page {
  padding-bottom: 100px;
}
#donations_page h1 {
  font-weight: 800;
}
#gdonations_web3d{
  padding-top: 50px;
}
#sh_donations #nav-tab {
    border: 0;
    border-radius: 15px 15px 0 0;
    background: rgba(122, 122, 122, 0.05);
    padding:0 !important;
    margin: 0 auto 50px;
    max-width: 730px;
	overflow:hidden;
}
#sh_donations button{
    border: 0 !important;
    border-radius: 0 !important;
	font-weight: bold !important;
	border-bottom:5px solid rgba(0,0,0,0) !important;
	background: none !important;
}
#nav-otime-tab{
	color: #DC5D55 !important;
}
#nav-monthly-tab{
	color: var(--color--main) !important;
}
#nav-projects-tab{
	color: #f56b1e !important;
}
#sh_donations button span{
	font-weight: 500;
    line-height: 1;
}
#gdonations_web3d #sh_donations button{
  margin: 0 auto!important;
}
#sh_donations #nav-monthly-tab.active {
    background-color: rgba(0,0,0,0)!important;
    border-color: var(--color--main) !important;
}
#sh_donations #nav-projects-tab.active {
    background-color: rgba(0,0,0,0)!important;
    border-color: #f56b1e !important;
}
#sh_donations #nav-otime-tab.active {
    background-color: rgba(0,0,0,0)!important;
    border-color: #DC5D55 !important;
}
#gdonations_web3d #block-info .ii-title {
  color: var(--color--main);
  font-weight: bold;
}
#gdonations_web3d #totalsum, #gdonations_web3d div#shumim{
  border-radius: 15px;
}
#gdonations_web3d div#shumim label,
#gdonations_web3d #monthly_payments #datadonator label{
  color: var(--color--text);
  font-size: 17px;
  font-weight: 600;
}
#gdonations_web3d #monthly_payments #datadonator .form-control{
  border-radius: 7px;
  border: 1px solid #CDCDCD !important;
  background: #fff !important;
}
#gdonations_web3d div#shumim .select-sum-2pay {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #7A7A7A;
}
#gdonations_web3d div#shumim .select-sum-2pay .row{
  margin: 0;
  width: 100%;
}
#nav-monthly div#shumim .select-sum-2pay .badget-sum,
#nav-otime div#shumim .select-sum-2pay .badget-sum{
  cursor: pointer;
}
#nav-otime div#shumim .select-sum-2pay .badget-sum:hover {
  color: #fff !important;
  background: #dc5d55 !important;
}
#nav-monthly div#shumim .select-sum-2pay .badget-sum:hover {
  color: #fff !important;
  background: var(--color--main) !important;
}
#gdonations_web3d div#shumim .select-sum-2pay .badget-sum{
  width: 11.16% !important;
}

/*--Projects--*/

#posts{
  padding: 0 0 180px;
}
#posts .jo_big_container{
  padding: 0;
}
#posts h2{
  line-height: 5;
}
#posts .slick-slide {
  margin: 0 20px;
}
#posts .slick-slide > div{
  text-align: center;
}
.post {
  transition: all 0.4s ease;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.10);
  margin: 0;
  overflow: hidden;
}
.post:hover{
  box-shadow: 0px 3px 15px #00000030;
}
.post img {
  width: 100%;
  height: 290px;
  object-fit: cover;
}
.post .post_footer {
  padding: 30px;
  text-align: center;
}
.post .post_footer h3 {
  font-weight: 700;
}
.post .post_footer p {
  margin: 10px 0;
}
.post .post_footer a {
  color: var(--color--main);
  border: 1px solid;
  padding: 7px 0;
  border-radius: 40px;
  display: block;
  width: 280px;
  margin: 15px auto 0;
  text-align: center;
}
#posts .draggable{
  padding: 10px 0 20px;
}
#posts h1 {
  font-weight: 400;
  margin-bottom: 55px;
  font-size: 55px;
  color: var(--color--accent);
  line-height: 1;
}
#posts h1 span {
  font-size: 60px;
  font-weight: 800;
  color: var(--color--text);
  display: block;
}
.text_archive_project{
  margin-bottom: 50px;
}
.site-below-footer-wrap {
  padding-top: 15px;
  padding-bottom: 15px;
}

#footer_jo_bottom{
  background-color: var(--ast-global-color-8);
  padding-block: 15px;
  border-top: 1px solid #fff;
}
#footer_jo_bottom a.web3d,
#footer_jo_bottom .copyright {
  color: #fff;
  font-size: 14px;
}
#footer_jo_bottom .footi{
  text-align: end;
}
#footer_jo_bottom a.web3d img {
  margin: 0 0 4px 4px;
}


.wpcf7 form .wpcf7-response-output{
  text-align: center;
}
.wpcf7 .wpcf7-not-valid-tip{
  position: absolute;
  top: -23px;
  margin: 0;
}
:lang(he-IL) .wpcf7 .wpcf7-not-valid-tip{
  left: 0;
}
:lang(en-US) .wpcf7 .wpcf7-not-valid-tip{
  right: 0;
}



/*--shops--*/

section#web3d-add-to-cart {
  border-radius: 20px;
  background: #FFF;
  padding: 25px;
  margin: 35px 0;
  box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.10);
}
.single-product.woocommerce div.product.product-type-simple form.cart, .woocommerce-variation-add-to-cart.variations_button {
  margin-bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding-inline-end: 40px;
  flex-wrap: wrap;
}
.single-product form.cart .yith-wcwl-add-to-wishlist {
  margin: 0 !important;
}
.yith-wcwl-add-button {
  width: 38px;
  height: 38px;
  background: var(--primary);
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}





@media (max-width: 769px) {
	#posts {}
	#posts .jo_big_container{padding: 0;}
	.archive #posts .jo_big_container {padding: 0 15px;}
	#posts h2 {line-height: 2.5;}
	#posts .slick-slide {margin: 0 7px 15px;}
	.post img {height: 140px;}
	.post .post_footer {padding: 15px 15px 30px;}
	#posts .slick-slide > div {box-shadow: 0px 3px 20px #00000010;border-radius: 15px;width: 100%;}
	body:not(.archive) .post{margin:0;box-shadow: none;}
	.archive .post{margin:0 0 40px;}
	#posts .slick-track {display: flex;}
    #posts .slick-track .slick-slide {display: flex;height: auto;}
	.post .post_footer a{width: 100%;}
}

@media (min-width: 770px){
	#nav-projects div#shumim, #nav-projects div#totalsum, #totalsum, div#shumim {}
	.rtl #single_project_wrapp #project_s2 #endform .form-check-input{margin-right: 0 !important;}
	#menu_jo{display:none;}
}

@media (max-width: 769px){
	
	/*--Grid--*/
	.mb-grid{display: grid;}
	.mb-grid-2{grid-template-columns: repeat(2, 1fr);}
	.mb-grid-3{grid-template-columns: repeat(3, 1fr);}
	.mb-grid-4{grid-template-columns: repeat(4, 1fr);}
	.mb-grid-5{grid-template-columns: repeat(5, 1fr);}
	.mb-grid-gap15{gap:15px;}
	.mb-grid-gap20{gap:20px;}
	.mb-grid-gap30{gap:30px;}
	.mb-grid-gap40{gap:40px;}
	.mb-grid-gap60{gap:60px;}
	.mb-grid-gap70{gap:70px;}

	#masthead .btn_jo_wrapp{flex-direction: column;align-items: flex-end;}
	#masthead .btn_jo_wrapp .btn_jo{font-size: 14px;width: 90px;margin: 4px 0;line-height: 27px;}
	#masthead .jo_row {display: flex;flex-wrap: wrap;}
	#masthead .jo_row .custom_logo{width: 100%;}
	:lang(he-IL) #masthead .custom-logo-link{margin: 0 auto 0 0;}
	:lang(en-US) #masthead .custom-logo-link{margin: 0 0 0 auto;}
	#masthead .btn_menu .menu-link {margin: 0 auto 25px;width: 90%;line-height: 1.4;display: block;font-size: 16px;}
	.menu-main-menu-container, .menu-main-menu-en-container {margin-right: 0;position: fixed;right: 0;top: 64px;background: #000;left: 0;max-height: 0;overflow: hidden;transition: all .4s ease;width: 100%;margin: auto;}
	.menu{align-items: inherit;flex-direction: inherit;padding: 10px 0 0;flex-wrap: wrap;}
	.menu .menu-item{width: 100%;position: relative;}
	.menu .menu-item.btn_menu{width: 50%;margin: 20px 0 0 !important;order: 1;}
	.menu .menu-link{margin: 0;width: 100%;display: block;padding: 10px 20px;border-bottom: 1px solid #333;}
	.menu-main-menu-container.active, .menu-main-menu-en-container.active{max-height: 100vh;}
	.hamburger {display: flex;align-items: center;height: 40px;margin: 0 0 auto auto;cursor: pointer}
	.hamburger span {width: 30px;height: 2px;display: block;background: #fff;border-radius: 5px;transition: none}
	.hamburger span::before, .hamburger span::after{content: "";width: 30px;height: 2px;display: block;background: #fff;border-radius: 5px;transition: all .4s ease;}
	.hamburger span::before {margin: -9px 0 0;}
	.hamburger span::after {margin: 16px 0 0;}
	#menu_jo .hamburger span {transition: ease-in-out 0.3s;}
	#menu_jo.active .hamburger span {height: 0;filter: brightness(0) invert(1);}
	#menu_jo.active .hamburger span::before {transform: rotate(45deg);margin: -1px auto;}
	#menu_jo.active .hamburger span::after {transform: rotate(-45deg);margin: -3px auto;}
	.menu > .wpml-ls-item > .menu-link > img {opacity: 0;}
	.menu .wpml-ls-item > .sub-menu{margin: 0 !important;display: block;top: 10px;padding: 0;}
	.menu .wpml-ls-item > .sub-menu > li > a {margin: 0;padding: 0 20px;border: 0;}
	.menu > .wpml-ls-item > .menu-link {margin: 0 !important;}
	
	.before_title, #posts h1{font-size: 36px;}
	h2.title, #posts h1 span{font-size: 40px;}
	.btn_jo{font-size: 18px;line-height: 2.2;}
	.w180 {width: 160px;}
	
	section.ps_section{padding: 40px 0 !important;}
	.mb_slider_centermode{margin: 0 -15px;}
	.slick-dots {bottom: -35px;}
	
	#footer_jo h4{font-size: 21px;}
	.footer_col1{padding-left: 0;}
	.footer_col2 {display: none;}
	.contact_info_footer {border-top: 1px solid;padding-top: 20px;}
	
	.jo_breadcrumbs {padding: 20px 0 !important;}
	
	#gallery {padding: 40px 0 0;}
	#gallery > h2 {margin-bottom: 20px;font-size: 30px;}
	.slide_service_gallery .slick-slide {margin: 0 7px;}
	.slide_service_gallery {padding: 0 0 40px;}
	.slide_service_gallery .gallery_item img{height: 210px;}
	
	#endform .btn.btn-primary.btn-submit{margin: 35px auto 0 !important;font-size: 18px;height: 50px;width: 100%;}
	
	.newsletter {
	  padding-inline-start: 0;
	  border-top: 1px solid;
	  padding-top: 20px;
	  margin-top: 20px;
	}
	.newsletter .wpcf7 input.wpcf7-form-control[type="submit"]{top: 22px;}
}