/*
Theme Name: Divi Child Theme
Version: 1.0
Description: Basic Child Theme by Reformation Classic
Author: M. Gottwald
Template: Divi
Author URL: https://reformationclassic.com
*/
 
/*------- Theme Customizations------- */

/*set the Divi menu dropdown auto width*/
@media only screen and (min-width: 981px) {
	.nav li ul {
		width: fit-content;
		display: flex;
		flex-direction: column;
	}
	.nav li li {
		white-space: nowrap;
	}
	.nav li li a {
		width: auto !important;
	}

}
/* Scroll to Top Button */
.et_pb_scroll_top.et-pb-icon {
    border-radius:50%;
    right:1rem;		
} 