/* 
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(#9066aa, #9066aa);; 
	 border-radius: 0px;
 }
 /* Handle on hover */
 ::-webkit-scrollbar-thumb:hover {
     background: #9066aa; 
 }
 /* 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;
	}
/* review */
.wpsr-review-template.wpsr-review-template-one.wpsr-review-template-google {
    border-radius: 15px;
    background: #E6E6E7;
}
img.wpsr-reviewer-avatar {
    border: 0px solid #fff !important;
}
span.wpsr-reviewer-name {
    color: #6B4682 !important;
    text-align: center;
    -webkit-text-stroke-width: 0.3px;
    -webkit-text-stroke-color: #6B4682;
    font-family: "Varela Round";
    font-size: 19px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal !important;
}
span.wpsr-review-date {
    color: #848484 !important;
    text-align: center;
    font-family: "Varela Round" !important;
    font-size: 13px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
}
p.wpsr_add_read_more.wpsr_show_less_content.wpsr_more_added {
    color: #696969;
    text-align: center;
    font-family: "Varela Round";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
span.wpsr_read_more {
    color: #FF5F00 !important;
    font-family: "Varela Round" !important;
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    text-decoration-line: underline !important;
    text-decoration-style: solid !important;
    text-decoration-skip-ink: auto !important;
    text-decoration-thickness: auto !important;
    text-underline-offset: auto !important;
    text-underline-position: from-font !important;
    text-decoration-color: #FF5F00 !important;
}