/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Disable Main Menu */

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

/* Make Links visible on standard pages */

.entry-content a {
	color: #598556 !important;
}

/* Footer */

/* Fix "float: left;" on footer widgets*/

.fwidget.et_pb_widget.widget_block {
	float: none;
}

/* Reduce margin below paragraphs */

.et_pb_gutters3.et_pb_footer_columns3 .footer-widget .fwidget {
	margin-bottom: 7%;
}