/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Divi Child Theme
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
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: 
Text Domain: Divi-Child
*/

/* @import url("../Divi/style.css"); */

/* =Theme customization starts here
------------------------------------------------------- */

/* Remove the Elegant Themes and WordPress branding in the footer. */
/* #footer-info { display: none; } */

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}
 
/*** Hide Sidebar ***/
#sidebar {display:none;}
 
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
   	padding: 0px !important;
    float: none !important;
	}
}

/*** Remove the margin and padding ***/
.single .et_pb_post {
    margin-bottom: 0px; /* 27px */
}
.single .post {
    padding-bottom: 0px; /* 25px */
}
