/*
 Theme Name:   Pristine Image Inc. Theme
 Theme URI:    https://goldenstupa.media
 Description:  Pristine Image Inc's Wordpress Theme
 Author:       Golden Stupa Media 
 Author URI:   https://goldenstupa.media
 Template:     Divi
 Version:      1.0.0
*/
h1, h2, h3, h4, h5, h6 {
}
#top-menu .current-menu-item a::before,
#top-menu .current_page_item a::before {
 content: "";
 position: absolute;
 z-index: 2;
 left: 0;
 right: 0;
}
#top-menu li a:before {
 content: "";
 position: absolute;
 z-index: -2;
 left: 0;
 right: 100%;
	border-radius: 28px;
 bottom: 50%;
 background: #ffd800; /*** COLOR OF THE LINE ***/
 height: 5px; /*** THICKNESS OF THE LINE ***/
 -webkit-transition-property: right;
 transition-property: right;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}
#top-menu li a:hover {
 opacity: 1 !important;
}
#top-menu li a:hover:before {
 right: 0;
}
#top-menu li li a:before {
 bottom: 10%;
}	
.grecaptcha-badge { 
    visibility: hidden !important;
}
