/*
Theme Name:  Divi Child Theme
Theme URI:   http://elegantthemes.com
Version:     1.0
Description: A child theme of Divi
Author:      Mike Rezl
Author URI:  http://www.mikerezl.com
Template:    Divi
*/


/* Disable the sidebar site-wide */
@media (min-width: 981px) {
#main-content .container:before { 
background-color: transparent;
}
.et_right_sidebar #left-area { 
width: 100%;
}
#sidebar { 
display: none;
}
}



