/*
 Theme Name:   Grace & O'Neill Eyecare
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/



.home--hero--splide .splide__pagination__page.is-active {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><circle cx="8" cy="8" r="8" fill="white"/><circle cx="8" cy="8" r="3" fill="%2324272A"/></svg>');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: scale(2);
    z-index: 11;
}

.testimonial--splide .splide__pagination__page.is-active {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><circle cx="8" cy="8" r="8" fill="%2324272A"/><circle cx="8" cy="8" r="3" fill="white"/></svg>');
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center;
    transform: scale(2);
    z-index: 11;
}