/*
Theme Name: Vantage Child
Author: SiteOrigin
Author URI: https://siteorigin.com/
Theme URI: https://siteorigin.com/theme/vantage
Description: Vantage Child Theme
Version: 1.0.0
Template: vantage
Text Domain: vantage
Domain Path: /languages/
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

::-webkit-scrollbar {
  width: 40px;
}
::-webkit-scrollbar-thumb {
    background: rgba(223, 223, 223, 0.79);
    border-radius: 0px;
    height: 10px;
    background-image: url(drogownictwo-scroll-grey.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0.5;
}

::-webkit-scrollbar-track {
    background: rgba(223, 223, 223, 0.79);
}

::-webkit-scrollbar-thumb:hover {
  background-image: url(drogownictwo-scroll-red.jpg);
  opacity:1;
}

.task-group .complete-task-ul .task-title a {
    text-decoration: none;
}

#footer-widgets.full-container {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
#scroll-to-top, .main-navigation, .site-header .shopping-cart-dropdown {
background: linear-gradient(0deg,rgba(50, 168, 90, 1) 0%, rgba(0, 227, 74, 1) 100%);
}
.main-navigation ul li, #colophon #theme-attribution, #colophon #site-info {
	text-transform: uppercase;
}