/*------------------------------------------------------------------------------

Theme Name:     Divi Child
Theme URI:      https://www.elegantthemes.com/
Description:    Divi Child Theme
Author:         Elegant Themes
Author URI:     https://www.elegantthemes.com/
Template:       Divi
Version:        1.0.5
Text Domain:    Divi-Child
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html

------------------------------------------------------------------------------*/

/* Additional CSS Theme Customization Starts Here */

/*----------------------------------------------------------------------------*/

/* Remove Divi Sidebar & Expand Content */
@media (min-width: 981px) {

  /* 1. Hide sidebar completely */
  #sidebar,
  .et_pb_sidebar,
  .et_pb_widget_area {
    display: none !important;
    visibility: hidden !important;
  }

  /* 2. Remove thin vertical divider */
  #main-content .container:before {
    display: none !important;
  }

  /* 3. Make main content full width */
  #left-area,
  .et_right_sidebar #left-area,
  .et_left_sidebar #left-area {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }
}

/*----------------------------------------------------------------------------*/

/* Remove "Login" from WooCommerce Login Page */
.woocommerce-account .woocommerce h2 {
    display: none !important;
}

/*----------------------------------------------------------------------------*/
