/* 
	Theme Name: Tlink Theme
	Theme URI: #
	Description: Tlink Theme for Elementor
	Author: Tlink Media
	Author URI: https://webredep.net/
	Template: hello-elementor
	Version: 1.0
*/


/* Child theme CSS
--------------------------------------------------------------- */

/* SCROLL BAR */
::-webkit-scrollbar {
	width: 8px;
}
::-webkit-scrollbar-track {
	background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-image: linear-gradient(to left, #BDBBBE 0%, #9D9EA3 100%), radial-gradient(88% 271%, rgba(255, 255, 255, 0.25) 0%, rgba(254, 254, 254, 0.25) 1%, rgba(0, 0, 0, 0.25) 100%), radial-gradient(50% 100%, rgba(255, 255, 255, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
	background-blend-mode: normal, lighten, soft-light;
}
::-webkit-scrollbar-thumb:hover {
	background: #C9CCD3;
	background-image: linear-gradient(-180deg, rgba(255,255,255,0.50) 0%, rgba(0,0,0,0.50) 100%);
	background-blend-mode: lighten;
}