/* 
 Theme Name:     Divi child theme   
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 

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


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/* Reduce Padding on Blurb Sections and Rows */
	.et_pb_section {                 
		padding: 0% 0;           
	}                                      

/* posts and pages */
.single #page-container, .page #page-container { 
	padding-top:10px !important; 
}  

/* homepage */
.home #page-container { 
	padding-top:10px !important; 
} 

@media only screen and ( max-width:981px ) {
	
	/* mobile posts and pages */
	.single #page-container, .page #page-container { 
		padding-top:10px !important; 
	}  
	
	/* mobile homepage */
    .home #page-container { 
		padding-top:10px !important;
	} 
}

#page-container {
padding-top: 1px;
}