/*
 Theme Name:   Wahe Theme (Divi)
 Theme URI:    https://rootree.ca
 Description:  Wahe Theme for Divi
 Author:       Rootree
 Author URI:   https://rootree.ca
 Template:     Divi
 Requires PHP: 8.2
 Version:      1.1.2
*/

/*
Make left area take full width now that the sidebar is gone.
*/
#content-area #left-area {
	width: 100%;
	float: unset;
	padding-right: unset;
}

/*
Remove sidebar line
*/
.et_right_sidebar #main-content .container::before {
	display: none;
}
