/*
 *  Theme Name:   Bidehuts.net
 *  Theme URI:    https://oshito.net/
 *  Description:  Divi Child Theme
 *  Author:       Samuel Barrena
 *  Author URI:   https://oshito.net
 *  Template:     Divi
 *  Version:      1.0.0
 *  License:      GNU General Public License v2 or later
 *  License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 *  Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 *  Text Domain:  divi-child
 */

/* QUITAR BARRA LATERAL DE TODO EL SITE*/

div#sidebar {
	display: none;
}

div#left-area {
	width: 100% !important;
}

#main-content .container:before {
	background: none;
}
