/* 
Theme Name:		Hello Elementor Child
Theme URI:		https://elementor.com/
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.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(#e19a27, #e19a27);; 
	 border-radius: 0px;
 }
 /* Handle on hover */
 ::-webkit-scrollbar-thumb:hover {
     background: #e19a27; 
 }
 /* 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;
	}