/*
Theme Name: Artabria_Divi
 
Theme URI: http://www.gtartabria.es
 
Version: 1.0
 
Description: child theme de DIVI.
 
Author: GT Artabria
 
 
Template: Divi
*/

/*** 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;
}
}