/*
 Theme Name:     Phusx theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Anpassat child theme för Divi.
 Author:         Tony Hammarlund
 Author URI:     https://tonyhammarlund.io
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */


.et_header_style_left #et-top-navigation nav>ul>li>a:hover {
	border-bottom: 3px solid #3452ff;
	padding-bottom: 10px;
	margin-bottom: 10px;
	opacity: 1;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a:hover {
	border-bottom: 3px solid #3452ff;
	padding-bottom: 7px;
	margin-bottom: 10px;
	opacity: 1;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

