/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

#footer-widgets {
	padding: 1% 0 0;
} 

/* Change spacing on top menu so more room on sub menus */

#top-menu li li {
	padding: 0px;
}
#top-menu li li a {
	width: 230px;
}


/***** Changing the menu selected item ******/
/* #top-menu li.current-menu-item > a {
    color: #000 !important;
} */

/* Trying to do show / hide of section using a button */

body:not(.et-fb) .rv_element { display: none; }
.et_pb_button.rv_button_opened:after { content:"\32"; }
.et_pb_button.rv_button_closed:after { content:"\33"; }

/* 7/5/22 Trying to change the top menu when screen gets narrower 

@media (max-width: 1200px) {
 #top-menu li, #top-menu li a {
 font-size: 6px;
 padding-right: 15px;
 }
}
*/
