/*
Theme Name: Moovit (Child Theme)
Theme URI: http://w4.themedemo.co/moovit
Author: FOXTHEMES
Author URI: https://themeforest.net/user/fox-themes
Version: 1.0.0
Description: A stunning visual experience for minimal loving creative. This template is a responsive and retina-ready WordPress theme with grid system layout. It is optimized for mobile touch and swipe.
Tags: one-column, two-columns, right-sidebar, custom-menu, post-formats, sticky-post, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: moovit-child
Template: moovit
*/

/* = Add your own modification from here
-------------------------------------------------------------- */


.aheto-list--moovit-number ul li p {
	color: #fff;
	
}

.aheto-timeline--moovit-modern.dark-version .aheto-timeline__events a.selected h5:active {
	color: #2c7efd;
}


/** MagicMouse CSS Code **/

@media only screen and (min-width: 1500px) {
	body #magicMouseCursor {
	  z-index:10000000!important;
	  position: fixed;
	  border: 1px solid #fff;
	  background: rgba(0,0,0,0.2);
	  border-radius: 50%;
	  z-index: 9999;
	  left: 0;
	  top: 0;
	  transition: transform 0.07s, width 0.3s, height 0.3s;
	  pointer-events: none; }
	  body #magicMouseCursor.cursor-square {
		border-radius: 0; }

	body #magicPointer {
	  z-index:10000000!important;
	  height: 5px;
	  width: 5px;
	  top: 0;
	  left: 0;
	  position: fixed;
	  background: red;
	  border-radius: 50%;
	  pointer-events: none;
	  transition: background 0.2s, width 0.2s, height 0.2s, box-shadow 0.2s; 
}

/** End MagicMouse CSS Code **/