/* 
Theme Name: QhelPRO Detiko v2.6
Theme URI: http://www.qhelpro.net/themes/qhelprondetiko26
Author: QhelPRO System
Author URI: http://www.qhelpro.net/
Description: The 2025 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 26.5.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: qhelpro-detiko

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/** 
*  CUSTOM CSS - WPADCENTER 
*
*/

.wpadcenter-ad-container {
    background-color: var(--color-bg-3);
}
.wpadcenter-ad-container .ad-placement {
    margin: 0;
}
.wpadcenter-custom img {
    max-width: 100%;
    height: auto;
}
.wpadcenter-caption {
    font-size: 0.5em;
    text-transform: uppercase;
    padding: 1px;
    opacity: 0.8;
    letter-spacing: 1px;
}

/** 
*  SCROLLBAR
*
*/

/* width */
.site-menu .navbar::-webkit-scrollbar {
    height: 2px;
    width: 2px;
}
/* Track */
.site-menu .navbar::-webkit-scrollbar-track {
    /* background-image: rgb(from #ffffff r g b / 0.5); */
    background: #cccccc;
}
/* Handle */
.site-menu .navbar::-webkit-scrollbar-thumb {
    /* background-image: rgb(from #ffffff r g b / 0.5); */
    background: #999999;    
}
/* Handle on hover */
.site-menu .navbar::-webkit-scrollbar-thumb:hover {
    background: #666666;
}

/* width */
.header.slide::-webkit-scrollbar {
    height: 2px;
    width: 2px;
}
/* Track */
.header.slide::-webkit-scrollbar-track {
    /* background-image: rgb(from #555555 r g b / 0,5); */
    background: #ccc;
}
/* Handle */
.header.slide::-webkit-scrollbar-thumb {
    /* background-image: rgb(from #555555 r g b / 0.5); */
    background: #999;
}
/* Handle on hover */
.header.slide::-webkit-scrollbar-thumb:hover {
    background: #666;
}


