/*
 Theme Name:   Divi Custom Child
 Description:  Custom Child Theme for Divi
 Author:       Tom Hautmann
 Author URI:   https://www.tom-hautmann.de
 Template:     Divi
 Version:      1.0
 Text Domain:  divi-custom-child
*/

/* 
COLORS:
#d9952a --> orange
#5c889d --> blue

*/
/* Hide the header */
#main-header { display:none; }
#page-container { 
	padding-top:0px !important; 
	margin-top:-1px !important 
}

/* Adjust padding for transparent headers */
.et_transparent_nav #main-content .container {
    padding-top: 58px !important;
}
#main-footer {
    display: none; !important
}