/* 
Theme Name: TalBurger
Theme URI: https://www.webthenet.co.il/
Description: A theme for Tal Burger
Author: WebTheNet
Author URI: https://www.webthenet.co.il/
Template: hello-elementor
Version: 1.0.1
Text Domain: tal
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
*/

.mainmenu .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted)::after,
.mainmenu .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted)::before 
{opacity:1;}
.mainmenu .elementor-nav-menu--dropdown a {justify-content:center}
.mainmenu .elementor-item::after {background-image: url(img/menusep.png);background-repeat: no-repeat;background-size: contain;content: "";width: 100%;height: 6px;background-position: center;bottom:0;}
.mainmenu .elementor-item-active::after, .mainmenu .elementor-item:hover::after {background-image: url(img/menusep-red.png)}
.home-vertical-slider {padding: 90px 0;}
.home-vertical-slider div {margin-bottom:10px}
.home-vertical-slider .slick-next {left:40%;bottom:60px;width:50px;top:auto;}
.home-vertical-slider .slick-prev {top:0;right:40%;width:50px;}
.home-vertical-slider .slick-next::before,.home-vertical-slider .slick-prev::before {content:"";}

.bike-animation {animation: yo-yo 15s infinite linear; }
.footer-animate img {animation: yo-footer 1s infinite linear; }
.footer-animate_2 img {animation: yo-footer-2 1s infinite linear; }
#getbacktome {background: url(img/submit.png) no-repeat;width:257px;height:66px;}

.eicon-menu-bar::before {content: "" !important;background-image: url(img/hamburger-menu.svg);height: 30px;width: 43px;display: block;background-repeat: no-repeat;}
.elementor-menu-toggle.elementor-active i::before {background-size:contain;background-position:center center;background-image: url(img/close-menu.svg)}

@media all and ( max-height: 828px ){
.sidemenu {background-image:none !important}
}
@media all and ( max-height: 605px ){
.sidesocial {display:none !important;}
}
@media all and ( max-width: 768px ){
.home-vertical-slider {padding: 15px 0;}
.home-vertical-slider div {margin-bottom:0;margin-right:5px;margin-left:5px;}
}
@keyframes yo-yo {
  0% {transform: translateX(0%); }
  50% {transform: translateX(80%); }
  100% {transform: translateX(0%); }
  /*75% { transform: translateX(0%);  }
  100% { transform: translateX(80%);  }*/
}
@keyframes yo-footer {
  0% {transform: translateX(0%); }
  50% {transform: translateX(1%); }
  100% {transform: translateX(0%); }
  /*75% { transform: translateX(0%);  }
  100% { transform: translateX(80%);  }*/
}
@keyframes yo-footer-2 {
  0% {transform: translateX(0%); }
  50% {transform: translateX(10%); }
  100% {transform: translateX(0%); }
  /*75% { transform: translateX(0%);  }
  100% { transform: translateX(80%);  }*/
}
.grecaptcha-badge {display:none !important}