/*
 Theme Name:   Divi Child Theme
 Description:  This is a sample child theme
 Author:       Ania Romańska
 Author URI:   https://divilover.com
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  divi-child-theme
*/


/* Add CSS below this line */
/* Change the dropdown links hover effect */
.et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu a:hover, .et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu li.current-menu-item a:hover {
    color: #ffffff!important;
    background-color: #395c79 !important;
}