/*
Theme Name: Rheymatologos
Theme URI:  https://rheymatologos.gr
Author:     Develop with Arslan
Author URI: https://developwitharslan.com
Template:   generatepress
Version:    1.0
License:    GNU General Public License v2 or later
*/
::-webkit-scrollbar {
    width: 10px;
    background-color: black;
}

::-webkit-scrollbar-thumb {
    background-color: #1575A7;    
    background-image: -webkit-linear-gradient(45deg,
        rgba(119, 214, 119, .2) 25%,
        transparent 25%,
        transparent 50%,
        rgba(119, 214, 119, .2) 50%,
        rgba(119, 214, 119, .2) 75%,
        transparent 75%,
        transparent);
}
.featured-image.page-header-image{
	display: none !important;
}