/*
Theme Name: TheGem Elementor Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem-elementor
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/

.thegem-fp-dost-outlined-active #fp-nav ul li:hover a, .thegem-fp-dost-outlined-active #fp-nav ul li a.active, .thegem-fp-dost-outlined-active #fp-nav ul li:hover a.active {border-color: var(--thegem-fullpage-dots-color, #6c75df) !important;}

.thegem-fp-dost-outlined-active #fp-nav ul li a span:not(.fp-sr-only) {background-color: var(--thegem-fullpage-dots-color, #6c75df) !important;}

.thegem-fp #fp-nav ul li .fp-tooltip
{
	background-color: #6c75df !important;
	padding: 5px;
    margin-right: 10px;
    border-radius: 5px;
}

.thegem-fp-dost-outlined-active #fp-nav ul li .fp-tooltip {margin-right: 20px !important;}

.thegem-fp #fp-nav ul li .fp-tooltip:after{
	    content: '';
	width: auto;
    height: auto;
    background-color: transparent !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -17px !important;
    border: 5px solid transparent;
	border-left: 5px solid #6c75df !important;
}