/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

.gradienr-bg-1{
    background: rgb(100,194,162);
    background: linear-gradient(90deg, rgba(100,194,162,1) 0%, rgba(22,178,192,1) 50%, rgba(44,174,228,1) 100%);
}

/*
 header
 */

/*----------------------------------------main menu--*/

.main-menu .elementor-nav-menu li {

    border-right: 1px solid rgba(81, 95, 106, 0.52);
    border-top: 0;
    border-bottom: 0;
}
.main-menu .elementor-nav-menu li:first-child {
    border-right: 1px solid rgba(81, 95, 106, 0.52);
}

/*----------------------------------------top menu--*/

.top-menu .elementor-nav-menu li {

    border-left: 1px solid #fff;
    border-top: 0;
    border-bottom: 0;
}
.top-menu .elementor-nav-menu li:last-child {
    border-left: 0;
}


/*
blue section
 */

.blue-section label {
    color: #fff!important;
    font-size: 14px!important;
}
/*
devider degree
 */

.map-line  .elementor-divider-separator{
    transform: rotate(-45deg);
}

.inEnglish {
    direction: ltr;
    text-align: left;
}
.inEnglish .border-left
{
    border-left: none !important;
    border-right: 1px solid #dee2e6 !important;
}
#theMainMnu .jet-menu-item-wrapper{
	adisplay: none;
}
.search_icon {
color: #fff;
    position: relative;
    top: 3px;	
}
@media (min-width: 767px) AND (max-width: 1400px) {
	#hebrewTopMenu {
		    padding: 0% 2% 0% 2%!important;
	}
}