/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



/* html.header-loading .menu-wrap {
    opacity: 0;
    visibility: hidden;
}


html:not(.header-loading) .menu-wrap {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.15s ease;
} */


body.single-post h2.title_post {
    padding-top: 40px;
}



body, html{
    overflow-x: hidden;
    width: 100%;

}


.jet-form-builder-file-upload__content {
   cursor: pointer;
    background: #E5E7EB;
    border-radius: 100%;
}

.jet-form-builder-file-upload__file {
   margin: 0;
       border-radius: 100%;
    overflow: hidden;
}

 input[type="file"].user_image {
  display: none;
}

.jet-form-builder-file-upload__content::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
right: 1px;
    bottom: 1px;
  border-radius: 50%;
  background-image: url("/wp-content/uploads/2026/02/file2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;

}

.title_post{
  scroll-margin-top:80px;
}
@media(max-width:767px){
  .title_post{
   scroll-margin-top:2px;
}
}
/* @media(max-width:500px){
  .title_post{
   scroll-margin-top:150px;
}
} */




gmp-place-autocomplete{
  border-radius: 10px;
    height: 40px;
    width: 250px !important;
    
}
#change-city-btn{
     background: #fff;
    border-radius: 150px;
    border: 0;
    color: #00243d;
    padding: 6px 10px;
    line-height: 1;
   
    font-size: 13px;
}

#change-city-btn:hover{
        background: #dce2f0;
    text-decoration: underline;
}

#city-selected-view{
 display: flex;
    gap: 7px;
    align-items: center;
 margin-bottom: 15px;
}

#cancel-city-btn{
  color: #fff;
    border: 0;
    padding: 0;
    text-decoration: underline;
    font-size: 14px;
}

#cancel-city-btn:hover{
  color:#dce2f0;
}

#jewit-zmanim-result ul{
  padding: 0;
  list-style: none;
}

.newlist_he {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}


.loading{
    display: none;
  width: 100%;
  position: relative;
  height: 100px;
}

.is-loading .loading::after{
  content: "";
  position: absolute;
    top: 70%;
  left: 50%;
  width: 22px;
  height: 22px;
  margin-left: -11px;
  margin-top: -11px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: jewitSpin 700ms linear infinite;
  pointer-events: none;
}

/* siddur custom designd styles */
.colorChois.selected, .fontChois.selected,
.tefilaChois.selected .e-child,
.colorChois:hover, .fontChois:hover,
.tefilaChois:hover .e-child,
  .nosachChois.selected,
 .nosachChois:hover
{
  outline: 2px solid #00243D;
    outline-offset: 3px;
}

.nosachChois{
  transition:opacity 0.5s ease;
}

 /* .boxNosachMobile .nosachChois.selected>.e-child,
.boxNosachMobile .nosachChois:hover>.e-child
{
  background: #B2B2B2;
} */

.box{
  max-width:150px;
  overflow:hidden;
  transition:max-width 0.1s ease;
    min-width:0;
     flex-shrink:1;
     
}
.box.open{
    max-width:380px;
  overflow: visible;
  transition:max-width 0.1s ease;

}

.sidurColor .jet-listing-dynamic-field__content{
  transition: font-size 0.1s ease-in-out;
}

.boxFontDesc{
  height: 70px;
}

.boxFontDesc.open{
    max-width:280px;
    width:280px;
  overflow: visible;
  transition:max-width 0.1s ease;
  border-radius: 40px;
  height: 160px;

}
.boxNosachDesc.open{
  height: 70px;
}

.boxTefilaDesc{
  height: 70px;
}

.boxTefilaDesc.open{
  max-width:450px;
  width:450px;
  height:100px;
  border-radius: 40px;
  transition:max-width 0.1s ease;
  overflow: visible;

}
.boxTefilaDesc.open .innerBox{
  width:350px;
  
}

.boxNosachDesc.open{
    max-width:345px;


}

.innerBox{
  min-width:0;
  
}

.innerBox > *:not(:first-child){
  opacity:0;
  pointer-events:none;
    transition:opacity 0.5s ease;

}

.box.open .innerBox > *:not(:first-child){
  opacity:1 !important;
  pointer-events:auto;
      transition:opacity 0.5s ease;

}

.innerBoxfonts{
  width: 0;
  max-width: unset ;
  padding: 0;
}
.innerBoxfonts  > *{
  opacity:0;
  pointer-events:none;

}

.boxFont.open .innerBoxfonts{
  padding: 20px 5px 20px 20px
}

.boxFont.open .numberDisplay{
  opacity: 0;
  width: 0;
  height: 0;
  min-height: 0;
}

.boxFont.open .innerBoxfonts > *{
  opacity:1;
  pointer-events:auto;
      transition:opacity 0.5s ease;

}

.boxTefilaDesc:not(.open)    .tefilaChois:first-child .elementor-heading-title{
   display: none;
}

.boxTefilaDesc:not(.open)    .tefilaChois:first-child {
  min-height: 55px;
}

.boxTefilaDesc.open    .tefilaChois:first-child .elementor-widget-heading{
   display: block;
}


/* רק אם הוא לא נמצא בתוך newlist_he אחר */
.newlist_he:not(.newlist_he .newlist_he)::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  padding: 2px;
  background-image: url("/wp-content/uploads/2025/12/Group-48098388.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  inset-inline-start: 0;
  top: 0.2em;
      margin-top: -2px;
}

.newlist_he > *:first-child {
  padding-inline-start: 2px;
}



blockquote {
/*   display: flex;
  justify-content: center;
  align-items: center; */
  border-radius: 12px;
  border: 1px solid #748D9F;
  padding: 20px;
  height: fit-content;
  margin: 0;

}

blockquote p {
  margin: 0;
  line-height: 1.6;
}

a{
	color: #00243D;
}
a:hover{
		color: #00243D;
}


a.parasha-link{
   text-decoration: underline;
}


button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.elementor-button {
  cursor: pointer;
}


.open-popup{
  font-weight: 700;
  color: #0091FA;
	cursor: pointer;
}


.post-toc {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    position: relative;
}


.tefila .tefilaByTime{
  background: #0091fa21;
  border-radius: 8px;
  color: #0091FA;
  padding: 35px;
      margin: 40px 0;
}


body div.nsl-container .nsl-button-google div.nsl-button-label-container{    
    font-family: "Simona", Sans-serif;
}

/*  donation popup style */

#wcdp-popup #ship-to-different-address {
    display: none !important;
}

#wcdp-form .wcdp-style5-active, #wcdp-form  .wcdp-style5:hover {
    color: #00243D;
    background-color: #E7EBEF;
        border-radius: 17px;
}

#wcdp-form .wcdp-style5 {
     color: #00243D;
         height: 100%;
         font-size: 14px;
}
#wcdp-form #wcdp-popup {
    font-family: 'Simona';
    padding: 50px;
    max-width: calc(49ch + 200px);
    border-radius: 21px;
}

.woocommerce-form-coupon-toggle{
  display: none;
}

#wcdp-form .wcdp-style5:after , #wcdp-form .wcdp-style5-active:after{
    display: none;
}

#wcdp-form .wcdp_options>li>label {
   
    background: #E7EBEF;
    color: #00243D;
    font-size: 21px;
    padding: 10px 10px 15px 10px;
    border-radius: 150px;
}

#wcdp-form ul.wcdp_options>li>input:checked+label, #wcdp-form .wcdp_options>li>label:hover {
    background: #CCEAFF
}

#wcdp-popup .wcdp-steps-wrapper {
        outline: 2px solid #DBDCDE;
    border-radius: 17px;
    height: 39px;
}

#wcdp-popup  .wcdp_options>li>input:checked+label:after {
    display: none;
} 

#wcdp-popup .wcdp-row>label,#wcdp-popup .wcdp-variation-heading, 
#wcdp-popup  .wcdp-tab h3{
    font-size: 22px;
    font-weight: 500;
    margin: 33px 0;
    color: #00243d;
    margin-top: 20px;
}

#wcdp-popup .wcdp-button, #wcdp-popup .wcdp-form butt on{
    background: transparent;
    border: 1px solid #00243D;
    border-radius: 150px;
    color: #00243D;
    font-weight: 600;
    padding: 15px 45px;
    font-size: 17px;
}

#wcdp-popup .wcdp-button.wcdp-left{
  float: right;

}
#wcdp-popup .wcdp-button.wcdp-right{
  float: left;
  
}

#wcdp-popup .wcdp-choose-donation{
  padding: 0 38px;
}

#wcdp-popup  .wcdp_options {
    
    grid-gap: 10px;
}

#wcdp-popup .woocommerce-billing-fields h3{
   font-size: 22px;
    font-weight: 500;
  
    color: #00243d;
}

#wcdp-popup .woocommerce form .form-row .input-text, 
#wcdp-popup .woocommerce form .form-row select{
  border-radius: 8px;
  background-color: #F3F5F7;
  border-radius: 150px;
    color: #8C9CA7;
    border: 0;
    padding: 15px 20px;
    text-align: right;
}


#wcdp-popup .form-row label, #wcdp-popup  .form-row input{
    font-size: 17px;
    color: #00243d;
}

#wcdp-popup .woocommerce form .form-row-first,
#wcdp-popup  .woocommerce form .form-row-last {
    width: 49%;
}

#wcdp-popup .shop_table  thead,
#wcdp-popup .shop_table  tfoot{
  display: none;
}

#wcdp-popup .woocommerce table.shop_table td{
    border: 0;
}


#wcdp-popup .woocommerce table.shop_table{
  border: 0;
}
#wcdp-popup table tbody>tr:nth-child(odd)>td, #wcdp-popup table tbody>tr:nth-child(odd)>th {
    background-color: transparent;
    padding: 0;
}

#wcdp-popup  table.shop_table .cart_item{
       display: flex;
    flex-direction: column;
    background-color: #E6EBEF;
    padding: 30px;
        border-radius: 16px;
         font-size: 17px;
    color: #8C9CA7;
}

#wcdp-popup .woocommerce table.shop_table td.product-name::before{
    content: 'סך ה';
    margin-left: -4px;
}

#wcdp-popup .woocommerce table.shop_table td.product-total{
    font-size:120px ;
     color: #00243d;
}

#wcdp-popup .woocommerce table.shop_table .woocommerce-Price-currencySymbol{
  font-size: 43px;
}

#wcdp-popup .woocommerce table.shop_table td.product-total bdi{
  display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: baseline;
        line-height: 1;
        margin-right: -33px;
        margin-top: -10px;
}

#wcdp-popup .woocommerce table.shop_table .product-quantity{
    display: none;
}

#wcdp-popup .woocommerce-cart #payment, #wcdp-popup .woocommerce-checkout #payment {
    background: transparent;
}

#wcdp-popup .woocommerce #payment #place_order{
  background-color: #fff;
    border: 1px solid #00243D;
    border-radius: 150px;
    color: #00243D;
    font-weight: 600;
    padding: 15px 45px;
    font-size: 17px;
    margin-top: 28px;
    margin-bottom: -90px;
}

#wcdp-popup .woocommerce #payment #place_order:hover{
     background-color: #00243D;
     color: #fff;
}

#wcdp-popup .woocommerce-form__label-for-checkbox .woocommerce-terms-and-conditions-checkbox-text,
#wcdp-popup .woocommerce form .form-row .required,
#wcdp-popup .validate-required input.woocommerce-form__input-checkbox {
    font-size: 14px;
}

#wcdp-popup .validate-required input.woocommerce-form__input-checkbox {
    margin-left: 2px;
}

#wcdp-popup .woocommerce-checkout #payment ul.payment_methods,
#wcdp-popup .woocommerce-checkout #payment div.form-row{
  padding: 0;
}


#wcdp-popup .woocommerce-checkout #payment div.payment_box {
    padding: 0;
    margin: 0;
    border-radius: 0;
    line-height: 1.5;
    background-color: transparent;
    color: #00243d;
    margin-right: 33px;
    line-height: 1;
}

#wcdp-popup  .woocommerce-checkout #payment div.payment_box::before{
    display: none;
}

#wcdp-popup .woocommerce-checkout #payment ul.payment_methods li{
    margin-bottom: 15px;
}

#wcdp-popup .woocommerce-checkout #payment ul.payment_methods li.wc_payment_method label{
            margin-top: -10px;
        color: #00243d;
           font-size: 17px;
    font-weight: 500;
}

html:not([lang="he-IL"]) #enable-toolbar-trigger{
   right: 25px !important;
    left: auto !important;
}

html[lang="he-IL"] #enable-toolbar-trigger{
   left: 93px !important;
    right: auto !important;
}

body.trigger-size-medium #enable-toolbar #enable-toolbar-trigger svg#enable-toolbar-trigger-svg {
    width: 44px;
    height: 35px;
}

body #enable-toolbar {

    z-index: 99999 !important;

    position: relative;
}

/* ai chat styles */
body .listeo-floating-chat-button, .listeo-ai-chat-send-btn, body .listeo-ai-load-listing-btn {
    background: #00243D !important;
}

html:not([lang="he-IL"]) body .listeo-floating-chat-widget.position-left {
    right: 85px;
    left: auto;
}
html:not([lang="he-IL"]) .listeo-floating-chat-widget.position-left .listeo-floating-chat-popup{
    right: 0;
    left: auto;
}

/* .elementor-chat-style .listeo-ai-chat-wrapper.expanded .listeo-ai-chat-messages {
    max-height: 400px;
    padding: 20px;
    position: absolute;
    background: #fff;
    z-index: 99;
       top: 73px;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    width: 100% !important;
}

body .listeo-ai-chat-send-btn {
        background-color: #A3D8FF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px !important;
    min-width: 68px !important;
    max-width: 68px !important;
    left: 7px;
    right: auto;
    height: 47px !important;
    max-height: 47px !important;
    min-height: 47px !important;

}

body .listeo-ai-chat-send-btn:hover {
    background-color: #85CBFF;
}

body .listeo-ai-chat-send-btn img{
  display: none;
}

body .listeo-ai-chat-send-btn:after{
  content: "";
  background-image: url(/wp-content/uploads/2025/12/Frame-2608504.svg);
    background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
width: 24px;
    height: 23px;
  display: inline-block;
  
}

body .elementor-chat-style .listeo-ai-chat-input {
    padding-left: 55px !important;
    padding-right: 20px !important;
        line-height: 25px !important;
            overflow-x: hidden;
    overflow-y: auto;
        min-height: 84% !important;
    height: 84% !important;
        font-size: 17px !important;
      color: #8C9CA7 !important;
}

body .elementor-chat-style .listeo-ai-chat-input::placeholder {
    color: #8C9CA7 !important;
 
}

body .elementor-chat-style .listeo-ai-chat-menu-shortcode {
    top: -36px;
    bottom: auto;
    left: 11px;
    right: auto;
    background: rgba(0, 0, 0, 0.05);
    color: #333;
}
 body .listeo-ai-chat-powered-by{
  display: none !important;
    visibility: hidden !important;
    opacity: 0!important;
 }



 body .elementor-chat-style  .listeo-ai-chat-container {
    border-radius: 150px;
    zoom: 1;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #B9C6D0;
    box-shadow: unset;
}

body .elementor-chat-style .listeo-ai-chat-wrapper.expanded .listeo-ai-chat-container {
    border-radius: 150px;
}

body .elementor-chat-style .listeo-ai-chat-wrapper {
    height: 60px !important;
}

body .elementor-chat-style .listeo-ai-chat-input-wrapper {
    height: 100%;
    padding: 0;
} */
/* responsive */

@media (max-width: 1200px) {
  gmp-place-autocomplete {
      border-radius: 8px;
      height: 30px;
      width: 200px !important;
  }
}

@media (max-width: 768px) {
	
	.listeo-floating-chat-widget.position-left .listeo-floating-bubble-stack {
        right: auto;
        left: 15px;
        display: none;
    }

  html[lang="he-IL"] #enable-toolbar-trigger{
      left: 23px !important;
}

body.trigger-size-medium #enable-toolbar #enable-toolbar-trigger svg#enable-toolbar-trigger-svg {
    width: 32px;
    height: 30px;
}
  gmp-place-autocomplete {
      border-radius: 8px;
      height: 35px;
      width:100% !important;
  }

  body.single-post h2.title_post {
    padding-top: 10px;
  }

  #wcdp-popup .wcdp-choose-donation {
    padding: 0;
}

#wcdp-form #wcdp-popup {
    padding: 50px 30px;
  }

  #wcdp-form #wcdp-popup .wcdp-body {
    padding: 0;
  }

  #wcdp-form #wcdp-popup .wcdp-steps-wrapper {
    margin: 0 0 20px;
  }

  #wcdp-popup .woocommerce #payment #place_order{
    width: auto;
    padding: 15px 35px;
        float: left;
  }

  #wcdp-popup .woocommerce table.shop_table td.product-total {
    font-size: 90px;
  }
  #wcdp-popup .woocommerce table.shop_table .woocommerce-Price-currencySymbol {
    font-size: 33px;
}
}

@media (max-width: 480px) {

  #wcdp-form #wcdp-popup {
    padding: 30px 15px;
  }

  #wcdp-form .wcdp_options>li>label {
  
    font-size: 17px;
  }

  #wcdp-popup .wcdp-button, #wcdp-popup .wcdp-form butt on {
      padding: 11px 35px;
      font-size: 15px;
  }

  #wcdp-popup .wcdp-row>label, #wcdp-popup .wcdp-variation-heading, #wcdp-popup .wcdp-tab h3 {
    font-size: 19px;
    margin: 27px 0;
  }

  #wcdp-popup .form-row label{
    font-size: 15px;
  }

   #wcdp-popup .form-row input {
    font-size: 14px;
        padding: 11px 14px;
   }

   #wcdp-popup .woocommerce form .form-row-first, #wcdp-popup .woocommerce form .form-row-last {
    width: 100%;
  }

  #wcdp-popup .woocommerce table.shop_table td.product-total {
    font-size: 70px;
  }

  #wcdp-popup .woocommerce table.shop_table .woocommerce-Price-currencySymbol {
    font-size: 28px;
}

    #wcdp-popup .woocommerce #payment #place_order {
        padding: 11px 35px;
        font-size: 15px;
    }

}

@media (max-width: 380px) {

  #wcdp-form .wcdp-style5 {
    font-size: 12px;
}

#wcdp-popup .woocommerce #payment #place_order {
        margin: 0;
        margin-bottom: -15px;
        width: 100%;
    }

      #wcdp-popup #wcdp-step-3 .wcdp-button.wcdp-left{
        float: none;
        width: 100%;
      }
  #wcdp-popup  .wcdp-close {
    width: 27px;
    }
}