/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 06 2024 | 13:16:58 */
/* .ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
	line-height: 50px !important;
} */

.current-menu-item a {
	position: relative;
	display: inline-block;
}

.current-menu-item a:after {
	content: '';
	display: block;
	margin: auto;
	height: 3px;
	margin-top: -17px;
	width: 70%;
	background-color: var(--ast-global-color-0);	
}