/*
Theme Name:Child Theme for Divi
Theme URI: http://wordpress-style.net
Description: Child Theme For Divi
Author: Eduard Ungureanu
Author URI: http://wordpress-style.net
Template: Divi
Version: 1.0
*/

/* Start your custom CSS bellow this comment
============================================ */

@import url('https://fonts.googleapis.com/css?family=Goudy+Bookletter+1911|Sacramento');
@import url('https://fonts.googleapis.com/css?family=Handlee');

#footer-widgets {
	padding: 1% 0 0;
}

.fwidget .et_pb_widget .widget_text { 
	padding-bottom: 0;
}

.container #footer-widgets { 
	padding-bottom: 0;
}

.footer-widget .fwidget:last-child {
	margin-bottom: -1em;
	padding-bottom: 0;
}

h1 {
	font-family: 'Goudy Bookletter 1911', serif;
	
}

h2 {
	font-family: 'Sacramento', cursive;
}

.entry-title {
	font-family: 'Sacramento', cursive;
}

.optimize,
.visible {
	display: none;
}

.page-id-2938 #main-header,
.page-id-2938 #main-footer,
.page-id-2972 #main-header,
.page-id-2972 #main-footer {
	display: none;
}


#post-2938 {
margin-top: -5em;
}