/*======================================
Theme Name: MDT CHILD
Theme URI: https://divicake.com/
Description: LWS CHILD THEM FOR DIVI
Version: 1.0
Author: LiNDERT WEB SOLUTION
Author URI: https://divicake.com/
Template: Divi
======================================*/

.link-effect-white a {
	cursor: pointer;
	padding-bottom: 5px;
	transition: all 0.2s linear;
	background: linear-gradient(to bottom, #998675 0%, #998675 98%); /*Change color of the underline from here*/
	background-size: 0px 2px;
	background-repeat: no-repeat;
	background-position: left 100%;
}
.link-effect-white a:hover {
	background-size: 100% 2px;
}

