/* 
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 */
a{text-decoration:none;}
a:hover{text-decoration:none;}
.comments-area a, .page-content a{text-decoration:none;}
.sr-only{display:none;visibility:hidden;}
b, strong{font-weight:700;}

.tours-workshops-types a{color:#000000;text-decoration:none;}
.back2homepage-btn a{text-decoration:none;}

.home-slider::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.home-banner .premium-banner-ib-title.premium_banner_title{position:absolute}
@media (max-width: 767px) {
    .home-banner .premium-banner-ib-title.premium_banner_title{top:75%;}
}

@media (min-width: 768px) {
    .home-banner .premium-banner-ib-title.premium_banner_title{top:90%;}
}

/*gallery*/
/* --- גלריה כללית --- */
.cbp-wrapper {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-start; /* מתחיל מצד ימין עם direction: rtl */
  direction: rtl; /* סדר התמונות מימין לשמאל */
  gap: 15px; /* רווח בין התמונות */
  position: static !important; /* מבטל את המיקום המוחלט של הווידג'ט */
}

/* --- פריטי גלריה --- */
.cbp-item {
  position: static !important; /* מבטל absolute */
  width: calc(100% / 7 - 15px); /* 7 תמונות בשורה בשולחן עבודה */
  box-sizing: border-box;
}

@media (max-width: 1280px) {
  .culinary-tour-gallery .gallery{
    margin:0 10px -20px -10px !important;
  }
}

/* --- טאבלט גדול: 7 תמונות בשורה --- */
@media (max-width: 1180px) {
  .cbp-item {
    width: calc(14% - 10px) !important;
  }
}


/* --- טאבלט: 4 תמונות בשורה --- */
@media (max-width: 1024px) {
  .cbp-item {
    width: calc(25% - 12px) !important;
  }
}


/* --- מובייל: 2 תמונות בשורה --- */
@media (max-width: 768px) {
  .cbp-item {
    width: calc(50% - 10px) !important;
  }
  .cbp-wrapper {
    gap: 10px;
  }
}

/*custom tour*/
.custom-tour-form{}
.custom-tour-form-row{margin-bottom:20px;}
.custom-tour-form-row input::placeholder{text-align:right;direction:rtl;color:#2d3091;}
.custom-tour-form-row textarea::placeholder{text-align:right;direction:rtl;color:#2d3091;}
.custom-tour-form-row input[type="text"],
.custom-tour-form-row input[type="email"],
.custom-tour-form-row input[type="tel"]{background-color:#ffffff;color:#2d3091;}
.custom-tour-form-row textarea{max-height:100px;}
.custom-tour-form-row input[type="submit"]{width:100%;background-color:#851535;color:#ffffff;}


/*contact main*/
.contact-main-form{}
.contact-main-form-row{margin-bottom:20px;}
.contact-main-form-row input::placeholder{text-align:right;direction:rtl;color:#2d3091;}
.contact-main-form-row textarea::placeholder{text-align:right;direction:rtl;color:#2d3091;}
.contact-main-form-row input[type="text"],
.contact-main-form-row input[type="email"],
.contact-main-form-row input[type="tel"]{background-color:#ffffff;color:#2d3091;}
.contact-main-form-row textarea{max-height:100px;}
.contact-main-form-row input[type="submit"]{width:100%;background-color:#851535;color:#ffffff;}
/*footer*/
footer ul{list-style-type:none;padding:0;}
footer ul li a{color:#ffffff;}
footer ul li a:hover{color:#ffffff;}

footer .wpcf7-response-output{color:#ffffff;}

.footer-form{}
.footer-form-row{margin-bottom:20px;}
.footer-form-row .wpcf7-list-item-label{color:#ffffff !important;}
.footer-form-row .wpcf7-list-item-label a{color:#ffffff !important;}
.footer-form-row .wpcf7-list-item-label a:hover{color:#ffffff !important;}
.footer-form-row input::placeholder{text-align:right;direction:rtl;color:#2d3091;}
.footer-form-row textarea::placeholder{text-align:right;direction:rtl;color:#2d3091;}
.footer-form-row input[type="text"],
.footer-form-row input[type="email"],
.footer-form-row input[type="tel"]{background-color:#ffffff;color:#2d3091;}
.footer-form-row textarea{max-height:100px;}
.footer-form-row input[type="submit"]{width:100%;background-color:#851535;color:#ffffff;}

/*scrollbar*/
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #585757; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #2d3091; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #bb7329; 
}