/*
Theme Name: Divi Child Theme
Version: 2.0
Description: Basic Child Theme by WebLychee
Author: WebLychee
Template: Divi
Author URL: https://weblychee.com
*/
 
/*------- Theme Customizations------- */

.dl-anchor-menu a::before {
	content:'';
	width:100%;
	height:3px;
	background: #000;
	display: block;
	position: absolute;
	bottom: -20px;
	opacity: 0;
	transition: all .3s;
}

.dl-anchor-menu a {
	position:relative;
}
.dl-anchor-menu a.active::before {
	bottom: 0;
	opacity: 1;
}

.dl-anchor-menu.et_pb_menu a.active {
    color: lightsalmon!important;
	border:1px solid red;
}