/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/


.no-touch .onepage-pagination .cd-dot {
    width: 6px;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    transition: all 100ms ease-in-out 0s;
    box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
    transform: scale(1);
}