/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

/* =No Sidebar Page
------------------------------------------------------- */
/*** Expand the content area to fullwidth ***/
@media (min-width: 1000px){
.wpc-fullwidth-page-container #left-area {
    width: 100%;
    padding: 45px !important;
    float: none !important;
}
}
/*** Take out the divider line between content and sidebar ***/
#wpc-main-content .wpc-fullwidth-page-container:before {background: none;}

/* =Fullwidth Page
------------------------------------------------------- */
/*** Expand the content area to fullwidth ***/
@media (min-width: 1000px){
.wpc-fullwidth-page-container_fullwidth #left-area {
    width: 100%;
    padding: 45px !important;
    float: none !important;
}
}
/*** Take out the divider line between content and sidebar ***/
#wpc-main-content .wpc-fullwidth-page-container_fullwidth:before {background: none;}


