/*

Theme Name: Miss Rue a Divi Child Theme
Theme URI: https://missrue.com
Description: Divi Child Theme
Author: Miss Rue
Author URI: https://missrue.com
Template: Divi
Version: 1.0.0

*/

  
/* ----------- Add your custom CSS below this line ------------------ */

/* Remove sidebar */
#sidebar {
	display:none;
}

/* Remove thin line */
#main-content .container:before {
	background: none;
}

/* Make content 100% width */
@media (min-width: 981px){
#left-area {
	width: 100%;
	padding-right: 0px !important;
}}