/*
Theme Name:     Hello Elementor Child
Theme URI:      https://moodweb.co.il/
Description:    A child theme of Hello Elementor, custom developed by the MoodWeb team.
Author:         MoodWeb Team
Author URI:     https://moodweb.co.il/
Template:       hello-elementor
Version:        1.0.0
Text Domain:    hello-elementor-child
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,body {
overflow-x: hidden;}
/* width */
 ::-webkit-scrollbar {
     width: 10px;
 }
 /* Track */
 ::-webkit-scrollbar-track {
     box-shadow: inset 0 0 5px grey; 
     border-radius: 0px;
 }
 /* Handle */
 ::-webkit-scrollbar-thumb {
     background: linear-gradient(#000, #000);; 
	 border-radius: 0px;
 }
 /* Handle on hover */
 ::-webkit-scrollbar-thumb:hover {
     background: #000; 
 }
 /* accessibility */
.pojo-a11y-toolbar-toggle-link {
    border-radius: 100%;
    padding: 9px !important;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{
    font-size: 129%;
	}

.pojo-a11y-toolbar-overlay{
	transform: translateY(-100%);
}

.pojo-a11y-toolbar-overlay{
		left:-90px !important;
	}