
/* 
 Theme Name:     Melbourne Entertainment Company
 Author:         MEC
 Author URI:     http://www.melbourneentertainmentco.com.au/
 Template:       Divi
 Version:        v.02
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 5.3.2
*/

/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */

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

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

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