/* 
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 */




[type=button]:focus, [type=button]:hover, button:focus, button:hover {
    color: #412800 !important;
    background-color: #fff !important;
    text-decoration: none !important;outline: none;
}

.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item > .shiftnav-target {
    font-size: 1.2rem !important;
     font-family: "Miriam Libre", sans-serif;

}


#shiftnav-toggle-main.shiftnav-toggle-edge-right {
    left: auto;
    right: 0;
    top: 20px;
}

a { cursor: pointer;}



.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, .shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item ul.sub-menu .current-menu-item > .shiftnav-target {
    color: #412800 !important;
    background: #fff !important;
}




.shiftnav-open #shiftnav-toggle-main.shiftnav-toggle-icon-x .shiftnav-toggle-burger .fa:before, .shiftnav-open #shiftnav-toggle-main.shiftnav-toggle-main-entire-bar.shiftnav-toggle-icon-x:before {

    content: url("https://nagarut-ivrit.co.il/wp-content/uploads/2024/02/close.svg") !important;
    width: 14px;
    position: absolute;
    left: 34%;
    top: 28%;
    
    
}



h2 > a::after { 
    height: 2px; 
    background-color: #412800; 
    position: absolute; 
    align-self: center; 
    content: "";
    bottom: -10px;
    width: 100%;
    left: 0;
        z-index: 2;
    display: block;
    opacity: 0;
        transition: .3s;
    transition-timing-function: cubic-bezier(.58,.3,.005,1);
}


h2:hover > a::after { 
    opacity: 1;
        transition: .3s;
    transition-timing-function: cubic-bezier(.58,.3,.005,1);
}




h3 > a::after { 
    height: 2px; 
    background-color: #412800; 
    position: absolute; 
    align-self: center; 
    content: "";
    bottom: -10px;
    width: 100%;
    left: 0;
        z-index: 2;
    display: block;
    opacity: 0;
        transition: .3s;
    transition-timing-function: cubic-bezier(.58,.3,.005,1);
}


h3:hover > a::after { 
    opacity: 1;
        transition: .3s;
    transition-timing-function: cubic-bezier(.58,.3,.005,1);
}


#footer [type=button]:focus, #footer [type=button]:hover, #footer button:focus, button:hover {
    color: #fff !important;
    background-color :#D58D19 !important;
    text-decoration: none !important;outline: none;
}







