/*
 Theme Name:   Robor Child  
 Theme URI:    https://wordpress.themeholy.com/robor/
 Description:  This is a child theme for Robor - WordPress Theme
 Author:       Themehour
 Author URI:   https://themeforest.net/user/themehour
 Template:     robor
 Version:      1.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  robor-child
*/

/*  [ Add your custom css below ] 
- - - - - - - - - - - - - - - - - - - - */ 
body{
cursor:none;
}

/* INNER DOT */

.inner-cursor{
position:fixed;
width:10px;
height:10px;
background:#6A0CF7;
border-radius:50%;
pointer-events:none;
transform:translate(-50%,-50%);
z-index:9999;
transition:transform .15s ease;
}

/* OUTER RING */

.outer-cursor{
position:fixed;
width:35px;
height:35px;
border:2px solid #DE2AAD;
border-radius:50%;
pointer-events:none;
transform:translate(-50%,-50%);
z-index:9998;
transition:all .2s ease-out;
}

/* HOVER EFFECT */

.cursor-hover{
transform:translate(-50%,-50%) scale(1.8);
background:rgba(0,0,0,0.1);
border:2px solid #000;
}