/*Theme Name:     Divi Child Theme
 *Description:    A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
 *Author URI:     http://www.elegantthemes.com
 *Template:       Divi
 *Style adjustments for: Provokativ */
@import url("../Divi/style.css");


/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}

/*** Expand the content area to fullwidth ***/
@media (min-width: 981px) {
	#left-area {
		width: 100%;
		padding: 23px 0px 0px !important;
		float: none !important;
	}
}

/*** Hide Sidebar ***/
#sidebar {display:none;}
