/*
 Theme Name:   Divi Child Theme
 Description:  This is a sample child theme
 Author:       Felipe Quintero
 Author URI:   https://felipequintero.net
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  divi-child-theme
*/


/* Add CSS below this line */

/* Hide the sidebar */
.et_pb_sidebar_layout_left #sidebar {
    display: none;
}

/* Make the content area full width 
.container {
  width: 100% !important;
  max-width: 100% !important;
  padding-top: 0px !important;
}
.et_post_meta_wrapper {
  display: none;
}

.entry-title {
  display: none !important;
}
}*/
